/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_redbrickdairyandfood -- ------------------------------------------------------ -- 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=14 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-08-15 11:35:38','Admin Updated item with id 1 from maincategory table at 2024-08-15 11:35:38','197.232.142.176',1),(2,'1','2024-08-15 11:35:56','Admin Updated item with id 2 from maincategory table at 2024-08-15 11:35:56','197.232.142.176',1),(3,'1','2024-08-17 14:08:51','Admin Deleted item with id 5 from people table at 2024-08-17 14:08:51','105.160.124.122',1),(4,'1','2024-08-17 14:08:51','Admin Deleted item with id 5 from people table at 2024-08-17 14:08:51','105.160.124.122',1),(5,'1','2024-08-17 17:34:59','Admin Changed the price of Plastic Cup 500ml to: buyingprice =8 ,sellingprice =0, qty= 0.00, items with id 79 . in Main level at 2024-08-17 17:34:59','41.90.4.173',1),(6,'3','2024-08-19 14:45:49','Charles Changed the price of Milkshake Oreo 500ml to: buyingprice =125.66 ,sellingprice =300, qty= 0.00, items with id 55 . in Main level at 2024-08-19 14:45:49','197.237.91.6',1),(7,'1','2024-09-02 15:40:04','Admin Deleted item with id 1 from message table at 2024-09-02 15:40:04','196.201.210.15',1),(8,'1','2024-09-02 15:40:04','Admin Deleted item with id 1 from message table at 2024-09-02 15:40:04','196.201.210.15',1),(9,'1','2024-09-02 15:40:09','Admin Deleted item with id 2 from message table at 2024-09-02 15:40:09','196.201.210.15',1),(10,'1','2024-09-02 15:40:09','Admin Deleted item with id 2 from message table at 2024-09-02 15:40:09','196.201.210.15',1),(11,'1','2024-09-02 15:40:13','Admin Deleted item with id 3 from message table at 2024-09-02 15:40:13','196.201.210.15',1),(12,'1','2024-09-02 15:40:13','Admin Deleted item with id 3 from message table at 2024-09-02 15:40:13','196.201.210.15',1),(13,'3','2024-09-14 08:57:24','Charles Changed the price of 2 Litre Pet Bottle Clear w/handle to: buyingprice =27 ,sellingprice =45, qty= 0.00, items with id 71 . in Main level at 2024-09-14 08:57:24','197.237.91.6',1); /*!40000 ALTER TABLE `activityloggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adjustmentcodes` -- DROP TABLE IF EXISTS `adjustmentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `adjustmentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `adjustmentcodes` -- LOCK TABLES `adjustmentcodes` WRITE; /*!40000 ALTER TABLE `adjustmentcodes` DISABLE KEYS */; INSERT INTO `adjustmentcodes` VALUES (1,'Cargo Transit Out','01',NULL,'Y','1'),(2,'Cargo Transit In','02',NULL,'Y','2'),(3,'Adjustment In','03',NULL,'Y','3'),(4,'Adjustment Out','04',NULL,'Y','4'),(5,'Discarding','05',NULL,'Y','5'),(6,'Processing Raw','06',NULL,'Y','6'),(7,'Processing Result','07',NULL,'Y','7'); /*!40000 ALTER TABLE `adjustmentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admintable` -- DROP TABLE IF EXISTS `admintable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `admintable` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(20) DEFAULT NULL, `surname` varchar(50) NOT NULL, `firstname` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `campus` varchar(30) NOT NULL, `college` varchar(30) NOT NULL, `department` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `token` text NOT NULL, `email` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `idno` varchar(40) NOT NULL, `updatedat` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admintable` -- LOCK TABLES `admintable` WRITE; /*!40000 ALTER TABLE `admintable` DISABLE KEYS */; INSERT INTO `admintable` VALUES (1,'admin','Robisearch321','dd','ddd','222222222','','','','','','admqin@gmail.com','','active','2222222','2016-11-07 04:32:35'); /*!40000 ALTER TABLE `admintable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advance` -- DROP TABLE IF EXISTS `advance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tenantid` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `closedate` varchar(30) NOT NULL, `startdate` varchar(30) NOT NULL, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `plotno` varchar(50) DEFAULT NULL, `houseno` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; INSERT INTO `advance` VALUES (1,'31 ','','1000','','active','2024-08-26 16:50:58pm','4','1','800','2024-08-18 23:59:59 ','2024-08-17 00:00:00 ',200,1,'','11723900056'),(2,'37 ','','440','','active','2024-08-17 18:00:31pm','1','1','20','2024-08-18 23:59:59','2024-08-17 00:00:00',20,1,'','11723906745'),(3,'28 ','','3580','','active','2024-08-26 16:42:53pm','4','1','-2790','2024-08-27 23:59:59','2024-08-26 00:00:00',2790,1,'','41724679719'),(4,'33 ','','1160','','closed','2024-08-26 16:43:33pm','4','1','-1200','2024-08-27 23:59:59','2024-08-26 00:00:00',1200,1,'','41724679773'),(5,'26 ','','8000','','active','2024-08-26 16:48:24pm','4','1','-1280','2024-08-27 23:59:59','2024-08-26 00:00:00',7680,1,'','41724679995'),(6,'31 ','','01600','','active','2024-08-26 16:51:44pm','4','1','0','2024-08-27 23:59:59','2024-08-26 00:00:00',NULL,1,'','41724680262'),(7,'34 ','','3180','','active','2024-08-26 16:56:13pm','4','1','940','2024-08-27 23:59:59','2024-08-26 00:00:00',1760,1,'','41724680371'),(8,'30 ','','900','','active','2024-08-26 16:56:55pm','4','1','-380','2024-08-27 23:59:59','2024-08-26 00:00:00',880,1,'','41724680575'),(9,'38 ','','1720','','active','2024-08-26 16:57:16pm','4','1','-80','2024-08-27 23:59:59','2024-08-26 00:00:00',1580,1,'','41724680616'),(10,'29 ','','2090','','active','2024-08-29 15:37:09pm','6','1','-240','2024-08-30 23:59:59','2024-08-29 00:00:00',1800,1,'','61724934995'),(11,'27 ','','1980','','active','2024-08-29 15:39:18pm','6','1','520','2024-08-30 23:59:59','2024-08-29 00:00:00',1280,1,'','61724935038'),(12,'33 ','','04640','','active','2024-09-02 20:41:03pm','6','1','-2800','2024-09-03 23:59:59','2024-09-02 00:00:00',2800,1,'','61725298795'),(13,'36 ','','1400','','active','2024-09-05 19:51:40pm','4','1','-1190','2024-09-06 23:59:59','2024-09-05 00:00:00',1190,1,'','41725555019'),(14,'41 ','','1440','','active','2024-09-10 19:21:43pm','4','1','-1480','2024-09-11 23:59:59','2024-09-10 00:00:00',1480,1,'','41725985223'),(15,'24 ','','500','','active','2024-09-13 18:22:47pm','6','1','-80','2024-09-14 23:59:59','2024-09-13 00:00:00',80,1,'','61726240932'); /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) DEFAULT NULL, `branchid` varchar(20) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=207 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; INSERT INTO `advancepayment` VALUES (1,'2024-08-17 10:01:01','1','1','200','800','Deducted',1,'1'),(2,'2024-08-17 10:01:01','1','1','200','1000','Deducted',1,'1'),(3,'2024-08-17 16:10:54','1','1','80','-80','payment received',NULL,'1'),(4,'2024-08-19 09:41:12','6','1','80','-80','payment received',NULL,'1'),(5,'2024-08-19 09:43:36','6','1','320','-320','payment received',NULL,'1'),(6,'2024-08-19 09:44:48','6','1','120','-120','payment received',NULL,'1'),(7,'2024-08-19 16:59:09','6','1','160','-160','payment received',NULL,'1'),(8,'2024-08-19 19:50:42','6','1','100','-100','payment received',NULL,'1'),(9,'2024-08-19 19:51:38','6','1','60','-60','payment received',NULL,'1'),(10,'2024-08-20 07:38:25','6','1','120','-120','payment received',NULL,'1'),(11,'2024-08-20 08:19:45','6','1','320','-320','payment received',NULL,'1'),(12,'2024-08-20 15:16:43','6','1','80','-80','payment received',NULL,'1'),(13,'2024-08-20 17:16:44','6','1','160','-160','payment received',NULL,'1'),(14,'2024-08-21 08:28:38','6','1','120','-120','payment received',NULL,'1'),(15,'2024-08-21 18:38:46','6','1','100','-100','payment received',NULL,'1'),(16,'2024-08-24 10:01:01','1','1','40','40','Deducted',2,'1'),(17,'2024-08-24 13:40:04','1','1','20','20','payment received',2,'1'),(18,'2024-08-26 16:44:21','4','1','160','-160','payment received',4,'1'),(19,'2024-08-26 10:01:01','4','1','200','1200','Deducted',1,'1'),(20,'2024-08-26 10:01:01','4','1','-400','800','Deducted',1,'1'),(21,'2024-08-27 08:16:26','4','1','320','-320','payment received',5,'1'),(22,'2024-08-27 08:49:56','4','1','80','-80','payment received',3,'1'),(23,'2024-08-27 09:11:42','4','1','80','-240','payment received',4,'1'),(24,'2024-08-27 10:01:37','4','1','40','-120','payment received',3,'1'),(25,'2024-08-27 14:29:09','4','1','80','-80','payment received',7,'1'),(26,'2024-08-27 18:15:59','4','1','160','-400','payment received',4,'1'),(27,'2024-08-27 20:12:03','4','1','60','-60','payment received',NULL,'1'),(28,'2024-08-28 08:36:53','4','1','320','-640','payment received',5,'1'),(29,'2024-08-28 08:41:01','4','1','120','-240','payment received',3,'1'),(30,'2024-08-28 16:00:58','4','1','80','-160','payment received',7,'1'),(31,'2024-08-28 17:38:21','4','1','240','-240','payment received',9,'1'),(32,'2024-08-28 17:53:27','4','1','160','-560','payment received',4,'1'),(33,'2024-08-28 19:12:22','4','1','50','-50','payment received',NULL,'1'),(34,'2024-08-28 20:26:11','4','1','60','-60','payment received',NULL,'1'),(35,'2024-08-29 08:15:31','6','1','120','-360','payment received',3,'1'),(36,'2024-08-29 08:35:24','6','1','320','-960','payment received',5,'1'),(37,'2024-08-29 13:35:47','6','1','80','-240','payment received',7,'1'),(38,'2024-08-29 15:33:24','6','1','120','-120','payment received',NULL,'1'),(39,'2024-08-29 16:27:36','6','1','160','-720','payment received',4,'1'),(40,'2024-08-29 20:25:44','6','1','60','-60','payment received',11,'1'),(41,'2024-08-30 08:39:05','6','1','320','-1280','payment received',5,'1'),(42,'2024-08-30 09:17:21','6','1','120','-480','payment received',3,'1'),(43,'2024-08-30 15:58:33','6','1','120','-120','payment received',10,'1'),(44,'2024-08-30 16:56:13','6','1','160','-880','payment received',4,'1'),(45,'2024-08-30 18:12:41','6','1','80','-320','payment received',7,'1'),(46,'2024-08-30 20:39:19','6','1','60','-120','payment received',11,'1'),(47,'2024-08-31 07:38:11','6','1','120','-600','payment received',3,'1'),(48,'2024-08-31 09:25:16','6','1','320','-1600','payment received',5,'1'),(49,'2024-08-31 13:50:33','6','1','80','-400','payment received',7,'1'),(50,'2024-08-31 16:38:56','6','1','120','-240','payment received',10,'1'),(51,'2024-08-31 17:53:36','6','1','160','-1040','payment received',4,'1'),(52,'2024-08-31 10:01:01','6','1','2700','2300','Deducted',7,'1'),(53,'2024-08-31 19:29:46','6','1','80','-80','payment received',8,'1'),(54,'2024-08-31 20:19:06','6','1','60','-180','payment received',11,'1'),(55,'2024-09-01 08:06:12','4','1','120','-720','payment received',3,'1'),(56,'2024-09-01 09:09:28','4','1','320','-1920','payment received',5,'1'),(57,'2024-09-01 13:50:04','4','1','80','2220','payment received',7,'1'),(58,'2024-09-01 15:45:03','4','1','120','-360','payment received',10,'1'),(59,'2024-09-01 18:32:26','4','1','160','-1200','payment received',4,'1'),(60,'2024-09-01 10:01:01','4','1','320','-1600','Deducted',5,'1'),(61,'2024-09-01 10:01:01','4','1','2880','1280','Deducted',5,'1'),(62,'2024-09-02 13:52:03','6','1','320','960','payment received',5,'1'),(63,'2024-09-02 13:52:33','6','1','120','-840','payment received',3,'1'),(64,'2024-09-02 13:53:08','6','1','80','2140','payment received',7,'1'),(65,'2024-09-02 16:08:30','6','1','120','-480','payment received',10,'1'),(66,'2024-09-02 20:36:14','6','1','80','-160','payment received',8,'1'),(67,'2024-09-03 07:42:35','6','1','120','-960','payment received',3,'1'),(68,'2024-09-03 08:39:24','6','1','320','640','payment received',5,'1'),(69,'2024-09-03 12:19:48','6','1','80','2060','payment received',7,'1'),(70,'2024-09-03 16:00:47','6','1','120','-600','payment received',10,'1'),(71,'2024-09-03 17:00:30','6','1','160','-160','payment received',12,'1'),(72,'2024-09-03 10:01:01','6','1','000','-1200','Deducted',4,'1'),(73,'2024-09-03 20:20:28','6','1','60','-240','payment received',11,'1'),(74,'2024-09-03 10:01:01','6','1','1300','1060','Deducted',11,'1'),(75,'2024-09-04 11:59:24','6','1','320','740','payment received',11,'1'),(76,'2024-09-04 12:15:49','6','1','80','-240','payment received',12,'1'),(77,'2024-09-04 15:18:46','6','1','80','1980','payment received',7,'1'),(78,'2024-09-04 17:39:55','6','1','160','-400','payment received',12,'1'),(79,'2024-09-04 18:29:32','6','1','80','-240','payment received',8,'1'),(80,'2024-09-04 18:48:51','6','1','320','320','payment received',5,'1'),(81,'2024-09-04 10:01:01','6','1','880','280','Deducted',10,'1'),(82,'2024-09-04 20:10:45','6','1','60','680','payment received',11,'1'),(83,'2024-09-05 08:14:33','4','1','320','0','payment received',5,'1'),(84,'2024-09-05 08:44:56','4','1','120','-1080','payment received',3,'1'),(85,'2024-09-05 12:59:04','4','1','80','1900','payment received',7,'1'),(86,'2024-09-05 15:05:58','4','1','120','160','payment received',10,'1'),(87,'2024-09-05 10:01:01','4','1','1500','1260','Deducted',9,'1'),(88,'2024-09-05 17:36:04','4','1','320','940','payment received',9,'1'),(89,'2024-09-05 18:19:18','4','1','160','-560','payment received',12,'1'),(90,'2024-09-05 19:42:53','4','1','60','620','payment received',11,'1'),(91,'2024-09-06 08:22:19','4','1','320','-320','payment received',5,'1'),(92,'2024-09-06 08:48:56','4','1','120','-1200','payment received',3,'1'),(93,'2024-09-06 13:22:46','4','1','80','1820','payment received',7,'1'),(94,'2024-09-06 15:48:06','6','1','120','40','payment received',10,'1'),(95,'2024-09-06 16:52:39','6','1','160','-720','payment received',12,'1'),(96,'2024-09-06 18:52:03','6','1','80','-800','payment received',12,'1'),(97,'2024-09-06 19:01:29','6','1','80','-320','payment received',8,'1'),(98,'2024-09-07 07:36:39','4','1','120','-1320','payment received',3,'1'),(99,'2024-09-07 08:30:03','4','1','80','-80','payment received',13,'1'),(100,'2024-09-07 08:33:51','4','1','320','-640','payment received',5,'1'),(101,'2024-09-07 15:06:38','6','1','80','1740','payment received',7,'1'),(102,'2024-09-07 16:13:22','6','1','120','-80','payment received',10,'1'),(103,'2024-09-07 17:24:42','6','1','160','-960','payment received',12,'1'),(104,'2024-09-07 19:17:31','6','1','60','560','payment received',11,'1'),(105,'2024-09-08 07:45:13','6','1','80','-160','payment received',13,'1'),(106,'2024-09-08 08:22:49','6','1','320','-960','payment received',5,'1'),(107,'2024-09-08 08:30:48','6','1','120','-1440','payment received',3,'1'),(108,'2024-09-08 17:21:05','6','1','160','-1120','payment received',12,'1'),(109,'2024-09-08 17:23:39','6','1','120','-200','payment received',10,'1'),(110,'2024-09-08 18:23:20','6','1','150','-1590','payment received',3,'1'),(111,'2024-09-08 20:30:36','6','1','60','500','payment received',11,'1'),(112,'2024-09-08 20:43:31','6','1','80','-400','payment received',8,'1'),(113,'2024-09-09 07:52:41','4','1','80','-240','payment received',13,'1'),(114,'2024-09-09 07:54:37','4','1','60','-300','payment received',13,'1'),(115,'2024-09-09 08:31:54','4','1','320','-1280','payment received',5,'1'),(116,'2024-09-09 09:10:46','4','1','120','-1710','payment received',3,'1'),(117,'2024-09-09 15:09:04','4','1','120','-320','payment received',10,'1'),(118,'2024-09-09 17:41:10','4','1','80','1660','payment received',7,'1'),(119,'2024-09-09 18:12:35','4','1','160','-1280','payment received',12,'1'),(120,'2024-09-09 19:14:31','4','1','60','440','payment received',11,'1'),(121,'2024-09-10 07:59:04','4','1','320','-1600','payment received',5,'1'),(122,'2024-09-10 10:01:01','4','1','500','100','Deducted',8,'1'),(123,'2024-09-10 12:34:01','4','1','80','1580','payment received',7,'1'),(124,'2024-09-10 15:08:32','4','1','120','-440','payment received',10,'1'),(125,'2024-09-10 17:35:32','4','1','160','-1440','payment received',12,'1'),(126,'2024-09-10 18:38:26','4','1','320','620','payment received',9,'1'),(127,'2024-09-10 19:22:16','4','1','80','20','payment received',8,'1'),(128,'2024-09-10 20:24:02','4','1','60','380','payment received',11,'1'),(129,'2024-09-10 20:28:00','4','1','80','-380','payment received',13,'1'),(130,'2024-09-11 08:22:09','4','1','320','-1920','payment received',5,'1'),(131,'2024-09-11 08:48:31','4','1','120','-1830','payment received',3,'1'),(132,'2024-09-11 10:24:31','4','1','50','-430','payment received',13,'1'),(133,'2024-09-11 13:45:05','4','1','80','1500','payment received',7,'1'),(134,'2024-09-11 16:38:36','4','1','160','-1600','payment received',12,'1'),(135,'2024-09-11 17:21:32','4','1','160','-160','payment received',14,'1'),(136,'2024-09-11 19:34:44','4','1','80','-510','payment received',13,'1'),(137,'2024-09-11 10:01:01','4','1','3200','1280','Deducted',5,'1'),(138,'2024-09-12 07:48:05','6','1','320','960','payment received',5,'1'),(139,'2024-09-12 08:25:09','6','1','120','-1950','payment received',3,'1'),(140,'2024-09-12 13:53:43','6','1','80','1420','payment received',7,'1'),(141,'2024-09-12 18:29:48','6','1','160','-1760','payment received',12,'1'),(142,'2024-09-12 18:30:19','6','1','160','-320','payment received',14,'1'),(143,'2024-09-12 18:45:19','6','1','80','-60','payment received',8,'1'),(144,'2024-09-12 19:49:34','6','1','60','320','payment received',11,'1'),(145,'2024-09-12 20:16:57','6','1','150','-660','payment received',13,'1'),(146,'2024-09-13 08:19:13','6','1','320','640','payment received',5,'1'),(147,'2024-09-13 08:33:37','6','1','120','-2070','payment received',3,'1'),(148,'2024-09-13 17:45:10','6','1','160','-1920','payment received',12,'1'),(149,'2024-09-13 17:45:59','6','1','160','-480','payment received',14,'1'),(150,'2024-09-14 17:53:25','4','1','160','-2080','payment received',12,'1'),(151,'2024-09-14 18:12:25','4','1','160','-640','payment received',14,'1'),(152,'2024-09-14 18:30:36','4','1','80','-140','payment received',8,'1'),(153,'2024-09-14 19:15:17','4','1','80','-740','payment received',13,'1'),(154,'2024-09-14 19:33:32','4','1','60','260','payment received',11,'1'),(155,'2024-09-14 10:01:01','4','1','500','760','Deducted',11,'1'),(156,'2024-09-15 08:14:18','4','1','120','-2190','payment received',3,'1'),(157,'2024-09-15 08:33:28','4','1','320','320','payment received',5,'1'),(158,'2024-09-15 12:01:52','4','1','80','1340','payment received',7,'1'),(159,'2024-09-15 16:06:58','4','1','200','-840','payment received',14,'1'),(160,'2024-09-15 17:56:25','4','1','320','300','payment received',9,'1'),(161,'2024-09-16 08:40:09','6','1','120','-2310','payment received',3,'1'),(162,'2024-09-16 08:47:39','6','1','320','0','payment received',5,'1'),(163,'2024-09-16 13:47:42','6','1','80','1260','payment received',7,'1'),(164,'2024-09-16 16:08:16','6','1','50','-790','payment received',13,'1'),(165,'2024-09-16 16:18:30','6','1','160','-2240','payment received',12,'1'),(166,'2024-09-16 17:35:05','6','1','160','-1000','payment received',14,'1'),(167,'2024-09-16 19:53:01','6','1','80','-870','payment received',13,'1'),(168,'2024-09-16 20:46:45','6','1','80','-220','payment received',8,'1'),(169,'2024-09-16 21:06:19','6','1','60','700','payment received',11,'1'),(170,'2024-09-17 08:17:48','6','1','120','-2430','payment received',3,'1'),(171,'2024-09-17 08:26:21','6','1','320','-320','payment received',5,'1'),(172,'2024-09-17 15:30:47','6','1','80','1180','payment received',7,'1'),(173,'2024-09-17 16:55:28','6','1','160','-2400','payment received',12,'1'),(174,'2024-09-17 17:17:50','6','1','160','-1160','payment received',14,'1'),(175,'2024-09-17 20:43:44','6','1','80','-950','payment received',13,'1'),(176,'2024-09-17 20:44:08','6','1','120','-560','payment received',10,'1'),(177,'2024-09-17 10:01:01','6','1','680','120','Deducted',10,'1'),(178,'2024-09-18 08:22:47','6','1','320','-640','payment received',5,'1'),(179,'2024-09-18 08:55:25','6','1','120','-2550','payment received',3,'1'),(180,'2024-09-18 10:29:31','6','1','80','-2480','payment received',12,'1'),(181,'2024-09-18 12:04:57','6','1','80','-1030','payment received',13,'1'),(182,'2024-09-18 12:17:10','6','1','80','1100','payment received',7,'1'),(183,'2024-09-18 14:33:15','6','1','120','0','payment received',10,'1'),(184,'2024-09-18 16:26:52','6','1','40','-40','payment received',15,'1'),(185,'2024-09-18 16:39:02','6','1','160','-2640','payment received',12,'1'),(186,'2024-09-18 17:44:03','6','1','160','-1320','payment received',14,'1'),(187,'2024-09-18 19:21:32','6','1','80','-300','payment received',8,'1'),(188,'2024-09-18 20:28:50','6','1','60','640','payment received',11,'1'),(189,'2024-09-19 08:27:44','6','1','120','-2670','payment received',3,'1'),(190,'2024-09-19 08:28:24','6','1','320','-960','payment received',5,'1'),(191,'2024-09-19 12:52:46','6','1','80','1020','payment received',7,'1'),(192,'2024-09-19 15:20:59','6','1','120','-120','payment received',10,'1'),(193,'2024-09-19 15:56:29','6','1','40','-80','payment received',15,'1'),(194,'2024-09-19 17:03:18','6','1','60','240','payment received',9,'1'),(195,'2024-09-19 17:06:47','6','1','160','-2800','payment received',12,'1'),(196,'2024-09-19 17:38:57','6','1','160','-1480','payment received',14,'1'),(197,'2024-09-19 19:03:39','6','1','80','-1110','payment received',13,'1'),(198,'2024-09-19 20:34:35','6','1','60','580','payment received',11,'1'),(199,'2024-09-20 08:27:29','4','1','320','-1280','payment received',5,'1'),(200,'2024-09-20 08:36:15','4','1','120','-2790','payment received',3,'1'),(201,'2024-09-20 13:35:15','4','1','80','940','payment received',7,'1'),(202,'2024-09-20 15:52:09','4','1','120','-240','payment received',10,'1'),(203,'2024-09-20 18:00:19','4','1','320','-80','payment received',9,'1'),(204,'2024-09-20 19:22:46','4','1','80','-380','payment received',8,'1'),(205,'2024-09-20 20:23:16','4','1','80','-1190','payment received',13,'1'),(206,'2024-09-20 20:50:25','4','1','60','520','payment received',11,'1'); /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alerts` -- LOCK TABLES `alerts` WRITE; /*!40000 ALTER TABLE `alerts` DISABLE KEYS */; /*!40000 ALTER TABLE `alerts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allcurrencies` -- DROP TABLE IF EXISTS `allcurrencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allcurrencies` ( `id` int(10) NOT NULL AUTO_INCREMENT, `country` varchar(100) NOT NULL, `currency` varchar(20) NOT NULL, `code` varchar(20) NOT NULL, `symbol` varchar(10) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allcurrencies` -- LOCK TABLES `allcurrencies` WRITE; /*!40000 ALTER TABLE `allcurrencies` DISABLE KEYS */; INSERT INTO `allcurrencies` VALUES (1,'Albania','Albanian lek','ALL','L',1),(2,'Argentina','Argentine peso','ARS','$',1),(3,'Armenia','Armenian dram','AMD','?',1),(4,'Australia','Australian dollar','AUD','$',1),(5,'Azerbaijan','Azerbaijani manat','AZN','?',1),(6,'Belarus','Belarusian rubel','BYN','Rbl',1),(7,'Bolivia','Boliviano','BOB','Bs.',1),(8,'Botswana','Botswana pula','BWP','P',1),(9,'Bulgaria','Bulgarian lev','BGN','??.',1),(10,'Brazil','Brazilian real','BRL','R$',1),(11,'Cambodia','Cambodian riel','KHR','?',1),(12,'Canada','Canadian dollar','CAD','$',1),(13,'China','Chinese yuan (Renmin','CNY','?',1),(14,'Colombia','Colombian peso','COP','$',1),(15,'Costa Rica','Costa Rican col?n','CRC','?',1),(16,'Croatia','Croatian kuna','HRK','kn',1),(17,'Cuba','Cuban peso','CUP','$',1),(18,'Czech Republic','Czech koruna','CZK','K?',1),(19,'Denmark','Danish krone','DKK','kr.',1),(20,'Dominican Republic','Dominican peso','DOP','$',1),(21,'Egypt','Egyptian pound','EGP','E?',1),(22,'El Salvador','El Salvador col?n','SVC','?',1),(23,'European Union','Euro','EUR','?',1),(24,'Fiji','Fijian dollar','FJD','FJ$',1),(25,'Ghana','Ghanaian cedi','GHS','GH?',1),(26,'Guatemala','Guatemalan quetzal','GTQ','Q',1),(27,'Guinea','Guinean franc','GNF','FG',1),(28,'Guyana','Guyanese dollar','GYD','$',1),(29,'Hong Kong','Hong Kong dollar','HKD','$',1),(30,'Honduras','Honduran lempira','HNL','L',1),(31,'Hungary','Hungarian forint','HUF','Ft',1),(32,'India','Indian rupee','INR','?',1),(33,'Iceland','Icelandic kr?na','ISK','kr',1),(34,'Iran','Iranian rial','IRR','?',1),(35,'Israel','Israeli shekel','ILS','?',1),(36,'Japan','Japanese yen','JPY','?',1),(37,'Kazakhstan','Kazakhstani tenge','KZT','?',1),(38,'Kenya','Kenyan shilling','KES','Ksh',1),(39,'Kuwait','Kuwaiti dinar','KWD','?.?',1),(40,'Malawi','Malawian kwacha','MWK','MK',1),(41,'Malaysia','Malaysian ringgit','MYR','RM',1),(42,'Mexico','Mexican peso','MXN','$',1),(43,'Morocco','Moroccan dirham','MAD','MAD',1),(44,'Namibia','Namibian dollar','NAD','N$',1),(45,'Nepal','Nepalese rupee','NPR','Rs.',1),(46,'New Zealand','New Zealand dollar','NZD','$',1),(47,'Norway','Norwegian krone','NOK','kr',1),(48,'Oman','Omani rial','OMR','?.?.',1),(49,'Pakistan','Pakistani rupee','PKR','Rs',1),(50,'Peru','Sol','PEN','S/',1),(51,'Philippines','Philippine peso','PHP','?',1),(52,'Poland','Polish z?oty','PLN','z?',1),(53,'Qatar','Qatari riyal','QAR','QR',1),(54,'Romania','Romanian leu','RON','L',1),(55,'Russia','Russian ruble','RUB','?',1),(56,'Saudi Arabia','Saudi riyal','SAR','?.?',1),(57,'Serbia','Serbian dinar','RSD','din',1),(58,'Seychelles','Seychellois rupee','SCR','?',1),(59,'Singapore','Singapore dollar','SGD','$',1),(60,'Solomon Islands','Solomon Islands doll','SBD','Si$',1),(61,'Somalia','Somali shilling','SOS','Sh.so',1),(62,'South Africa','South African rand','ZAR','R',1),(63,'Sri Lanka','Sri Lankan rupee','LKR','Re',1),(64,'Sweden','Swedish krona','SEK','kr',1),(65,'Switzerland','Swiss franc','CHF','CHf.',1),(66,'Syria','Syrian pound','SYP','?S',1),(67,'Taiwan','New Taiwan dollar','TWD','NT$',1),(68,'Thailand','Thai baht','THB','?',1),(69,'Trinidad and Tobago','Trinidad and Tobago ','TTD','TT$',1),(70,'Turkey','Turkish lira','TRY','?',1),(71,'Ukraine','Ukrainian hryvnia','UAH','?',1),(72,'United Kingdom','Pound sterling','GBP','?',1),(73,'United States','United States dollar','USD','$',1),(74,'Uruguay','Uruguayan Peso','UYU','$',1),(75,'Uzbekistan','Uzbekistani sum','UZS','so?m',1),(76,'Venezuela','Venezuelan bol?var','VED','Bs.',1),(77,'Vietnam','Vietnamese dong','VND','?',1),(78,'Yemen','Yemeni rial','YER','?',1),(79,'Zimbabwe','Zimbabwean dollar','ZWL','$',1); /*!40000 ALTER TABLE `allcurrencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alldocuments` -- DROP TABLE IF EXISTS `alldocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alldocuments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `img_id` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `date` varchar(50) DEFAULT NULL, `documentname` text DEFAULT NULL, `companyid` varchar(100) NOT NULL DEFAULT '1', `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `alldocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allpayments` -- DROP TABLE IF EXISTS `allpayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allpayments` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `plotno` varchar(50) NOT NULL, `landlord` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `advance` varchar(20) NOT NULL, `direct` varchar(20) NOT NULL, `balance` varchar(20) NOT NULL, `mpesa` varchar(20) NOT NULL, `cash` varchar(20) NOT NULL, `card` varchar(20) NOT NULL, `cheque` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `year` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allpayments` -- LOCK TABLES `allpayments` WRITE; /*!40000 ALTER TABLE `allpayments` DISABLE KEYS */; /*!40000 ALTER TABLE `allpayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `announcement` ( `id` int(50) NOT NULL, `title` text NOT NULL, `target` varchar(50) NOT NULL, `message` text NOT NULL, `dateposted` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `type` varchar(50) NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `memberid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `approvals` -- DROP TABLE IF EXISTS `approvals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `approvals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` varchar(5) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` varchar(20) NOT NULL, `applicationid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','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 AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; INSERT INTO `batchlist` VALUES (1,'P.O','1','2024-08-17 13:22:12','11723890110','11723889869',1,1,1,''),(2,'P.O','6','2024-08-17 15:59:45','61723899575','61723899421',1,1,1,''),(3,'P.O','4','2024-08-17 17:27:50','41723904854','41723904614',1,1,1,''),(4,'P.O','4','2024-08-17 17:31:44','41723905078','41723904973',1,1,1,''),(5,'P.O','4','2024-08-17 17:37:07','41723905421','41723905333',1,1,1,''),(6,'P.O','4','2024-08-17 17:54:26','41723906448','41723906304',1,1,1,''),(7,'P.O','4','2024-08-18 10:40:11','41723966808','41723916528',1,1,1,''),(8,'P.O','6','2024-08-19 07:03:20','61724040196','61724039111',1,1,1,''),(9,'P.O','6','2024-08-19 17:02:11','61724076127','61724074435',1,1,1,''),(10,'P.O','6','2024-08-20 06:46:04','61724125562','61724090152',1,1,1,''),(11,'P.O','6','2024-08-20 17:36:45','61724164601','61724142171',1,1,1,''),(12,'P.O','6','2024-08-21 06:27:55','61724210873','61724172329',1,1,1,''),(13,'P.O','4','2024-08-22 09:00:08','41724306404','61724261125',1,1,1,''),(14,'P.O','4','2024-08-23 11:13:27','41724400795','41724347918',1,1,1,''),(15,'P.O','6','2024-08-25 07:29:52','61724560189','41724521210',1,1,1,''),(16,'P.O','4','2024-08-27 10:08:43','41724742518','41724740046',1,1,1,''),(17,'P.O','4','2024-08-28 20:25:33','41724865931','41724835531',1,1,1,''),(18,'P.O','6','2024-08-29 17:23:04','61724941376','41724866126',1,1,1,''),(19,'P.O','6','2024-08-30 18:26:47','61725031604','61724993508',1,1,1,''),(20,'P.O','6','2024-08-30 18:27:17','61725031634','61725028258',1,1,1,''),(21,'P.O','6','2024-08-31 06:20:55','61725074452','61725039737',1,1,1,''),(22,'P.O','6','2024-09-02 13:38:32','61725273510','41725210941',1,1,1,''),(23,'P.O','6','2024-09-03 07:45:29','61725338727','61725332919',1,1,1,''),(24,'P.O','6','2024-09-03 07:59:03','61725339542','61725339093',1,1,1,''),(25,'P.O','4','2024-09-05 08:44:38','41725515071','41725514568',1,1,1,''),(26,'P.O','6','2024-09-06 16:48:07','61725630486','41725557836',1,1,1,''),(27,'P.O','6','2024-09-07 14:48:11','61725709689','61725643473',1,1,1,''),(28,'P.O','6','2024-09-08 18:04:29','61725807867','41725729394',1,1,1,''),(29,'P.O','4','2024-09-09 09:10:09','41725862206','61725818864',1,1,1,''),(30,'P.O','4','2024-09-10 10:04:34','41725951872','41725901707',1,1,1,''),(31,'P.O','4','2024-09-11 20:46:16','41726076773','41725952180',1,1,1,''),(32,'P.O','6','2024-09-12 08:17:00','61726118219','61726116067',1,1,1,''),(33,'P.O','6','2024-09-13 20:44:06','61726249442','61726160959',1,1,1,''),(34,'P.O','4','2024-09-14 09:35:19','41726295717','41726295278',1,1,1,''),(35,'P.O','4','2024-09-15 08:11:48','41726377106','41726335519',1,1,1,''),(36,'P.O','6','2024-09-17 06:20:28','61726543226','41726420165',1,1,1,''),(37,'P.O','6','2024-09-17 12:00:20','61726563618','61726549490',1,1,1,''),(38,'P.O','6','2024-09-17 17:21:03','61726582859','61726563639',1,1,1,''),(39,'P.O','6','2024-09-19 12:17:41','61726737459','61726680290',1,1,1,''); /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `beds` -- DROP TABLE IF EXISTS `beds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `beds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `roomid` varchar(20) NOT NULL, `plotno` varchar(20) DEFAULT NULL, `description` text NOT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `beds` -- LOCK TABLES `beds` WRITE; /*!40000 ALTER TABLE `beds` DISABLE KEYS */; /*!40000 ALTER TABLE `beds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `mytable` varchar(20) NOT NULL, `salesperson` varchar(20) DEFAULT NULL, `receiptno` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL DEFAULT '', `bedid` int(11) DEFAULT 1, `bedname` varchar(100) NOT NULL, `currency` varchar(20) DEFAULT NULL, `updatedid` int(20) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencychnage` decimal(10,4) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `currency` varchar(20) NOT NULL DEFAULT 'KES', `logo` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'Milkyway Lang\'ata Store','<H1 style=\"margin:0px;\">ROBISEARCH LTD( SAMPLE) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','2024-08-20 10:58:28','active','1','','1','<H1 style=\"margin:0px;\">ROBISEARCH LTD( SAMPLE) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','KES','2023-08-101691646451.jpeg'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branchlist` -- DROP TABLE IF EXISTS `branchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branchlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfId` varchar(50) NOT NULL, `bhfNm` text NOT NULL, `bhfSttsCd` varchar(50) NOT NULL DEFAULT 'active', `prvncNm` text NOT NULL, `dstrtNm` text NOT NULL, `sctrNm` varchar(50) NOT NULL, `locDesc` varchar(50) DEFAULT NULL, `mgrNm` varchar(50) NOT NULL DEFAULT 'KES', `mgrTelNo` varchar(50) NOT NULL, `mgrEmail` text NOT NULL, `hqYn` text NOT NULL, `branchid` varchar(50) DEFAULT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branchlist` -- LOCK TABLES `branchlist` WRITE; /*!40000 ALTER TABLE `branchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `branchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL, `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,'SERVICE CH DEPOSIT','0','','2023-05-11 11:10:51','','',0,1,NULL),(19,'SERVICE CHARGE','0','','2023-09-01 11:09:35','','',1,1,NULL); /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cheque` -- DROP TABLE IF EXISTS `cheque`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `cheque` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `business` varchar(100) NOT NULL, `type` varchar(15) NOT NULL, `chequenumber` varchar(70) NOT NULL, `exactdate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cheque` -- LOCK TABLES `cheque` WRITE; /*!40000 ALTER TABLE `cheque` DISABLE KEYS */; /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=497 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; INSERT INTO `collection` VALUES (1,'2024-08-17 13:22:19','11723889869','5000','','-5000','1','1',1010,'2024-08-17 13:23:13','paid','',2,1),(2,'2024-08-17 17:16:32','61723903973','80','','0','6','1',1000,'2024-08-17 17:17:00','payment','',25,1),(3,'2024-08-19 09:47:42','61724041926','320','','460','6','1',0,'2024-08-19 09:48:28','payment','try6yu',25,1),(4,'2024-08-19 14:28:24','61724047937','120','','0','6','1',0,'2024-08-19 14:28:55','payment','jkjlo',25,1),(5,'2024-08-19 17:15:39','61724074435','180','Purchase of cups','-180','3','1',1010,'2024-08-19 17:17:41','paid','SHJ7LGE1WN',10,1),(6,'2024-08-19 19:54:59','61724063238','50','','0','6','1',0,'2024-08-19 19:55:14','payment','',25,1),(7,'2024-08-19 20:07:16','61724044856','400','','0','6','1',0,'2024-08-19 20:07:29','payment','kljkjhy',25,1),(8,'2024-08-19 20:07:54','61724041926','100','','360','6','1',0,'2024-08-19 20:08:23','payment','ttytyyu',25,1),(9,'2024-08-19 20:13:27','61724040529','160','','0','6','1',0,'2024-08-19 20:13:49','payment','fgghjj',25,1),(10,'2024-08-19 20:14:36','61724041592','320','','0','6','1',0,'2024-08-19 20:14:54','payment','ghjkkl',25,1),(11,'2024-08-19 20:15:49','61724059751','70','','0','6','1',0,'2024-08-19 20:16:06','payment','',25,1),(12,'2024-08-19 20:16:33','61724040529','160','','-160','6','1',0,'2024-08-19 20:16:43','payment','',25,1),(13,'2024-08-19 20:20:05','61724057381','40','','0','6','1',0,'2024-08-19 20:20:17','payment','',25,1),(14,'2024-08-19 20:20:57','61724054723','70','','10','6','1',0,'2024-08-19 20:21:09','payment','',25,1),(15,'2024-08-19 20:21:09','61724054723','10','','0','6','1',0,'2024-08-19 20:21:25','payment','',25,1),(16,'2024-08-19 20:22:10','61724047974','160','','0','6','1',0,'2024-08-19 20:22:24','payment','',25,1),(17,'2024-08-19 20:23:20','61724047842','80','','0','6','1',0,'2024-08-19 20:23:41','payment','hjjjkkl',25,1),(18,'2024-08-19 20:25:20','61724077876','60','','0','6','1',0,'2024-08-19 20:25:35','payment','',25,1),(19,'2024-08-19 20:26:08','61724048478','100','','0','6','1',0,'2024-08-19 20:26:35','payment','jkklo',25,1),(20,'2024-08-19 20:27:00','61724069927','50','','0','6','1',0,'2024-08-19 20:27:17','payment','tyyuu',25,1),(21,'2024-08-19 20:32:21','61724055785','80','','0','6','1',0,'2024-08-19 20:32:33','payment','rtyuui',25,1),(22,'2024-08-19 20:33:15','61724041926','360','','0','6','1',0,'2024-08-19 20:33:36','payment','rtttyyyu',25,1),(23,'2024-08-20 11:13:01','61724125796','320','','0','6','1',0,'2024-08-20 11:13:20','payment','cv',25,1),(24,'2024-08-20 17:21:36','61724134256','800','','0','6','1',0,'2024-08-20 17:22:05','payment','lkj',25,1),(25,'2024-08-20 17:31:27','61724090152','10200','Joel Wangendo','-10200','3','1',1010,'2024-08-20 17:33:39','paid','SHJ5N6F55V',7,1),(26,'2024-08-21 11:02:40','61724142171','2620','','-2620','3','1',1010,'2024-08-21 11:06:44','paid','SHK5ORO7U3',8,1),(27,'2024-08-21 11:25:28','31724228464','846','','-729.31','3','1',1010,'2024-08-21 11:27:03','paid','SHL3RB2UA3',39,1),(28,'2024-08-21 17:52:15','61724214288','320','','0','6','1',0,'2024-08-21 17:52:40','payment','mpesa',25,1),(29,'2024-08-21 17:53:32','61724236345','80','','0','6','1',0,'2024-08-21 17:53:49','payment','fgg',25,1),(30,'2024-08-21 17:54:23','61724211111','320','','0','6','1',0,'2024-08-21 17:54:42','payment','dfg',25,1),(31,'2024-08-21 17:55:33','61724218551','160','','0','6','1',0,'2024-08-21 17:55:46','payment','uuuu',25,1),(32,'2024-08-21 17:59:40','61724219835','120','','0','6','1',0,'2024-08-21 18:00:00','payment','rty',25,1),(33,'2024-08-24 19:34:22','41724511895','50','','-50','4','1',0,'2024-08-24 19:34:52','payment','',25,1),(34,'2024-08-24 19:36:32','41724514133','140','','-140','4','1',0,'2024-08-24 19:37:01','payment','ghdrrr',25,1),(35,'2024-08-24 19:37:56','41724514133','180','','-320','4','1',0,'2024-08-24 19:39:57','payment','',25,1),(36,'2024-08-24 19:42:56','41724475123','50','','-50','4','1',0,'2024-08-24 19:43:30','payment','',25,1),(37,'2024-08-24 20:07:02','41724480489','100','','-100','4','1',0,'2024-08-24 20:07:23','payment','489',25,1),(38,'2024-08-24 20:12:24','41724474424','160','','-160','4','1',0,'2024-08-24 20:12:59','payment','476',25,1),(39,'2024-08-25 10:51:24','61724236345','80','','-80','6','1',0,'2024-08-25 10:51:48','payment','hj',25,1),(40,'2024-08-25 10:52:54','61724569388','80','','-80','6','1',0,'2024-08-25 10:53:29','payment','kiuj',25,1),(41,'2024-08-25 10:58:50','61724569388','80','','-160','6','1',0,'2024-08-25 10:59:23','payment','mpesa',25,1),(42,'2024-08-25 14:47:14','61724560306','1280','','0','6','1',0,'2024-08-25 14:47:38','payment','uio',25,1),(43,'2024-08-25 19:13:02','61724556567','360','','0','6','1',0,'2024-08-25 19:13:24','payment','tyu',25,1),(44,'2024-08-25 19:15:21','61724572987','160','','0','6','1',0,'2024-08-25 19:15:44','payment','bnhj',25,1),(45,'2024-08-25 19:16:12','61724566637','160','','120','6','1',0,'2024-08-25 19:16:30','payment','gtyh',25,1),(46,'2024-08-25 20:03:27','61724567255','40','','0','6','1',0,'2024-08-25 20:03:45','payment','jhg',25,1),(47,'2024-08-25 20:04:03','61724566637','120','','0','6','1',0,'2024-08-25 20:04:17','payment','hg',25,1),(48,'2024-08-25 20:05:10','61724571529','30','','0','6','1',0,'2024-08-25 20:05:22','payment','',25,1),(49,'2024-08-25 20:05:35','61724602077','150','','0','6','1',0,'2024-08-25 20:05:55','payment','gfgghh',25,1),(50,'2024-08-25 20:33:36','61724567472','60','','0','6','1',0,'2024-08-25 20:33:55','payment','dffg',25,1),(51,'2024-08-25 20:40:58','61724561784','100','','0','6','1',0,'2024-08-25 20:41:08','payment','',25,1),(52,'2024-08-26 16:37:11','41724679278','300','','0','4','1',1000,'2024-08-26 16:37:32','payment','',25,1),(53,'2024-08-26 19:09:45','41724685267','10','','90','4','1',0,'2024-08-26 19:10:35','payment','682',25,1),(54,'2024-08-26 19:25:01','41724685267','90','','0','4','1',0,'2024-08-26 19:25:21','payment','hjuy',25,1),(55,'2024-08-26 19:50:40','41724687806','50','','0','4','1',0,'2024-08-26 19:50:55','payment','vbggt',25,1),(56,'2024-08-26 19:54:58','41724689355','160','','0','4','1',0,'2024-08-26 19:55:15','payment','shq',25,1),(57,'2024-08-26 20:21:27','41724681961','100','','0','4','1',0,'2024-08-26 20:21:40','payment','vbg',25,1),(58,'2024-08-26 20:28:26','41724687346','80','','0','4','1',0,'2024-08-26 20:28:42','payment','',25,1),(59,'2024-08-26 20:28:58','41724688135','80','','0','4','1',0,'2024-08-26 20:29:09','payment','',25,1),(60,'2024-08-27 10:05:35','41724734657','120','','0','4','1',0,'2024-08-27 10:05:49','payment','722',28,1),(61,'2024-08-27 18:23:49','41724759001','80','','0','4','1',0,'2024-08-27 18:24:03','payment','750',25,1),(62,'2024-08-27 18:24:18','41724749673','150','','0','4','1',0,'2024-08-27 18:24:32','payment','ft5',25,1),(63,'2024-08-27 18:24:58','41724738005','160','','0','4','1',0,'2024-08-27 18:25:10','payment','gt5',25,1),(64,'2024-08-27 18:26:56','41724740109','80','','0','4','1',0,'2024-08-27 18:27:09','payment','cr4',25,1),(65,'2024-08-27 18:27:52','41724732872','320','','0','4','1',0,'2024-08-27 18:28:05','payment','bht',25,1),(66,'2024-08-27 18:28:34','41724728428','714','','-394','4','1',0,'2024-08-27 18:28:49','payment','fre',25,1),(67,'2024-08-27 18:29:15','41724728356','160','','0','4','1',0,'2024-08-27 18:29:30','payment','gy6',25,1),(68,'2024-08-27 19:16:15','41724728214','100','','0','4','1',0,'2024-08-27 19:16:23','payment','',25,1),(69,'2024-08-27 19:45:59','41724742264','80','','0','4','1',0,'2024-08-27 19:46:12','payment','gtr',25,1),(70,'2024-08-27 19:46:34','41724733331','160','','0','4','1',0,'2024-08-27 19:46:47','payment','nju7',25,1),(71,'2024-08-27 19:47:53','41724741928','100','','0','4','1',0,'2024-08-27 19:48:04','payment','vbhg',25,1),(72,'2024-08-27 19:48:26','41724771533','80','','0','4','1',0,'2024-08-27 19:48:42','payment','vr4',25,1),(73,'2024-08-27 20:10:39','41724759649','280','','0','4','1',0,'2024-08-27 20:10:56','payment','kiu7',25,1),(74,'2024-08-27 20:11:34','41724735073','60','','0','4','1',0,'2024-08-27 20:11:46','payment','',25,1),(75,'2024-08-27 20:27:20','41724746661','30','','0','4','1',0,'2024-08-27 20:27:34','payment','ghyt',25,1),(76,'2024-08-27 20:29:02','41724741840','80','','0','4','1',0,'2024-08-27 20:29:15','payment','',25,1),(77,'2024-08-28 18:29:00','41724858654','120','','0','4','1',0,'2024-08-28 18:29:25','payment','uyty',25,1),(78,'2024-08-28 19:00:28','41724857625','100','','0','4','1',0,'2024-08-28 19:00:40','payment','dfg',25,1),(79,'2024-08-28 19:05:58','41724830693','50','','0','4','1',0,'2024-08-28 19:06:19','payment','ertt',25,1),(80,'2024-08-28 19:07:07','41724825931','80','','0','4','1',0,'2024-08-28 19:07:21','payment','wert',25,1),(81,'2024-08-28 19:09:31','41724823244','160','','0','4','1',0,'2024-08-28 19:09:48','payment','wertt',25,1),(82,'2024-08-28 19:13:38','41724819107','320','','0','4','1',0,'2024-08-28 19:14:01','payment','werttyy',25,1),(83,'2024-08-28 19:15:13','41724815213','320','','0','4','1',0,'2024-08-28 19:15:29','payment','rtyuyu',25,1),(84,'2024-08-28 19:16:06','41724814558','160','','0','4','1',0,'2024-08-28 19:16:20','payment','ertyhh',25,1),(85,'2024-08-28 19:28:44','41724853387','75','','0','4','1',0,'2024-08-28 19:28:57','payment','dfr',25,1),(86,'2024-08-28 19:29:10','41724853357','320','','0','4','1',0,'2024-08-28 19:29:26','payment','dfre',25,1),(87,'2024-08-28 19:34:34','41724815191','100','','0','4','1',0,'2024-08-28 19:34:47','payment','vgf',25,1),(88,'2024-08-28 19:37:10','41724844451','80','','0','4','1',0,'2024-08-28 19:37:23','payment','bhg',25,1),(89,'2024-08-28 20:10:04','41724820839','40','','0','4','1',0,'2024-08-28 20:10:20','payment','t5yh',25,1),(90,'2024-08-28 20:10:51','41724824474','80','','0','4','1',0,'2024-08-28 20:11:05','payment','njh',25,1),(91,'2024-08-28 20:12:31','41724853781','80','','0','4','1',0,'2024-08-28 20:12:45','payment','bhg',25,1),(92,'2024-08-28 20:13:21','41724856836','80','','0','4','1',0,'2024-08-28 20:13:35','payment','mkjj',25,1),(93,'2024-08-28 20:13:57','41724824052','100','','0','4','1',0,'2024-08-28 20:14:06','payment','hyt',25,1),(94,'2024-08-28 20:14:28','41724840981','50','','0','4','1',0,'2024-08-28 20:14:44','payment','mkj',25,1),(95,'2024-08-28 20:19:42','41724853329','100','','0','4','1',0,'2024-08-28 20:19:54','payment','xds',25,1),(96,'2024-08-28 20:20:26','41724824496','60','','0','4','1',0,'2024-08-28 20:20:44','payment','xds',25,1),(97,'2024-08-28 20:21:29','41724857438','80','','0','4','1',0,'2024-08-28 20:21:51','payment','',25,1),(98,'2024-08-28 20:27:13','41724839026','160','','0','4','1',0,'2024-08-28 20:27:25','payment','',25,1),(99,'2024-08-28 20:28:29','41724841171','100','','0','4','1',0,'2024-08-28 20:28:40','payment','',25,1),(100,'2024-08-28 20:30:28','41724862678','100','','90','4','1',0,'2024-08-28 20:30:38','payment','dsre',25,1),(101,'2024-08-28 20:30:39','41724862678','40','','50','4','1',0,'2024-08-28 20:30:56','payment','',25,1),(102,'2024-08-29 18:38:35','61724938158','80','','0','6','1',0,'2024-08-29 18:38:53','payment','ghjjkk',25,1),(103,'2024-08-29 18:39:22','61724909806','160','','0','6','1',0,'2024-08-29 18:39:36','payment','sdfgh',25,1),(104,'2024-08-29 18:41:13','61724903783','320','','0','6','1',0,'2024-08-29 18:41:46','payment','asddcf',25,1),(105,'2024-08-29 18:42:28','61724901839','160','','0','6','1',0,'2024-08-29 18:42:39','payment','qwe',25,1),(106,'2024-08-29 18:43:28','61724901481','240','','0','6','1',0,'2024-08-29 18:43:56','payment','rttyy',25,1),(107,'2024-08-29 19:22:09','61724900733','120','','-20','6','1',0,'2024-08-29 19:22:31','payment','fghh',26,1),(108,'2024-08-29 19:24:30','61724900733','100','','0','6','1',0,'2024-08-29 19:24:46','payment','sddfg',25,1),(109,'2024-08-29 19:35:29','61724948832','80','','0','6','1',0,'2024-08-29 19:35:43','payment','ghukio',25,1),(110,'2024-08-29 20:24:28','61724916714','30','','0','6','1',0,'2024-08-29 20:24:43','payment','',25,1),(111,'2024-08-29 20:42:21','61724942945','160','','0','6','1',0,'2024-08-29 20:42:40','payment','fggj',25,1),(112,'2024-08-29 20:43:13','61724910933','80','','20','6','1',0,'2024-08-29 20:43:26','payment','ghhjj',25,1),(113,'2024-08-29 20:43:26','61724910933','20','','0','6','1',0,'2024-08-29 20:43:41','payment','',25,1),(114,'2024-08-29 20:44:22','61724930154','100','','0','6','1',0,'2024-08-29 20:44:32','payment','huyi',25,1),(115,'2024-08-29 20:45:02','61724905972','40','','0','6','1',0,'2024-08-29 20:45:16','payment','tytrer',25,1),(116,'2024-08-29 20:47:39','61724908257','20','','40','6','1',0,'2024-08-29 20:48:05','payment','ghjhjk',25,1),(117,'2024-08-29 20:48:05','61724908257','40','','0','6','1',0,'2024-08-29 20:48:14','payment','',25,1),(118,'2024-08-30 09:18:59','61724996378','160','','0','6','1',0,'2024-08-30 09:19:10','payment','juiikop',25,1),(119,'2024-08-30 17:53:55','61725014018','160','','40','6','1',0,'2024-08-30 17:54:07','payment','jjgjk',25,1),(120,'2024-08-30 17:54:07','61725014018','40','','0','6','1',0,'2024-08-30 17:54:32','payment','jgjk',25,1),(121,'2024-08-30 17:57:31','61725003619','100','','60','6','1',0,'2024-08-30 17:58:36','payment','yuui',25,1),(122,'2024-08-30 17:58:37','61725003619','40','','20','6','1',0,'2024-08-30 17:58:50','payment','',25,1),(123,'2024-08-30 17:59:29','61725001855','160','','0','6','1',0,'2024-08-30 17:59:48','payment','jjjhgjk',25,1),(124,'2024-08-30 18:02:27','61724987727','320','','0','6','1',0,'2024-08-30 18:02:56','payment','gfghg',25,1),(125,'2024-08-30 18:03:27','61724987659','160','','0','6','1',0,'2024-08-30 18:03:42','payment','yyuj',25,1),(126,'2024-08-30 18:07:57','61724989988','100','','60','6','1',0,'2024-08-30 18:08:24','payment','ttyui',25,1),(127,'2024-08-30 18:08:24','61724989988','60','','0','6','1',0,'2024-08-30 18:08:34','payment','',25,1),(128,'2024-08-30 18:37:25','61724991084','280','','0','6','1',0,'2024-08-30 18:37:39','payment','iopop',25,1),(129,'2024-08-30 18:41:37','61724988761','40','','0','6','1',0,'2024-08-30 18:41:52','payment','uuiio',25,1),(130,'2024-08-30 18:45:49','61724987474','100','','0','6','1',0,'2024-08-30 18:46:00','payment','gghhjj',25,1),(131,'2024-08-30 19:24:38','61724998457','30','','130','6','1',0,'2024-08-30 19:24:57','payment','kkllj',25,1),(132,'2024-08-30 19:24:57','61724998457','10','','120','6','1',0,'2024-08-30 19:25:07','payment','',25,1),(133,'2024-08-30 19:55:38','61725001600','80','','0','6','1',0,'2024-08-30 19:55:45','payment','',25,1),(134,'2024-08-30 20:08:05','61724999810','50','','0','6','1',0,'2024-08-30 20:08:18','payment','tyyu',25,1),(135,'2024-08-30 20:08:33','61725033353','80','','0','6','1',0,'2024-08-30 20:08:44','payment','yuuo',25,1),(136,'2024-08-30 20:09:15','61724996408','100','','0','6','1',0,'2024-08-30 20:09:26','payment','io;p;\'',26,1),(137,'2024-08-30 20:10:01','61724993208','400','','0','6','1',0,'2024-08-30 20:10:34','payment','lo\';\\',25,1),(138,'2024-08-30 20:11:02','61725007089','50','','0','6','1',0,'2024-08-30 20:11:13','payment','',25,1),(139,'2024-08-30 20:11:37','61725006158','60','','0','6','1',0,'2024-08-30 20:11:50','payment','',25,1),(140,'2024-08-30 20:14:59','61725022738','50','','0','6','1',0,'2024-08-30 20:15:16','payment','hjjlui',25,1),(141,'2024-08-30 20:21:56','61725003619','20','','0','6','1',0,'2024-08-30 20:22:47','payment','tyyhh',25,1),(142,'2024-08-30 20:33:13','61724998457','160','','-40','6','1',0,'2024-08-30 20:33:27','payment','fhhgg',25,1),(143,'2024-08-30 20:36:27','61724998457','130','','30','6','1',0,'2024-08-30 20:37:21','payment','fggk',25,1),(144,'2024-08-30 20:37:21','61724998457','30','','0','6','1',0,'2024-08-30 20:37:43','payment','kjllljll',25,1),(145,'2024-08-30 20:38:33','61725032537','160','','0','6','1',0,'2024-08-30 20:38:48','payment','jhhghgj',25,1),(146,'2024-08-31 18:19:38','61725095501','1700','','0','6','1',0,'2024-08-31 18:19:50','payment','dre',25,1),(147,'2024-08-31 18:21:04','61725090617','50','','0','6','1',0,'2024-08-31 18:21:15','payment','ghf',25,1),(148,'2024-08-31 18:21:45','61725084370','80','','0','6','1',0,'2024-08-31 18:21:57','payment','fgtr',25,1),(149,'2024-08-31 19:43:23','61725078779','280','','0','6','1',0,'2024-08-31 19:43:36','payment','mnb',25,1),(150,'2024-08-31 19:44:00','61725074132','320','','0','6','1',0,'2024-08-31 19:44:12','payment','juyhu',25,1),(151,'2024-08-31 19:44:31','61725083263','160','','0','6','1',0,'2024-08-31 19:44:55','payment','y56',25,1),(152,'2024-08-31 19:45:19','61725074616','160','','0','6','1',0,'2024-08-31 19:45:32','payment','mnnb',25,1),(153,'2024-08-31 19:45:54','61725074467','280','','0','6','1',0,'2024-08-31 19:46:11','payment','767',25,1),(154,'2024-08-31 19:55:04','61725089119','80','','0','6','1',0,'2024-08-31 19:55:14','payment','nhh',25,1),(155,'2024-08-31 19:55:42','61725116664','160','','0','6','1',0,'2024-08-31 19:55:52','payment','gty',25,1),(156,'2024-08-31 19:57:01','61725080655','100','','0','6','1',0,'2024-08-31 19:57:14','payment','ttu66',25,1),(157,'2024-08-31 20:11:01','61725077705','60','','0','6','1',0,'2024-08-31 20:11:14','payment','',25,1),(158,'2024-08-31 20:19:47','61725085093','80','','0','6','1',0,'2024-08-31 20:19:59','payment','nhg',25,1),(159,'2024-08-31 20:20:19','61725076412','160','','0','6','1',0,'2024-08-31 20:20:33','payment','7',25,1),(160,'2024-08-31 20:39:40','61725121532','180','','0','6','1',0,'2024-08-31 20:39:58','payment','kjkjkuj',25,1),(161,'2024-08-31 20:42:40','61725095858','180','','0','6','1',0,'2024-08-31 20:42:52','payment','',25,1),(162,'2024-09-01 14:14:14','41725161592','960','','0','4','1',0,'2024-09-01 14:14:27','payment','bgf',25,1),(163,'2024-09-01 15:08:18','41725168369','160','','0','4','1',0,'2024-09-01 15:08:26','payment','',25,1),(164,'2024-09-01 18:34:30','41725171058','50','','0','4','1',0,'2024-09-01 18:34:40','payment','',25,1),(165,'2024-09-01 18:35:02','41725160204','400','','0','4','1',0,'2024-09-01 18:35:20','payment','mnbv',25,1),(166,'2024-09-01 19:26:28','41725175942','80','','0','4','1',0,'2024-09-01 19:26:39','payment','nhg',25,1),(167,'2024-09-01 20:08:49','41725182189','200','','0','4','1',0,'2024-09-01 20:09:02','payment','',25,1),(168,'2024-09-02 19:31:16','61725286925','80','','0','6','1',0,'2024-09-02 19:31:32','payment','hjj;;',25,1),(169,'2024-09-02 19:32:15','61725272610','320','','0','6','1',0,'2024-09-02 19:32:46','payment','',25,1),(170,'2024-09-02 19:33:12','61725292951','160','','160','6','1',0,'2024-09-02 19:33:26','payment','',25,1),(171,'2024-09-02 19:33:26','61725292951','160','','0','6','1',0,'2024-09-02 19:33:37','payment','ytytyty',25,1),(172,'2024-09-02 19:34:02','61725272420','320','','0','6','1',0,'2024-09-02 19:34:13','payment','trtyuyui',25,1),(173,'2024-09-02 19:36:01','61725272550','100','','0','6','1',0,'2024-09-02 19:36:17','payment','jiolio',25,1),(174,'2024-09-02 19:36:46','61725290492','20','','60','6','1',0,'2024-09-02 19:37:00','payment','uiuiuiuiuiu',25,1),(175,'2024-09-02 19:37:00','61725290492','60','','0','6','1',0,'2024-09-02 19:37:12','payment','',25,1),(176,'2024-09-02 19:38:53','61725272957','280','','0','6','1',0,'2024-09-02 19:39:08','payment','hujkll',25,1),(177,'2024-09-02 19:39:23','61725272497','240','','0','6','1',0,'2024-09-02 19:39:50','payment','fgjhjjk',25,1),(178,'2024-09-02 20:05:50','61725272575','100','','0','6','1',0,'2024-09-02 20:06:02','payment','fghj',25,1),(179,'2024-09-02 20:06:37','61725274432','100','','0','6','1',0,'2024-09-02 20:06:48','payment','ytytuy',25,1),(180,'2024-09-02 20:09:42','61725283183','160','','-80','6','1',0,'2024-09-02 20:09:58','payment','h,h,,',25,1),(181,'2024-09-02 20:10:28','61725272997','160','','0','6','1',0,'2024-09-02 20:10:41','payment','l;;l;l;;',25,1),(182,'2024-09-02 20:11:38','61725283183','80','','0','6','1',0,'2024-09-02 20:12:16','payment','879809',25,1),(183,'2024-09-02 20:17:51','61725274463','70','','0','6','1',0,'2024-09-02 20:18:00','payment','',25,1),(184,'2024-09-03 18:23:03','61725345445','80','','0','6','1',0,'2024-09-03 18:23:16','payment','rytytj',25,1),(185,'2024-09-03 18:24:26','61725337523','280','','0','6','1',0,'2024-09-03 18:24:40','payment','rtttyy',25,1),(186,'2024-09-03 18:25:22','61725333799','320','','0','6','1',0,'2024-09-03 18:25:51','payment','ettyt',25,1),(187,'2024-09-03 18:26:16','61725333772','240','','0','6','1',0,'2024-09-03 18:26:41','payment','eeryty',25,1),(188,'2024-09-03 18:27:04','61725333011','160','','0','6','1',0,'2024-09-03 18:27:22','payment','43545',25,1),(189,'2024-09-03 19:22:49','61725333736','100','','0','6','1',0,'2024-09-03 19:23:14','payment','hhmj',25,1),(190,'2024-09-03 19:32:26','61725342284','80','','0','6','1',0,'2024-09-03 19:32:37','payment','',25,1),(191,'2024-09-03 19:36:18','61725357071','80','','0','6','1',0,'2024-09-03 19:36:30','payment','',25,1),(192,'2024-09-03 19:37:10','61725347274','60','','40','6','1',0,'2024-09-03 19:37:30','payment','bgf',25,1),(193,'2024-09-03 19:37:30','61725347274','40','','0','6','1',0,'2024-09-03 19:37:43','payment','',25,1),(194,'2024-09-03 19:41:10','61725338299','160','','0','6','1',0,'2024-09-03 19:41:49','payment','cdsa',25,1),(195,'2024-09-03 20:04:02','61725342456','80','','0','6','1',0,'2024-09-03 20:04:11','payment','bbv',25,1),(196,'2024-09-03 20:04:31','61725360867','800','','0','6','1',0,'2024-09-03 20:04:43','payment','3435',25,1),(197,'2024-09-03 20:13:02','61725371808','80','','0','6','1',0,'2024-09-03 20:13:13','payment','bmnh',25,1),(198,'2024-09-03 20:13:38','61725335711','400','','0','6','1',0,'2024-09-03 20:13:55','payment','gtuj',25,1),(199,'2024-09-03 20:14:17','61725343897','100','','0','6','1',0,'2024-09-03 20:14:30','payment','uy8',25,1),(200,'2024-09-03 20:15:31','61725371870','160','','0','6','1',0,'2024-09-03 20:15:44','payment','',25,1),(201,'2024-09-03 20:16:43','61725368480','50','','0','6','1',0,'2024-09-03 20:17:02','payment','',25,1),(202,'2024-09-03 20:25:38','61725344266','400','','0','6','1',0,'2024-09-03 20:26:25','payment','nhg',25,1),(203,'2024-09-03 20:36:43','61725380791','100','','0','6','1',0,'2024-09-03 20:36:53','payment','cvf',25,1),(204,'2024-09-03 20:44:04','61725340657','40','','0','6','1',0,'2024-09-03 20:44:32','payment','',26,1),(205,'2024-09-04 18:57:52','61725450455','80','','0','6','1',0,'2024-09-04 18:58:05','payment','bgjhjh,j',25,1),(206,'2024-09-04 18:59:52','61725450410','130','','0','6','1',0,'2024-09-04 19:00:09','payment','k;;ll\'',25,1),(207,'2024-09-04 19:00:50','61725450379','160','','0','6','1',0,'2024-09-04 19:01:02','payment','ggfbhgng',25,1),(208,'2024-09-04 19:01:35','61725448719','280','','0','6','1',0,'2024-09-04 19:01:53','payment','yiuikuk',25,1),(209,'2024-09-04 19:02:49','61725443693','80','','0','6','1',0,'2024-09-04 19:03:04','payment','bggnmn',25,1),(210,'2024-09-04 19:04:07','61725423490','160','','0','6','1',0,'2024-09-04 19:04:26','payment','rtgrtryyy',25,1),(211,'2024-09-04 19:05:01','61725423309','320','','0','6','1',0,'2024-09-04 19:05:15','payment','jjyjjhjhjj',25,1),(212,'2024-09-04 19:06:54','61725423181','280','','0','6','1',0,'2024-09-04 19:07:07','payment','gjhjhkj',25,1),(213,'2024-09-04 19:07:33','61725423465','100','','0','6','1',0,'2024-09-04 19:08:15','payment','jgjjjjh',25,1),(214,'2024-09-04 19:26:57','61725467033','400','','0','6','1',0,'2024-09-04 19:27:14','payment','45',25,1),(215,'2024-09-04 19:46:03','61725424462','60','','160','6','1',0,'2024-09-04 19:46:14','payment','jmnhgh',25,1),(216,'2024-09-04 19:46:50','61725447358','80','','0','6','1',0,'2024-09-04 19:47:02','payment','vbg',25,1),(217,'2024-09-04 19:47:32','61725450329','80','','0','6','1',0,'2024-09-04 19:47:43','payment','cvvcf',25,1),(218,'2024-09-04 19:48:03','61725459224','80','','0','6','1',0,'2024-09-04 19:48:17','payment','vbg',25,1),(219,'2024-09-04 19:48:48','61725463725','160','','0','6','1',0,'2024-09-04 19:49:10','payment','bvbnn',25,1),(220,'2024-09-04 20:05:47','61725434567','720','','0','6','1',0,'2024-09-04 20:06:00','payment','cvf',25,1),(221,'2024-09-04 20:08:59','61725450129','120','','0','6','1',0,'2024-09-04 20:09:09','payment','',25,1),(222,'2024-09-04 20:24:37','61725452989','80','','0','6','1',0,'2024-09-04 20:24:44','payment','',25,1),(223,'2024-09-04 20:25:09','61725424462','160','','0','6','1',0,'2024-09-04 20:25:19','payment','',25,1),(224,'2024-09-05 17:00:38','41725506844','320','','0','4','1',0,'2024-09-05 17:00:55','payment','bnh',25,1),(225,'2024-09-05 17:01:29','41725515850','160','','0','4','1',0,'2024-09-05 17:01:40','payment','vbg',25,1),(226,'2024-09-05 17:02:02','41725506800','160','','0','4','1',0,'2024-09-05 17:02:13','payment','bnh',25,1),(227,'2024-09-05 18:05:17','41725509035','280','','0','4','1',0,'2024-09-05 18:05:25','payment','',25,1),(228,'2024-09-05 18:43:41','41725506822','320','','0','4','1',0,'2024-09-05 18:44:02','payment','t55uu6i',25,1),(229,'2024-09-05 19:25:10','41725520453','160','','0','4','1',0,'2024-09-05 19:25:21','payment','cvf',25,1),(230,'2024-09-05 19:45:02','41725506765','100','','0','4','1',0,'2024-09-05 19:45:13','payment','cff',25,1),(231,'2024-09-05 19:46:26','41725529490','30','','0','4','1',0,'2024-09-05 19:46:34','payment','',25,1),(232,'2024-09-05 19:47:36','41725552188','80','','0','4','1',0,'2024-09-05 19:47:51','payment','cvf',25,1),(233,'2024-09-05 19:48:29','41725515179','60','','40','4','1',0,'2024-09-05 19:48:46','payment','ed',25,1),(234,'2024-09-05 19:48:46','41725515179','40','','0','4','1',0,'2024-09-05 19:49:12','payment','',25,1),(235,'2024-09-05 19:53:08','41725518263','160','','0','4','1',0,'2024-09-05 19:53:16','payment','',25,1),(236,'2024-09-05 19:53:39','41725532789','160','','0','4','1',0,'2024-09-05 19:53:47','payment','',25,1),(237,'2024-09-05 19:57:26','41725515206','160','','0','4','1',0,'2024-09-05 19:57:41','payment','vge',25,1),(238,'2024-09-05 19:58:22','41725543816','200','','0','4','1',0,'2024-09-05 19:58:34','payment','cvf',25,1),(239,'2024-09-05 20:00:14','41725521342','60','','0','4','1',0,'2024-09-05 20:00:27','payment','',25,1),(240,'2024-09-05 20:01:22','41725542533','50','','0','4','1',0,'2024-09-05 20:01:49','payment','hyy',25,1),(241,'2024-09-05 20:10:29','41725515262','100','','0','4','1',0,'2024-09-05 20:10:40','payment','bvc',25,1),(242,'2024-09-05 20:22:14','41725517018','80','','0','4','1',0,'2024-09-05 20:22:27','payment','nbv',25,1),(243,'2024-09-05 20:22:54','41725543480','80','','0','4','1',0,'2024-09-05 20:23:02','payment','',25,1),(244,'2024-09-06 13:05:51','41725592713','320','','0','4','1',0,'2024-09-06 13:06:03','payment','bnh',25,1),(245,'2024-09-06 18:46:29','61725630853','20','','60','6','1',0,'2024-09-06 18:46:42','payment','bnhg',25,1),(246,'2024-09-06 18:46:43','61725630853','60','','0','6','1',0,'2024-09-06 18:47:00','payment','',25,1),(247,'2024-09-06 18:48:13','41725592177','160','','0','6','1',0,'2024-09-06 18:48:23','payment','vbg',25,1),(248,'2024-09-06 18:48:48','41725616894','80','','0','6','1',0,'2024-09-06 18:48:57','payment','nbcv',25,1),(249,'2024-09-06 18:49:26','41725596359','280','','0','6','1',0,'2024-09-06 18:49:38','payment','t55y5',25,1),(250,'2024-09-06 19:24:58','41725592809','100','','0','6','1',0,'2024-09-06 19:25:07','payment','cvf',25,1),(251,'2024-09-06 19:28:15','41725616841','120','','0','6','1',0,'2024-09-06 19:28:26','payment','cvb',25,1),(252,'2024-09-06 20:05:59','41725593812','280','','0','6','1',0,'2024-09-06 20:06:24','payment','bhg',25,1),(253,'2024-09-06 20:08:00','41725596816','400','','0','6','1',0,'2024-09-06 20:08:12','payment','nhg',25,1),(254,'2024-09-06 20:08:49','61725638606','40','','40','6','1',0,'2024-09-06 20:09:01','payment','nhg',25,1),(255,'2024-09-06 20:09:02','61725638606','40','','0','6','1',0,'2024-09-06 20:09:11','payment','',25,1),(256,'2024-09-06 20:09:29','61725627977','50','','0','6','1',0,'2024-09-06 20:09:48','payment','nmj',25,1),(257,'2024-09-06 20:11:14','41725601189','60','','0','6','1',0,'2024-09-06 20:11:31','payment','nbv',25,1),(258,'2024-09-06 20:11:58','61725629453','30','','30','6','1',0,'2024-09-06 20:12:10','payment','nhg',25,1),(259,'2024-09-06 20:12:10','61725629453','30','','0','6','1',0,'2024-09-06 20:12:33','payment','',25,1),(260,'2024-09-06 20:19:27','41725601164','160','','0','6','1',0,'2024-09-06 20:19:41','payment','bhg',25,1),(261,'2024-09-06 20:27:58','41725596843','160','','0','6','1',0,'2024-09-06 20:28:26','payment','etrtuyui',25,1),(262,'2024-09-06 20:28:50','61725632102','80','','0','6','1',0,'2024-09-06 20:29:19','payment','5yuyuii',25,1),(263,'2024-09-07 18:47:31','41725679924','200','','0','6','1',0,'2024-09-07 18:47:43','payment','bnh',25,1),(264,'2024-09-07 18:48:19','41725679363','160','','0','6','1',0,'2024-09-07 18:48:28','payment','bnhg',25,1),(265,'2024-09-07 18:48:53','41725681501','720','','0','6','1',0,'2024-09-07 18:49:06','payment','bnh',25,1),(266,'2024-09-07 19:04:59','41725689569','80','','0','6','1',0,'2024-09-07 19:05:25','payment','bnhg',25,1),(267,'2024-09-07 19:06:49','41725680725','280','','0','6','1',0,'2024-09-07 19:07:00','payment','bgf',25,1),(268,'2024-09-07 19:28:40','41725687166','100','','0','6','1',0,'2024-09-07 19:28:50','payment','bnh',25,1),(269,'2024-09-07 19:30:38','41725683129','280','','0','6','1',0,'2024-09-07 19:30:53','payment','bnhg',25,1),(270,'2024-09-07 19:39:27','61725720842','140','','0','4','1',0,'2024-09-07 19:39:42','payment','bgf',25,1),(271,'2024-09-07 19:40:12','61725709765','300','','0','4','1',0,'2024-09-07 19:40:26','payment','nhg',25,1),(272,'2024-09-07 19:43:17','41725689294','80','','0','4','1',0,'2024-09-07 19:43:29','payment','mnb',25,1),(273,'2024-09-07 19:46:54','61725708970','300','','0','4','1',0,'2024-09-07 19:47:06','payment','mnb',25,1),(274,'2024-09-07 19:49:09','41725687290','60','','0','4','1',0,'2024-09-07 19:49:30','payment','cvv',25,1),(275,'2024-09-07 19:53:24','61725709386','120','','0','4','1',0,'2024-09-07 19:53:36','payment','nmh',25,1),(276,'2024-09-07 19:58:52','41725682940','160','','0','4','1',0,'2024-09-07 19:59:03','payment','bnv',25,1),(277,'2024-09-07 20:14:03','61725708261','100','','0','4','1',0,'2024-09-07 20:14:34','payment','',25,1),(278,'2024-09-07 20:15:25','41725690018','160','','0','4','1',0,'2024-09-07 20:15:46','payment','',25,1),(279,'2024-09-07 20:16:13','61725722162','80','','0','4','1',0,'2024-09-07 20:16:21','payment','',25,1),(280,'2024-09-08 17:32:25','61725778686','100','','0','6','1',0,'2024-09-08 17:32:38','payment','ssdsd',25,1),(281,'2024-09-08 17:33:12','61725769151','1280','','0','6','1',0,'2024-09-08 17:33:28','payment','wewer',25,1),(282,'2024-09-08 18:06:57','61725779287','50','','0','6','1',0,'2024-09-08 18:07:15','payment','tuy6ui',25,1),(283,'2024-09-08 18:42:47','61725779511','50','','0','6','1',0,'2024-09-08 18:43:01','payment','ju6u7i',25,1),(284,'2024-09-08 19:04:16','61725807880','160','','0','6','1',0,'2024-09-08 19:04:38','payment','cbbnnn',25,1),(285,'2024-09-08 19:05:11','61725765837','160','','240','6','1',0,'2024-09-08 19:06:06','payment','',25,1),(286,'2024-09-08 19:06:06','61725765837','210','','30','6','1',0,'2024-09-08 19:07:12','payment','rerrere',25,1),(287,'2024-09-08 19:07:13','61725765837','30','','0','6','1',0,'2024-09-08 19:07:27','payment','',25,1),(288,'2024-09-08 20:23:44','61725769217','80','','0','6','1',0,'2024-09-08 20:23:50','payment','',25,1),(289,'2024-09-08 20:24:20','61725775087','160','','60','6','1',0,'2024-09-08 20:24:52','payment','wtete4yt',25,1),(290,'2024-09-08 20:24:52','61725775087','60','','0','6','1',0,'2024-09-08 20:25:50','payment','',25,1),(291,'2024-09-08 20:26:35','61725785734','50','','0','6','1',0,'2024-09-08 20:27:14','payment','tytyuju',25,1),(292,'2024-09-08 20:43:00','61725766025','80','','0','6','1',0,'2024-09-08 20:43:08','payment','',25,1),(293,'2024-09-09 15:52:27','41725863580','80','','0','4','1',0,'2024-09-09 15:52:37','payment','hh',25,1),(294,'2024-09-09 15:53:02','41725851876','320','','0','4','1',0,'2024-09-09 15:53:26','payment','bnh',25,1),(295,'2024-09-09 15:53:49','41725851550','160','','0','4','1',0,'2024-09-09 15:54:00','payment','565',25,1),(296,'2024-09-09 16:38:31','41725887523','300','','0','4','1',0,'2024-09-09 16:38:43','payment','nmjh',25,1),(297,'2024-09-09 16:42:38','41725855835','280','','0','4','1',0,'2024-09-09 16:42:50','payment','nmj',25,1),(298,'2024-09-09 19:43:54','41725851829','100','','0','4','1',0,'2024-09-09 19:44:03','payment','vbg',25,1),(299,'2024-09-09 19:45:32','41725854911','400','','0','4','1',0,'2024-09-09 19:45:42','payment','cv',25,1),(300,'2024-09-09 19:47:15','41725868377','80','','0','4','1',0,'2024-09-09 19:47:27','payment','cvg',25,1),(301,'2024-09-09 19:55:05','41725862500','100','','0','4','1',0,'2024-09-09 19:55:15','payment','gvbgf',25,1),(302,'2024-09-09 20:14:34','41725871904','200','','100','4','1',0,'2024-09-09 20:14:42','payment','',25,1),(303,'2024-09-09 20:14:43','41725871904','100','','0','4','1',0,'2024-09-09 20:14:52','payment','bgf',25,1),(304,'2024-09-09 20:23:42','41725859096','160','','0','4','1',0,'2024-09-09 20:23:55','payment','cvbfg',25,1),(305,'2024-09-09 20:24:16','41725884226','100','','0','4','1',0,'2024-09-09 20:24:24','payment','',25,1),(306,'2024-09-10 19:50:09','41725974536','vbg80','','80','4','1',0,'2024-09-10 19:50:23','payment','cvbg',25,1),(307,'2024-09-10 19:51:00','41725967040','200','','0','4','1',0,'2024-09-10 19:51:14','payment','cvfd',25,1),(308,'2024-09-10 19:51:50','41725939506','320','','0','4','1',0,'2024-09-10 19:52:00','payment','vbgf',25,1),(309,'2024-09-10 19:53:39','41725939938','80','','20','4','1',0,'2024-09-10 19:53:49','payment','bnhg',25,1),(310,'2024-09-10 19:54:10','41725942692','280','','0','4','1',0,'2024-09-10 19:54:29','payment','nbfd',25,1),(311,'2024-09-10 19:55:12','41725945892','80','','0','4','1',0,'2024-09-10 19:55:34','payment','bvc',25,1),(312,'2024-09-10 19:55:58','41725950943','80','','0','4','1',0,'2024-09-10 19:56:13','payment','bvc',25,1),(313,'2024-09-10 19:56:32','41725955726','80','','0','4','1',0,'2024-09-10 19:56:43','payment','bvc',25,1),(314,'2024-09-10 19:57:01','41725938033','160','','0','4','1',0,'2024-09-10 19:57:16','payment','bnv',25,1),(315,'2024-09-10 20:10:08','41725946048','400','','0','4','1',0,'2024-09-10 20:10:22','payment','bnhg',25,1),(316,'2024-09-10 20:10:45','41725947912','100','','0','4','1',0,'2024-09-10 20:10:58','payment','nbv',25,1),(317,'2024-09-10 20:11:55','41725966232','50','','0','4','1',0,'2024-09-10 20:12:07','payment','bvc',25,1),(318,'2024-09-10 20:18:21','41725939938','20','','0','4','1',0,'2024-09-10 20:18:33','payment','nbv',25,1),(319,'2024-09-10 20:20:34','41725974536','80','','0','4','1',0,'2024-09-10 20:20:55','payment','vcfd',25,1),(320,'2024-09-10 20:22:14','41725948313','80','','0','4','1',0,'2024-09-10 20:22:33','payment','bnghg',25,1),(321,'2024-09-11 12:26:41','41726046242','80','','0','4','1',0,'2024-09-11 12:26:47','payment','',25,1),(322,'2024-09-11 18:06:55','41726055560','50','','0','4','1',0,'2024-09-11 18:07:13','payment','',25,1),(323,'2024-09-11 18:07:28','41726055731','50','','0','4','1',0,'2024-09-11 18:07:39','payment','',25,1),(324,'2024-09-11 18:08:03','41726058713','100','','0','4','1',0,'2024-09-11 18:08:15','payment','ujyjykul',25,1),(325,'2024-09-11 18:08:31','41726032081','80','','0','4','1',0,'2024-09-11 18:08:43','payment','tytyutui',25,1),(326,'2024-09-11 18:09:12','41726029536','280','','0','4','1',0,'2024-09-11 18:09:28','payment','erertytyt',25,1),(327,'2024-09-11 18:10:41','41726026865','120','','200','4','1',0,'2024-09-11 18:11:04','payment','ereetyy',25,1),(328,'2024-09-11 18:11:45','41726024361','160','','0','4','1',0,'2024-09-11 18:12:03','payment','jhjh,',25,1),(329,'2024-09-11 18:24:39','41726064412','80','','0','4','1',0,'2024-09-11 18:25:55','payment','23535',25,1),(330,'2024-09-11 19:25:58','41726024243','100','','0','4','1',0,'2024-09-11 19:26:08','payment','bnv',25,1),(331,'2024-09-11 19:38:40','41726034636','80','','0','4','1',0,'2024-09-11 19:38:55','payment','nbv',25,1),(332,'2024-09-11 19:43:16','41726031973','160','','0','4','1',0,'2024-09-11 19:43:28','payment','mnb',25,1),(333,'2024-09-11 19:47:52','41726062117','140','','0','4','1',0,'2024-09-11 19:48:11','payment','nbvc',25,1),(334,'2024-09-11 19:48:31','41726070720','160','','40','4','1',0,'2024-09-11 19:48:42','payment','nbv',25,1),(335,'2024-09-11 19:52:18','41726026865','200','','0','4','1',0,'2024-09-11 19:53:23','payment','nmb',25,1),(336,'2024-09-11 19:54:44','41726070720','40','','0','4','1',0,'2024-09-11 19:55:10','payment','',25,1),(337,'2024-09-11 19:57:48','41726030425','40','','0','4','1',0,'2024-09-11 19:58:04','payment','',25,1),(338,'2024-09-11 20:09:53','41726056883','50','','0','4','1',0,'2024-09-11 20:10:04','payment','tyt5',25,1),(339,'2024-09-11 20:27:29','41726068403','60','','0','4','1',0,'2024-09-11 20:27:48','payment','',25,1),(340,'2024-09-12 08:23:45','61726118240','40','','0','6','1',0,'2024-09-12 08:23:52','payment','',25,1),(341,'2024-09-12 18:34:03','61726144482','ryykkk','','100','6','1',0,'2024-09-12 18:34:14','payment','grnn',25,1),(342,'2024-09-12 18:34:58','61726110815','160','','80','6','1',0,'2024-09-12 18:35:15','payment','trytytk',25,1),(343,'2024-09-12 18:35:42','61726110448','280','','0','6','1',0,'2024-09-12 18:36:06','payment','ytytuu',25,1),(344,'2024-09-12 18:36:38','61726111258','160','','0','6','1',0,'2024-09-12 18:36:57','payment','tyyyuyk',25,1),(345,'2024-09-12 18:37:29','61726114690','280','','0','6','1',0,'2024-09-12 18:37:40','payment','thytuky',25,1),(346,'2024-09-12 19:21:18','61726124728','800','','0','6','1',0,'2024-09-12 19:21:39','payment','jk.lkll',25,1),(347,'2024-09-12 19:22:24','61726116320','40','','120','6','1',0,'2024-09-12 19:22:46','payment','trttrtyyty',25,1),(348,'2024-09-12 19:22:46','61726116320','120','','0','6','1',0,'2024-09-12 19:23:08','payment','',25,1),(349,'2024-09-12 19:28:52','61726119280','200','','0','6','1',0,'2024-09-12 19:29:08','payment','fdgh',25,1),(350,'2024-09-12 19:31:57','61726136000','50','','0','6','1',0,'2024-09-12 19:32:11','payment','lklk;//',25,1),(351,'2024-09-12 19:40:15','61726119280','160','','40','6','1',0,'2024-09-12 19:40:31','payment','tyuiol',25,1),(352,'2024-09-12 19:43:16','61726121198','40','','0','6','1',0,'2024-09-12 19:43:30','payment','ttruyu',25,1),(353,'2024-09-12 19:43:47','61726111344','400','','0','6','1',0,'2024-09-12 19:44:00','payment','576o',25,1),(354,'2024-09-12 19:44:14','61726144241','50','','0','6','1',0,'2024-09-12 19:44:25','payment','gehhy',25,1),(355,'2024-09-12 19:45:48','61726110838','100','','0','6','1',0,'2024-09-12 19:45:59','payment','dhgjm',25,1),(356,'2024-09-12 19:48:32','61726116035','200','','0','6','1',0,'2024-09-12 19:48:49','payment','gghhj',25,1),(357,'2024-09-12 19:50:39','61726155039','80','','80','6','1',0,'2024-09-12 19:50:47','payment','',25,1),(358,'2024-09-12 19:50:47','61726155039','80','','0','6','1',0,'2024-09-12 19:51:00','payment','gjhjh',25,1),(359,'2024-09-12 19:58:39','61726134196','80','','0','6','1',0,'2024-09-12 19:58:47','payment','',25,1),(360,'2024-09-12 19:59:11','61726119280','40','','0','6','1',0,'2024-09-12 19:59:20','payment','',25,1),(361,'2024-09-12 20:00:16','61726110815','80','','0','6','1',0,'2024-09-12 20:00:33','payment','65767',25,1),(362,'2024-09-12 20:08:38','61726144482','100','','0','6','1',0,'2024-09-12 20:08:50','payment','yuyiuuioo',25,1),(363,'2024-09-12 20:14:20','61726143394','200','','0','6','1',0,'2024-09-12 20:14:33','payment','yyuyyk',25,1),(364,'2024-09-12 20:15:12','61726148144','100','','0','6','1',0,'2024-09-12 20:15:26','payment','gghjhk',25,1),(365,'2024-09-12 20:16:28','61726119379','100','','0','6','1',0,'2024-09-12 20:16:40','payment','tytuk',25,1),(366,'2024-09-13 10:42:53','61726198429','320','','0','6','1',0,'2024-09-13 10:43:16','payment','2075',25,1),(367,'2024-09-13 16:42:23','61726213237','80','','0','6','1',0,'2024-09-13 16:42:33','payment','ghyt',25,1),(368,'2024-09-13 16:42:57','61726201786','280','','0','6','1',0,'2024-09-13 16:43:08','payment','thgf',25,1),(369,'2024-09-13 16:43:27','61726197473','160','','0','6','1',0,'2024-09-13 16:43:37','payment','nbv',25,1),(370,'2024-09-13 17:49:11','61726205548','160','','0','6','1',0,'2024-09-13 17:49:22','payment','bvc',25,1),(371,'2024-09-13 19:00:33','61726231163','1500','','0','6','1',0,'2024-09-13 19:00:45','payment','bvc',25,1),(372,'2024-09-13 19:10:46','61726197594','100','','0','6','1',0,'2024-09-13 19:10:54','payment','bnfg',25,1),(373,'2024-09-13 19:11:11','61726198019','200','','0','6','1',0,'2024-09-13 19:11:33','payment','nbv',25,1),(374,'2024-09-13 19:46:19','61726243698','80','','0','6','1',0,'2024-09-13 19:46:34','payment','vbvc',25,1),(375,'2024-09-13 19:47:22','61726213144','100','','0','6','1',0,'2024-09-13 19:47:34','payment','nbv',25,1),(376,'2024-09-13 20:22:21','61726203518','360','','0','6','1',0,'2024-09-13 20:22:32','payment','bvc',25,1),(377,'2024-09-13 20:22:54','61726205581','60','','0','6','1',0,'2024-09-13 20:23:21','payment','',25,1),(378,'2024-09-13 20:23:47','61726213200','80','','0','6','1',0,'2024-09-13 20:24:00','payment','',25,1),(379,'2024-09-14 09:29:54','41726294204','80','','0','4','1',0,'2024-09-14 09:30:13','payment','bvc',25,1),(380,'2024-09-14 09:33:36','41726284455','800','','0','4','1',0,'2024-09-14 09:33:59','payment','bvc',25,1),(381,'2024-09-14 15:50:43','41726317285','120','','0','4','1',0,'2024-09-14 15:50:56','payment','nbv',25,1),(382,'2024-09-14 15:52:05','41726300514','50','','0','4','1',0,'2024-09-14 15:52:14','payment','bn',25,1),(383,'2024-09-14 15:52:32','41726295575','160','','0','4','1',0,'2024-09-14 15:52:42','payment','nmb',25,1),(384,'2024-09-14 15:53:26','41726283222','160','','0','4','1',0,'2024-09-14 15:53:35','payment','nbv',25,1),(385,'2024-09-14 15:53:50','41726293379','80','','0','4','1',0,'2024-09-14 15:54:02','payment','nmb',25,1),(386,'2024-09-14 16:44:54','41726287884','320','','0','4','1',0,'2024-09-14 16:45:14','payment','cvc',25,1),(387,'2024-09-14 18:45:39','41726283664','280','','0','4','1',0,'2024-09-14 18:45:49','payment','vvc',25,1),(388,'2024-09-14 18:50:15','41726288312','160','','0','4','1',0,'2024-09-14 18:50:23','payment','',25,1),(389,'2024-09-14 18:50:57','41726289798','20','','130','4','1',0,'2024-09-14 18:51:09','payment','nmb',25,1),(390,'2024-09-14 18:51:09','41726289798','130','','0','4','1',0,'2024-09-14 18:51:23','payment','',25,1),(391,'2024-09-14 19:01:58','41726322137','80','','0','4','1',0,'2024-09-14 19:02:08','payment','nb',25,1),(392,'2024-09-14 20:18:36','41726292218','160','','0','4','1',0,'2024-09-14 20:18:45','payment','vcx',25,1),(393,'2024-09-14 20:19:06','41726293481','40','','0','4','1',0,'2024-09-14 20:19:18','payment','',25,1),(394,'2024-09-14 20:19:39','41726295728','100','','0','4','1',0,'2024-09-14 20:19:48','payment','',25,1),(395,'2024-09-14 20:20:10','41726317575','bvc80','','80','4','1',0,'2024-09-14 20:20:26','payment','vbf',25,1),(396,'2024-09-15 16:15:42','41726372445','1440','','0','4','1',0,'2024-09-15 16:15:56','payment','bnhg',25,1),(397,'2024-09-15 18:17:13','41726402110','800','','0','4','1',0,'2024-09-15 18:17:31','payment','nbv',25,1),(398,'2024-09-15 19:13:07','41726374285','400','','0','4','1',0,'2024-09-15 19:13:19','payment','vbc',25,1),(399,'2024-09-15 19:21:13','41726370250','400','','-80','4','1',0,'2024-09-15 19:21:33','payment','mnb',25,1),(400,'2024-09-15 19:22:25','41726382961','80','','0','4','1',0,'2024-09-15 19:22:37','payment','hgtg',25,1),(401,'2024-09-15 19:39:23','41726379231','160','','0','4','1',0,'2024-09-15 19:39:33','payment','nbv',25,1),(402,'2024-09-15 19:55:10','41726386941','80','','0','4','1',0,'2024-09-15 19:55:18','payment','',25,1),(403,'2024-09-15 20:06:24','41726378375','40','','20','4','1',0,'2024-09-15 20:06:42','payment','',25,1),(404,'2024-09-15 20:08:05','41726420035','60','','0','4','1',0,'2024-09-15 20:08:45','payment','vcc',25,1),(405,'2024-09-16 13:04:33','61726457631','320','','0','6','1',0,'2024-09-16 13:04:44','payment','uyiyol',25,1),(406,'2024-09-16 17:55:51','61726481401','100','','160','6','1',0,'2024-09-16 17:56:05','payment','RYRYTY',25,1),(407,'2024-09-16 17:56:32','61726456105','160','','0','6','1',0,'2024-09-16 17:56:44','payment','GTHJ',25,1),(408,'2024-09-16 17:57:13','61726460675','280','','0','6','1',0,'2024-09-16 17:57:24','payment','TYTJI',25,1),(409,'2024-09-16 17:57:50','61726467988','100','','80','6','1',0,'2024-09-16 17:58:07','payment','E3T4HY',25,1),(410,'2024-09-16 17:58:30','61726465616','80','','0','6','1',0,'2024-09-16 17:58:39','payment','GGNH',25,1),(411,'2024-09-16 20:20:28','61726481401','160','','0','6','1',0,'2024-09-16 20:20:39','payment','',25,1),(412,'2024-09-16 20:23:05','61726456751','20','','80','6','1',0,'2024-09-16 20:23:13','payment','',25,1),(413,'2024-09-16 20:23:13','61726456751','80','','0','6','1',0,'2024-09-16 20:24:30','payment','YYTUJY',25,1),(414,'2024-09-16 20:26:44','61726467988','80','','0','6','1',0,'2024-09-16 20:26:54','payment','GGFHGHG',25,1),(415,'2024-09-16 20:36:33','61726488640','100','','0','6','1',0,'2024-09-16 20:36:47','payment','',25,1),(416,'2024-09-16 20:45:44','61726500406','50','','0','6','1',0,'2024-09-16 20:45:55','payment','4TRTHT',25,1),(417,'2024-09-16 20:51:06','61726493939','80','','0','6','1',0,'2024-09-16 20:51:20','payment','SVGVGG',25,1),(418,'2024-09-17 11:55:46','61726545016','280','','0','6','1',0,'2024-09-17 11:56:46','payment','gfhn',25,1),(419,'2024-09-17 19:07:39','61726546171','160','','0','6','1',0,'2024-09-17 19:07:50','payment','grtgth',25,1),(420,'2024-09-17 19:08:40','61726547317','320','','0','6','1',0,'2024-09-17 19:08:50','payment','',25,1),(421,'2024-09-17 20:18:06','61726545051','200','','160','6','1',0,'2024-09-17 20:18:18','payment','cvx',25,1),(422,'2024-09-17 20:18:18','61726545051','160','','0','6','1',0,'2024-09-17 20:18:41','payment','',25,1),(423,'2024-09-17 20:19:15','61726543258','280','','0','6','1',0,'2024-09-17 20:19:28','payment','bvc',25,1),(424,'2024-09-17 20:19:48','61726576274','80','','0','6','1',0,'2024-09-17 20:19:59','payment','vcx',25,1),(425,'2024-09-17 20:20:54','61726580736','50','','0','6','1',0,'2024-09-17 20:21:04','payment','',25,1),(426,'2024-09-17 20:21:42','61726553448','100','','0','6','1',0,'2024-09-17 20:21:50','payment','vcx',25,1),(427,'2024-09-17 20:22:08','61726565098','80','','0','6','1',0,'2024-09-17 20:22:20','payment','nbg',25,1),(428,'2024-09-17 20:22:30','61726591665','80','','0','6','1',0,'2024-09-17 20:22:41','payment','mnb',25,1),(429,'2024-09-17 20:24:25','61726552899','80','','0','6','1',0,'2024-09-17 20:24:36','payment','bvcx',25,1),(430,'2024-09-17 20:25:21','61726555729','400','','0','6','1',0,'2024-09-17 20:25:33','payment','vcx',25,1),(431,'2024-09-17 20:28:15','61726546119','100','','0','6','1',0,'2024-09-17 20:28:24','payment','xcx',25,1),(432,'2024-09-17 20:46:13','61726560690','30','','0','6','1',0,'2024-09-17 20:46:22','payment','',25,1),(433,'2024-09-17 20:51:16','61726549559','80','','0','6','1',0,'2024-09-17 20:51:27','payment','asw',25,1),(434,'2024-09-18 16:51:09','61726666027','50','','0','6','1',0,'2024-09-18 16:51:18','payment','',26,1),(435,'2024-09-18 19:03:24','61726631479','160','','0','6','1',0,'2024-09-18 19:03:33','payment','nbv',25,1),(436,'2024-09-18 19:03:56','61726631654','320','','0','6','1',0,'2024-09-18 19:04:06','payment','mnb',25,1),(437,'2024-09-18 19:04:24','61726633077','280','','0','6','1',0,'2024-09-18 19:04:39','payment','nbv',25,1),(438,'2024-09-18 19:25:26','61726631500','nbv100','','100','6','1',0,'2024-09-18 19:25:41','payment','nbvcv',25,1),(439,'2024-09-18 19:44:07','61726631417','360','','0','6','1',0,'2024-09-18 19:44:20','payment','vcx',25,1),(440,'2024-09-18 19:45:48','61726646649','600','','0','6','1',0,'2024-09-18 19:46:03','payment','cds',25,1),(441,'2024-09-18 19:48:39','61726639359','80','','0','6','1',0,'2024-09-18 19:48:48','payment','cxz',25,1),(442,'2024-09-18 19:59:52','61726641682','100','','0','6','1',0,'2024-09-18 20:00:03','payment','vcx',25,1),(443,'2024-09-18 20:00:34','61726672170','100','','0','6','1',0,'2024-09-18 20:00:47','payment','bvc',25,1),(444,'2024-09-18 20:01:14','61726633574','160','','0','6','1',0,'2024-09-18 20:01:20','payment','',25,1),(445,'2024-09-18 20:01:48','61726637753','40','','0','6','1',0,'2024-09-18 20:01:58','payment','',25,1),(446,'2024-09-18 20:02:43','61726630602','400','','0','6','1',0,'2024-09-18 20:02:59','payment','cff',25,1),(447,'2024-09-18 20:16:16','61726650918','100','','0','6','1',0,'2024-09-18 20:16:37','payment','cvxz',25,1),(448,'2024-09-18 20:18:38','61726631500','100','','0','6','1',0,'2024-09-18 20:18:47','payment','vcz',25,1),(449,'2024-09-18 20:27:10','61726660586','50','','0','6','1',0,'2024-09-18 20:27:19','payment','nbv',25,1),(450,'2024-09-18 20:31:46','61726629530','250','','0','6','1',0,'2024-09-18 20:32:00','payment','vbc',25,1),(451,'2024-09-19 17:21:40','61726717475','240','','0','6','1',0,'2024-09-19 17:22:04','payment','fghb',25,1),(452,'2024-09-19 17:22:27','61726721439','280','','0','6','1',0,'2024-09-19 17:22:37','payment','eggfh',25,1),(453,'2024-09-19 17:23:07','61726747096','400','','0','6','1',0,'2024-09-19 17:23:42','payment','fdff',25,1),(454,'2024-09-19 17:24:23','61726743080','160','','0','6','1',0,'2024-09-19 17:24:42','payment','ffg',25,1),(455,'2024-09-19 17:25:14','61726715874','160','','0','6','1',0,'2024-09-19 17:25:29','payment','cfb',25,1),(456,'2024-09-19 17:25:53','61726723436','50','','0','6','1',0,'2024-09-19 17:26:10','payment','2e3r',25,1),(457,'2024-09-19 17:26:26','61726753232','60','','0','6','1',0,'2024-09-19 17:26:40','payment','SWDEF',25,1),(458,'2024-09-19 19:19:43','61726715849','360','','0','6','1',0,'2024-09-19 19:20:03','payment','vcc',25,1),(459,'2024-09-19 19:20:23','61726745915','800','','130','6','1',0,'2024-09-19 19:20:44','payment','cvx',25,1),(460,'2024-09-19 19:21:03','61726740445','80','','0','6','1',0,'2024-09-19 19:21:12','payment','vcx',25,1),(461,'2024-09-19 19:21:12','61726740445','100','','-100','6','1',0,'2024-09-19 19:21:34','payment','cxz',25,1),(462,'2024-09-19 19:22:07','61726715896','150','','0','6','1',0,'2024-09-19 19:22:15','payment','',25,1),(463,'2024-09-19 19:28:06','61726716737','200','','0','6','1',0,'2024-09-19 19:28:19','payment','cxz',25,1),(464,'2024-09-19 19:51:51','61726724109','40','','0','6','1',0,'2024-09-19 19:52:02','payment','',25,1),(465,'2024-09-19 20:01:02','61726721961','160','','0','6','1',0,'2024-09-19 20:01:10','payment','',25,1),(466,'2024-09-19 20:04:33','61726726178','100','','0','6','1',0,'2024-09-19 20:04:46','payment','tui8ll',25,1),(467,'2024-09-19 20:09:49','61726763754','40','','0','6','1',0,'2024-09-19 20:10:11','payment','7io8op',25,1),(468,'2024-09-19 20:14:23','61726730304','40','','0','6','1',0,'2024-09-19 20:14:33','payment','',25,1),(469,'2024-09-19 20:19:50','61726733764','30','','0','6','1',0,'2024-09-19 20:20:01','payment','',25,1),(470,'2024-09-19 20:20:25','61726730267','80','','0','6','1',0,'2024-09-19 20:20:38','payment','uuyi',24,1),(471,'2024-09-19 20:26:17','61726740445','80','','0','6','1',0,'2024-09-19 20:26:36','payment','hkjlkl;',25,1),(472,'2024-09-19 20:28:10','61726745915','80','','50','6','1',0,'2024-09-19 20:28:19','payment','htjk,',25,1),(473,'2024-09-19 20:28:19','61726745915','50','','0','6','1',0,'2024-09-19 20:28:29','payment','',25,1),(474,'2024-09-20 13:53:40','41726802739','240','','0','4','1',0,'2024-09-20 13:53:52','payment','nbv',25,1),(475,'2024-09-20 19:42:07','41726802403','280','','0','4','1',0,'2024-09-20 19:42:18','payment','vbc',25,1),(476,'2024-09-20 19:42:59','41726838194','80','','0','4','1',0,'2024-09-20 19:43:08','payment','nbv',25,1),(477,'2024-09-20 19:43:43','41726810230','80','','0','4','1',0,'2024-09-20 19:43:53','payment','nbv',25,1),(478,'2024-09-20 19:44:32','41726802426','160','','0','4','1',0,'2024-09-20 19:44:40','payment','bvc',25,1),(479,'2024-09-20 19:45:02','41726802446','150','','0','4','1',0,'2024-09-20 19:45:19','payment','vbc',25,1),(480,'2024-09-20 19:45:42','41726811726','40','','0','4','1',0,'2024-09-20 19:45:52','payment','nmb',25,1),(481,'2024-09-20 19:48:16','41726829646','280','','0','4','1',0,'2024-09-20 19:48:30','payment','fgg',25,1),(482,'2024-09-20 19:58:48','41726806417','160','','0','4','1',0,'2024-09-20 19:58:57','payment','',25,1),(483,'2024-09-20 20:00:04','41726806395','160','','0','4','1',0,'2024-09-20 20:00:16','payment','cxz',25,1),(484,'2024-09-20 20:05:59','41726808152','80','','0','4','1',0,'2024-09-20 20:06:10','payment','vcxz',25,1),(485,'2024-09-20 20:10:20','41726807005','200','','0','4','1',0,'2024-09-20 20:10:42','payment','cvx',25,1),(486,'2024-09-20 20:11:52','41726845329','50','','0','4','1',0,'2024-09-20 20:12:04','payment','vbc',25,1),(487,'2024-09-20 20:13:32','41726819442','800','','0','4','1',0,'2024-09-20 20:14:25','payment','fdx',25,1),(488,'2024-09-20 20:14:25','41726819442','800','','-800','4','1',0,'2024-09-20 20:14:59','payment','cxz',25,1),(489,'2024-09-20 20:17:26','41726819442','800','','0','4','1',0,'2024-09-20 20:18:03','payment','tftyyuy',25,1),(490,'2024-09-20 20:20:25','41726850339','80','','0','4','1',0,'2024-09-20 20:20:44','payment','cvb',25,1),(491,'2024-09-20 20:21:00','41726847135','80','','0','4','1',0,'2024-09-20 20:21:32','payment','vcx',25,1),(492,'2024-09-20 20:22:14','41726812761','100','','0','4','1',0,'2024-09-20 20:22:25','payment','cvx',25,1),(493,'2024-09-20 20:24:56','41726845239','160','','0','4','1',0,'2024-09-20 20:25:14','payment','bvc',25,1),(494,'2024-09-20 20:25:41','41726845263','160','','0','4','1',0,'2024-09-20 20:25:52','payment','vcx',25,1),(495,'2024-09-20 20:26:28','41726810592','160','','0','4','1',0,'2024-09-20 20:26:47','payment','vcx',25,1),(496,'2024-09-20 20:30:41','41726812817','80','','0','4','1',0,'2024-09-20 20:30:52','payment','bvc',25,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) DEFAULT '1', `type` varchar(30) NOT NULL, `messageid` varchar(30) DEFAULT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `serial` varchar(200) NOT NULL, `name` text NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `computers` -- DROP TABLE IF EXISTS `computers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `computers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `computers` -- LOCK TABLES `computers` WRITE; /*!40000 ALTER TABLE `computers` DISABLE KEYS */; INSERT INTO `computers` VALUES (1,'ROBISEARCH LTD','e44','2023-02-13 07:08:17','Closed','1','2023-02-13 07:13:34','1','3','B0-22-7A-ED-77-F6','2023-02-24','2023-02-10','',0,NULL,'New Installation','new','','',1); /*!40000 ALTER TABLE `computers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'),(5,'Housing Levy',1.50,'active',1,1,'Housing Levy'),(6,'Housing Levy Relief',15.00,'active',1,1,'Housing Levy Relief'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrycodes` -- DROP TABLE IF EXISTS `countrycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `countrycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countrycodes` -- LOCK TABLES `countrycodes` WRITE; /*!40000 ALTER TABLE `countrycodes` DISABLE KEYS */; INSERT INTO `countrycodes` VALUES (1,'ASCENSION ISLAND ','AC',NULL,'Y'),(2,'ANDORRA','AD',NULL,'Y'),(3,'UNITED ARAB EMIRATES ','AE',NULL,'Y'),(4,'ANTIGUA AND BARBUDA','AG',NULL,'Y'),(5,'ANGUILLA','AI',NULL,'Y'),(6,'ALBANIA ','AL',NULL,'Y'),(7,'ARMENIA','AM',NULL,'Y'),(8,'NETHERLANDS ANTILLES ','AN',NULL,'Y'),(9,'ANGOLA','AO',NULL,'Y'),(10,'ANTARCTICA','AQ',NULL,'Y'),(11,'ARGENTINA','AR',NULL,'Y'),(12,'AMERICAN SAMOA','AS',NULL,'Y'),(13,'AUSTRIA','AT',NULL,'Y'),(14,'AUSTRALIA','AU',NULL,'Y'),(15,'ARUBA','AW',NULL,'Y'),(16,'ALAND ISLANDS','AX',NULL,'Y'),(17,'AZERBAIJAN','AZ',NULL,'Y'),(18,'BOSNIA AND HERZEGOVINA ','BA',NULL,'Y'),(19,'BARBADOS ','BB',NULL,'Y'),(20,'BANGLADESH ','BD',NULL,'Y'),(21,'BELGIUM ','BE',NULL,'Y'),(22,'BURKINA FASO ','BF',NULL,'Y'),(23,'BULGARIA ','BG',NULL,'Y'),(24,'BAHRAIN','BH',NULL,'Y'),(25,'BURUNDI ','BI',NULL,'Y'),(26,'BENIN ','BJ',NULL,'Y'),(27,'BERMUDA ','BM',NULL,'Y'),(28,'BRUNEI DARUSSALAM ','BN',NULL,'Y'),(29,'BOLIVIA ','BO',NULL,'Y'),(30,'BRAZIL ','BR',NULL,'Y'),(31,'BAHAMAS ','BS',NULL,'Y'),(32,'BHUTAN ','BT',NULL,'Y'),(33,'BOUVET ISLAND ','BV',NULL,'Y'),(34,'BOTSWANA ','BW',NULL,'Y'),(35,'BELARUS ','BY',NULL,'Y'),(36,'BELIZE ','BZ',NULL,'Y'),(37,'CANADA ','CA',NULL,'Y'),(38,'COCOS (KEELING) ISLANDS ','CC',NULL,'Y'),(39,'CONGO, DEMOCRATIC REPUBLIC ','CD',NULL,'Y'),(40,'CENTRAL AFRICAN REPUBLIC ','CF',NULL,'Y'),(41,'CONGO ','CG',NULL,'Y'),(42,'SWITZERLAND ','CH',NULL,'Y'),(43,'COTE D\'IVOIRE (IVORY COAST) ','CI',NULL,'Y'),(44,'COOK ISLANDS ','CK',NULL,'Y'),(45,'CHILE ','CL',NULL,'Y'),(46,'CAMEROON ','CM',NULL,'Y'),(47,'CHINA ','CN',NULL,'Y'),(48,'COLOMBIA ','CO',NULL,'Y'),(49,'COSTA RICA ','CR',NULL,'Y'),(50,'CZECHOSLOVAKIA (FORMER) ','CS',NULL,'Y'),(51,'CUBA ','CU',NULL,'Y'),(52,'CAPE VERDE ','CV',NULL,'Y'),(53,'CHRISTMAS ISLAND ','CX',NULL,'Y'),(54,'CYPRUS ','CY',NULL,'Y'),(55,'CZECH REPUBLIC ','CZ',NULL,'Y'),(56,'GERMANY ','DE',NULL,'Y'),(57,'DJIBOUTI ','DJ',NULL,'Y'),(58,'DENMARK ','DK',NULL,'Y'),(59,'DOMINICA ','DM',NULL,'Y'),(60,'DOMINICAN REPUBLIC ','DO',NULL,'Y'),(61,'ALGERIA','DZ',NULL,'Y'),(62,'ECUADOR ','EC',NULL,'Y'),(63,'ESTONIA ','EE',NULL,'Y'),(64,'EGYPT ','EG',NULL,'Y'),(65,'WESTERN SAHARA ','EH',NULL,'Y'),(66,'ERITREA ','ER',NULL,'Y'),(67,'SPAIN ','ES',NULL,'Y'),(68,'ETHIOPIA ','ET',NULL,'Y'),(69,'EUROPEAN UNION ','EU',NULL,'Y'),(70,'FINLAND ','FI',NULL,'Y'),(71,'FIJI ','FJ',NULL,'Y'),(72,'FALKLAND ISLANDS (MALVINAS) ','FK',NULL,'Y'),(73,'MICRONESIA ','FM',NULL,'Y'),(74,'FAROE ISLANDS ','FO',NULL,'Y'),(75,'FRANCE ','FR',NULL,'Y'),(76,'FRANCE, METROPOLITAN ','FX',NULL,'Y'),(77,'GABON ','GA',NULL,'Y'),(78,'GREAT BRITAIN (UK) ','GB',NULL,'Y'),(79,'GRENADA ','GD',NULL,'Y'),(80,'GEORGIA ','GE',NULL,'Y'),(81,'FRENCH GUIANA ','GF',NULL,'Y'),(82,'GUERNSEY ','GG',NULL,'Y'),(83,'GHANA ','GH',NULL,'Y'),(84,'GIBRALTAR ','GI',NULL,'Y'),(85,'GREENLAND ','GL',NULL,'Y'),(86,'GAMBIA ','GM',NULL,'Y'),(87,'GUINEA ','GN',NULL,'Y'),(88,'GUADELOUPE ','GP',NULL,'Y'),(89,'EQUATORIAL GUINEA ','GQ',NULL,'Y'),(90,'GREECE ','GR',NULL,'Y'),(91,'S. GEORGIA AND S. SANDWICH ISLS. ','GS',NULL,'Y'),(92,'GUATEMALA ','GT',NULL,'Y'),(93,'GUAM ','GU',NULL,'Y'),(94,'GUINEA BISSAU ','GW',NULL,'Y'),(95,'GUYANA ','GY',NULL,'Y'),(96,'HONG KONG ','HK',NULL,'Y'),(97,'HEARD AND MCDONALD ISLANDS ','HM',NULL,'Y'),(98,'HONDURAS ','HN',NULL,'Y'),(99,'CROATIA (HRVATSKA) ','HR',NULL,'Y'),(100,'HAITI ','HT',NULL,'Y'),(101,'HUNGARY ','HU',NULL,'Y'),(102,'INDONESIA ','ID',NULL,'Y'),(103,'IRELAND ','IE',NULL,'Y'),(104,'ISRAEL ','IL',NULL,'Y'),(105,'ISLE OF MAN ','IM',NULL,'Y'),(106,'INDIA ','IN',NULL,'Y'),(107,'BRITISH INDIAN OCEAN TERRITORY ','IO',NULL,'Y'),(108,'IRAQ ','IQ',NULL,'Y'),(109,'IRAN ','IR',NULL,'Y'),(110,'ICELAND ','IS',NULL,'Y'),(111,'ITALY ','IT',NULL,'Y'),(112,'JERSEY ','JE',NULL,'Y'),(113,'JAMAICA ','JM',NULL,'Y'),(114,'JORDAN ','JO',NULL,'Y'),(115,'JAPAN ','JP',NULL,'Y'),(116,'KENYA ','KE',NULL,'Y'),(117,'KYRGYZSTAN ','KG',NULL,'Y'),(118,'CAMBODIA ','KH',NULL,'Y'),(119,'KIRIBATI ','KI',NULL,'Y'),(120,'COMOROS ','KM',NULL,'Y'),(121,'SAINT KITTS AND NEVIS ','KN',NULL,'Y'),(122,'NORTH KOREA','KP',NULL,'Y'),(123,'SOUTH KOREA','KR',NULL,'Y'),(124,'KUWAIT ','KW',NULL,'Y'),(125,'CAYMAN ISLANDS ','KY',NULL,'Y'),(126,'KAZAKHSTAN ','KZ',NULL,'Y'),(127,'LAOS ','LA',NULL,'Y'),(128,'LEBANON ','LB',NULL,'Y'),(129,'SAINT LUCIA ','LC',NULL,'Y'),(130,'LIECHTENSTEIN ','LI',NULL,'Y'),(131,'SRI LANKA ','LK',NULL,'Y'),(132,'LIBERIA ','LR',NULL,'Y'),(133,'LESOTHO ','LS',NULL,'Y'),(134,'LITHUANIA ','LT',NULL,'Y'),(135,'LUXEMBOURG ','LU',NULL,'Y'),(136,'LATVIA ','LV',NULL,'Y'),(137,'LIBYA ','LY',NULL,'Y'),(138,'MOROCCO ','MA',NULL,'Y'),(139,'MONACO ','MC',NULL,'Y'),(140,'MOLDOVA ','MD',NULL,'Y'),(141,'MONTENEGRO ','ME',NULL,'Y'),(142,'MADAGASCAR ','MG',NULL,'Y'),(143,'MARSHALL ISLANDS ','MH',NULL,'Y'),(144,'F.Y.R.O.M. (MACEDONIA) ','MK',NULL,'Y'),(145,'MALI ','ML',NULL,'Y'),(146,'MYANMAR ','MM',NULL,'Y'),(147,'MONGOLIA ','MN',NULL,'Y'),(148,'MACAU ','MO',NULL,'Y'),(149,'NORTHERN MARIANA ISLANDS ','MP',NULL,'Y'),(150,'MARTINIQUE ','MQ',NULL,'Y'),(151,'MAURITANIA ','MR',NULL,'Y'),(152,'MONTSERRAT ','MS',NULL,'Y'),(153,'MALTA ','MT',NULL,'Y'),(154,'MAURITIUS ','MU',NULL,'Y'),(155,'MALDIVES ','MV',NULL,'Y'),(156,'MALAWI ','MW',NULL,'Y'),(157,'MEXICO ','MX',NULL,'Y'),(158,'MALAYSIA ','MY',NULL,'Y'),(159,'MOZAMBIQUE ','MZ',NULL,'Y'),(160,'NAMIBIA ','NA',NULL,'Y'),(161,'NEW CALEDONIA ','NC',NULL,'Y'),(162,'NIGER ','NE',NULL,'Y'),(163,'NORFOLK ISLAND ','NF',NULL,'Y'),(164,'NIGERIA ','NG',NULL,'Y'),(165,'NICARAGUA ','NI',NULL,'Y'),(166,'NETHERLANDS ','NL',NULL,'Y'),(167,'NORWAY ','NO',NULL,'Y'),(168,'NEPAL ','NP',NULL,'Y'),(169,'NAURU ','NR',NULL,'Y'),(170,'NEUTRAL ZONE ','NT',NULL,'Y'),(171,'NIUE ','NU',NULL,'Y'),(172,'NEW ZEALAND (AOTEAROA) ','NZ',NULL,'Y'),(173,'OMAN ','OM',NULL,'Y'),(174,'PANAMA ','PA',NULL,'Y'),(175,'PERU ','PE',NULL,'Y'),(176,'FRENCH POLYNESIA ','PF',NULL,'Y'),(177,'PAPUA NEW GUINEA ','PG',NULL,'Y'),(178,'PHILIPPINES ','PH',NULL,'Y'),(179,'PAKISTAN ','PK',NULL,'Y'),(180,'POLAND ','PL',NULL,'Y'),(181,'ST. PIERRE AND MIQUELON ','PM',NULL,'Y'),(182,'PITCAIRN ','PN',NULL,'Y'),(183,'PUERTO RICO ','PR',NULL,'Y'),(184,'PALESTINIAN TERRITORY, OCCUPIED ','PS',NULL,'Y'),(185,'PORTUGAL ','PT',NULL,'Y'),(186,'PALAU ','PW',NULL,'Y'),(187,'PARAGUAY ','PY',NULL,'Y'),(188,'QATAR ','QA',NULL,'Y'),(189,'REUNION ','RE',NULL,'Y'),(190,'ROMANIA ','RO',NULL,'Y'),(191,'SERBIA ','RS',NULL,'Y'),(192,'RUSSIAN FEDERATION ','RU',NULL,'Y'),(193,'RWANDA ','RW',NULL,'Y'),(194,'SAUDI ARABIA ','SA',NULL,'Y'),(195,'SOLOMON ISLANDS ','SB',NULL,'Y'),(196,'SEYCHELLES ','SC',NULL,'Y'),(197,'SUDAN ','SD',NULL,'Y'),(198,'SWEDEN ','SE',NULL,'Y'),(199,'SINGAPORE ','SG',NULL,'Y'),(200,'ST. HELENA ','SH',NULL,'Y'),(201,'SLOVENIA ','SI',NULL,'Y'),(202,'SVALBARD & JAN MAYEN ISLANDS ','SJ',NULL,'Y'),(203,'SLOVAK REPUBLIC ','SK',NULL,'Y'),(204,'SIERRA LEONE ','SL',NULL,'Y'),(205,'SAN MARINO ','SM',NULL,'Y'),(206,'SENEGAL ','SN',NULL,'Y'),(207,'SOMALIA ','SO',NULL,'Y'),(208,'SURINAME ','SR',NULL,'Y'),(209,'SAO TOME AND PRINCIPE ','ST',NULL,'Y'),(210,'USSR (FORMER) ','SU',NULL,'Y'),(211,'EL SALVADOR ','SV',NULL,'Y'),(212,'SYRIA ','SY',NULL,'Y'),(213,'SWAZILAND ','SZ',NULL,'Y'),(214,'TURKS AND CAICOS ISLANDS ','TC',NULL,'Y'),(215,'CHAD ','TD',NULL,'Y'),(216,'FRENCH SOUTHERN TERRITORIES ','TF',NULL,'Y'),(217,'TOGO ','TG',NULL,'Y'),(218,'THAILAND ','TH',NULL,'Y'),(219,'TAJIKISTAN ','TJ',NULL,'Y'),(220,'TOKELAU ','TK',NULL,'Y'),(221,'TURKMENISTAN ','TM',NULL,'Y'),(222,'TUNISIA ','TN',NULL,'Y'),(223,'TONGA ','TO',NULL,'Y'),(224,'EAST TIMOR ','TP',NULL,'Y'),(225,'TURKEY ','TR',NULL,'Y'),(226,'TRINIDAD AND TOBAGO ','TT',NULL,'Y'),(227,'TUVALU ','TV',NULL,'Y'),(228,'TAIWAN ','TW',NULL,'Y'),(229,'TANZANIA ','TZ',NULL,'Y'),(230,'UKRAINE ','UA',NULL,'Y'),(231,'UGANDA ','UG',NULL,'Y'),(232,'UNITED KINGDOM ','UK',NULL,'Y'),(233,'US MINOR OUTLYING ISLANDS ','UM',NULL,'Y'),(234,'UNITED STATES ','US',NULL,'Y'),(235,'URUGUAY ','UY',NULL,'Y'),(236,'UZBEKISTAN ','UZ',NULL,'Y'),(237,'VATICAN CITY STATE (HOLY SEE) ','VA',NULL,'Y'),(238,'SAINT VINCENT & THE GRENADINES ','VC',NULL,'Y'),(239,'VENEZUELA ','VE',NULL,'Y'),(240,'BRITISH VIRGIN ISLANDS ','VG',NULL,'Y'),(241,'VIRGIN ISLANDS (U.S.) ','VI',NULL,'Y'),(242,'VIET NAM ','VN',NULL,'Y'),(243,'VANUATU ','VU',NULL,'Y'),(244,'WALLIS AND FUTUNA ISLANDS ','WF',NULL,'Y'),(245,'SAMOA ','WS',NULL,'Y'),(246,'YEMEN ','YE',NULL,'Y'),(247,'MAYOTTE ','YT',NULL,'Y'),(248,'SERBIA AND MONTENEGRO (FORMER) ','YU',NULL,'Y'),(249,'SOUTH AFRICA ','ZA',NULL,'Y'),(250,'ZAMBIA ','ZM',NULL,'Y'),(251,'(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ','ZR',NULL,'Y'),(252,'ZIMBABWE','ZW',NULL,'Y'); /*!40000 ALTER TABLE `countrycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(20) NOT NULL DEFAULT 1, `basecurrency` varchar(30) NOT NULL, `baseamount` varchar(30) NOT NULL, `tocurrency` varchar(30) NOT NULL, `toamount` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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 AUTO_INCREMENT=37 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; INSERT INTO `dailycollections` VALUES (1,'','','4','2024-08-17 17:48:35','','1','480','Admin','','',' 340','0','0','0','0','0','peter','','590','','2024-08-17 23:59:00','','','active',0.00,0.00,590.00,'',1,0.00,0.00,0.00,930.00,0),(2,'','','4','2024-08-17 18:09:19','','1','480','Admin','','',' 340','0','0','0','0','0','peter','','590','','2024-08-17 23:59:00','','','active',0.00,0.00,10.00,'',1,0.00,1140.00,580.00,930.00,0),(3,'','','6','2024-08-19 21:00:43','','1','840','Peter','','',' 7700','0','0','0','0','0','peter','0','3740','','2024-08-19 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,12280.00,3740.00,11440.00,0),(4,'','','6','2024-08-20 20:39:34','','1','680','Peter','','',' 9480','0','500','0','0','0','peter','','1690','','2024-08-20 23:59:00','','','active',0.00,0.00,0.00,'',1,12280.00,12300.00,1690.00,11170.00,0),(5,'','','6','2024-08-21 20:39:25','','1','220','jacky','','',' 8380','0','360','0','0','0','jacky','','2710','','2024-08-21 23:59:00','','','active',0.00,0.00,0.00,'',1,12300.00,15490.00,2710.00,11090.00,0),(6,'','','4','2024-08-22 20:41:34','','1','','Jacky','','',' 6930','0','0','0','0','0','peter','','3320','','2024-08-22 23:59:00','','','active',0.00,0.00,0.00,'',1,15490.00,11410.00,3320.00,10250.00,0),(7,'','','4','2024-08-23 20:44:20','','1','','Jacky','','',' 8760','0','0','0','0','0','peter','','2425','','2024-08-23 23:59:00','','','active',0.00,0.00,0.00,'',1,11410.00,9160.00,2425.00,11185.00,0),(8,'','','4','2024-08-24 20:44:05','','1','60','Jacky','','',' 8040','0','-680','0','0','0','peter','','2920','','2024-08-24 23:59:00','','','active',0.00,0.00,0.00,'',1,9160.00,12120.00,2920.00,10960.00,0),(9,'','','6','2024-08-25 20:57:06','','1','','Peter','','',' 9200','0','800','0','0','0','peter','','1960','','2024-08-25 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,12820.00,1960.00,11160.00,80),(10,'','','4','2024-08-26 20:59:38','','1','-40','Jacky','','',' 7670','0','0','0','0','0','jacky','','3615','','2024-08-26 23:59:00','','','active',0.00,0.00,0.00,'',1,12820.00,12025.00,3615.00,11285.00,0),(11,'','','4','2024-08-27 20:56:14','','1','820','Jacky','','',' 7589','0','6','0','0','0','peter','','3175','','2024-08-27 23:59:00','','','active',0.00,0.00,0.00,'',1,12025.00,12860.00,3175.00,10764.00,0),(12,'','','4','2024-08-28 20:44:52','','1','1030','Jacky','','',' 7835','0','50','0','0','0','peter','','1830','','2024-08-28 23:59:00','','','active',0.00,0.00,0.00,'',1,12860.00,10745.00,1830.00,9665.00,0),(13,'','','6','2024-08-29 20:57:33','','1','860','Peter','','',' 6600','0','0','0','0','0','peter','','2695','','2024-08-29 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,2695.00,9295.00,0),(14,'','','6','2024-08-30 20:50:28','','1','860','Peter','','',' 8685','0','0','0','0','0','peter','','2010','','2024-08-30 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,2010.00,10695.00,0),(15,'','','6','2024-08-31 20:49:47','','1','3640','Peter','','',' 8785','0','0','0','0','0','peter','','2145','','2024-08-31 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,2145.00,10930.00,0),(16,'','','4','2024-09-01 20:38:27','','1','4000','Jacky','','',' 7110','0','0','0','0','0','jacky','','3255','','2024-09-01 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,14365.00,3255.00,10365.00,0),(17,'','','6','2024-09-02 20:44:22','','1','720','Peter','','',' 7630','0','0','0','0','0','peter','','3270','','2024-09-02 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,3270.00,10900.00,0),(18,'','','6','2024-09-03 20:47:26','','1','2160','Peter','','',' 8910','0','0','0','0','0','peter','','1200','','2024-09-03 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,12270.00,1200.00,10110.00,0),(19,'','','6','2024-09-04 20:40:36','','1','1980','Peter','','',' 8535','0','0','0','0','0','jacky','','2690','','2024-09-04 23:59:00','','','active',0.00,0.00,0.00,'',1,12270.00,12815.00,2690.00,11225.00,0),(20,'','','4','2024-09-05 20:42:37','','1','2680','Jacky','','',' 7210','0','0','0','0','0','peter','','2940','','2024-09-05 23:59:00','','','active',0.00,0.00,0.00,'',1,12815.00,10110.00,2940.00,10150.00,0),(21,'','','4','2024-09-05 20:45:23','','1','2680','Jacky','','',' 7210','0','0','0','0','0','peter','','2940','','2024-09-05 23:59:00','','','active',0.00,0.00,0.00,'',1,10110.00,14230.00,2940.00,10150.00,0),(22,'','','6','2024-09-06 20:35:08','','1','960','Jacky','','',' 8360','0','0','0','0','0','jacky','','2380','','2024-09-06 23:59:00','','','active',0.00,0.00,0.00,'',1,14230.00,11700.00,2380.00,10740.00,0),(23,'','','4','2024-09-07 20:26:15','','1','940','Jacky','','',' 9840','0','0','0','0','0','peter','','3375','','2024-09-07 23:59:00','','','active',0.00,0.00,0.00,'',1,11700.00,14155.00,3375.00,13215.00,0),(24,'','','6','2024-09-08 21:17:28','','1','1090','Peter','','',' 11080','0','0','0','0','0','peter','','1400','','2024-09-08 23:59:00','','','active',0.00,0.00,0.00,'',1,14155.00,14070.00,1400.00,12480.00,0),(25,'','','4','2024-09-09 20:37:26','','1','1000','Jacky','','',' 7160','0','0','0','0','0','jacky','','4300','','2024-09-09 23:59:00','','','active',0.00,0.00,0.00,'',1,14070.00,12460.00,4300.00,11460.00,0),(26,'','','4','2024-09-10 20:46:03','','1','1720','Jacky','','',' 7975','0','0','0','0','0','peter','','1790','','2024-09-10 23:59:00','','','active',0.00,0.00,0.00,'',1,12460.00,11105.00,1790.00,9765.00,0),(27,'','','4','2024-09-11 20:48:48','','1','4170','Jacky','','',' 7710','0','0','0','0','0','peter','','2690','','2024-09-11 23:59:00','','','active',0.00,0.00,0.00,'',1,11105.00,14630.00,2690.00,10400.00,0),(28,'','','6','2024-09-12 20:29:00','','1','1130','Peter','','',' 7545','0','0','0','0','0','peter','','1150','','2024-09-12 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,1150.00,8695.00,0),(29,'','','6','2024-09-13 20:45:54','','1','760','Peter','','',' 9330','0','0','0','0','0','jacky','','2125','','2024-09-13 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,12935.00,2125.00,11455.00,0),(30,'','','4','2024-09-14 20:40:05','','1','1040','Jacky','','',' 7790','0','80','0','0','0','jacky','','3550','','2024-09-14 23:59:00','','','active',0.00,0.00,0.00,'',1,12935.00,12980.00,3550.00,11340.00,0),(31,'','','4','2024-09-15 20:31:38','','1','1040','Jacky','','',' 8980','0','-60','0','0','0','jacky','','4350','','2024-09-15 23:59:00','','','active',0.00,0.00,0.00,'',1,12980.00,14310.00,4350.00,13330.00,0),(32,'','','6','2024-09-16 21:08:15','','1','1110','Peter','','',' 7185','0','0','0','0','0','peter','','3320','','2024-09-16 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,3320.00,10505.00,0),(33,'','','6','2024-09-17 21:04:43','','1','1720','Peter','','',' 8315','0','0','0','0','0','jacky','','3700','','2024-09-17 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,13055.00,3700.00,12015.00,0),(34,'','','6','2024-09-18 20:34:57','','1','1300','Peter','','',' 7080','0','0','0','0','0','peter','','3220','','2024-09-18 23:59:00','','','active',0.00,0.00,0.00,'',1,13055.00,11600.00,3220.00,10300.00,0),(35,'','','6','2024-09-19 20:44:12','','1','1200','Peter','','',' 8705','0','0','0','0','0','peter','','2580','','2024-09-19 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,12485.00,2580.00,11285.00,0),(36,'','','4','2024-09-20 20:53:23','','1','1180','Jacky','','',' 8455','0','0','0','0','0','peter','','2115','','2024-09-20 23:59:00','','','active',0.00,0.00,0.00,'',1,12485.00,11750.00,2115.00,10570.00,0); /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, `buyingprice` varchar(20) NOT NULL, `ttbrice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealstatus` -- DROP TABLE IF EXISTS `dealstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealstatus` -- LOCK TABLES `dealstatus` WRITE; /*!40000 ALTER TABLE `dealstatus` DISABLE KEYS */; INSERT INTO `dealstatus` VALUES (1,'Interested',1),(2,'Not Interested',1),(3,'Closed',1),(4,'Don\'t Call me again',1),(5,'Ordered',1),(6,'Not Ordered',1),(7,'Not Picking',1),(8,'Call Later',1); /*!40000 ALTER TABLE `dealstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`account`,`code`,`userid`,`branch`) ) ENGINE=InnoDB AUTO_INCREMENT=13400 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,'1050','11723889455','2024-08-17 13:11:03',100.00,NULL,'','1','1','Payment of goods sold','1','','payment','','1172388953232232332331','No',NULL,NULL,''),(2,'1110','11723889455','2024-08-17 13:11:03',NULL,60.74,'','1','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3,'5500','11723889455','2024-08-17 13:10:55',60.74,NULL,'','1','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4,'4000','11723889455','2024-08-17 13:11:03',NULL,100.00,'','1','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5,'2130','11723889869','2024-08-17 13:17:49',NULL,6800.00,'0','1','1','Purchases','1','','','','','No',NULL,NULL,''),(6,'1110','11723889869','2024-08-17 13:22:12',6800.00,NULL,'','1','1','Inventory ','1','','inventory','9','','No',NULL,NULL,''),(7,'2130','11723889869','2024-08-17 13:22:19',5000.00,NULL,'','1','1','','1','2','supplier payment','','','No',NULL,NULL,''),(8,'1010','11723889869','2024-08-17 13:22:19',NULL,5000.00,'','1','1','','1','2','supplier payment','','','No',NULL,NULL,''),(11,'1110','61723899421','2024-08-17 15:57:01',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(12,'2130','61723899421','2024-08-17 15:57:01',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(13,'','11723900056','2024-08-17 10:01:01',NULL,200.00,'','1','1','','1','31','payment','','','No',NULL,NULL,''),(14,'1000','11723900056','2024-08-17 10:01:01',200.00,NULL,'','1','1','','1','31','payment','','','No',NULL,NULL,''),(15,'2130','11723900248','2024-08-17 16:10:54',80.00,NULL,'','1','1','Goods returned','1','','creditnote','','1172390027333323332222','No',NULL,NULL,''),(16,'1110','11723900248','2024-08-17 16:10:54',68.00,NULL,'','1','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(17,'5500','11723900248','2024-08-17 16:10:48',NULL,68.00,'','1','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(18,'4000','11723900248','2024-08-17 16:10:54',80.00,NULL,'','1','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(19,'1050','11723901672','2024-08-17 16:34:39',150.00,NULL,'','1','1','Payment of goods sold','1','','payment','','1172390168981333222906','No',NULL,NULL,''),(20,'1110','11723901672','2024-08-17 16:34:39',NULL,85.44,'','1','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21,'5500','11723901672','2024-08-17 16:34:32',85.44,NULL,'','1','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22,'4000','11723901672','2024-08-17 16:34:39',NULL,150.00,'','1','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23,'1010','61723903499','2024-08-17 17:07:17',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390373322137332032','No',NULL,NULL,''),(24,'1050','61723903499','2024-08-17 17:07:17',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390373322137332032','No',NULL,NULL,''),(25,'1110','61723903499','2024-08-17 17:07:17',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(26,'5500','61723903499','2024-08-17 17:04:59',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(27,'4000','61723903499','2024-08-17 17:07:17',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(28,'1010','61723903766','2024-08-17 17:12:27',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390397272343003222','No',NULL,NULL,''),(29,'1050','61723903766','2024-08-17 17:12:27',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390397272343003222','No',NULL,NULL,''),(30,'1110','61723903766','2024-08-17 17:12:27',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(31,'5500','61723903766','2024-08-17 17:09:26',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(32,'4000','61723903766','2024-08-17 17:12:27',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(33,'1100','61723903973','2024-08-17 17:15:34',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390415037410713442','No',NULL,NULL,''),(34,'1110','61723903973','2024-08-17 17:15:34',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(35,'5500','61723903973','2024-08-17 17:12:53',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(36,'4000','61723903973','2024-08-17 17:15:34',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(37,'1100','61723903973','2024-08-17 17:16:32',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(38,'1000','61723903973','2024-08-17 17:16:32',80.00,NULL,'','6','1','','1','25','payment','','6172390422037630229333','No',NULL,NULL,''),(39,'2130','41723904614','2024-08-17 17:23:34',NULL,680.00,'0','4','1','Purchases','1','','','','','No',NULL,NULL,''),(40,'1110','41723904614','2024-08-17 17:27:50',680.00,NULL,'','4','1','Inventory ','1','','inventory','9','','No',NULL,NULL,''),(43,'1110','41723905333','2024-08-17 17:35:33',7.00,NULL,'','4','1','Inventory Purchased','1','21','Purchases','79','','No',NULL,NULL,''),(44,'2130','41723905333','2024-08-17 17:35:33',NULL,7.00,'','4','1','Account payable for inventory','1','21','Purchases','','','No',NULL,NULL,''),(47,'1110','41723906304','2024-08-17 17:51:44',6800.00,NULL,'','4','1','Inventory Purchased','1','22','Purchases','9','','No',NULL,NULL,''),(48,'2130','41723906304','2024-08-17 17:51:44',NULL,6800.00,'','4','1','Account payable for inventory','1','22','Purchases','','','No',NULL,NULL,''),(49,'1050','61723907639','2024-08-17 18:14:43',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390769802392230733','No',NULL,NULL,''),(50,'1110','61723907639','2024-08-17 18:14:43',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(51,'5500','61723907639','2024-08-17 18:13:59',56.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(52,'4000','61723907639','2024-08-17 18:14:43',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(53,'1050','61723907699','2024-08-17 18:15:48',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172390775233134242323','No',NULL,NULL,''),(54,'1110','61723907699','2024-08-17 18:15:48',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(55,'5500','61723907699','2024-08-17 18:14:59',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(56,'4000','61723907699','2024-08-17 18:15:48',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(59,'1110','41723916528','2024-08-17 20:42:08',6800.00,NULL,'','4','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(60,'2130','41723916528','2024-08-17 20:42:08',NULL,6800.00,'','4','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(61,'1010','41723967984','2024-08-18 11:14:57',1540.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172396892920333329906','No',NULL,NULL,'p'),(62,'1110','41723967984','2024-08-18 11:14:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(63,'1110','41723967984','2024-08-18 10:59:44',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(64,'1110','41723967984','2024-08-18 10:59:54',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(65,'1110','41723967984','2024-08-18 11:00:11',NULL,108.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(66,'1110','41723967984','2024-08-18 11:00:25',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(67,'1110','41723967984','2024-08-18 11:01:06',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(68,'1110','41723967984','2024-08-18 11:01:28',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(69,'1110','41723967984','2024-08-18 11:01:42',NULL,24.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(70,'1110','41723967984','2024-08-18 11:01:58',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(71,'1110','41723967984','2024-08-18 11:02:26',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(72,'1110','41723967984','2024-08-18 11:03:25',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(73,'1110','41723967984','2024-08-18 11:03:41',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(74,'1110','41723967984','2024-08-18 11:03:58',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(75,'1110','41723967984','2024-08-18 11:06:41',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(76,'1110','41723967984','2024-08-18 11:10:43',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(77,'5500','41723967984','2024-08-18 11:11:01',1162.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(78,'4000','41723967984','2024-08-18 11:14:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(79,'4000','41723967984','2024-08-18 10:59:44',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(80,'4000','41723967984','2024-08-18 10:59:54',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(81,'4000','41723967984','2024-08-18 11:00:11',NULL,200.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(82,'4000','41723967984','2024-08-18 11:00:25',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(83,'4000','41723967984','2024-08-18 11:01:06',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(84,'4000','41723967984','2024-08-18 11:01:28',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(85,'4000','41723967984','2024-08-18 11:01:42',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(86,'4000','41723967984','2024-08-18 11:01:58',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(87,'4000','41723967984','2024-08-18 11:02:26',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(88,'4000','41723967984','2024-08-18 11:03:25',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(89,'4000','41723967984','2024-08-18 11:03:41',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(90,'4000','41723967984','2024-08-18 11:03:58',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(91,'4000','41723967984','2024-08-18 11:06:41',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(92,'4000','41723967984','2024-08-18 11:10:43',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(93,'1050','41723968929','2024-08-18 11:17:36',420.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172396907323902024200','No',NULL,NULL,''),(94,'1110','41723968929','2024-08-18 11:17:36',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(95,'1110','41723968929','2024-08-18 11:15:29',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(96,'1110','41723968929','2024-08-18 11:16:33',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(97,'1110','41723968929','2024-08-18 11:16:46',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(98,'1110','41723968929','2024-08-18 11:17:05',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(99,'5500','41723968929','2024-08-18 11:17:27',357.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(100,'4000','41723968929','2024-08-18 11:17:36',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(101,'4000','41723968929','2024-08-18 11:15:29',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(102,'4000','41723968929','2024-08-18 11:16:33',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(103,'4000','41723968929','2024-08-18 11:16:46',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(104,'4000','41723968929','2024-08-18 11:17:05',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(105,'2130','41723969074','2024-08-18 11:19:52',390.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172396921332732929003','No',NULL,NULL,''),(106,'1110','41723969074','2024-08-18 11:19:52',51.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(107,'1110','41723969074','2024-08-18 11:17:54',108.00,NULL,'','4','1','Inventory returned','1','','creditnote','53','','No',NULL,NULL,''),(108,'1110','41723969074','2024-08-18 11:19:13',29.50,NULL,'','4','1','Inventory returned','1','','creditnote','11','','No',NULL,NULL,''),(109,'1110','41723969074','2024-08-18 11:19:28',102.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(110,'5500','41723969074','2024-08-18 11:19:40',NULL,290.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(111,'4000','41723969074','2024-08-18 11:19:52',60.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(112,'4000','41723969074','2024-08-18 11:17:54',160.00,NULL,'','4','1','Good returned','1','','creditnote','53','','No',NULL,NULL,''),(113,'4000','41723969074','2024-08-18 11:19:13',50.00,NULL,'','4','1','Good returned','1','','creditnote','11','','No',NULL,NULL,''),(114,'4000','41723969074','2024-08-18 11:19:28',120.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(115,'1050','41723972034','2024-08-18 12:07:36',210.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397206803232332222','No',NULL,NULL,''),(116,'1110','41723972034','2024-08-18 12:07:36',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(117,'1110','41723972034','2024-08-18 12:07:14',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(118,'5500','41723972034','2024-08-18 12:07:28',162.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(119,'4000','41723972034','2024-08-18 12:07:36',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(120,'4000','41723972034','2024-08-18 12:07:14',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(121,'1010','41723972069','2024-08-18 12:08:40',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397214231330223372','No',NULL,NULL,'mpesa'),(122,'1110','41723972069','2024-08-18 12:08:40',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(123,'5500','41723972069','2024-08-18 12:07:49',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(124,'4000','41723972069','2024-08-18 12:08:40',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(125,'2130','41723972143','2024-08-18 12:09:49',400.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172397220533535202302','No',NULL,NULL,''),(126,'1110','41723972143','2024-08-18 12:09:49',340.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(127,'5500','41723972143','2024-08-18 12:09:03',NULL,340.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(128,'4000','41723972143','2024-08-18 12:09:49',400.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(129,'1100','41723972216','2024-08-18 12:11:54',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397373932303223193','No',NULL,NULL,''),(130,'1110','41723972216','2024-08-18 12:11:54',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(131,'5500','41723972216','2024-08-18 12:10:16',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(132,'4000','41723972216','2024-08-18 12:11:54',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(133,'1010','41723973758','2024-08-18 12:36:10',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397378634723022322','No',NULL,NULL,'i8'),(134,'1110','41723973758','2024-08-18 12:36:10',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(135,'5500','41723973758','2024-08-18 12:35:58',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(136,'4000','41723973758','2024-08-18 12:36:10',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(137,'1100','41723973787','2024-08-18 12:36:46',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397383292333032030','No',NULL,NULL,''),(138,'1110','41723973787','2024-08-18 12:36:46',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(139,'5500','41723973787','2024-08-18 12:36:27',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(140,'4000','41723973787','2024-08-18 12:36:46',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(141,'1050','41723974098','2024-08-18 12:43:13',210.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397420129331222420','No',NULL,NULL,''),(142,'1110','41723974098','2024-08-18 12:43:13',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(143,'1110','41723974098','2024-08-18 12:41:38',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(144,'5500','41723974098','2024-08-18 12:41:50',165.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(145,'4000','41723974098','2024-08-18 12:43:13',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(146,'4000','41723974098','2024-08-18 12:41:38',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(147,'1050','41723974202','2024-08-18 13:44:26',130.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397786822723038733','No',NULL,NULL,''),(148,'1110','41723974202','2024-08-18 13:44:26',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(149,'1110','41723974202','2024-08-18 12:43:22',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(150,'5500','41723974202','2024-08-18 13:44:03',78.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(151,'4000','41723974202','2024-08-18 13:44:26',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(152,'4000','41723974202','2024-08-18 12:43:22',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(153,'2130','41723977869','2024-08-18 13:50:50',70.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172397826333223672224','No',NULL,NULL,''),(154,'1110','41723977869','2024-08-18 13:50:50',50.00,NULL,'','4','1','Inventory returned','1','','creditnote','13','','No',NULL,NULL,''),(155,'5500','41723977869','2024-08-18 13:44:29',NULL,50.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(156,'4000','41723977869','2024-08-18 13:50:50',70.00,NULL,'','4','1','Good returned','1','','creditnote','13','','No',NULL,NULL,''),(157,'1010','41723978490','2024-08-18 13:54:59',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397851272322002022','No',NULL,NULL,'i'),(158,'1110','41723978490','2024-08-18 13:54:59',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(159,'5500','41723978490','2024-08-18 13:54:50',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(160,'4000','41723978490','2024-08-18 13:54:59',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(161,'1010','41723978513','2024-08-18 14:16:41',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172397981902298002248','No',NULL,NULL,'fg'),(162,'1110','41723978513','2024-08-18 14:16:41',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(163,'5500','41723978513','2024-08-18 13:55:13',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(164,'4000','41723978513','2024-08-18 14:16:41',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(165,'1010','41723979819','2024-08-18 14:41:18',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398129510201075243','No',NULL,NULL,'njjhjh'),(166,'1110','41723979819','2024-08-18 14:41:18',NULL,112.74,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(167,'5500','41723979819','2024-08-18 14:17:00',112.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(168,'4000','41723979819','2024-08-18 14:41:18',NULL,200.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(169,'1010','41723981296','2024-08-18 15:32:06',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398435130322221022','No',NULL,NULL,'ghh'),(170,'1110','41723981296','2024-08-18 15:32:06',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(171,'1110','41723981296','2024-08-18 14:41:36',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(172,'5500','41723981296','2024-08-18 15:31:55',128.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(173,'4000','41723981296','2024-08-18 15:32:06',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(174,'4000','41723981296','2024-08-18 14:41:36',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(175,'1010','41723984352','2024-08-18 15:46:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398519420934223138','No',NULL,NULL,'fg'),(176,'1110','41723984352','2024-08-18 15:46:25',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(177,'5500','41723984352','2024-08-18 15:32:32',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(178,'4000','41723984352','2024-08-18 15:46:25',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(179,'1010','41723985195','2024-08-18 16:13:46',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398688770333403223','No',NULL,NULL,''),(180,'1110','41723985195','2024-08-18 16:13:46',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(181,'5500','41723985195','2024-08-18 15:46:35',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(182,'4000','41723985195','2024-08-18 16:13:46',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(183,'1010','41723986888','2024-08-18 16:23:31',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398741940393489200','No',NULL,NULL,'t'),(184,'1110','41723986888','2024-08-18 16:23:31',NULL,169.41,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(185,'5500','41723986888','2024-08-18 16:14:48',169.41,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(186,'4000','41723986888','2024-08-18 16:23:31',NULL,300.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(187,'1010','41723987419','2024-08-18 16:28:56',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398774432212022020','No',NULL,NULL,'dvf'),(188,'1110','41723987419','2024-08-18 16:28:56',NULL,59.82,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(189,'5500','41723987419','2024-08-18 16:23:40',59.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(190,'4000','41723987419','2024-08-18 16:28:56',NULL,150.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(191,'1010','41723988352','2024-08-18 16:40:36',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398845108202143340','No',NULL,NULL,'fd'),(192,'1110','41723988352','2024-08-18 16:40:36',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(193,'5500','41723988352','2024-08-18 16:39:12',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(194,'4000','41723988352','2024-08-18 16:40:36',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(195,'1050','41723988452','2024-08-18 16:42:29',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398855222303879202','No',NULL,NULL,''),(196,'1110','41723988452','2024-08-18 16:42:29',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(197,'5500','41723988452','2024-08-18 16:40:52',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(198,'4000','41723988452','2024-08-18 16:42:29',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(199,'1100','41723988552','2024-08-18 16:49:03',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398903883373433200','No',NULL,NULL,''),(200,'1110','41723988552','2024-08-18 16:49:03',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(201,'5500','41723988552','2024-08-18 16:42:32',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(202,'4000','41723988552','2024-08-18 16:49:03',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(203,'1100','41723989064','2024-08-18 16:51:16',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398909930320070327','No',NULL,NULL,''),(204,'1110','41723989064','2024-08-18 16:51:16',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(205,'5500','41723989064','2024-08-18 16:51:04',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(206,'4000','41723989064','2024-08-18 16:51:16',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(207,'1100','41723989106','2024-08-18 16:51:58',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398912804400020222','No',NULL,NULL,''),(208,'1110','41723989106','2024-08-18 16:51:58',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(209,'5500','41723989106','2024-08-18 16:51:46',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(210,'4000','41723989106','2024-08-18 16:51:58',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(211,'1010','41723989553','2024-08-18 16:59:27',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172398957633733622224','No',NULL,NULL,'gbb'),(212,'1110','41723989553','2024-08-18 16:59:27',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(213,'5500','41723989553','2024-08-18 16:59:13',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(214,'4000','41723989553','2024-08-18 16:59:27',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(215,'1010','41723989577','2024-08-18 17:34:53',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399170212700223032','No',NULL,NULL,'yh'),(216,'1110','41723989577','2024-08-18 17:34:53',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(217,'5500','41723989577','2024-08-18 16:59:37',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(218,'4000','41723989577','2024-08-18 17:34:53',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(219,'1010','41723991703','2024-08-18 17:45:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399234123423332313','No',NULL,NULL,'vdf'),(220,'1110','41723991703','2024-08-18 17:45:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(221,'5500','41723991703','2024-08-18 17:35:03',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(222,'4000','41723991703','2024-08-18 17:45:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(223,'1010','41723992342','2024-08-18 17:50:53',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399269990660022733','No',NULL,NULL,'hh'),(224,'1050','41723992342','2024-08-18 17:50:53',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399269990660022733','No',NULL,NULL,'hh'),(225,'1110','41723992342','2024-08-18 17:50:53',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(226,'1110','41723992342','2024-08-18 17:45:42',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(227,'5500','41723992342','2024-08-18 17:50:27',78.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(228,'4000','41723992342','2024-08-18 17:50:53',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(229,'4000','41723992342','2024-08-18 17:45:42',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(230,'1100','41723992700','2024-08-18 17:52:57',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399279013417724393','No',NULL,NULL,''),(231,'1110','41723992700','2024-08-18 17:52:57',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(232,'5500','41723992700','2024-08-18 17:51:40',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(233,'4000','41723992700','2024-08-18 17:52:57',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(234,'1010','41723994238','2024-08-18 18:17:52',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399430892322302210','No',NULL,NULL,''),(235,'1050','41723994238','2024-08-18 18:17:52',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399430892322302210','No',NULL,NULL,''),(236,'1110','41723994238','2024-08-18 18:17:52',NULL,238.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(237,'1110','41723994238','2024-08-18 18:17:18',NULL,61.36,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(238,'5500','41723994238','2024-08-18 18:17:36',299.36,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(239,'4000','41723994238','2024-08-18 18:17:52',NULL,280.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(240,'4000','41723994238','2024-08-18 18:17:18',NULL,120.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(241,'1050','41723994309','2024-08-18 18:19:22',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399437332223939394','No',NULL,NULL,''),(242,'1110','41723994309','2024-08-18 18:19:22',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(243,'5500','41723994309','2024-08-18 18:18:29',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(244,'4000','41723994309','2024-08-18 18:19:22',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(245,'1010','41723994374','2024-08-18 18:24:23',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399542122279232400','No',NULL,NULL,''),(246,'1050','41723994374','2024-08-18 18:24:23',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399542122279232400','No',NULL,NULL,''),(247,'1110','41723994374','2024-08-18 18:24:23',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(248,'1110','41723994374','2024-08-18 18:19:34',NULL,59.50,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(249,'5500','41723994374','2024-08-18 18:24:07',127.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(250,'4000','41723994374','2024-08-18 18:24:23',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(251,'4000','41723994374','2024-08-18 18:19:34',NULL,120.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(252,'1010','41723995422','2024-08-18 18:45:08',1150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172399633400432223366','No',NULL,NULL,'8778'),(253,'1110','41723995422','2024-08-18 18:45:08',NULL,470.20,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(254,'1110','41723995422','2024-08-18 18:37:02',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(255,'5500','41723995422','2024-08-18 18:44:53',810.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(256,'4000','41723995422','2024-08-18 18:45:08',NULL,750.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(257,'4000','41723995422','2024-08-18 18:37:02',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(258,'1100','41724000198','2024-08-18 19:56:50',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172400022900030220292','No',NULL,NULL,''),(259,'1110','41724000198','2024-08-18 19:56:50',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(260,'5500','41724000198','2024-08-18 19:56:38',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(261,'4000','41724000198','2024-08-18 19:56:50',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(262,'1100','41724000234','2024-08-18 19:57:30',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172400026022002302223','No',NULL,NULL,''),(263,'1110','41724000234','2024-08-18 19:57:30',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(264,'5500','41724000234','2024-08-18 19:57:14',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(265,'4000','41724000234','2024-08-18 19:57:30',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(266,'1010','41724000296','2024-08-18 20:00:08',820.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172400043103401343440','No',NULL,NULL,'htty'),(267,'1110','41724000296','2024-08-18 20:00:08',NULL,357.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(268,'1110','41724000296','2024-08-18 19:58:16',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(269,'1110','41724000296','2024-08-18 19:58:34',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(270,'1110','41724000296','2024-08-18 19:58:53',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(271,'5500','41724000296','2024-08-18 19:59:11',639.54,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(272,'4000','41724000296','2024-08-18 20:00:08',NULL,420.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(273,'4000','41724000296','2024-08-18 19:58:16',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(274,'4000','41724000296','2024-08-18 19:58:34',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(275,'4000','41724000296','2024-08-18 19:58:53',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(276,'1100','41724000884','2024-08-18 20:08:27',800.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172400094532422200523','No',NULL,NULL,''),(277,'1110','41724000884','2024-08-18 20:08:27',NULL,680.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(278,'5500','41724000884','2024-08-18 20:08:04',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(279,'4000','41724000884','2024-08-18 20:08:27',NULL,800.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(280,'1010','41724001386','2024-08-18 20:16:33',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172400140517442700430','No',NULL,NULL,'ecf'),(281,'1110','41724001386','2024-08-18 20:16:33',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(282,'5500','41724001386','2024-08-18 20:16:26',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(283,'4000','41724001386','2024-08-18 20:16:33',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(286,'1110','61724039111','2024-08-19 06:45:11',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(287,'2130','61724039111','2024-08-19 06:45:11',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(288,'1010','61724040245','2024-08-19 07:05:12',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404037131733232304','No',NULL,NULL,''),(289,'1050','61724040245','2024-08-19 07:05:12',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404037131733232304','No',NULL,NULL,''),(290,'1110','61724040245','2024-08-19 07:05:12',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(291,'1110','61724040245','2024-08-19 07:04:05',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(292,'5500','61724040245','2024-08-19 07:04:52',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(293,'4000','61724040245','2024-08-19 07:05:12',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(294,'4000','61724040245','2024-08-19 07:04:05',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(295,'1010','61724040371','2024-08-19 07:07:02',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404047962200432117','No',NULL,NULL,'poiu'),(296,'1110','61724040371','2024-08-19 07:07:02',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(297,'5500','61724040371','2024-08-19 07:06:11',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(298,'4000','61724040371','2024-08-19 07:07:02',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(299,'1100','61724040529','2024-08-19 07:09:23',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404057800022620342','No',NULL,NULL,''),(300,'1110','61724040529','2024-08-19 07:09:23',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(301,'5500','61724040529','2024-08-19 07:08:49',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(302,'4000','61724040529','2024-08-19 07:09:23',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(303,'1100','61724041592','2024-08-19 07:27:19',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404165114172570322','No',NULL,NULL,''),(304,'1110','61724041592','2024-08-19 07:27:19',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(305,'5500','61724041592','2024-08-19 07:26:32',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(306,'4000','61724041592','2024-08-19 07:27:19',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(307,'1100','61724041926','2024-08-19 07:35:16',780.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404216027211202332','No',NULL,NULL,''),(308,'1110','61724041926','2024-08-19 07:35:16',NULL,306.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(309,'1110','61724041926','2024-08-19 07:32:06',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(310,'1110','61724041926','2024-08-19 07:34:42',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(311,'5500','61724041926','2024-08-19 07:34:59',663.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(312,'4000','61724041926','2024-08-19 07:35:16',NULL,360.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(313,'4000','61724041926','2024-08-19 07:32:06',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(314,'4000','61724041926','2024-08-19 07:34:42',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(315,'1050','61724043394','2024-08-19 07:56:50',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404342423403400743','No',NULL,NULL,''),(316,'1110','61724043394','2024-08-19 07:56:50',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(317,'5500','61724043394','2024-08-19 07:56:34',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(318,'4000','61724043394','2024-08-19 07:56:50',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(319,'1050','61724043425','2024-08-19 08:03:57',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404385935725402025','No',NULL,NULL,''),(320,'1110','61724043425','2024-08-19 08:03:57',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(321,'1110','61724043425','2024-08-19 07:57:05',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(322,'5500','61724043425','2024-08-19 08:03:39',72.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(323,'4000','61724043425','2024-08-19 08:03:57',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(324,'4000','61724043425','2024-08-19 07:57:05',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(325,'1010','61724043970','2024-08-19 08:06:28',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404402212402003303','No',NULL,NULL,'jkliuu'),(326,'1110','61724043970','2024-08-19 08:06:28',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(327,'5500','61724043970','2024-08-19 08:06:10',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(328,'4000','61724043970','2024-08-19 08:06:28',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(329,'1050','61724044250','2024-08-19 08:11:11',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404427942420322723','No',NULL,NULL,''),(330,'1110','61724044250','2024-08-19 08:11:11',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(331,'5500','61724044250','2024-08-19 08:10:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(332,'4000','61724044250','2024-08-19 08:11:11',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(333,'1100','61724044856','2024-08-19 08:27:36',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404529333200022422','No',NULL,NULL,''),(334,'1110','61724044856','2024-08-19 08:27:36',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(335,'5500','61724044856','2024-08-19 08:20:56',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(336,'4000','61724044856','2024-08-19 08:27:36',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(337,'1010','61724045639','2024-08-19 08:34:42',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404570872221330200','No',NULL,NULL,'1235'),(338,'1110','61724045639','2024-08-19 08:34:42',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(339,'5500','61724045639','2024-08-19 08:33:59',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(340,'4000','61724045639','2024-08-19 08:34:42',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(341,'1010','61724046137','2024-08-19 08:42:33',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404618436022340302','No',NULL,NULL,'tyyh'),(342,'1110','61724046137','2024-08-19 08:42:33',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(343,'5500','61724046137','2024-08-19 08:42:17',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(344,'4000','61724046137','2024-08-19 08:42:33',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(345,'1010','61724046185','2024-08-19 09:10:03',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404784102330224113','No',NULL,NULL,'tytgtu'),(346,'1110','61724046185','2024-08-19 09:10:03',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(347,'5500','61724046185','2024-08-19 08:43:05',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(348,'4000','61724046185','2024-08-19 09:10:03',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(349,'1100','61724047842','2024-08-19 09:12:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404793700024340037','No',NULL,NULL,''),(350,'1110','61724047842','2024-08-19 09:12:03',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(351,'5500','61724047842','2024-08-19 09:10:42',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(352,'4000','61724047842','2024-08-19 09:12:03',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(353,'1100','61724047937','2024-08-19 09:12:41',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404797323042233322','No',NULL,NULL,''),(354,'1110','61724047937','2024-08-19 09:12:41',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(355,'5500','61724047937','2024-08-19 09:12:17',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(356,'4000','61724047937','2024-08-19 09:12:41',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(357,'1100','61724047974','2024-08-19 09:13:36',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404803103040003420','No',NULL,NULL,''),(358,'1110','61724047974','2024-08-19 09:13:36',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(359,'5500','61724047974','2024-08-19 09:12:54',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(360,'4000','61724047974','2024-08-19 09:13:36',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(361,'1050','61724048442','2024-08-19 09:20:58',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404847770023222234','No',NULL,NULL,''),(362,'1110','61724048442','2024-08-19 09:20:58',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(363,'5500','61724048442','2024-08-19 09:20:42',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(364,'4000','61724048442','2024-08-19 09:20:58',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(365,'1100','61724048478','2024-08-19 09:21:40',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404851004032313422','No',NULL,NULL,''),(366,'1110','61724048478','2024-08-19 09:21:40',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(367,'5500','61724048478','2024-08-19 09:21:18',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(368,'4000','61724048478','2024-08-19 09:21:40',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(369,'1010','61724049081','2024-08-19 09:31:37',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172404912533336330233','No',NULL,NULL,'uiuy'),(370,'1110','61724049081','2024-08-19 09:31:37',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(371,'5500','61724049081','2024-08-19 09:31:21',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(372,'4000','61724049081','2024-08-19 09:31:37',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(373,'2130','61724049645','2024-08-19 09:41:12',80.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172404971730342327723','No',NULL,NULL,''),(374,'1110','61724049645','2024-08-19 09:41:12',68.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(375,'5500','61724049645','2024-08-19 09:40:46',NULL,68.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(376,'4000','61724049645','2024-08-19 09:41:12',80.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(377,'2130','61724049803','2024-08-19 09:43:36',320.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172404985230322424420','No',NULL,NULL,''),(378,'1110','61724049803','2024-08-19 09:43:36',272.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(379,'5500','61724049803','2024-08-19 09:43:23',NULL,272.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(380,'4000','61724049803','2024-08-19 09:43:36',320.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(381,'2130','61724049877','2024-08-19 09:44:48',120.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172404990322724902232','No',NULL,NULL,''),(382,'1110','61724049877','2024-08-19 09:44:48',102.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(383,'5500','61724049877','2024-08-19 09:44:37',NULL,102.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(384,'4000','61724049877','2024-08-19 09:44:48',120.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(385,'1100','61724041926','2024-08-19 09:47:42',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'try6yu'),(386,'na','61724041926','2024-08-19 09:47:42',320.00,NULL,'','6','1','','1','25','payment','','6172405010803002365425','No',NULL,NULL,'try6yu'),(387,'1010','61724050604','2024-08-19 09:58:01',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405071936303200402','No',NULL,NULL,'jkiikl'),(388,'1050','61724050604','2024-08-19 09:58:01',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405071936303200402','No',NULL,NULL,'jkiikl'),(389,'1110','61724050604','2024-08-19 09:58:01',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(390,'5500','61724050604','2024-08-19 09:56:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(391,'4000','61724050604','2024-08-19 09:58:01',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(392,'1050','61724051034','2024-08-19 10:04:23',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405107222022203427','No',NULL,NULL,''),(393,'1110','61724051034','2024-08-19 10:04:23',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(394,'5500','61724051034','2024-08-19 10:03:54',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(395,'4000','61724051034','2024-08-19 10:04:23',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(396,'1100','61724051072','2024-08-19 10:18:59',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405194823332992324','No',NULL,NULL,''),(397,'1110','61724051072','2024-08-19 10:18:59',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(398,'5500','61724051072','2024-08-19 10:04:32',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(399,'4000','61724051072','2024-08-19 10:18:59',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(400,'1050','61724052278','2024-08-19 10:28:50',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405253923322063033','No',NULL,NULL,''),(401,'1110','61724052278','2024-08-19 10:28:50',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(402,'5500','61724052278','2024-08-19 10:24:38',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(403,'4000','61724052278','2024-08-19 10:28:50',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(404,'1050','61724052740','2024-08-19 10:34:51',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405293921427732322','No',NULL,NULL,''),(405,'1110','61724052740','2024-08-19 10:34:51',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(406,'5500','61724052740','2024-08-19 10:32:20',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(407,'4000','61724052740','2024-08-19 10:34:51',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(408,'1010','61724052940','2024-08-19 10:56:56',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405423723205733343','No',NULL,NULL,''),(409,'1110','61724052940','2024-08-19 10:56:56',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(410,'5500','61724052940','2024-08-19 10:35:40',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(411,'4000','61724052940','2024-08-19 10:56:56',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(412,'1050','61724054238','2024-08-19 11:00:53',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405445902000030036','No',NULL,NULL,''),(413,'1110','61724054238','2024-08-19 11:00:53',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(414,'5500','61724054238','2024-08-19 10:57:18',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(415,'4000','61724054238','2024-08-19 11:00:53',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(416,'1010','61724054460','2024-08-19 11:05:03',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405472324723023200','No',NULL,NULL,'jkljh'),(417,'1110','61724054460','2024-08-19 11:05:03',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(418,'5500','61724054460','2024-08-19 11:01:00',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(419,'4000','61724054460','2024-08-19 11:05:03',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(420,'1100','61724054723','2024-08-19 11:21:00',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405567822222332564','No',NULL,NULL,''),(421,'1110','61724054723','2024-08-19 11:21:00',NULL,58.33,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(422,'5500','61724054723','2024-08-19 11:05:23',58.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(423,'4000','61724054723','2024-08-19 11:21:00',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(424,'1100','61724055785','2024-08-19 11:28:51',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405615332433502616','No',NULL,NULL,''),(425,'1110','61724055785','2024-08-19 11:28:51',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(426,'5500','61724055785','2024-08-19 11:23:05',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(427,'4000','61724055785','2024-08-19 11:28:51',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(428,'1100','61724057381','2024-08-19 11:49:53',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405741172300404104','No',NULL,NULL,''),(429,'1110','61724057381','2024-08-19 11:49:53',NULL,29.50,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(430,'5500','61724057381','2024-08-19 11:49:41',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(431,'4000','61724057381','2024-08-19 11:49:53',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(432,'1010','61724057564','2024-08-19 11:53:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405760326724032024','No',NULL,NULL,'rttyuu'),(433,'1110','61724057564','2024-08-19 11:53:09',NULL,58.33,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(434,'5500','61724057564','2024-08-19 11:52:44',58.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(435,'4000','61724057564','2024-08-19 11:53:09',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(436,'1010','61724057604','2024-08-19 12:07:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405845724102032333','No',NULL,NULL,'trtyu'),(437,'1110','61724057604','2024-08-19 12:07:22',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(438,'5500','61724057604','2024-08-19 11:53:24',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(439,'4000','61724057604','2024-08-19 12:07:22',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(440,'1050','61724058458','2024-08-19 12:28:11',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405975032013323202','No',NULL,NULL,''),(441,'1110','61724058458','2024-08-19 12:28:11',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(442,'1110','61724058458','2024-08-19 12:07:38',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(443,'5500','61724058458','2024-08-19 12:27:48',148.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(444,'4000','61724058458','2024-08-19 12:28:11',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(445,'4000','61724058458','2024-08-19 12:07:38',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(446,'1100','61724059751','2024-08-19 12:30:43',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172405987803822330833','No',NULL,NULL,''),(447,'1110','61724059751','2024-08-19 12:30:43',NULL,50.00,'','6','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(448,'5500','61724059751','2024-08-19 12:29:11',50.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(449,'4000','61724059751','2024-08-19 12:30:43',NULL,70.00,'','6','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(450,'1050','61724060073','2024-08-19 12:35:15',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406012832200232432','No',NULL,NULL,''),(451,'1110','61724060073','2024-08-19 12:35:15',NULL,103.52,'','6','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(452,'1110','61724060073','2024-08-19 12:34:33',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(453,'5500','61724060073','2024-08-19 12:35:03',115.52,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(454,'4000','61724060073','2024-08-19 12:35:15',NULL,180.00,'','6','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(455,'4000','61724060073','2024-08-19 12:34:33',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(456,'1050','61724060129','2024-08-19 12:37:22',170.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406024933030233293','No',NULL,NULL,''),(457,'1110','61724060129','2024-08-19 12:37:22',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(458,'1110','61724060129','2024-08-19 12:35:29',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(459,'5500','61724060129','2024-08-19 12:37:08',106.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(460,'4000','61724060129','2024-08-19 12:37:22',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(461,'4000','61724060129','2024-08-19 12:35:29',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(462,'1050','61724060250','2024-08-19 13:05:26',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406193227236232402','No',NULL,NULL,''),(463,'1110','61724060250','2024-08-19 13:05:26',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(464,'5500','61724060250','2024-08-19 12:37:30',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(465,'4000','61724060250','2024-08-19 13:05:26',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(466,'1010','61724061933','2024-08-19 13:09:49',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406221332323323270','No',NULL,NULL,'lk,jjj'),(467,'1110','61724061933','2024-08-19 13:09:49',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(468,'1110','61724061933','2024-08-19 13:05:33',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(469,'5500','61724061933','2024-08-19 13:09:32',111.05,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(470,'4000','61724061933','2024-08-19 13:09:49',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(471,'4000','61724061933','2024-08-19 13:05:33',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(472,'1010','61724062791','2024-08-19 13:20:07',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406323722062312322','No',NULL,NULL,'rttyyui'),(473,'1110','61724062791','2024-08-19 13:20:07',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(474,'5500','61724062791','2024-08-19 13:19:51',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(475,'4000','61724062791','2024-08-19 13:20:07',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(476,'1100','61724063238','2024-08-19 13:41:03',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406407646332424223','No',NULL,NULL,''),(477,'1110','61724063238','2024-08-19 13:41:03',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(478,'5500','61724063238','2024-08-19 13:27:18',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(479,'4000','61724063238','2024-08-19 13:41:03',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(480,'1050','61724064593','2024-08-19 13:50:09',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406461706202763360','No',NULL,NULL,''),(481,'1110','61724064593','2024-08-19 13:50:09',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(482,'5500','61724064593','2024-08-19 13:49:53',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(483,'4000','61724064593','2024-08-19 13:50:09',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(484,'1010','61724064926','2024-08-19 13:56:06',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406498633280220320','No',NULL,NULL,'hjkjhh'),(485,'1110','61724064926','2024-08-19 13:56:06',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(486,'5500','61724064926','2024-08-19 13:55:27',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(487,'4000','61724064926','2024-08-19 13:56:06',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(488,'1100','61724047937','2024-08-19 14:28:24',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jkjlo'),(489,'na','61724047937','2024-08-19 14:28:24',120.00,NULL,'','6','1','','1','25','payment','','6172406693535207256230','No',NULL,NULL,'jkjlo'),(490,'1100','61724069927','2024-08-19 15:19:36',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172406998632366736132','No',NULL,NULL,''),(491,'1110','61724069927','2024-08-19 15:19:36',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(492,'5500','61724069927','2024-08-19 15:18:47',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(493,'4000','61724069927','2024-08-19 15:19:36',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(494,'1050','61724070092','2024-08-19 15:21:56',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407012634122223023','No',NULL,NULL,''),(495,'1110','61724070092','2024-08-19 15:21:56',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(496,'5500','61724070092','2024-08-19 15:21:32',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(497,'4000','61724070092','2024-08-19 15:21:56',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(498,'1010','61724071009','2024-08-19 15:37:15',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407105300210332223','No',NULL,NULL,'ytrty'),(499,'1110','61724071009','2024-08-19 15:37:15',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(500,'5500','61724071009','2024-08-19 15:36:49',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(501,'4000','61724071009','2024-08-19 15:37:15',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(502,'1050','61724071055','2024-08-19 15:47:16',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407164447240223422','No',NULL,NULL,''),(503,'1110','61724071055','2024-08-19 15:47:16',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(504,'5500','61724071055','2024-08-19 15:37:35',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(505,'4000','61724071055','2024-08-19 15:47:16',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(506,'1010','61724073619','2024-08-19 16:22:30',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407382324270262073','No',NULL,NULL,'jkuiuyy'),(507,'1050','61724073619','2024-08-19 16:22:30',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407382324270262073','No',NULL,NULL,'jkuiuyy'),(508,'1110','61724073619','2024-08-19 16:22:30',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(509,'1110','61724073619','2024-08-19 16:20:19',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(510,'1110','61724073619','2024-08-19 16:20:45',NULL,174.71,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(511,'5500','61724073619','2024-08-19 16:21:54',258.14,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(512,'4000','61724073619','2024-08-19 16:22:30',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(513,'4000','61724073619','2024-08-19 16:20:19',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(514,'4000','61724073619','2024-08-19 16:20:45',NULL,180.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(515,'1010','61724073824','2024-08-19 16:25:24',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407394902923022422','No',NULL,NULL,'iuyyyuiii'),(516,'1110','61724073824','2024-08-19 16:25:24',NULL,98.25,'','6','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(517,'5500','61724073824','2024-08-19 16:23:44',98.25,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(518,'4000','61724073824','2024-08-19 16:25:24',NULL,300.00,'','6','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(519,'1010','61724074727','2024-08-19 16:39:08',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407476720407330170','No',NULL,NULL,'klkjo'),(520,'1110','61724074727','2024-08-19 16:39:08',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(521,'5500','61724074727','2024-08-19 16:38:47',56.55,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(522,'4000','61724074727','2024-08-19 16:39:08',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(523,'2130','61724075908','2024-08-19 16:59:09',160.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172407597173762473200','No',NULL,NULL,''),(524,'1110','61724075908','2024-08-19 16:59:09',136.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(525,'5500','61724075908','2024-08-19 16:58:28',NULL,136.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(526,'4000','61724075908','2024-08-19 16:59:09',160.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(529,'1110','61724074435','2024-08-19 16:33:56',180.00,NULL,'','6','1','Inventory Purchased','1','10','Purchases','79','','No',NULL,NULL,''),(530,'2130','61724074435','2024-08-19 16:33:56',NULL,180.00,'','6','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(531,'1010','61724076155','2024-08-19 17:13:51',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407685120362410352','No',NULL,NULL,'uiyii'),(532,'1110','61724076155','2024-08-19 17:13:51',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(533,'1110','61724076155','2024-08-19 17:02:35',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(534,'5500','61724076155','2024-08-19 17:13:29',80.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(535,'4000','61724076155','2024-08-19 17:13:51',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(536,'4000','61724076155','2024-08-19 17:02:35',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(537,'2130','61724074435','2024-08-19 17:15:39',180.00,NULL,'','3','1','Purchase of cups','1','10','supplier payment','','','No',NULL,NULL,'SHJ7LGE1WN'),(538,'1010','61724074435','2024-08-19 17:15:39',NULL,180.00,'','3','1','Purchase of cups','1','10','supplier payment','','','No',NULL,NULL,'SHJ7LGE1WN'),(539,'1050','61724076852','2024-08-19 17:18:36',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407712921212337720','No',NULL,NULL,''),(540,'1110','61724076852','2024-08-19 17:18:36',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(541,'5500','61724076852','2024-08-19 17:14:12',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(542,'4000','61724076852','2024-08-19 17:18:36',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(543,'1010','61724077130','2024-08-19 17:30:59',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407787504227332237','No',NULL,NULL,'iuioio'),(544,'1110','61724077130','2024-08-19 17:30:59',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(545,'5500','61724077130','2024-08-19 17:18:50',30.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(546,'4000','61724077130','2024-08-19 17:30:59',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(547,'1100','61724077876','2024-08-19 17:37:51',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407828222222003470','No',NULL,NULL,''),(548,'1110','61724077876','2024-08-19 17:37:51',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(549,'5500','61724077876','2024-08-19 17:31:16',30.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(550,'4000','61724077876','2024-08-19 17:37:51',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(551,'1010','61724078780','2024-08-19 17:46:44',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407885902303072001','No',NULL,NULL,'ertyui'),(552,'1050','61724078780','2024-08-19 17:46:44',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407885902303072001','No',NULL,NULL,'ertyui'),(553,'1110','61724078780','2024-08-19 17:46:44',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(554,'5500','61724078780','2024-08-19 17:46:20',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(555,'4000','61724078780','2024-08-19 17:46:44',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(556,'1010','61724078860','2024-08-19 17:49:33',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407898996223023237','No',NULL,NULL,'tyuytr'),(557,'1110','61724078860','2024-08-19 17:49:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(558,'5500','61724078860','2024-08-19 17:47:40',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(559,'4000','61724078860','2024-08-19 17:49:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(560,'1010','61724078990','2024-08-19 17:55:28',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407934633232420924','No',NULL,NULL,'rty65'),(561,'1110','61724078990','2024-08-19 17:55:28',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(562,'5500','61724078990','2024-08-19 17:49:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(563,'4000','61724078990','2024-08-19 17:55:28',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(564,'1010','61724079347','2024-08-19 17:59:34',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407964823438320231','No',NULL,NULL,'kjkhh'),(565,'1050','61724079347','2024-08-19 17:59:34',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172407964823438320231','No',NULL,NULL,'kjkhh'),(566,'1110','61724079347','2024-08-19 17:59:34',NULL,195.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(567,'5500','61724079347','2024-08-19 17:55:47',195.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(568,'4000','61724079347','2024-08-19 17:59:34',NULL,230.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(569,'1010','61724079649','2024-08-19 18:21:22',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408089922062880038','No',NULL,NULL,'jkjhhg'),(570,'1110','61724079649','2024-08-19 18:21:22',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(571,'5500','61724079649','2024-08-19 18:00:49',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(572,'4000','61724079649','2024-08-19 18:21:22',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(573,'1010','61724080900','2024-08-19 18:42:05',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408214526022323143','No',NULL,NULL,'tyut'),(574,'1110','61724080900','2024-08-19 18:42:05',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(575,'1110','61724080900','2024-08-19 18:21:40',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(576,'1110','61724080900','2024-08-19 18:41:01',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(577,'5500','61724080900','2024-08-19 18:41:47',251.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(578,'4000','61724080900','2024-08-19 18:42:05',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(579,'4000','61724080900','2024-08-19 18:21:40',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(580,'4000','61724080900','2024-08-19 18:41:01',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(581,'1010','61724082146','2024-08-19 18:44:15',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408227023124033203','No',NULL,NULL,'kjkkk'),(582,'1110','61724082146','2024-08-19 18:44:15',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(583,'1110','61724082146','2024-08-19 18:42:26',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(584,'5500','61724082146','2024-08-19 18:43:56',86.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(585,'4000','61724082146','2024-08-19 18:44:15',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(586,'4000','61724082146','2024-08-19 18:42:26',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(587,'1010','61724082271','2024-08-19 18:51:38',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408272330223338232','No',NULL,NULL,'tryuyu'),(588,'1110','61724082271','2024-08-19 18:51:38',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(589,'5500','61724082271','2024-08-19 18:44:31',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(590,'4000','61724082271','2024-08-19 18:51:38',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(591,'1010','61724082724','2024-08-19 18:53:44',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408285032302222003','No',NULL,NULL,'uyuii'),(592,'1050','61724082724','2024-08-19 18:53:44',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408285032302222003','No',NULL,NULL,'uyuii'),(593,'1110','61724082724','2024-08-19 18:53:44',NULL,188.08,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(594,'1110','61724082724','2024-08-19 18:52:04',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(595,'5500','61724082724','2024-08-19 18:52:48',215.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(596,'4000','61724082724','2024-08-19 18:53:44',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(597,'4000','61724082724','2024-08-19 18:52:04',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(598,'1010','61724082850','2024-08-19 18:55:34',500.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408295220623230222','No',NULL,NULL,'kjlliuj'),(599,'1110','61724082850','2024-08-19 18:55:34',NULL,289.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(600,'1110','61724082850','2024-08-19 18:54:10',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(601,'5500','61724082850','2024-08-19 18:55:16',425.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(602,'4000','61724082850','2024-08-19 18:55:34',NULL,340.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(603,'4000','61724082850','2024-08-19 18:54:10',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(604,'1010','61724083287','2024-08-19 19:02:16',440.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408335002402234300','No',NULL,NULL,'ghjjkku'),(605,'1110','61724083287','2024-08-19 19:02:16',NULL,374.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(606,'5500','61724083287','2024-08-19 19:01:27',374.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(607,'4000','61724083287','2024-08-19 19:02:16',NULL,440.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(608,'1010','61724083425','2024-08-19 19:07:13',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408366761231222302','No',NULL,NULL,'hjkl'),(609,'1110','61724083425','2024-08-19 19:07:13',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(610,'1110','61724083425','2024-08-19 19:03:45',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(611,'5500','61724083425','2024-08-19 19:06:59',55.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(612,'4000','61724083425','2024-08-19 19:07:13',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(613,'4000','61724083425','2024-08-19 19:03:45',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(614,'1010','61724083668','2024-08-19 19:11:38',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408391410333303293','No',NULL,NULL,'ftr56'),(615,'1110','61724083668','2024-08-19 19:11:38',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(616,'5500','61724083668','2024-08-19 19:07:48',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(617,'4000','61724083668','2024-08-19 19:11:38',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(618,'1010','61724083915','2024-08-19 19:19:05',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408435730030333353','No',NULL,NULL,'fgghhkj'),(619,'1110','61724083915','2024-08-19 19:19:05',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(620,'5500','61724083915','2024-08-19 19:11:55',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(621,'4000','61724083915','2024-08-19 19:19:05',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(622,'1010','61724084357','2024-08-19 19:24:42',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408478622420444382','No',NULL,NULL,'yuyuui'),(623,'1050','61724084357','2024-08-19 19:24:42',210.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408478622420444382','No',NULL,NULL,'yuyuui'),(624,'1110','61724084357','2024-08-19 19:24:42',NULL,238.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(625,'5500','61724084357','2024-08-19 19:19:17',238.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(626,'4000','61724084357','2024-08-19 19:24:42',NULL,280.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(627,'1050','61724086178','2024-08-19 19:50:02',310.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408621282222322127','No',NULL,NULL,''),(628,'1110','61724086178','2024-08-19 19:50:02',NULL,263.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(629,'5500','61724086178','2024-08-19 19:49:38',263.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(630,'4000','61724086178','2024-08-19 19:50:02',NULL,310.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(631,'2130','61724086213','2024-08-19 19:50:42',100.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172408626102331080623','No',NULL,NULL,''),(632,'1110','61724086213','2024-08-19 19:50:42',85.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(633,'5500','61724086213','2024-08-19 19:50:13',NULL,85.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(634,'4000','61724086213','2024-08-19 19:50:42',100.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(635,'2130','61724086281','2024-08-19 19:51:38',60.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172408631673226223063','No',NULL,NULL,''),(636,'1110','61724086281','2024-08-19 19:51:38',51.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(637,'5500','61724086281','2024-08-19 19:51:21',NULL,51.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(638,'4000','61724086281','2024-08-19 19:51:38',60.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(639,'1100','61724063238','2024-08-19 19:54:59',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(640,'na','61724063238','2024-08-19 19:54:59',50.00,NULL,'','6','1','','1','25','payment','','6172408651444066122243','No',NULL,NULL,''),(641,'1010','61724086751','2024-08-19 19:59:28',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408680006882320432','No',NULL,NULL,'yuuiioo'),(642,'1110','61724086751','2024-08-19 19:59:28',NULL,54.00,'','6','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(643,'5500','61724086751','2024-08-19 19:59:11',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(644,'4000','61724086751','2024-08-19 19:59:28',NULL,100.00,'','6','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(645,'1100','61724044856','2024-08-19 20:07:16',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'kljkjhy'),(646,'na','61724044856','2024-08-19 20:07:16',400.00,NULL,'','6','1','','1','25','payment','','6172408724936203332232','No',NULL,NULL,'kljkjhy'),(647,'1100','61724041926','2024-08-19 20:07:54',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ttytyyu'),(648,'na','61724041926','2024-08-19 20:07:54',100.00,NULL,'','6','1','','1','25','payment','','6172408730330222403224','No',NULL,NULL,'ttytyyu'),(649,'1100','61724040529','2024-08-19 20:13:27',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fgghjj'),(650,'na','61724040529','2024-08-19 20:13:27',160.00,NULL,'','6','1','','1','25','payment','','6172408762920323804331','No',NULL,NULL,'fgghjj'),(651,'1100','61724041592','2024-08-19 20:14:36',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghjkkl'),(652,'na','61724041592','2024-08-19 20:14:36',320.00,NULL,'','6','1','','1','25','payment','','6172408769420032232320','No',NULL,NULL,'ghjkkl'),(653,'1100','61724059751','2024-08-19 20:15:49',NULL,70.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(654,'na','61724059751','2024-08-19 20:15:49',70.00,NULL,'','6','1','','1','25','payment','','6172408776630330324012','No',NULL,NULL,''),(655,'1100','61724040529','2024-08-19 20:16:33',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(656,'na','61724040529','2024-08-19 20:16:33',160.00,NULL,'','6','1','','1','25','payment','','6172408780300200887023','No',NULL,NULL,''),(657,'1100','61724057381','2024-08-19 20:20:05',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(658,'na','61724057381','2024-08-19 20:20:05',40.00,NULL,'','6','1','','1','25','payment','','6172408801720333126332','No',NULL,NULL,''),(659,'1100','61724054723','2024-08-19 20:20:57',NULL,70.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(660,'na','61724054723','2024-08-19 20:20:57',70.00,NULL,'','6','1','','1','25','payment','','6172408806908402244322','No',NULL,NULL,''),(661,'1100','61724054723','2024-08-19 20:21:09',NULL,10.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(662,'na','61724054723','2024-08-19 20:21:09',10.00,NULL,'','6','1','','1','25','payment','','6172408808523222843202','No',NULL,NULL,''),(663,'1100','61724047974','2024-08-19 20:22:10',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(664,'na','61724047974','2024-08-19 20:22:10',160.00,NULL,'','6','1','','1','25','payment','','6172408814433233012402','No',NULL,NULL,''),(665,'1100','61724047842','2024-08-19 20:23:20',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hjjjkkl'),(666,'na','61724047842','2024-08-19 20:23:20',80.00,NULL,'','6','1','','1','25','payment','','6172408822120232222300','No',NULL,NULL,'hjjjkkl'),(667,'1100','61724077876','2024-08-19 20:25:20',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(668,'na','61724077876','2024-08-19 20:25:20',60.00,NULL,'','6','1','','1','25','payment','','6172408833563336200238','No',NULL,NULL,''),(669,'1100','61724048478','2024-08-19 20:26:08',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jkklo'),(670,'na','61724048478','2024-08-19 20:26:08',100.00,NULL,'','6','1','','1','25','payment','','6172408839502320203224','No',NULL,NULL,'jkklo'),(671,'1100','61724069927','2024-08-19 20:27:00',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyyuu'),(672,'na','61724069927','2024-08-19 20:27:00',50.00,NULL,'','6','1','','1','25','payment','','6172408843708333303330','No',NULL,NULL,'tyyuu'),(673,'1100','61724055785','2024-08-19 20:32:21',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rtyuui'),(674,'na','61724055785','2024-08-19 20:32:21',80.00,NULL,'','6','1','','1','25','payment','','6172408875303132282042','No',NULL,NULL,'rtyuui'),(675,'1100','61724041926','2024-08-19 20:33:15',NULL,360.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rtttyyyu'),(676,'na','61724041926','2024-08-19 20:33:15',360.00,NULL,'','6','1','','1','25','payment','','6172408881668818203200','No',NULL,NULL,'rtttyyyu'),(677,'1010','61724089141','2024-08-19 20:39:36',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172408919332223337324','No',NULL,NULL,'tytyyu'),(678,'1110','61724089141','2024-08-19 20:39:36',NULL,58.33,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(679,'5500','61724089141','2024-08-19 20:39:01',58.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(680,'4000','61724089141','2024-08-19 20:39:36',NULL,80.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(683,'1110','61724090152','2024-08-19 20:55:52',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(684,'2130','61724090152','2024-08-19 20:55:52',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(685,'1010','61724125620','2024-08-20 06:47:41',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412569412722256041','No',NULL,NULL,'a'),(686,'1110','61724125620','2024-08-20 06:47:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(687,'1110','61724125620','2024-08-20 06:47:00',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(688,'5500','61724125620','2024-08-20 06:47:30',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(689,'4000','61724125620','2024-08-20 06:47:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(690,'4000','61724125620','2024-08-20 06:47:00',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(691,'1100','61724125695','2024-08-20 06:49:18',360.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412579121252337003','No',NULL,NULL,''),(692,'1110','61724125695','2024-08-20 06:49:18',NULL,306.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(693,'5500','61724125695','2024-08-20 06:48:16',306.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(694,'4000','61724125695','2024-08-20 06:49:18',NULL,360.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(695,'1100','61724125796','2024-08-20 06:50:24',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412584004220432472','No',NULL,NULL,''),(696,'1110','61724125796','2024-08-20 06:50:24',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(697,'5500','61724125796','2024-08-20 06:49:56',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(698,'4000','61724125796','2024-08-20 06:50:24',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(699,'1100','61724125884','2024-08-20 06:51:39',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412590623224460002','No',NULL,NULL,''),(700,'1110','61724125884','2024-08-20 06:51:39',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(701,'5500','61724125884','2024-08-20 06:51:24',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(702,'4000','61724125884','2024-08-20 06:51:39',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(703,'1100','61724125924','2024-08-20 06:52:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412596122263536236','No',NULL,NULL,''),(704,'1110','61724125924','2024-08-20 06:52:31',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(705,'5500','61724125924','2024-08-20 06:52:04',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(706,'4000','61724125924','2024-08-20 06:52:31',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(707,'1100','61724127837','2024-08-20 07:24:20',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412787833018124412','No',NULL,NULL,''),(708,'1110','61724127837','2024-08-20 07:24:20',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(709,'5500','61724127837','2024-08-20 07:23:57',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(710,'4000','61724127837','2024-08-20 07:24:20',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(711,'1010','61724128442','2024-08-20 07:35:54',1320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412857417462700631','No',NULL,NULL,'b'),(712,'1110','61724128442','2024-08-20 07:35:54',NULL,357.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(713,'1110','61724128442','2024-08-20 07:34:02',NULL,873.55,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(714,'5500','61724128442','2024-08-20 07:35:22',1230.55,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(715,'4000','61724128442','2024-08-20 07:35:54',NULL,420.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(716,'4000','61724128442','2024-08-20 07:34:02',NULL,900.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(717,'2130','61724128574','2024-08-20 07:38:25',120.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172412872003012202322','No',NULL,NULL,''),(718,'1110','61724128574','2024-08-20 07:38:25',102.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(719,'5500','61724128574','2024-08-20 07:36:14',NULL,102.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(720,'4000','61724128574','2024-08-20 07:38:25',120.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(721,'1100','61724128752','2024-08-20 07:39:23',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412877234030223873','No',NULL,NULL,''),(722,'1110','61724128752','2024-08-20 07:39:23',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(723,'5500','61724128752','2024-08-20 07:39:12',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(724,'4000','61724128752','2024-08-20 07:39:23',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(725,'1100','61724129591','2024-08-20 07:53:27',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412961920406031203','No',NULL,NULL,''),(726,'1110','61724129591','2024-08-20 07:53:27',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(727,'5500','61724129591','2024-08-20 07:53:11',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(728,'4000','61724129591','2024-08-20 07:53:27',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(729,'1050','61724129640','2024-08-20 07:54:11',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172412965771262217330','No',NULL,NULL,''),(730,'1110','61724129640','2024-08-20 07:54:11',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(731,'5500','61724129640','2024-08-20 07:54:00',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(732,'4000','61724129640','2024-08-20 07:54:11',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(733,'1100','61724129658','2024-08-20 08:01:53',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413012333423232330','No',NULL,NULL,''),(734,'1110','61724129658','2024-08-20 08:01:53',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(735,'5500','61724129658','2024-08-20 07:54:18',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(736,'4000','61724129658','2024-08-20 08:01:53',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(737,'1050','61724130171','2024-08-20 08:03:05',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413019134002320032','No',NULL,NULL,''),(738,'1110','61724130171','2024-08-20 08:03:05',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(739,'5500','61724130171','2024-08-20 08:02:51',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(740,'4000','61724130171','2024-08-20 08:03:05',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(741,'2130','61724130191','2024-08-20 08:19:45',320.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172413121043232001612','No',NULL,NULL,''),(742,'1110','61724130191','2024-08-20 08:19:45',272.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(743,'5500','61724130191','2024-08-20 08:03:11',NULL,272.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(744,'4000','61724130191','2024-08-20 08:19:45',320.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(745,'1100','61724131236','2024-08-20 08:21:03',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413127222233022221','No',NULL,NULL,''),(746,'1110','61724131236','2024-08-20 08:21:03',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(747,'5500','61724131236','2024-08-20 08:20:36',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(748,'4000','61724131236','2024-08-20 08:21:03',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(749,'1050','61724131293','2024-08-20 08:23:19',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413140426131212432','No',NULL,NULL,''),(750,'1110','61724131293','2024-08-20 08:23:19',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(751,'5500','61724131293','2024-08-20 08:21:33',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(752,'4000','61724131293','2024-08-20 08:23:19',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(753,'1050','61724131405','2024-08-20 08:23:52',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413147423233322320','No',NULL,NULL,''),(754,'1110','61724131405','2024-08-20 08:23:52',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(755,'5500','61724131405','2024-08-20 08:23:25',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(756,'4000','61724131405','2024-08-20 08:23:52',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(757,'1100','61724131474','2024-08-20 09:01:34',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413370917206323104','No',NULL,NULL,''),(758,'1110','61724131474','2024-08-20 09:01:34',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(759,'5500','61724131474','2024-08-20 08:24:34',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(760,'4000','61724131474','2024-08-20 09:01:34',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(761,'1100','61724134256','2024-08-20 09:11:07',800.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413428201323233338','No',NULL,NULL,''),(762,'1110','61724134256','2024-08-20 09:11:07',NULL,680.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(763,'5500','61724134256','2024-08-20 09:10:56',680.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(764,'4000','61724134256','2024-08-20 09:11:07',NULL,800.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(765,'1050','61724134549','2024-08-20 09:16:17',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413459172277313793','No',NULL,NULL,''),(766,'1110','61724134549','2024-08-20 09:16:17',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(767,'5500','61724134549','2024-08-20 09:15:49',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(768,'4000','61724134549','2024-08-20 09:16:17',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(769,'1100','61724134592','2024-08-20 09:16:50',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413462733333343322','No',NULL,NULL,''),(770,'1110','61724134592','2024-08-20 09:16:50',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(771,'5500','61724134592','2024-08-20 09:16:32',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(772,'4000','61724134592','2024-08-20 09:16:50',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(773,'1010','61724134715','2024-08-20 09:21:32',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413492916321439070','No',NULL,NULL,'jkkllp'),(774,'1050','61724134715','2024-08-20 09:21:32',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413492916321439070','No',NULL,NULL,'jkkllp'),(775,'1110','61724134715','2024-08-20 09:21:32',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(776,'1110','61724134715','2024-08-20 09:18:35',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(777,'5500','61724134715','2024-08-20 09:18:43',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(778,'4000','61724134715','2024-08-20 09:21:32',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(779,'4000','61724134715','2024-08-20 09:18:35',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(780,'1010','61724134930','2024-08-20 09:35:29',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413576720223173023','No',NULL,NULL,'kjjkkl'),(781,'1110','61724134930','2024-08-20 09:35:29',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(782,'5500','61724134930','2024-08-20 09:22:10',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(783,'4000','61724134930','2024-08-20 09:35:29',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(784,'1010','61724136324','2024-08-20 09:48:04',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413650200221322233','No',NULL,NULL,'yuiuo'),(785,'1110','61724136324','2024-08-20 09:48:04',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(786,'5500','61724136324','2024-08-20 09:45:24',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(787,'4000','61724136324','2024-08-20 09:48:04',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(788,'1050','61724136504','2024-08-20 09:52:12',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413674122722323423','No',NULL,NULL,''),(789,'1110','61724136504','2024-08-20 09:52:12',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(790,'1110','61724136504','2024-08-20 09:48:24',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(791,'5500','61724136504','2024-08-20 09:51:56',80.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(792,'4000','61724136504','2024-08-20 09:52:12',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(793,'4000','61724136504','2024-08-20 09:48:24',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(794,'1050','61724136745','2024-08-20 09:59:43',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413719624102132333','No',NULL,NULL,''),(795,'1110','61724136745','2024-08-20 09:59:43',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(796,'5500','61724136745','2024-08-20 09:52:25',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(797,'4000','61724136745','2024-08-20 09:59:43',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(798,'1010','61724137202','2024-08-20 10:09:41',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413779721070237331','No',NULL,NULL,'vdf'),(799,'1110','61724137202','2024-08-20 10:09:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(800,'5500','61724137202','2024-08-20 10:00:02',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(801,'4000','61724137202','2024-08-20 10:09:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(802,'1010','61724137800','2024-08-20 10:27:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413888602828230213','No',NULL,NULL,'tyyui'),(803,'1050','61724137800','2024-08-20 10:27:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172413888602828230213','No',NULL,NULL,'tyyui'),(804,'1110','61724137800','2024-08-20 10:27:30',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(805,'5500','61724137800','2024-08-20 10:10:00',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(806,'4000','61724137800','2024-08-20 10:27:30',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(807,'1010','61724138889','2024-08-20 10:54:40',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414049630926023326','No',NULL,NULL,'bn'),(808,'1110','61724138889','2024-08-20 10:54:40',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(809,'5500','61724138889','2024-08-20 10:28:09',56.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(810,'4000','61724138889','2024-08-20 10:54:40',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(811,'1050','61724140504','2024-08-20 10:56:10',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414059200322373960','No',NULL,NULL,''),(812,'1110','61724140504','2024-08-20 10:56:10',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(813,'5500','61724140504','2024-08-20 10:55:04',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(814,'4000','61724140504','2024-08-20 10:56:10',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(815,'1010','61724140599','2024-08-20 10:59:51',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414081044430631407','No',NULL,NULL,'mn'),(816,'1110','61724140599','2024-08-20 10:59:51',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(817,'5500','61724140599','2024-08-20 10:56:39',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(818,'4000','61724140599','2024-08-20 10:59:51',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(819,'1100','61724140820','2024-08-20 11:06:00',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414117833260240226','No',NULL,NULL,''),(820,'1110','61724140820','2024-08-20 11:06:00',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(821,'5500','61724140820','2024-08-20 11:00:20',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(822,'4000','61724140820','2024-08-20 11:06:00',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(823,'1100','61724125796','2024-08-20 11:13:01',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cv'),(824,'na','61724125796','2024-08-20 11:13:01',320.00,NULL,'','6','1','','1','25','payment','','6172414160031332242322','No',NULL,NULL,'cv'),(825,'1010','61724143960','2024-08-20 11:53:10',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414403917249393993','No',NULL,NULL,'jk'),(826,'1110','61724143960','2024-08-20 11:53:10',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(827,'5500','61724143960','2024-08-20 11:52:40',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(828,'4000','61724143960','2024-08-20 11:53:10',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(829,'1010','61724147366','2024-08-20 12:49:39',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414738848030307342','No',NULL,NULL,'yuj'),(830,'1110','61724147366','2024-08-20 12:49:39',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(831,'5500','61724147366','2024-08-20 12:49:26',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(832,'4000','61724147366','2024-08-20 12:49:39',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(833,'1010','61724147389','2024-08-20 13:32:59',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172414998633344322902','No',NULL,NULL,'uyu8'),(834,'1110','61724147389','2024-08-20 13:32:59',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(835,'1110','61724147389','2024-08-20 12:49:49',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(836,'5500','61724147389','2024-08-20 13:32:50',60.43,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(837,'4000','61724147389','2024-08-20 13:32:59',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(838,'4000','61724147389','2024-08-20 12:49:49',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(839,'1010','61724149987','2024-08-20 13:47:43',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415087127052222272','No',NULL,NULL,'ju'),(840,'1110','61724149987','2024-08-20 13:47:43',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(841,'5500','61724149987','2024-08-20 13:33:07',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(842,'4000','61724149987','2024-08-20 13:47:43',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(843,'1010','61724150872','2024-08-20 14:19:45',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415279735619000331','No',NULL,NULL,'hhg'),(844,'1110','61724150872','2024-08-20 14:19:45',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(845,'5500','61724150872','2024-08-20 13:47:52',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(846,'4000','61724150872','2024-08-20 14:19:45',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(847,'1100','61724152798','2024-08-20 14:41:11',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415408620032232321','No',NULL,NULL,''),(848,'1110','61724152798','2024-08-20 14:41:11',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(849,'5500','61724152798','2024-08-20 14:19:58',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(850,'4000','61724152798','2024-08-20 14:41:11',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(851,'1050','61724154386','2024-08-20 14:50:35',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415464142252141300','No',NULL,NULL,''),(852,'1110','61724154386','2024-08-20 14:50:35',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(853,'5500','61724154386','2024-08-20 14:46:26',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(854,'4000','61724154386','2024-08-20 14:50:35',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(855,'2130','61724154642','2024-08-20 15:16:43',80.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172415621963490306202','No',NULL,NULL,''),(856,'1110','61724154642','2024-08-20 15:16:43',68.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(857,'5500','61724154642','2024-08-20 14:50:42',NULL,68.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(858,'4000','61724154642','2024-08-20 15:16:43',80.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(859,'1010','61724156743','2024-08-20 15:26:25',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415683153332722320','No',NULL,NULL,'tgrt'),(860,'1110','61724156743','2024-08-20 15:26:25',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(861,'1110','61724156743','2024-08-20 15:25:43',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(862,'5500','61724156743','2024-08-20 15:26:04',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(863,'4000','61724156743','2024-08-20 15:26:25',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(864,'4000','61724156743','2024-08-20 15:25:43',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(865,'1050','61724156832','2024-08-20 15:42:12',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415773602332772224','No',NULL,NULL,''),(866,'1110','61724156832','2024-08-20 15:42:12',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(867,'5500','61724156832','2024-08-20 15:27:12',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(868,'4000','61724156832','2024-08-20 15:42:12',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(869,'1050','61724157736','2024-08-20 15:48:32',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172415811462283121020','No',NULL,NULL,''),(870,'1110','61724157736','2024-08-20 15:48:32',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(871,'5500','61724157736','2024-08-20 15:42:16',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(872,'4000','61724157736','2024-08-20 15:48:32',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(873,'1010','61724162976','2024-08-20 17:12:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416317822222300033','No',NULL,NULL,'a'),(874,'1110','61724162976','2024-08-20 17:12:31',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(875,'5500','61724162976','2024-08-20 17:09:36',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(876,'4000','61724162976','2024-08-20 17:12:31',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(877,'1010','61724163179','2024-08-20 17:13:24',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416322732727120703','No',NULL,NULL,'1235'),(878,'1110','61724163179','2024-08-20 17:13:24',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(879,'5500','61724163179','2024-08-20 17:12:59',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(880,'4000','61724163179','2024-08-20 17:13:24',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(881,'1050','61724163270','2024-08-20 17:14:44',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416329172123220303','No',NULL,NULL,''),(882,'1110','61724163270','2024-08-20 17:14:44',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(883,'5500','61724163270','2024-08-20 17:14:30',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(884,'4000','61724163270','2024-08-20 17:14:44',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(885,'1010','61724163292','2024-08-20 17:15:36',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416334722234223242','No',NULL,NULL,'fg'),(886,'1110','61724163292','2024-08-20 17:15:36',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(887,'1110','61724163292','2024-08-20 17:14:52',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(888,'5500','61724163292','2024-08-20 17:15:20',183.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(889,'4000','61724163292','2024-08-20 17:15:36',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(890,'4000','61724163292','2024-08-20 17:14:52',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(891,'2130','61724163347','2024-08-20 17:16:44',160.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172416342343232301612','No',NULL,NULL,''),(892,'1110','61724163347','2024-08-20 17:16:44',136.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(893,'5500','61724163347','2024-08-20 17:15:47',NULL,136.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(894,'4000','61724163347','2024-08-20 17:16:44',160.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(895,'1010','61724163435','2024-08-20 17:17:41',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416347620232062642','No',NULL,NULL,'8778'),(896,'1110','61724163435','2024-08-20 17:17:41',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(897,'5500','61724163435','2024-08-20 17:17:16',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(898,'4000','61724163435','2024-08-20 17:17:41',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(899,'1100','61724163476','2024-08-20 17:18:25',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416351420226223033','No',NULL,NULL,''),(900,'1110','61724163476','2024-08-20 17:18:25',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(901,'5500','61724163476','2024-08-20 17:17:56',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(902,'4000','61724163476','2024-08-20 17:18:25',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(903,'1010','61724163528','2024-08-20 17:19:37',260.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416359202143002323','No',NULL,NULL,'vdf'),(904,'1110','61724163528','2024-08-20 17:19:37',NULL,109.00,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(905,'1110','61724163528','2024-08-20 17:18:48',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(906,'5500','61724163528','2024-08-20 17:19:17',138.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(907,'4000','61724163528','2024-08-20 17:19:37',NULL,200.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(908,'4000','61724163528','2024-08-20 17:18:48',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(909,'1100','61724134256','2024-08-20 17:21:36',NULL,800.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'lkj'),(910,'na','61724134256','2024-08-20 17:21:36',800.00,NULL,'','6','1','','1','25','payment','','6172416372523273523322','No',NULL,NULL,'lkj'),(911,'1100','61724163824','2024-08-20 17:24:00',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416385233435361652','No',NULL,NULL,''),(912,'1110','61724163824','2024-08-20 17:24:00',NULL,50.00,'','6','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(913,'5500','61724163824','2024-08-20 17:23:44',50.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(914,'4000','61724163824','2024-08-20 17:24:00',NULL,70.00,'','6','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(915,'1010','61724163870','2024-08-20 17:28:21',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416411722034133200','No',NULL,NULL,'8778'),(916,'1110','61724163870','2024-08-20 17:28:21',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(917,'5500','61724163870','2024-08-20 17:24:30',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(918,'4000','61724163870','2024-08-20 17:28:21',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(919,'1050','61724164119','2024-08-20 17:29:26',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416417076427733222','No',NULL,NULL,''),(920,'1110','61724164119','2024-08-20 17:29:26',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(921,'5500','61724164119','2024-08-20 17:28:39',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(922,'4000','61724164119','2024-08-20 17:29:26',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(923,'2130','61724090152','2024-08-20 17:31:27',10200.00,NULL,'','3','1','Joel Wangendo','1','7','supplier payment','','','No',NULL,NULL,'SHJ5N6F55V'),(924,'1010','61724090152','2024-08-20 17:31:27',NULL,10200.00,'','3','1','Joel Wangendo','1','7','supplier payment','','','No',NULL,NULL,'SHJ5N6F55V'),(935,'1110','61724142171','2024-08-20 11:22:51',1000.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','88','','No',NULL,NULL,''),(936,'1110','61724142171','2024-08-20 11:22:51',375.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','85','','No',NULL,NULL,''),(937,'1110','61724142171','2024-08-20 11:22:51',320.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','76','','No',NULL,NULL,''),(938,'1110','61724142171','2024-08-20 11:22:51',70.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','90','','No',NULL,NULL,''),(939,'1110','61724142171','2024-08-20 11:22:51',100.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','87','','No',NULL,NULL,''),(940,'1110','61724142171','2024-08-20 11:22:51',80.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','91','','No',NULL,NULL,''),(941,'1110','61724142171','2024-08-20 11:22:51',300.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','81','','No',NULL,NULL,''),(942,'1110','61724142171','2024-08-20 11:22:51',75.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','74','','No',NULL,NULL,''),(943,'1110','61724142171','2024-08-20 11:22:51',300.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','94','','No',NULL,NULL,''),(944,'2130','61724142171','2024-08-20 11:22:51',NULL,2620.00,'','6','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(945,'1050','61724164662','2024-08-20 17:38:35',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416471810003473303','No',NULL,NULL,''),(946,'1110','61724164662','2024-08-20 17:38:35',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(947,'5500','61724164662','2024-08-20 17:37:42',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(948,'4000','61724164662','2024-08-20 17:38:35',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(949,'1010','61724164719','2024-08-20 17:39:31',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416478414302126036','No',NULL,NULL,'ffg'),(950,'1110','61724164719','2024-08-20 17:39:31',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(951,'5500','61724164719','2024-08-20 17:38:39',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(952,'4000','61724164719','2024-08-20 17:39:31',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(953,'1050','61724164784','2024-08-20 17:41:50',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416491221360333330','No',NULL,NULL,''),(954,'1110','61724164784','2024-08-20 17:41:50',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(955,'5500','61724164784','2024-08-20 17:39:45',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(956,'4000','61724164784','2024-08-20 17:41:50',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(957,'1010','61724164913','2024-08-20 17:46:08',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172416517806612253040','No',NULL,NULL,'kju'),(958,'1110','61724164913','2024-08-20 17:46:08',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(959,'5500','61724164913','2024-08-20 17:41:53',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(960,'4000','61724164913','2024-08-20 17:46:08',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(961,'1010','61724170952','2024-08-20 19:26:59',1950.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417136373340023237','No',NULL,NULL,'fd'),(962,'1050','61724170952','2024-08-20 19:26:59',280.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417136373340023237','No',NULL,NULL,'fd'),(963,'1110','61724170952','2024-08-20 19:26:59',NULL,119.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(964,'1110','61724170952','2024-08-20 19:22:33',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(965,'1110','61724170952','2024-08-20 19:22:57',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(966,'1110','61724170952','2024-08-20 19:23:23',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(967,'1110','61724170952','2024-08-20 19:23:38',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(968,'1110','61724170952','2024-08-20 19:24:07',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(969,'1110','61724170952','2024-08-20 19:24:19',NULL,24.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(970,'1110','61724170952','2024-08-20 19:24:32',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(971,'1110','61724170952','2024-08-20 19:24:50',NULL,58.33,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(972,'1110','61724170952','2024-08-20 19:25:04',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(973,'1110','61724170952','2024-08-20 19:25:21',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(974,'1110','61724170952','2024-08-20 19:25:34',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(975,'1110','61724170952','2024-08-20 19:25:48',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(976,'1110','61724170952','2024-08-20 19:26:00',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(977,'1110','61724170952','2024-08-20 19:26:19',NULL,680.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(978,'5500','61724170952','2024-08-20 19:26:32',1842.51,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(979,'4000','61724170952','2024-08-20 19:26:59',NULL,140.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(980,'4000','61724170952','2024-08-20 19:22:33',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(981,'4000','61724170952','2024-08-20 19:22:57',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(982,'4000','61724170952','2024-08-20 19:23:23',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(983,'4000','61724170952','2024-08-20 19:23:38',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(984,'4000','61724170952','2024-08-20 19:24:07',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(985,'4000','61724170952','2024-08-20 19:24:19',NULL,40.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(986,'4000','61724170952','2024-08-20 19:24:32',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(987,'4000','61724170952','2024-08-20 19:24:50',NULL,80.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(988,'4000','61724170952','2024-08-20 19:25:04',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(989,'4000','61724170952','2024-08-20 19:25:21',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(990,'4000','61724170952','2024-08-20 19:25:34',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(991,'4000','61724170952','2024-08-20 19:25:48',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(992,'4000','61724170952','2024-08-20 19:26:00',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(993,'4000','61724170952','2024-08-20 19:26:19',NULL,800.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(994,'1100','61724171364','2024-08-20 19:29:57',170.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417141621227272223','No',NULL,NULL,''),(995,'1110','61724171364','2024-08-20 19:29:57',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(996,'1110','61724171364','2024-08-20 19:29:24',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(997,'5500','61724171364','2024-08-20 19:29:44',131.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(998,'4000','61724171364','2024-08-20 19:29:57',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(999,'4000','61724171364','2024-08-20 19:29:24',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1000,'1010','61724171765','2024-08-20 19:36:15',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417178512103083050','No',NULL,NULL,'fvged'),(1001,'1110','61724171765','2024-08-20 19:36:15',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1002,'5500','61724171765','2024-08-20 19:36:06',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1003,'4000','61724171765','2024-08-20 19:36:15',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1004,'1010','61724171788','2024-08-20 19:36:36',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417180503142425020','No',NULL,NULL,'sgerstg'),(1005,'1110','61724171788','2024-08-20 19:36:36',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1006,'5500','61724171788','2024-08-20 19:36:28',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1007,'4000','61724171788','2024-08-20 19:36:36',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1008,'1010','61724172486','2024-08-20 19:48:20',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417251012203013000','No',NULL,NULL,'57'),(1009,'1110','61724172486','2024-08-20 19:48:20',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1010,'5500','61724172486','2024-08-20 19:48:07',188.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1011,'4000','61724172486','2024-08-20 19:48:20',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1012,'1050','61724173494','2024-08-20 20:05:24',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417352930000526409','No',NULL,NULL,''),(1013,'1110','61724173494','2024-08-20 20:05:24',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1014,'5500','61724173494','2024-08-20 20:04:54',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1015,'4000','61724173494','2024-08-20 20:05:24',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1016,'1010','61724175140','2024-08-20 20:35:50',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172417536933202230640','No',NULL,NULL,'e3'),(1017,'1110','61724175140','2024-08-20 20:35:50',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1018,'5500','61724175140','2024-08-20 20:32:20',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1019,'4000','61724175140','2024-08-20 20:35:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1022,'1110','61724172329','2024-08-20 19:45:29',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(1023,'2130','61724172329','2024-08-20 19:45:29',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(1024,'1100','61724210921','2024-08-21 06:29:15',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421096930320223740','No',NULL,NULL,''),(1025,'1110','61724210921','2024-08-21 06:29:15',NULL,127.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1026,'5500','61724210921','2024-08-21 06:28:41',127.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1027,'4000','61724210921','2024-08-21 06:29:15',NULL,150.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1028,'1010','61724210976','2024-08-21 06:29:55',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421101301300232020','No',NULL,NULL,''),(1029,'1110','61724210976','2024-08-21 06:29:55',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1030,'5500','61724210976','2024-08-21 06:29:36',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1031,'4000','61724210976','2024-08-21 06:29:55',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1032,'1100','61724211076','2024-08-21 06:31:33',360.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421110313213032322','No',NULL,NULL,''),(1033,'1110','61724211076','2024-08-21 06:31:33',NULL,306.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1034,'5500','61724211076','2024-08-21 06:31:16',306.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1035,'4000','61724211076','2024-08-21 06:31:33',NULL,360.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1036,'1100','61724211111','2024-08-21 06:34:56',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421130904203334263','No',NULL,NULL,''),(1037,'1110','61724211111','2024-08-21 06:34:56',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1038,'5500','61724211111','2024-08-21 06:34:42',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1039,'4000','61724211111','2024-08-21 06:34:56',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1040,'1100','61724212273','2024-08-21 06:51:32',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421230627236232402','No',NULL,NULL,''),(1041,'1110','61724212273','2024-08-21 06:51:32',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1042,'5500','61724212273','2024-08-21 06:51:13',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1043,'4000','61724212273','2024-08-21 06:51:32',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1044,'1010','61724212947','2024-08-21 07:02:43',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421298532230040311','No',NULL,NULL,'m'),(1045,'1110','61724212947','2024-08-21 07:02:43',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1046,'5500','61724212947','2024-08-21 07:02:28',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1047,'4000','61724212947','2024-08-21 07:02:43',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1048,'1100','61724212986','2024-08-21 07:05:09',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421311934270133206','No',NULL,NULL,''),(1049,'1110','61724212986','2024-08-21 07:05:09',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1050,'5500','61724212986','2024-08-21 07:03:06',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1051,'4000','61724212986','2024-08-21 07:05:09',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1052,'1100','61724214288','2024-08-21 07:25:00',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421430623202322324','No',NULL,NULL,''),(1053,'1110','61724214288','2024-08-21 07:25:00',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1054,'5500','61724214288','2024-08-21 07:24:48',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1055,'4000','61724214288','2024-08-21 07:25:00',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1056,'1010','61724214906','2024-08-21 07:36:14',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421499090304322022','No',NULL,NULL,'w'),(1057,'1110','61724214906','2024-08-21 07:36:14',NULL,12.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(1058,'1110','61724214906','2024-08-21 07:35:06',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1059,'5500','61724214906','2024-08-21 07:35:20',80.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1060,'4000','61724214906','2024-08-21 07:36:14',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(1061,'4000','61724214906','2024-08-21 07:35:06',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1062,'1100','61724214990','2024-08-21 07:44:23',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421547544620303433','No',NULL,NULL,''),(1063,'1110','61724214990','2024-08-21 07:44:23',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1064,'5500','61724214990','2024-08-21 07:36:30',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1065,'4000','61724214990','2024-08-21 07:44:23',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1066,'1100','61724216327','2024-08-21 07:59:26',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421637730221360236','No',NULL,NULL,''),(1067,'1110','61724216327','2024-08-21 07:59:26',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1068,'5500','61724216327','2024-08-21 07:58:47',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1069,'4000','61724216327','2024-08-21 07:59:26',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1070,'1100','61724217040','2024-08-21 08:16:14',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421738221433204020','No',NULL,NULL,''),(1071,'1110','61724217040','2024-08-21 08:16:14',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1072,'5500','61724217040','2024-08-21 08:10:40',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1073,'4000','61724217040','2024-08-21 08:16:14',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1074,'1010','61724217758','2024-08-21 08:22:52',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421779444202271342','No',NULL,NULL,'d'),(1075,'1110','61724217758','2024-08-21 08:22:52',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1076,'5500','61724217758','2024-08-21 08:22:38',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1077,'4000','61724217758','2024-08-21 08:22:52',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1078,'1100','61724217795','2024-08-21 08:27:56',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421808770228200122','No',NULL,NULL,''),(1079,'1110','61724217795','2024-08-21 08:27:56',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1080,'5500','61724217795','2024-08-21 08:23:15',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1081,'4000','61724217795','2024-08-21 08:27:56',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1082,'2130','61724218102','2024-08-21 08:28:38',120.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172421815202300332435','No',NULL,NULL,''),(1083,'1110','61724218102','2024-08-21 08:28:38',102.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1084,'5500','61724218102','2024-08-21 08:28:22',NULL,102.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1085,'4000','61724218102','2024-08-21 08:28:38',120.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1086,'1100','61724218551','2024-08-21 08:36:22',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421859343333332701','No',NULL,NULL,''),(1087,'1110','61724218551','2024-08-21 08:36:22',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1088,'5500','61724218551','2024-08-21 08:35:51',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1089,'4000','61724218551','2024-08-21 08:36:22',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1090,'1010','61724218605','2024-08-21 08:37:08',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421864102303628222','No',NULL,NULL,'d'),(1091,'1110','61724218605','2024-08-21 08:37:08',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1092,'5500','61724218605','2024-08-21 08:36:46',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1093,'4000','61724218605','2024-08-21 08:37:08',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1094,'1100','61724219835','2024-08-21 08:57:28',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421986320070223430','No',NULL,NULL,''),(1095,'1110','61724219835','2024-08-21 08:57:28',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1096,'5500','61724219835','2024-08-21 08:57:15',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1097,'4000','61724219835','2024-08-21 08:57:28',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1098,'1050','61724219879','2024-08-21 08:58:16',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172421996632433230023','No',NULL,NULL,'455'),(1099,'1110','61724219879','2024-08-21 08:58:16',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1100,'5500','61724219879','2024-08-21 08:57:59',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1101,'4000','61724219879','2024-08-21 08:58:16',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1102,'1010','61724219967','2024-08-21 09:00:38',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422005613020220202','No',NULL,NULL,'klkjo'),(1103,'1110','61724219967','2024-08-21 09:00:38',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1104,'5500','61724219967','2024-08-21 08:59:27',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1105,'4000','61724219967','2024-08-21 09:00:38',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1106,'1100','61724220056','2024-08-21 09:02:33',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422016332233333262','No',NULL,NULL,''),(1107,'1110','61724220056','2024-08-21 09:02:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1108,'5500','61724220056','2024-08-21 09:00:56',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1109,'4000','61724220056','2024-08-21 09:02:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1110,'1010','61724220427','2024-08-21 09:10:39',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422067534031041433','No',NULL,NULL,'lk,jjj'),(1111,'1050','61724220427','2024-08-21 09:10:39',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422067534031041433','No',NULL,NULL,'lk,jjj'),(1112,'1110','61724220427','2024-08-21 09:10:39',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1113,'1110','61724220427','2024-08-21 09:07:07',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1114,'5500','61724220427','2024-08-21 09:07:19',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1115,'4000','61724220427','2024-08-21 09:10:39',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1116,'4000','61724220427','2024-08-21 09:07:07',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1117,'1010','61724220676','2024-08-21 09:11:57',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422072603330626432','No',NULL,NULL,'fg'),(1118,'1110','61724220676','2024-08-21 09:11:57',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1119,'5500','61724220676','2024-08-21 09:11:16',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1120,'4000','61724220676','2024-08-21 09:11:57',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1121,'1100','61724220727','2024-08-21 09:12:26',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422075223023220333','No',NULL,NULL,''),(1122,'1110','61724220727','2024-08-21 09:12:26',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1123,'5500','61724220727','2024-08-21 09:12:07',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1124,'4000','61724220727','2024-08-21 09:12:26',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1125,'1050','61724221698','2024-08-21 09:28:42',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422172732233632402','No',NULL,NULL,''),(1126,'1110','61724221698','2024-08-21 09:28:42',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1127,'5500','61724221698','2024-08-21 09:28:18',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1128,'4000','61724221698','2024-08-21 09:28:42',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1129,'1100','61724221727','2024-08-21 10:01:24',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422369224913204342','No',NULL,NULL,''),(1130,'1110','61724221727','2024-08-21 10:01:24',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1131,'5500','61724221727','2024-08-21 09:28:48',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1132,'4000','61724221727','2024-08-21 10:01:24',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1133,'1010','61724223708','2024-08-21 10:13:31',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422442032323020317','No',NULL,NULL,'wer'),(1134,'1110','61724223708','2024-08-21 10:13:31',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1135,'5500','61724223708','2024-08-21 10:01:48',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1136,'4000','61724223708','2024-08-21 10:13:31',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1137,'1010','61724224420','2024-08-21 10:14:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422445959432302325','No',NULL,NULL,'vdf'),(1138,'1110','61724224420','2024-08-21 10:14:03',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1139,'5500','61724224420','2024-08-21 10:13:40',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1140,'4000','61724224420','2024-08-21 10:14:03',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1141,'1010','61724224461','2024-08-21 10:47:50',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422648622362620338','No',NULL,NULL,'mpesa'),(1142,'1110','61724224461','2024-08-21 10:47:50',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1143,'5500','61724224461','2024-08-21 10:14:21',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1144,'4000','61724224461','2024-08-21 10:47:50',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1145,'1010','61724226486','2024-08-21 10:53:50',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422684432222303227','No',NULL,NULL,'mpesa'),(1146,'1110','61724226486','2024-08-21 10:53:50',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1147,'5500','61724226486','2024-08-21 10:48:06',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1148,'4000','61724226486','2024-08-21 10:53:50',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1149,'2130','61724142171','2024-08-21 11:02:40',2620.00,NULL,'','3','1','','1','8','supplier payment','','','No',NULL,NULL,'SHK5ORO7U3'),(1150,'1010','61724142171','2024-08-21 11:02:40',NULL,2620.00,'','3','1','','1','8','supplier payment','','','No',NULL,NULL,'SHK5ORO7U3'),(1151,'1110','31724228464','2024-08-21 11:21:04',846.00,NULL,'','3','1','Inventory Purchased','1','39','Purchases','80','','No',NULL,NULL,''),(1152,'2130','31724228464','2024-08-21 11:21:04',NULL,846.00,'','3','1','Account payable for inventory','1','39','Purchases','','','No',NULL,NULL,''),(1153,'2130','31724228464','2024-08-21 11:25:28',846.00,NULL,'','3','1','','1','39','supplier payment','','','No',NULL,NULL,'SHL3RB2UA3'),(1154,'1010','31724228464','2024-08-21 11:25:28',NULL,846.00,'','3','1','','1','39','supplier payment','','','No',NULL,NULL,'SHL3RB2UA3'),(1155,'1010','61724226845','2024-08-21 11:40:35',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172422965963229144212','No',NULL,NULL,'mpesa'),(1156,'1110','61724226845','2024-08-21 11:40:35',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1157,'5500','61724226845','2024-08-21 10:54:05',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1158,'4000','61724226845','2024-08-21 11:40:35',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1159,'1010','61724229659','2024-08-21 11:46:59',110.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423011744000020021','No',NULL,NULL,'mpesa'),(1160,'1050','61724229659','2024-08-21 11:46:59',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423011744000020021','No',NULL,NULL,'mpesa'),(1161,'1110','61724229659','2024-08-21 11:46:59',NULL,58.33,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(1162,'1110','61724229659','2024-08-21 11:40:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1163,'5500','61724229659','2024-08-21 11:46:32',126.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1164,'4000','61724229659','2024-08-21 11:46:59',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1165,'4000','61724229659','2024-08-21 11:40:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1166,'1010','61724230117','2024-08-21 11:56:28',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423060233233633023','No',NULL,NULL,'mpesa'),(1167,'1110','61724230117','2024-08-21 11:56:28',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1168,'5500','61724230117','2024-08-21 11:48:37',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1169,'4000','61724230117','2024-08-21 11:56:28',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1170,'1010','61724230603','2024-08-21 12:07:46',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423127962244203232','No',NULL,NULL,'mpesa'),(1171,'1110','61724230603','2024-08-21 12:07:46',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1172,'5500','61724230603','2024-08-21 11:56:43',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1173,'4000','61724230603','2024-08-21 12:07:46',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1174,'1100','61724231280','2024-08-21 12:14:51',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423170333276703224','No',NULL,NULL,''),(1175,'1110','61724231280','2024-08-21 12:14:51',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(1176,'1110','61724231280','2024-08-21 12:08:00',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(1177,'5500','61724231280','2024-08-21 12:14:35',117.11,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1178,'4000','61724231280','2024-08-21 12:14:51',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(1179,'4000','61724231280','2024-08-21 12:08:00',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(1180,'1010','61724231725','2024-08-21 12:22:36',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423216833213643324','No',NULL,NULL,'mpesa'),(1181,'1110','61724231725','2024-08-21 12:22:36',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1182,'5500','61724231725','2024-08-21 12:15:25',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1183,'4000','61724231725','2024-08-21 12:22:36',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1184,'1010','61724232169','2024-08-21 12:46:07',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423358232422040223','No',NULL,NULL,'mpesa'),(1185,'1110','61724232169','2024-08-21 12:46:07',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1186,'1110','61724232169','2024-08-21 12:22:49',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1187,'5500','61724232169','2024-08-21 12:45:52',163.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1188,'4000','61724232169','2024-08-21 12:46:07',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1189,'4000','61724232169','2024-08-21 12:22:49',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1190,'2130','61724233583','2024-08-21 13:00:28',80.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172423446922033332920','No',NULL,NULL,''),(1191,'1110','61724233583','2024-08-21 13:00:28',68.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1192,'5500','61724233583','2024-08-21 12:46:23',NULL,68.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1193,'4000','61724233583','2024-08-21 13:00:28',80.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1194,'1010','61724234486','2024-08-21 13:03:07',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423459642232602332','No',NULL,NULL,'mpesa'),(1195,'1110','61724234486','2024-08-21 13:03:07',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1196,'5500','61724234486','2024-08-21 13:01:26',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1197,'4000','61724234486','2024-08-21 13:03:07',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1198,'1010','61724234596','2024-08-21 13:15:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423531304323332232','No',NULL,NULL,'r54t'),(1199,'1110','61724234596','2024-08-21 13:15:03',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1200,'5500','61724234596','2024-08-21 13:03:16',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1201,'4000','61724234596','2024-08-21 13:15:03',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1202,'1010','61724235314','2024-08-21 13:18:06',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423549533334322402','No',NULL,NULL,'56566'),(1203,'1110','61724235314','2024-08-21 13:18:06',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1204,'5500','61724235314','2024-08-21 13:15:14',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1205,'4000','61724235314','2024-08-21 13:18:06',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1206,'1010','61724235496','2024-08-21 13:19:29',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423558133730220033','No',NULL,NULL,'wwd'),(1207,'1110','61724235496','2024-08-21 13:19:29',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1208,'5500','61724235496','2024-08-21 13:18:16',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1209,'4000','61724235496','2024-08-21 13:19:29',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1210,'1010','61724235581','2024-08-21 13:32:17',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172423634433203323024','No',NULL,NULL,'ghf'),(1211,'1110','61724235581','2024-08-21 13:32:17',NULL,108.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1212,'5500','61724235581','2024-08-21 13:19:41',108.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1213,'4000','61724235581','2024-08-21 13:32:17',NULL,160.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1214,'1100','61724236345','2024-08-21 14:34:21',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424007503431440277','No',NULL,NULL,''),(1215,'1110','61724236345','2024-08-21 14:34:21',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1216,'5500','61724236345','2024-08-21 13:32:25',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1217,'4000','61724236345','2024-08-21 14:34:21',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1218,'1100','61724240095','2024-08-21 14:39:38',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424038724427370802','No',NULL,NULL,''),(1219,'1110','61724240095','2024-08-21 14:39:38',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1220,'5500','61724240095','2024-08-21 14:34:55',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1221,'4000','61724240095','2024-08-21 14:39:38',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1222,'1100','61724240593','2024-08-21 14:43:24',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424063423340202343','No',NULL,NULL,''),(1223,'1110','61724240593','2024-08-21 14:43:24',NULL,48.50,'','6','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(1224,'5500','61724240593','2024-08-21 14:43:13',48.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1225,'4000','61724240593','2024-08-21 14:43:24',NULL,100.00,'','6','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(1226,'1050','61724240751','2024-08-21 14:46:03',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424076733003340043','No',NULL,NULL,''),(1227,'1110','61724240751','2024-08-21 14:46:03',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1228,'5500','61724240751','2024-08-21 14:45:51',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1229,'4000','61724240751','2024-08-21 14:46:03',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1230,'1010','61724240768','2024-08-21 14:51:10',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424108603246003212','No',NULL,NULL,'ghg'),(1231,'1110','61724240768','2024-08-21 14:51:10',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1232,'5500','61724240768','2024-08-21 14:46:08',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1233,'4000','61724240768','2024-08-21 14:51:10',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1234,'1050','61724241086','2024-08-21 14:57:10',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424144023440220220','No',NULL,NULL,''),(1235,'1110','61724241086','2024-08-21 14:57:10',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1236,'5500','61724241086','2024-08-21 14:51:26',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1237,'4000','61724241086','2024-08-21 14:57:10',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1238,'1100','61724241440','2024-08-21 15:45:29',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424433733373204407','No',NULL,NULL,''),(1239,'1110','61724241440','2024-08-21 15:45:29',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1240,'5500','61724241440','2024-08-21 14:57:21',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1241,'4000','61724241440','2024-08-21 15:45:29',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1242,'1010','61724244350','2024-08-21 15:46:06',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424449434700442436','No',NULL,NULL,'mpesa'),(1243,'1110','61724244350','2024-08-21 15:46:06',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1244,'5500','61724244350','2024-08-21 15:45:50',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1245,'4000','61724244350','2024-08-21 15:46:06',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1246,'1010','61724244495','2024-08-21 15:51:14',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424468520022283273','No',NULL,NULL,'6666666667'),(1247,'1110','61724244495','2024-08-21 15:51:14',NULL,59.50,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(1248,'5500','61724244495','2024-08-21 15:48:15',59.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1249,'4000','61724244495','2024-08-21 15:51:14',NULL,120.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(1250,'2130','61724244686','2024-08-21 16:06:38',80.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172424567303702350322','No',NULL,NULL,''),(1251,'1110','61724244686','2024-08-21 16:06:38',68.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1252,'5500','61724244686','2024-08-21 15:51:26',NULL,68.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1253,'4000','61724244686','2024-08-21 16:06:38',80.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1254,'1010','61724245982','2024-08-21 16:13:14',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424601026622222220','No',NULL,NULL,'fg'),(1255,'1110','61724245982','2024-08-21 16:13:14',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1256,'5500','61724245982','2024-08-21 16:13:02',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1257,'4000','61724245982','2024-08-21 16:13:14',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1258,'1010','61724246011','2024-08-21 16:41:49',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424771907232360373','No',NULL,NULL,'fcgf'),(1259,'1110','61724246011','2024-08-21 16:41:49',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1260,'5500','61724246011','2024-08-21 16:13:31',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1261,'4000','61724246011','2024-08-21 16:41:49',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1262,'2130','61724247720','2024-08-21 16:44:29',160.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172424788630222233643','No',NULL,NULL,''),(1263,'1110','61724247720','2024-08-21 16:44:29',136.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1264,'5500','61724247720','2024-08-21 16:42:00',NULL,136.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1265,'4000','61724247720','2024-08-21 16:44:29',160.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1266,'1010','61724248721','2024-08-21 16:58:53',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172424874123332332020','No',NULL,NULL,'fg'),(1267,'1110','61724248721','2024-08-21 16:58:53',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1268,'5500','61724248721','2024-08-21 16:58:41',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1269,'4000','61724248721','2024-08-21 16:58:53',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1270,'1050','61724248742','2024-08-21 17:26:09',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425037327320044243','No',NULL,NULL,''),(1271,'1110','61724248742','2024-08-21 17:26:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1272,'1110','61724248742','2024-08-21 16:59:02',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(1273,'5500','61724248742','2024-08-21 17:25:58',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1274,'4000','61724248742','2024-08-21 17:26:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1275,'4000','61724248742','2024-08-21 16:59:02',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(1276,'1050','61724250374','2024-08-21 17:29:39',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425070043250305600','No',NULL,NULL,''),(1277,'1110','61724250374','2024-08-21 17:29:39',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1278,'5500','61724250374','2024-08-21 17:26:14',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1279,'4000','61724250374','2024-08-21 17:29:39',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1280,'1050','61724250701','2024-08-21 17:35:36',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425093842232132232','No',NULL,NULL,''),(1281,'1110','61724250701','2024-08-21 17:35:36',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1282,'5500','61724250701','2024-08-21 17:31:41',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1283,'4000','61724250701','2024-08-21 17:35:36',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1284,'1050','61724250939','2024-08-21 17:36:39',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425100014733345200','No',NULL,NULL,''),(1285,'1110','61724250939','2024-08-21 17:36:39',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1286,'5500','61724250939','2024-08-21 17:35:39',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1287,'4000','61724250939','2024-08-21 17:36:39',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1288,'1050','61724251001','2024-08-21 17:41:40',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425131312322023303','No',NULL,NULL,''),(1289,'1110','61724251001','2024-08-21 17:41:40',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1290,'5500','61724251001','2024-08-21 17:36:41',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1291,'4000','61724251001','2024-08-21 17:41:40',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1292,'1010','61724251619','2024-08-21 17:47:10',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425164522301000222','No',NULL,NULL,'mpesa'),(1293,'1110','61724251619','2024-08-21 17:47:10',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(1294,'5500','61724251619','2024-08-21 17:46:59',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1295,'4000','61724251619','2024-08-21 17:47:10',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(1296,'1100','61724214288','2024-08-21 17:52:15',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mpesa'),(1297,'na','61724214288','2024-08-21 17:52:15',320.00,NULL,'','6','1','','1','25','payment','','6172425196023227623223','No',NULL,NULL,'mpesa'),(1298,'1100','61724236345','2024-08-21 17:53:32',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fgg'),(1299,'na','61724236345','2024-08-21 17:53:32',80.00,NULL,'','6','1','','1','25','payment','','6172425202923136420204','No',NULL,NULL,'fgg'),(1300,'1100','61724211111','2024-08-21 17:54:23',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'dfg'),(1301,'na','61724211111','2024-08-21 17:54:23',320.00,NULL,'','6','1','','1','25','payment','','6172425208202230220070','No',NULL,NULL,'dfg'),(1302,'1100','61724218551','2024-08-21 17:55:33',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uuuu'),(1303,'na','61724218551','2024-08-21 17:55:33',160.00,NULL,'','6','1','','1','25','payment','','6172425214612026603230','No',NULL,NULL,'uuuu'),(1304,'1010','61724252163','2024-08-21 17:56:41',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425226330223306030','No',NULL,NULL,'mpesa'),(1305,'1050','61724252163','2024-08-21 17:56:41',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425226330223306030','No',NULL,NULL,'mpesa'),(1306,'1110','61724252163','2024-08-21 17:56:41',NULL,153.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1307,'5500','61724252163','2024-08-21 17:56:03',153.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1308,'4000','61724252163','2024-08-21 17:56:41',NULL,180.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1309,'1100','61724219835','2024-08-21 17:59:40',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rty'),(1310,'na','61724219835','2024-08-21 17:59:40',120.00,NULL,'','6','1','','1','25','payment','','6172425240022312344232','No',NULL,NULL,'rty'),(1311,'1050','61724252655','2024-08-21 18:05:17',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425272733020233203','No',NULL,NULL,''),(1312,'1110','61724252655','2024-08-21 18:05:17',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1313,'1110','61724252655','2024-08-21 18:04:15',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1314,'5500','61724252655','2024-08-21 18:05:06',139.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1315,'4000','61724252655','2024-08-21 18:05:17',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1316,'4000','61724252655','2024-08-21 18:04:15',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1317,'1050','61724252727','2024-08-21 18:14:34',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425328107302303378','No',NULL,NULL,''),(1318,'1110','61724252727','2024-08-21 18:14:34',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1319,'5500','61724252727','2024-08-21 18:05:28',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1320,'4000','61724252727','2024-08-21 18:14:34',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1321,'1010','61724253282','2024-08-21 18:18:56',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425354334540332330','No',NULL,NULL,'6y'),(1322,'1110','61724253282','2024-08-21 18:18:56',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1323,'5500','61724253282','2024-08-21 18:14:42',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1324,'4000','61724253282','2024-08-21 18:18:56',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1325,'1010','61724253544','2024-08-21 18:22:56',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425384735333303230','No',NULL,NULL,''),(1326,'1050','61724253544','2024-08-21 18:22:56',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425384735333303230','No',NULL,NULL,''),(1327,'1110','61724253544','2024-08-21 18:22:56',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1328,'1110','61724253544','2024-08-21 18:19:04',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1329,'5500','61724253544','2024-08-21 18:22:38',146.70,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1330,'4000','61724253544','2024-08-21 18:22:56',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1331,'4000','61724253544','2024-08-21 18:19:04',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1332,'1010','61724253977','2024-08-21 18:28:12',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425411623432102420','No',NULL,NULL,'mpesa'),(1333,'1050','61724253977','2024-08-21 18:28:12',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425411623432102420','No',NULL,NULL,'mpesa'),(1334,'1110','61724253977','2024-08-21 18:28:12',NULL,76.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1335,'1110','61724253977','2024-08-21 18:26:17',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1336,'5500','61724253977','2024-08-21 18:26:35',107.52,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1337,'4000','61724253977','2024-08-21 18:28:12',NULL,90.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1338,'4000','61724253977','2024-08-21 18:26:17',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1339,'1100','61724254117','2024-08-21 18:36:46',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425461523124233203','No',NULL,NULL,''),(1340,'1110','61724254117','2024-08-21 18:36:46',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1341,'5500','61724254117','2024-08-21 18:28:37',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1342,'4000','61724254117','2024-08-21 18:36:46',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1343,'1100','61724254635','2024-08-21 18:37:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425469372277325793','No',NULL,NULL,''),(1344,'1110','61724254635','2024-08-21 18:37:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1345,'5500','61724254635','2024-08-21 18:37:15',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1346,'4000','61724254635','2024-08-21 18:37:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1347,'2130','61724254707','2024-08-21 18:38:46',100.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172425475446334370003','No',NULL,NULL,''),(1348,'1110','61724254707','2024-08-21 18:38:46',85.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1349,'5500','61724254707','2024-08-21 18:38:28',NULL,85.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1350,'4000','61724254707','2024-08-21 18:38:46',100.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1351,'1010','61724255092','2024-08-21 18:45:15',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425512254332013106','No',NULL,NULL,'gbr'),(1352,'1110','61724255092','2024-08-21 18:45:15',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1353,'1110','61724255092','2024-08-21 18:44:52',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1354,'5500','61724255092','2024-08-21 18:44:59',110.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1355,'4000','61724255092','2024-08-21 18:45:15',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1356,'4000','61724255092','2024-08-21 18:44:52',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1357,'1010','61724255450','2024-08-21 18:51:39',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425551926253712257','No',NULL,NULL,'56'),(1358,'1110','61724255450','2024-08-21 18:51:39',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1359,'5500','61724255450','2024-08-21 18:50:50',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1360,'4000','61724255450','2024-08-21 18:51:39',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1361,'1010','61724255520','2024-08-21 18:53:16',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425560530255620602','No',NULL,NULL,'4'),(1362,'1110','61724255520','2024-08-21 18:53:16',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1363,'5500','61724255520','2024-08-21 18:52:00',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1364,'4000','61724255520','2024-08-21 18:53:16',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1365,'2130','61724255606','2024-08-21 18:54:20',60.00,NULL,'','6','1','Goods returned','1','','creditnote','','6172425567742304063422','No',NULL,NULL,''),(1366,'1110','61724255606','2024-08-21 18:54:20',51.00,NULL,'','6','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1367,'5500','61724255606','2024-08-21 18:53:26',NULL,51.00,'','6','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1368,'4000','61724255606','2024-08-21 18:54:20',60.00,NULL,'','6','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1369,'1010','61724255918','2024-08-21 18:58:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425596332203623342','No',NULL,NULL,'frr'),(1370,'1050','61724255918','2024-08-21 18:58:59',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425596332203623342','No',NULL,NULL,'frr'),(1371,'1110','61724255918','2024-08-21 18:58:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1372,'1110','61724255918','2024-08-21 18:58:38',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1373,'5500','61724255918','2024-08-21 18:58:45',119.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1374,'4000','61724255918','2024-08-21 18:58:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1375,'4000','61724255918','2024-08-21 18:58:38',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1376,'1010','61724255963','2024-08-21 19:06:02',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425637122032337302','No',NULL,NULL,'ggg'),(1377,'1110','61724255963','2024-08-21 19:06:02',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1378,'5500','61724255963','2024-08-21 18:59:23',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1379,'4000','61724255963','2024-08-21 19:06:02',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1380,'1010','61724256372','2024-08-21 19:06:50',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425641734334317306','No',NULL,NULL,'gg'),(1381,'1110','61724256372','2024-08-21 19:06:50',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1382,'5500','61724256372','2024-08-21 19:06:12',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1383,'4000','61724256372','2024-08-21 19:06:50',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1384,'1010','61724256418','2024-08-21 19:13:16',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425680420242723622','No',NULL,NULL,'er'),(1385,'1110','61724256418','2024-08-21 19:13:16',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1386,'5500','61724256418','2024-08-21 19:06:58',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1387,'4000','61724256418','2024-08-21 19:13:16',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1388,'1050','61724256806','2024-08-21 19:14:54',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425690532332320734','No',NULL,NULL,''),(1389,'1110','61724256806','2024-08-21 19:14:54',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1390,'5500','61724256806','2024-08-21 19:13:26',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1391,'4000','61724256806','2024-08-21 19:14:54',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1392,'1050','61724256906','2024-08-21 19:22:33',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425735632722403046','No',NULL,NULL,''),(1393,'1110','61724256906','2024-08-21 19:22:33',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(1394,'5500','61724256906','2024-08-21 19:15:06',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1395,'4000','61724256906','2024-08-21 19:22:33',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(1396,'1010','61724257357','2024-08-21 19:42:32',550.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425865520320343836','No',NULL,NULL,'gf'),(1397,'1050','61724257357','2024-08-21 19:42:32',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172425865520320343836','No',NULL,NULL,'gf'),(1398,'1110','61724257357','2024-08-21 19:42:32',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1399,'1110','61724257357','2024-08-21 19:22:37',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1400,'1110','61724257357','2024-08-21 19:32:27',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1401,'1110','61724257357','2024-08-21 19:34:29',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1402,'1110','61724257357','2024-08-21 19:34:45',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1403,'1110','61724257357','2024-08-21 19:38:03',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1404,'5500','61724257357','2024-08-21 19:41:06',724.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1405,'4000','61724257357','2024-08-21 19:42:32',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1406,'4000','61724257357','2024-08-21 19:22:37',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1407,'4000','61724257357','2024-08-21 19:32:27',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1408,'4000','61724257357','2024-08-21 19:34:29',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1409,'4000','61724257357','2024-08-21 19:34:45',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1410,'4000','61724257357','2024-08-21 19:38:03',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1411,'1050','61724260058','2024-08-21 20:07:56',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426008036131221223','No',NULL,NULL,''),(1412,'1110','61724260058','2024-08-21 20:07:56',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1413,'1110','61724260058','2024-08-21 20:07:38',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(1414,'5500','61724260058','2024-08-21 20:07:47',98.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1415,'4000','61724260058','2024-08-21 20:07:56',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1416,'4000','61724260058','2024-08-21 20:07:38',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(1417,'1010','61724260543','2024-08-21 20:15:54',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426056203363433030','No',NULL,NULL,'dd'),(1418,'1110','61724260543','2024-08-21 20:15:54',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1419,'5500','61724260543','2024-08-21 20:15:43',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1420,'4000','61724260543','2024-08-21 20:15:54',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1421,'1010','61724260565','2024-08-21 20:16:14',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426058626270052260','No',NULL,NULL,'ytt'),(1422,'1110','61724260565','2024-08-21 20:16:14',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1423,'5500','61724260565','2024-08-21 20:16:05',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1424,'4000','61724260565','2024-08-21 20:16:14',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1425,'1010','61724260587','2024-08-21 20:21:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426093430243102163','No',NULL,NULL,'rr'),(1426,'1110','61724260587','2024-08-21 20:21:59',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1427,'5500','61724260587','2024-08-21 20:16:27',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1428,'4000','61724260587','2024-08-21 20:21:59',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1429,'1010','61724261087','2024-08-21 20:25:00',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426111623133242131','No',NULL,NULL,'23'),(1430,'1110','61724261087','2024-08-21 20:25:00',NULL,48.50,'','6','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(1431,'5500','61724261087','2024-08-21 20:24:47',48.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1432,'4000','61724261087','2024-08-21 20:25:00',NULL,100.00,'','6','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(1433,'1050','61724261262','2024-08-21 20:27:53',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426127530302210323','No',NULL,NULL,''),(1434,'1110','61724261262','2024-08-21 20:27:53',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1435,'5500','61724261262','2024-08-21 20:27:42',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1436,'4000','61724261262','2024-08-21 20:27:53',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1437,'1050','61724261549','2024-08-21 20:33:13',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172426159526022336222','No',NULL,NULL,''),(1438,'1110','61724261549','2024-08-21 20:33:13',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1439,'5500','61724261549','2024-08-21 20:32:29',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1440,'4000','61724261549','2024-08-21 20:33:13',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1441,'2130','41724296793','2024-08-22 06:22:24',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172429696122373274790','No',NULL,NULL,''),(1442,'1110','41724296793','2024-08-22 06:22:24',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1443,'5500','41724296793','2024-08-22 06:19:53',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1444,'4000','41724296793','2024-08-22 06:22:24',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1445,'2130','41724296978','2024-08-22 06:23:10',320.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172429701123422942323','No',NULL,NULL,'w'),(1446,'1110','41724296978','2024-08-22 06:23:10',272.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1447,'5500','41724296978','2024-08-22 06:22:58',NULL,272.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1448,'4000','41724296978','2024-08-22 06:23:10',320.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1449,'2130','41724297057','2024-08-22 06:24:55',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172429710413340340040','No',NULL,NULL,''),(1450,'1110','41724297057','2024-08-22 06:24:55',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1451,'5500','41724297057','2024-08-22 06:24:17',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1452,'4000','41724297057','2024-08-22 06:24:55',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1453,'2130','41724297937','2024-08-22 06:39:15',360.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172429796802730402207','No',NULL,NULL,''),(1454,'1110','41724297937','2024-08-22 06:39:15',306.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1455,'5500','41724297937','2024-08-22 06:38:57',NULL,306.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1456,'4000','41724297937','2024-08-22 06:39:15',360.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1457,'2130','41724299246','2024-08-22 07:00:58',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172429926922330920211','No',NULL,NULL,''),(1458,'1110','41724299246','2024-08-22 07:00:58',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1459,'5500','41724299246','2024-08-22 07:00:46',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1460,'4000','41724299246','2024-08-22 07:00:58',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1461,'1050','41724299877','2024-08-22 07:11:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172429988892323028922','No',NULL,NULL,''),(1462,'1110','41724299877','2024-08-22 07:11:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1463,'5500','41724299877','2024-08-22 07:11:17',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1464,'4000','41724299877','2024-08-22 07:11:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1465,'1010','41724299889','2024-08-22 07:16:55',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430022400220432433','No',NULL,NULL,'df'),(1466,'1110','41724299889','2024-08-22 07:16:55',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1467,'5500','41724299889','2024-08-22 07:11:29',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1468,'4000','41724299889','2024-08-22 07:16:55',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1469,'2130','41724300225','2024-08-22 07:21:13',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430049243207240324','No',NULL,NULL,''),(1470,'1110','41724300225','2024-08-22 07:21:13',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1471,'5500','41724300225','2024-08-22 07:17:05',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1472,'4000','41724300225','2024-08-22 07:21:13',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1473,'2130','41724301446','2024-08-22 07:37:39',320.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430147302070240200','No',NULL,NULL,''),(1474,'1110','41724301446','2024-08-22 07:37:39',272.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1475,'5500','41724301446','2024-08-22 07:37:26',NULL,272.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1476,'4000','41724301446','2024-08-22 07:37:39',320.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1477,'1050','41724301788','2024-08-22 07:43:16',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430179829002121044','No',NULL,NULL,''),(1478,'1110','41724301788','2024-08-22 07:43:16',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1479,'5500','41724301788','2024-08-22 07:43:08',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1480,'4000','41724301788','2024-08-22 07:43:16',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1481,'1010','41724301799','2024-08-22 07:51:54',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430232142100232343','No',NULL,NULL,'3'),(1482,'1110','41724301799','2024-08-22 07:51:54',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1483,'5500','41724301799','2024-08-22 07:43:19',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1484,'4000','41724301799','2024-08-22 07:51:54',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1485,'2130','41724302321','2024-08-22 07:53:20',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430240820232203033','No',NULL,NULL,''),(1486,'1110','41724302321','2024-08-22 07:53:20',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1487,'5500','41724302321','2024-08-22 07:52:01',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1488,'4000','41724302321','2024-08-22 07:53:20',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1489,'1010','41724303238','2024-08-22 08:07:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430325153443330032','No',NULL,NULL,'gg'),(1490,'1110','41724303238','2024-08-22 08:07:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1491,'5500','41724303238','2024-08-22 08:07:18',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1492,'4000','41724303238','2024-08-22 08:07:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1493,'1010','41724303252','2024-08-22 08:08:56',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430334440073240270','No',NULL,NULL,'df'),(1494,'1110','41724303252','2024-08-22 08:08:56',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1495,'5500','41724303252','2024-08-22 08:07:32',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1496,'4000','41724303252','2024-08-22 08:08:56',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1497,'1050','41724303345','2024-08-22 08:16:47',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430380932232430202','No',NULL,NULL,''),(1498,'1110','41724303345','2024-08-22 08:16:47',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1499,'5500','41724303345','2024-08-22 08:09:05',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1500,'4000','41724303345','2024-08-22 08:16:47',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1501,'1050','41724303809','2024-08-22 08:23:38',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430424932933322232','No',NULL,NULL,''),(1502,'1110','41724303809','2024-08-22 08:23:38',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1503,'5500','41724303809','2024-08-22 08:16:49',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1504,'4000','41724303809','2024-08-22 08:23:38',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1505,'2130','41724304249','2024-08-22 08:29:57',120.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430461440220430313','No',NULL,NULL,''),(1506,'1110','41724304249','2024-08-22 08:29:57',102.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1507,'5500','41724304249','2024-08-22 08:24:09',NULL,102.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1508,'4000','41724304249','2024-08-22 08:29:57',120.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1509,'2130','41724305907','2024-08-22 08:52:01',120.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430593342253323020','No',NULL,NULL,''),(1510,'1110','41724305907','2024-08-22 08:52:01',102.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1511,'5500','41724305907','2024-08-22 08:51:47',NULL,102.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1512,'4000','41724305907','2024-08-22 08:52:01',120.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1513,'1010','41724305939','2024-08-22 08:52:32',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430596064329020303','No',NULL,NULL,'66'),(1514,'1110','41724305939','2024-08-22 08:52:32',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1515,'5500','41724305939','2024-08-22 08:52:19',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1516,'4000','41724305939','2024-08-22 08:52:32',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1517,'2130','41724305960','2024-08-22 08:53:04',320.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430599539025202435','No',NULL,NULL,''),(1518,'1110','41724305960','2024-08-22 08:53:04',272.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1519,'5500','41724305960','2024-08-22 08:52:40',NULL,272.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1520,'4000','41724305960','2024-08-22 08:53:04',320.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1521,'1010','41724306111','2024-08-22 08:55:27',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430613620302233403','No',NULL,NULL,'tttt'),(1522,'1110','41724306111','2024-08-22 08:55:27',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1523,'5500','41724306111','2024-08-22 08:55:11',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1524,'4000','41724306111','2024-08-22 08:55:27',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1527,'1110','61724261125','2024-08-21 20:25:26',10200.00,NULL,'','4','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(1528,'2130','61724261125','2024-08-21 20:25:26',NULL,10200.00,'','4','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(1529,'1050','41724306421','2024-08-22 09:03:00',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430658424073322233','No',NULL,NULL,''),(1530,'1110','41724306421','2024-08-22 09:03:00',NULL,255.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1531,'5500','41724306421','2024-08-22 09:00:21',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1532,'4000','41724306421','2024-08-22 09:03:00',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1533,'2130','41724306584','2024-08-22 09:13:35',400.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430723022330023724','No',NULL,NULL,''),(1534,'1110','41724306584','2024-08-22 09:13:35',340.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1535,'5500','41724306584','2024-08-22 09:03:04',NULL,340.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1536,'4000','41724306584','2024-08-22 09:13:35',400.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1537,'2130','41724307327','2024-08-22 09:15:36',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430735033302344422','No',NULL,NULL,''),(1538,'1110','41724307327','2024-08-22 09:15:36',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1539,'5500','41724307327','2024-08-22 09:15:27',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1540,'4000','41724307327','2024-08-22 09:15:36',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1541,'1010','41724307481','2024-08-22 09:18:09',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430749944022220224','No',NULL,NULL,'rr'),(1542,'1110','41724307481','2024-08-22 09:18:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1543,'5500','41724307481','2024-08-22 09:18:01',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1544,'4000','41724307481','2024-08-22 09:18:09',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1545,'2130','41724307500','2024-08-22 09:28:29',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430812342420231033','No',NULL,NULL,''),(1546,'1110','41724307500','2024-08-22 09:28:29',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1547,'5500','41724307500','2024-08-22 09:18:20',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1548,'4000','41724307500','2024-08-22 09:28:29',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1549,'1010','41724308296','2024-08-22 09:31:43',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430832730200777331','No',NULL,NULL,'f'),(1550,'1110','41724308296','2024-08-22 09:31:43',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1551,'5500','41724308296','2024-08-22 09:31:36',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1552,'4000','41724308296','2024-08-22 09:31:43',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1553,'2130','41724308328','2024-08-22 09:37:05',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172430863932322918026','No',NULL,NULL,''),(1554,'1110','41724308328','2024-08-22 09:37:05',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1555,'5500','41724308328','2024-08-22 09:32:08',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1556,'4000','41724308328','2024-08-22 09:37:05',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1557,'1050','41724309099','2024-08-22 09:45:14',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430911841339822212','No',NULL,NULL,''),(1558,'1110','41724309099','2024-08-22 09:45:14',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1559,'5500','41724309099','2024-08-22 09:44:59',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1560,'4000','41724309099','2024-08-22 09:45:14',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1561,'1050','41724309119','2024-08-22 09:46:46',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172430920930332200300','No',NULL,NULL,''),(1562,'1110','41724309119','2024-08-22 09:46:46',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1563,'5500','41724309119','2024-08-22 09:45:19',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1564,'4000','41724309119','2024-08-22 09:46:46',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1565,'1050','41724309210','2024-08-22 10:00:46',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431004833234412110','No',NULL,NULL,''),(1566,'1110','41724309210','2024-08-22 10:00:46',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1567,'5500','41724309210','2024-08-22 09:46:50',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1568,'4000','41724309210','2024-08-22 10:00:46',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1569,'1010','41724310049','2024-08-22 10:05:19',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431032703443200233','No',NULL,NULL,'gf'),(1570,'1110','41724310049','2024-08-22 10:05:19',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1571,'5500','41724310049','2024-08-22 10:00:49',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1572,'4000','41724310049','2024-08-22 10:05:19',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1573,'1010','41724310328','2024-08-22 10:30:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431184100020432831','No',NULL,NULL,'v'),(1574,'1110','41724310328','2024-08-22 10:30:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1575,'5500','41724310328','2024-08-22 10:05:28',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1576,'4000','41724310328','2024-08-22 10:30:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1577,'1010','41724312551','2024-08-22 11:07:13',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431404530244523455','No',NULL,NULL,'y6'),(1578,'1110','41724312551','2024-08-22 11:07:13',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1579,'5500','41724312551','2024-08-22 10:42:31',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1580,'4000','41724312551','2024-08-22 11:07:13',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1581,'1010','41724314046','2024-08-22 11:37:52',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431588172200502230','No',NULL,NULL,'g'),(1582,'1110','41724314046','2024-08-22 11:37:52',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1583,'5500','41724314046','2024-08-22 11:07:26',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1584,'4000','41724314046','2024-08-22 11:37:52',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1585,'1010','41724315882','2024-08-22 11:59:19',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431716931032224432','No',NULL,NULL,'fg'),(1586,'1110','41724315882','2024-08-22 11:59:19',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1587,'5500','41724315882','2024-08-22 11:38:02',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1588,'4000','41724315882','2024-08-22 11:59:19',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1589,'1010','41724317170','2024-08-22 12:07:43',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172431767442243072030','No',NULL,NULL,'fr'),(1590,'1110','41724317170','2024-08-22 12:07:43',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1591,'5500','41724317170','2024-08-22 11:59:30',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1592,'4000','41724317170','2024-08-22 12:07:43',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1593,'2130','41724317675','2024-08-22 12:19:50',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172431839920391290923','No',NULL,NULL,''),(1594,'1110','41724317675','2024-08-22 12:19:50',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1595,'5500','41724317675','2024-08-22 12:07:55',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1596,'4000','41724317675','2024-08-22 12:19:50',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1597,'1010','41724322089','2024-08-22 13:21:50',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432211882311303222','No',NULL,NULL,'rr'),(1598,'1110','41724322089','2024-08-22 13:21:50',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(1599,'5500','41724322089','2024-08-22 13:21:29',54.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1600,'4000','41724322089','2024-08-22 13:21:50',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(1601,'1050','41724322280','2024-08-22 13:33:31',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432282434283420232','No',NULL,NULL,''),(1602,'1110','41724322280','2024-08-22 13:33:31',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1603,'5500','41724322280','2024-08-22 13:24:40',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1604,'4000','41724322280','2024-08-22 13:33:31',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1605,'1010','41724322824','2024-08-22 13:46:19',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432359797333230573','No',NULL,NULL,'mpesa'),(1606,'1110','41724322824','2024-08-22 13:46:19',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1607,'5500','41724322824','2024-08-22 13:33:44',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1608,'4000','41724322824','2024-08-22 13:46:19',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1609,'1050','41724323598','2024-08-22 13:57:29',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432427924333040322','No',NULL,NULL,''),(1610,'1110','41724323598','2024-08-22 13:57:29',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1611,'5500','41724323598','2024-08-22 13:46:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1612,'4000','41724323598','2024-08-22 13:57:29',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1613,'1010','41724324280','2024-08-22 14:02:50',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432458272032422233','No',NULL,NULL,'mpesa'),(1614,'1110','41724324280','2024-08-22 14:02:50',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(1615,'5500','41724324280','2024-08-22 13:58:00',56.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1616,'4000','41724324280','2024-08-22 14:02:50',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(1617,'1050','41724324583','2024-08-22 14:05:11',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432472030304323212','No',NULL,NULL,''),(1618,'1110','41724324583','2024-08-22 14:05:11',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1619,'5500','41724324583','2024-08-22 14:03:03',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1620,'4000','41724324583','2024-08-22 14:05:11',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1621,'1010','41724324721','2024-08-22 14:20:26',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432564243225203300','No',NULL,NULL,'mpesa'),(1622,'1110','41724324721','2024-08-22 14:20:26',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1623,'5500','41724324721','2024-08-22 14:05:21',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1624,'4000','41724324721','2024-08-22 14:20:26',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1625,'2130','41724326010','2024-08-22 14:32:18',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172432635932492032249','No',NULL,NULL,''),(1626,'1110','41724326010','2024-08-22 14:32:18',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1627,'5500','41724326010','2024-08-22 14:26:50',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1628,'4000','41724326010','2024-08-22 14:32:18',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1629,'1010','41724328371','2024-08-22 15:06:28',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172432840233304041020','No',NULL,NULL,'mpesa'),(1630,'1110','41724328371','2024-08-22 15:06:28',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1631,'5500','41724328371','2024-08-22 15:06:11',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1632,'4000','41724328371','2024-08-22 15:06:28',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1633,'2130','41724328410','2024-08-22 15:53:26',75.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172433122224333232232','No',NULL,NULL,''),(1634,'1110','41724328410','2024-08-22 15:53:26',47.02,NULL,'','4','1','Inventory returned','1','','creditnote','3','','No',NULL,NULL,''),(1635,'5500','41724328410','2024-08-22 15:06:50',NULL,47.02,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1636,'4000','41724328410','2024-08-22 15:53:26',75.00,NULL,'','4','1','Good returned','1','','creditnote','3','','No',NULL,NULL,''),(1641,'1010','41724331240','2024-08-22 15:54:11',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433218530373337303','No',NULL,NULL,'mpesa'),(1642,'1110','41724331240','2024-08-22 15:54:11',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1643,'5500','41724331240','2024-08-22 16:09:14',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1644,'4000','41724331240','2024-08-22 15:54:11',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1645,'1010','41724332185','2024-08-22 16:15:47',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433255633433502233','No',NULL,NULL,'mpesa'),(1646,'1110','41724332185','2024-08-22 16:15:47',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(1647,'1110','41724332185','2024-08-22 16:09:45',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1648,'5500','41724332185','2024-08-22 16:15:29',163.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1649,'4000','41724332185','2024-08-22 16:15:47',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1650,'4000','41724332185','2024-08-22 16:09:45',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1651,'1010','41724332557','2024-08-22 16:21:54',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433292193234137233','No',NULL,NULL,'mpesa'),(1652,'1110','41724332557','2024-08-22 16:21:54',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(1653,'1110','41724332557','2024-08-22 16:15:57',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1654,'5500','41724332557','2024-08-22 16:21:42',154.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1655,'4000','41724332557','2024-08-22 16:21:54',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(1656,'4000','41724332557','2024-08-22 16:15:57',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1657,'1050','41724332922','2024-08-22 16:24:29',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433308834340332330','No',NULL,NULL,''),(1658,'1110','41724332922','2024-08-22 16:24:29',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1659,'5500','41724332922','2024-08-22 16:22:02',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1660,'4000','41724332922','2024-08-22 16:24:29',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1661,'2130','41724333089','2024-08-22 16:44:01',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172433425723233222332','No',NULL,NULL,''),(1662,'1110','41724333089','2024-08-22 16:44:01',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1663,'5500','41724333089','2024-08-22 16:24:49',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1664,'4000','41724333089','2024-08-22 16:44:01',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1665,'1010','41724334281','2024-08-22 16:44:53',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433433920233273022','No',NULL,NULL,'mpesa'),(1666,'1110','41724334281','2024-08-22 16:44:53',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1667,'5500','41724334281','2024-08-22 16:44:41',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1668,'4000','41724334281','2024-08-22 16:44:53',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1669,'1010','41724334340','2024-08-22 17:00:44',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433525633232242333','No',NULL,NULL,'nnnnn'),(1670,'1110','41724334340','2024-08-22 17:00:44',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1671,'1110','41724334340','2024-08-22 16:45:40',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1672,'5500','41724334340','2024-08-22 17:00:31',234.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1673,'4000','41724334340','2024-08-22 17:00:44',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1674,'4000','41724334340','2024-08-22 16:45:40',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1675,'1010','41724335257','2024-08-22 17:31:24',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433712823330732743','No',NULL,NULL,'mpesa'),(1676,'1050','41724335257','2024-08-22 17:31:24',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433712823330732743','No',NULL,NULL,'mpesa'),(1677,'1110','41724335257','2024-08-22 17:31:24',NULL,119.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1678,'1110','41724335257','2024-08-22 17:00:57',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(1679,'1110','41724335257','2024-08-22 17:30:51',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(1680,'5500','41724335257','2024-08-22 17:31:10',230.05,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1681,'4000','41724335257','2024-08-22 17:31:24',NULL,140.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1682,'4000','41724335257','2024-08-22 17:00:57',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(1683,'4000','41724335257','2024-08-22 17:30:51',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(1684,'1010','41724337129','2024-08-22 17:40:09',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433761673226223073','No',NULL,NULL,'f'),(1685,'1110','41724337129','2024-08-22 17:40:09',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1686,'5500','41724337129','2024-08-22 17:32:09',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1687,'4000','41724337129','2024-08-22 17:40:09',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1688,'1010','41724337617','2024-08-22 17:49:22',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433817113133220343','No',NULL,NULL,'ff'),(1689,'1110','41724337617','2024-08-22 17:49:22',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1690,'5500','41724337617','2024-08-22 17:40:17',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1691,'4000','41724337617','2024-08-22 17:49:22',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1692,'1010','41724338171','2024-08-22 18:16:50',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433986533040228234','No',NULL,NULL,'t'),(1693,'1050','41724338171','2024-08-22 18:16:50',330.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433986533040228234','No',NULL,NULL,'t'),(1694,'1110','41724338171','2024-08-22 18:16:50',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1695,'1110','41724338171','2024-08-22 17:49:31',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1696,'1110','41724338171','2024-08-22 18:13:49',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1697,'1110','41724338171','2024-08-22 18:13:59',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1698,'5500','41724338171','2024-08-22 18:16:31',333.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1699,'4000','41724338171','2024-08-22 18:16:50',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1700,'4000','41724338171','2024-08-22 17:49:31',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1701,'4000','41724338171','2024-08-22 18:13:49',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1702,'4000','41724338171','2024-08-22 18:13:59',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1703,'1010','41724339866','2024-08-22 18:18:18',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172433990832047140232','No',NULL,NULL,'d'),(1704,'1110','41724339866','2024-08-22 18:18:18',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1705,'5500','41724339866','2024-08-22 18:17:46',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1706,'4000','41724339866','2024-08-22 18:18:18',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1707,'1010','41724340578','2024-08-22 18:29:53',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434061322133021334','No',NULL,NULL,'hgh'),(1708,'1110','41724340578','2024-08-22 18:29:53',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1709,'5500','41724340578','2024-08-22 18:29:38',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1710,'4000','41724340578','2024-08-22 18:29:53',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1711,'1010','41724340773','2024-08-22 18:33:04',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434079103244320022','No',NULL,NULL,'ew'),(1712,'1110','41724340773','2024-08-22 18:33:04',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1713,'5500','41724340773','2024-08-22 18:32:53',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1714,'4000','41724340773','2024-08-22 18:33:04',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1715,'1050','41724341103','2024-08-22 18:38:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434111233202323003','No',NULL,NULL,''),(1716,'1110','41724341103','2024-08-22 18:38:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1717,'5500','41724341103','2024-08-22 18:38:23',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1718,'4000','41724341103','2024-08-22 18:38:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1719,'1050','41724341264','2024-08-22 18:45:59',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434156124321102437','No',NULL,NULL,''),(1720,'1110','41724341264','2024-08-22 18:45:59',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1721,'5500','41724341264','2024-08-22 18:41:04',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1722,'4000','41724341264','2024-08-22 18:45:59',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1723,'2130','41724342391','2024-08-22 19:00:18',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434242732233333222','No',NULL,NULL,''),(1724,'1110','41724342391','2024-08-22 19:00:18',42.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1725,'5500','41724342391','2024-08-22 18:59:51',NULL,42.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1726,'4000','41724342391','2024-08-22 19:00:18',50.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1727,'1050','41724342517','2024-08-22 19:05:25',480.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434273443403733104','No',NULL,NULL,''),(1728,'1110','41724342517','2024-08-22 19:05:25',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1729,'1110','41724342517','2024-08-22 19:01:57',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1730,'5500','41724342517','2024-08-22 19:05:08',408.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1731,'4000','41724342517','2024-08-22 19:05:25',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1732,'4000','41724342517','2024-08-22 19:01:57',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1733,'1050','41724342735','2024-08-22 19:09:46',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434298772442033342','No',NULL,NULL,''),(1734,'1110','41724342735','2024-08-22 19:09:46',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1735,'5500','41724342735','2024-08-22 19:05:35',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1736,'4000','41724342735','2024-08-22 19:09:46',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1737,'2130','41724342988','2024-08-22 19:10:48',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434306043620220422','No',NULL,NULL,''),(1738,'1110','41724342988','2024-08-22 19:10:48',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1739,'5500','41724342988','2024-08-22 19:09:48',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1740,'4000','41724342988','2024-08-22 19:10:48',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1741,'2130','41724343074','2024-08-22 19:11:30',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434311233220033021','No',NULL,NULL,''),(1742,'1110','41724343074','2024-08-22 19:11:30',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1743,'5500','41724343074','2024-08-22 19:11:14',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1744,'4000','41724343074','2024-08-22 19:11:30',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1745,'1050','41724343243','2024-08-22 19:16:48',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434341032200330431','No',NULL,NULL,''),(1746,'1110','41724343243','2024-08-22 19:16:48',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1747,'5500','41724343243','2024-08-22 19:14:03',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1748,'4000','41724343243','2024-08-22 19:16:48',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1749,'1010','41724343411','2024-08-22 19:26:03',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434397832433230023','No',NULL,NULL,'fd'),(1750,'1110','41724343411','2024-08-22 19:26:03',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1751,'5500','41724343411','2024-08-22 19:16:51',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1752,'4000','41724343411','2024-08-22 19:26:03',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1753,'2130','41724343979','2024-08-22 19:26:41',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434401704734343233','No',NULL,NULL,''),(1754,'1110','41724343979','2024-08-22 19:26:41',42.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1755,'5500','41724343979','2024-08-22 19:26:19',NULL,42.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1756,'4000','41724343979','2024-08-22 19:26:41',50.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1757,'1050','41724344407','2024-08-22 19:33:38',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434450743033230332','No',NULL,NULL,''),(1758,'1110','41724344407','2024-08-22 19:33:38',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1759,'5500','41724344407','2024-08-22 19:33:27',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1760,'4000','41724344407','2024-08-22 19:33:38',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1761,'1050','41724344508','2024-08-22 19:39:35',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434478204272332232','No',NULL,NULL,''),(1762,'1110','41724344508','2024-08-22 19:39:35',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1763,'5500','41724344508','2024-08-22 19:35:08',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1764,'4000','41724344508','2024-08-22 19:39:35',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1765,'2130','41724344783','2024-08-22 19:42:48',150.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434498008237247204','No',NULL,NULL,''),(1766,'1110','41724344783','2024-08-22 19:42:48',88.50,NULL,'','4','1','Inventory returned','1','','creditnote','11','','No',NULL,NULL,''),(1767,'5500','41724344783','2024-08-22 19:39:43',NULL,88.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1768,'4000','41724344783','2024-08-22 19:42:48',150.00,NULL,'','4','1','Good returned','1','','creditnote','11','','No',NULL,NULL,''),(1769,'1010','41724345378','2024-08-22 19:49:45',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434539443320021335','No',NULL,NULL,'56'),(1770,'1110','41724345378','2024-08-22 19:49:45',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1771,'5500','41724345378','2024-08-22 19:49:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1772,'4000','41724345378','2024-08-22 19:49:45',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1773,'1050','41724345395','2024-08-22 19:50:26',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434543000224242323','No',NULL,NULL,''),(1774,'1110','41724345395','2024-08-22 19:50:26',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1775,'5500','41724345395','2024-08-22 19:49:55',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1776,'4000','41724345395','2024-08-22 19:50:26',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1777,'1050','41724345430','2024-08-22 19:52:13',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434553724530325500','No',NULL,NULL,''),(1778,'1110','41724345430','2024-08-22 19:52:13',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1779,'1110','41724345430','2024-08-22 19:50:30',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(1780,'5500','41724345430','2024-08-22 19:51:59',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1781,'4000','41724345430','2024-08-22 19:52:13',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1782,'4000','41724345430','2024-08-22 19:50:30',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(1783,'1010','41724345537','2024-08-22 19:56:09',250.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434578131420220322','No',NULL,NULL,'f'),(1784,'1110','41724345537','2024-08-22 19:56:09',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(1785,'1110','41724345537','2024-08-22 19:52:18',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1786,'5500','41724345537','2024-08-22 19:55:18',150.41,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1787,'4000','41724345537','2024-08-22 19:56:09',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(1788,'4000','41724345537','2024-08-22 19:52:18',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1789,'1050','41724345782','2024-08-22 19:56:47',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434580903234133023','No',NULL,NULL,''),(1790,'1110','41724345782','2024-08-22 19:56:47',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1791,'5500','41724345782','2024-08-22 19:56:22',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1792,'4000','41724345782','2024-08-22 19:56:47',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1793,'1050','41724346107','2024-08-22 20:02:08',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434613004300012273','No',NULL,NULL,''),(1794,'1110','41724346107','2024-08-22 20:02:08',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1795,'5500','41724346107','2024-08-22 20:01:47',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1796,'4000','41724346107','2024-08-22 20:02:08',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1797,'1050','41724346131','2024-08-22 20:02:28',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434615057424403642','No',NULL,NULL,''),(1798,'1110','41724346131','2024-08-22 20:02:28',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1799,'5500','41724346131','2024-08-22 20:02:11',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1800,'4000','41724346131','2024-08-22 20:02:28',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1801,'2130','41724346151','2024-08-22 20:02:50',60.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434618222132032330','No',NULL,NULL,''),(1802,'1110','41724346151','2024-08-22 20:02:50',51.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1803,'5500','41724346151','2024-08-22 20:02:31',NULL,51.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1804,'4000','41724346151','2024-08-22 20:02:50',60.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1805,'2130','41724346400','2024-08-22 20:15:44',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172434695462034933344','No',NULL,NULL,''),(1806,'1110','41724346400','2024-08-22 20:15:44',48.50,NULL,'','4','1','Inventory returned','1','','creditnote','51','','No',NULL,NULL,''),(1807,'5500','41724346400','2024-08-22 20:06:40',NULL,48.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1808,'4000','41724346400','2024-08-22 20:15:44',100.00,NULL,'','4','1','Good returned','1','','creditnote','51','','No',NULL,NULL,''),(1809,'1050','41724346963','2024-08-22 20:16:18',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434698020222212042','No',NULL,NULL,''),(1810,'1110','41724346963','2024-08-22 20:16:18',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1811,'5500','41724346963','2024-08-22 20:16:03',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1812,'4000','41724346963','2024-08-22 20:16:18',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1813,'1050','41724346981','2024-08-22 20:17:48',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434707223222034322','No',NULL,NULL,''),(1814,'1110','41724346981','2024-08-22 20:17:48',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1815,'5500','41724346981','2024-08-22 20:16:21',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1816,'4000','41724346981','2024-08-22 20:17:48',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1817,'1010','41724347659','2024-08-22 20:27:48',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434767723132244472','No',NULL,NULL,'dd'),(1818,'1110','41724347659','2024-08-22 20:27:48',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(1819,'5500','41724347659','2024-08-22 20:27:39',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1820,'4000','41724347659','2024-08-22 20:27:48',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1821,'1010','41724348360','2024-08-22 20:39:37',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172434838433343232328','No',NULL,NULL,'ty'),(1822,'1110','41724348360','2024-08-22 20:39:37',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1823,'5500','41724348360','2024-08-22 20:39:20',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1824,'4000','41724348360','2024-08-22 20:39:37',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1825,'2130','41724382573','2024-08-23 06:10:33',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438264863480400324','No',NULL,NULL,''),(1826,'1110','41724382573','2024-08-23 06:10:33',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1827,'5500','41724382573','2024-08-23 06:09:33',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1828,'4000','41724382573','2024-08-23 06:10:33',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1829,'2130','41724382992','2024-08-23 06:17:07',360.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438304022314322043','No',NULL,NULL,''),(1830,'1110','41724382992','2024-08-23 06:17:07',306.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1831,'5500','41724382992','2024-08-23 06:16:33',NULL,306.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1832,'4000','41724382992','2024-08-23 06:17:07',360.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1833,'2130','41724383285','2024-08-23 06:21:40',240.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438331114323020303','No',NULL,NULL,''),(1834,'1110','41724383285','2024-08-23 06:21:40',204.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1835,'5500','41724383285','2024-08-23 06:21:25',NULL,204.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1836,'4000','41724383285','2024-08-23 06:21:40',240.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1837,'2130','41724383438','2024-08-23 06:24:11',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438346283622220422','No',NULL,NULL,''),(1838,'1110','41724383438','2024-08-23 06:24:11',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1839,'5500','41724383438','2024-08-23 06:23:58',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1840,'4000','41724383438','2024-08-23 06:24:11',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1841,'1010','41724383923','2024-08-23 06:32:17',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438394834012344403','No',NULL,NULL,'g'),(1842,'1110','41724383923','2024-08-23 06:32:17',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1843,'5500','41724383923','2024-08-23 06:32:03',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1844,'4000','41724383923','2024-08-23 06:32:17',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1845,'1050','41724383948','2024-08-23 06:36:32',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438419433943283243','No',NULL,NULL,''),(1846,'1110','41724383948','2024-08-23 06:36:32',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1847,'5500','41724383948','2024-08-23 06:32:28',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1848,'4000','41724383948','2024-08-23 06:36:32',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1849,'1050','41724384195','2024-08-23 06:54:37',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438528023334231323','No',NULL,NULL,''),(1850,'1110','41724384195','2024-08-23 06:54:37',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1851,'5500','41724384195','2024-08-23 06:36:35',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1852,'4000','41724384195','2024-08-23 06:54:37',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1853,'1010','41724385281','2024-08-23 07:05:05',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438591427244433003','No',NULL,NULL,'gg'),(1854,'1110','41724385281','2024-08-23 07:05:05',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1855,'5500','41724385281','2024-08-23 06:54:41',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1856,'4000','41724385281','2024-08-23 07:05:05',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1857,'1050','41724385915','2024-08-23 07:20:55',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438685722385707000','No',NULL,NULL,''),(1858,'1110','41724385915','2024-08-23 07:20:55',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1859,'5500','41724385915','2024-08-23 07:05:15',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1860,'4000','41724385915','2024-08-23 07:20:55',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1861,'2130','41724386857','2024-08-23 07:30:29',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438744272200702230','No',NULL,NULL,''),(1862,'1110','41724386857','2024-08-23 07:30:29',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1863,'5500','41724386857','2024-08-23 07:20:57',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1864,'4000','41724386857','2024-08-23 07:30:29',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1865,'2130','41724387475','2024-08-23 07:31:26',320.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438749660362003344','No',NULL,NULL,''),(1866,'1110','41724387475','2024-08-23 07:31:26',272.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1867,'5500','41724387475','2024-08-23 07:31:15',NULL,272.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1868,'4000','41724387475','2024-08-23 07:31:26',320.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1869,'2130','41724387528','2024-08-23 07:32:17',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438754634223485224','No',NULL,NULL,''),(1870,'1110','41724387528','2024-08-23 07:32:17',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1871,'5500','41724387528','2024-08-23 07:32:08',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1872,'4000','41724387528','2024-08-23 07:32:17',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1873,'1010','41724387718','2024-08-23 07:35:34',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438774122324333101','No',NULL,NULL,'gvbh'),(1874,'1110','41724387718','2024-08-23 07:35:34',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1875,'5500','41724387718','2024-08-23 07:35:18',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1876,'4000','41724387718','2024-08-23 07:35:34',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1877,'1050','41724387741','2024-08-23 07:37:35',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172438785773372470343','No',NULL,NULL,''),(1878,'1110','41724387741','2024-08-23 07:37:35',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1879,'5500','41724387741','2024-08-23 07:35:41',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1880,'4000','41724387741','2024-08-23 07:37:35',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1881,'2130','41724387858','2024-08-23 07:59:02',40.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438915243233203250','No',NULL,NULL,''),(1882,'1110','41724387858','2024-08-23 07:59:02',34.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1883,'5500','41724387858','2024-08-23 07:37:38',NULL,34.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1884,'4000','41724387858','2024-08-23 07:59:02',40.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1885,'2130','41724389707','2024-08-23 08:08:38',400.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438973544022220224','No',NULL,NULL,''),(1886,'1110','41724389707','2024-08-23 08:08:38',340.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1887,'5500','41724389707','2024-08-23 08:08:28',NULL,340.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1888,'4000','41724389707','2024-08-23 08:08:38',400.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1889,'2130','41724389754','2024-08-23 08:09:30',240.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438978322323330370','No',NULL,NULL,''),(1890,'1110','41724389754','2024-08-23 08:09:30',204.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1891,'5500','41724389754','2024-08-23 08:09:14',NULL,204.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1892,'4000','41724389754','2024-08-23 08:09:30',240.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1893,'2130','41724389917','2024-08-23 08:12:09',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172438993702224200324','No',NULL,NULL,''),(1894,'1110','41724389917','2024-08-23 08:12:09',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1895,'5500','41724389917','2024-08-23 08:11:57',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1896,'4000','41724389917','2024-08-23 08:12:09',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1897,'1010','41724391320','2024-08-23 08:35:35',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439137224232727223','No',NULL,NULL,'f'),(1898,'1110','41724391320','2024-08-23 08:35:35',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1899,'5500','41724391320','2024-08-23 08:35:20',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1900,'4000','41724391320','2024-08-23 08:35:35',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1901,'2130','41724391373','2024-08-23 08:36:25',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439139848232120832','No',NULL,NULL,''),(1902,'1110','41724391373','2024-08-23 08:36:25',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1903,'5500','41724391373','2024-08-23 08:36:13',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1904,'4000','41724391373','2024-08-23 08:36:25',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1905,'1010','41724391445','2024-08-23 08:37:41',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439146903142400330','No',NULL,NULL,'fd'),(1906,'1110','41724391445','2024-08-23 08:37:41',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1907,'5500','41724391445','2024-08-23 08:37:25',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1908,'4000','41724391445','2024-08-23 08:37:41',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1909,'2130','41724391470','2024-08-23 08:38:27',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439151903232332222','No',NULL,NULL,''),(1910,'1110','41724391470','2024-08-23 08:38:27',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1911,'5500','41724391470','2024-08-23 08:37:50',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1912,'4000','41724391470','2024-08-23 08:38:27',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1913,'1010','41724391573','2024-08-23 08:39:54',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439160604271232333','No',NULL,NULL,'vbb'),(1914,'1110','41724391573','2024-08-23 08:39:54',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1915,'5500','41724391573','2024-08-23 08:39:33',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1916,'4000','41724391573','2024-08-23 08:39:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1917,'1010','41724391606','2024-08-23 08:48:02',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439211102320402112','No',NULL,NULL,'jjl'),(1918,'1110','41724391606','2024-08-23 08:48:02',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1919,'5500','41724391606','2024-08-23 08:40:06',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1920,'4000','41724391606','2024-08-23 08:48:02',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1921,'2130','41724392112','2024-08-23 08:48:51',30.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439215023200235303','No',NULL,NULL,''),(1922,'1110','41724392112','2024-08-23 08:48:51',25.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1923,'5500','41724392112','2024-08-23 08:48:32',NULL,25.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1924,'4000','41724392112','2024-08-23 08:48:51',30.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1925,'1010','41724392243','2024-08-23 09:15:43',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439384424413304342','No',NULL,NULL,'fgh'),(1926,'1110','41724392243','2024-08-23 09:15:43',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1927,'5500','41724392243','2024-08-23 08:50:43',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1928,'4000','41724392243','2024-08-23 09:15:43',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1929,'1010','41724393845','2024-08-23 09:19:47',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439399923749301322','No',NULL,NULL,'we'),(1930,'1110','41724393845','2024-08-23 09:19:47',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1931,'1110','41724393845','2024-08-23 09:17:25',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(1932,'5500','41724393845','2024-08-23 09:19:33',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1933,'4000','41724393845','2024-08-23 09:19:47',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1934,'4000','41724393845','2024-08-23 09:17:25',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(1935,'1010','41724394000','2024-08-23 09:28:14',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439452249229430323','No',NULL,NULL,'gfhgh'),(1936,'1110','41724394000','2024-08-23 09:28:14',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1937,'5500','41724394000','2024-08-23 09:20:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1938,'4000','41724394000','2024-08-23 09:28:14',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1939,'1050','41724394523','2024-08-23 09:35:58',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439496022043490239','No',NULL,NULL,''),(1940,'1110','41724394523','2024-08-23 09:35:58',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1941,'5500','41724394523','2024-08-23 09:28:43',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1942,'4000','41724394523','2024-08-23 09:35:58',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1943,'2130','41724394960','2024-08-23 09:40:41',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439526440212300224','No',NULL,NULL,''),(1944,'1110','41724394960','2024-08-23 09:40:41',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1945,'5500','41724394960','2024-08-23 09:36:00',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1946,'4000','41724394960','2024-08-23 09:40:41',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1947,'1050','41724395445','2024-08-23 09:44:15',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439545832120345903','No',NULL,NULL,''),(1948,'1110','41724395445','2024-08-23 09:44:15',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1949,'5500','41724395445','2024-08-23 09:44:05',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1950,'4000','41724395445','2024-08-23 09:44:15',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1951,'2130','41724395459','2024-08-23 09:45:21',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439553034353314421','No',NULL,NULL,''),(1952,'1110','41724395459','2024-08-23 09:45:21',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1953,'5500','41724395459','2024-08-23 09:44:19',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1954,'4000','41724395459','2024-08-23 09:45:21',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1955,'1010','41724395773','2024-08-23 09:49:46',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439579374233932227','No',NULL,NULL,'hh'),(1956,'1110','41724395773','2024-08-23 09:49:46',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1957,'5500','41724395773','2024-08-23 09:49:33',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1958,'4000','41724395773','2024-08-23 09:49:46',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1959,'2130','41724395794','2024-08-23 10:03:55',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439664940210232034','No',NULL,NULL,''),(1960,'1110','41724395794','2024-08-23 10:03:55',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1961,'5500','41724395794','2024-08-23 09:49:54',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1962,'4000','41724395794','2024-08-23 10:03:55',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1963,'1010','41724396920','2024-08-23 10:09:02',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439695233543222224','No',NULL,NULL,'frtfgt'),(1964,'1110','41724396920','2024-08-23 10:09:02',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1965,'5500','41724396920','2024-08-23 10:08:40',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1966,'4000','41724396920','2024-08-23 10:09:02',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1967,'1050','41724396952','2024-08-23 10:27:18',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439809223442029333','No',NULL,NULL,''),(1968,'1110','41724396952','2024-08-23 10:27:18',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1969,'5500','41724396952','2024-08-23 10:09:12',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1970,'4000','41724396952','2024-08-23 10:27:18',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1971,'1010','41724398093','2024-08-23 10:40:05',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439881132383238402','No',NULL,NULL,'ht'),(1972,'1110','41724398093','2024-08-23 10:40:05',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1973,'5500','41724398093','2024-08-23 10:28:13',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1974,'4000','41724398093','2024-08-23 10:40:05',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1975,'1010','41724398812','2024-08-23 10:43:32',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439901920917223224','No',NULL,NULL,'jtuu'),(1976,'1110','41724398812','2024-08-23 10:43:32',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1977,'5500','41724398812','2024-08-23 10:40:12',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1978,'4000','41724398812','2024-08-23 10:43:32',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1979,'1050','41724399020','2024-08-23 10:45:02',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439910522422290042','No',NULL,NULL,''),(1980,'1110','41724399020','2024-08-23 10:45:02',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1981,'5500','41724399020','2024-08-23 10:43:40',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1982,'4000','41724399020','2024-08-23 10:45:02',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1983,'2130','41724399106','2024-08-23 10:52:32',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172439957150527323372','No',NULL,NULL,''),(1984,'1110','41724399106','2024-08-23 10:52:32',42.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(1985,'5500','41724399106','2024-08-23 10:45:06',NULL,42.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(1986,'4000','41724399106','2024-08-23 10:52:32',50.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(1987,'1010','41724399803','2024-08-23 10:56:58',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439982532247322239','No',NULL,NULL,'htgth'),(1988,'1110','41724399803','2024-08-23 10:56:58',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(1989,'5500','41724399803','2024-08-23 10:56:43',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1990,'4000','41724399803','2024-08-23 10:56:58',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(1991,'1050','41724399826','2024-08-23 10:57:37',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172439986102480724348','No',NULL,NULL,''),(1992,'1110','41724399826','2024-08-23 10:57:37',NULL,58.33,'','4','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(1993,'5500','41724399826','2024-08-23 10:57:06',58.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1994,'4000','41724399826','2024-08-23 10:57:37',NULL,80.00,'','4','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1995,'1010','41724399862','2024-08-23 11:00:42',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440005131331102312','No',NULL,NULL,'565'),(1996,'1110','41724399862','2024-08-23 11:00:42',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1997,'5500','41724399862','2024-08-23 10:57:42',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1998,'4000','41724399862','2024-08-23 11:00:42',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1999,'1010','41724400052','2024-08-23 11:05:54',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440062544202424326','No',NULL,NULL,'fde'),(2000,'1110','41724400052','2024-08-23 11:05:54',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(2001,'5500','41724400052','2024-08-23 11:00:52',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2002,'4000','41724400052','2024-08-23 11:05:54',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2003,'2130','41724347918','2024-08-22 20:31:58',NULL,6800.00,'0','4','1','Purchases','1','','','','','No',NULL,NULL,''),(2004,'1110','41724347918','2024-08-23 11:13:27',6800.00,NULL,'','4','1','Inventory ','1','','inventory','9','','No',NULL,NULL,''),(2005,'2130','41724400845','2024-08-23 11:27:40',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172440171547222174422','No',NULL,NULL,''),(2006,'1110','41724400845','2024-08-23 11:27:40',29.50,NULL,'','4','1','Inventory returned','1','','creditnote','11','','No',NULL,NULL,''),(2007,'5500','41724400845','2024-08-23 11:14:05',NULL,29.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2008,'4000','41724400845','2024-08-23 11:27:40',50.00,NULL,'','4','1','Good returned','1','','creditnote','11','','No',NULL,NULL,''),(2009,'1010','41724403217','2024-08-23 11:53:52',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440352812323227332','No',NULL,NULL,'df'),(2010,'1110','41724403217','2024-08-23 11:53:52',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2011,'5500','41724403217','2024-08-23 11:53:37',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2012,'4000','41724403217','2024-08-23 11:53:52',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2013,'1010','41724403528','2024-08-23 12:01:34',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440370132402232202','No',NULL,NULL,'hn'),(2014,'1110','41724403528','2024-08-23 12:01:34',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2015,'5500','41724403528','2024-08-23 11:58:48',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2016,'4000','41724403528','2024-08-23 12:01:34',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2017,'1010','41724403701','2024-08-23 12:13:29',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440442734323312222','No',NULL,NULL,'hgg'),(2018,'1110','41724403701','2024-08-23 12:13:29',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2019,'5500','41724403701','2024-08-23 12:01:41',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2020,'4000','41724403701','2024-08-23 12:13:29',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2021,'1010','41724404427','2024-08-23 12:46:13',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440638042880232823','No',NULL,NULL,'ff'),(2022,'1110','41724404427','2024-08-23 12:46:13',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2023,'5500','41724404427','2024-08-23 12:13:48',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2024,'4000','41724404427','2024-08-23 12:46:13',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2025,'1050','41724406862','2024-08-23 12:54:38',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440688230020842436','No',NULL,NULL,''),(2026,'1110','41724406862','2024-08-23 12:54:38',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2027,'5500','41724406862','2024-08-23 12:54:22',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2028,'4000','41724406862','2024-08-23 12:54:38',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2029,'1050','41724406883','2024-08-23 13:13:23',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172440801102132444723','No',NULL,NULL,''),(2030,'1110','41724406883','2024-08-23 13:13:23',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2031,'5500','41724406883','2024-08-23 12:54:43',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2032,'4000','41724406883','2024-08-23 13:13:23',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2033,'1010','41724408012','2024-08-23 13:56:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441061832420030280','No',NULL,NULL,'fdf'),(2034,'1110','41724408012','2024-08-23 13:56:52',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2035,'5500','41724408012','2024-08-23 13:13:32',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2036,'4000','41724408012','2024-08-23 13:56:52',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2037,'2130','41724410619','2024-08-23 14:02:16',640.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172441094922033000307','No',NULL,NULL,''),(2038,'1110','41724410619','2024-08-23 14:02:16',544.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2039,'5500','41724410619','2024-08-23 13:56:59',NULL,544.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2040,'4000','41724410619','2024-08-23 14:02:16',640.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2041,'1010','41724411006','2024-08-23 14:03:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441102831342271334','No',NULL,NULL,'ty'),(2042,'1110','41724411006','2024-08-23 14:03:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2043,'5500','41724411006','2024-08-23 14:03:26',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2044,'4000','41724411006','2024-08-23 14:03:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2045,'1010','41724411469','2024-08-23 14:11:24',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441149414243327332','No',NULL,NULL,'mpesa'),(2046,'1110','41724411469','2024-08-23 14:11:24',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(2047,'5500','41724411469','2024-08-23 14:11:09',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2048,'4000','41724411469','2024-08-23 14:11:24',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(2049,'1050','41724411495','2024-08-23 14:17:02',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441183133140432344','No',NULL,NULL,''),(2050,'1110','41724411495','2024-08-23 14:17:02',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(2051,'1110','41724411495','2024-08-23 14:11:35',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(2052,'5500','41724411495','2024-08-23 14:16:47',112.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2053,'4000','41724411495','2024-08-23 14:17:02',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(2054,'4000','41724411495','2024-08-23 14:11:35',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(2055,'2130','41724411832','2024-08-23 14:35:03',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172441291324173734749','No',NULL,NULL,''),(2056,'1110','41724411832','2024-08-23 14:35:03',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2057,'5500','41724411832','2024-08-23 14:17:12',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2058,'4000','41724411832','2024-08-23 14:35:03',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2059,'1010','41724413301','2024-08-23 14:42:12',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441334413433131324','No',NULL,NULL,'mpesa'),(2060,'1110','41724413301','2024-08-23 14:42:12',NULL,108.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(2061,'1110','41724413301','2024-08-23 14:41:41',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(2062,'5500','41724413301','2024-08-23 14:41:58',164.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2063,'4000','41724413301','2024-08-23 14:42:12',NULL,200.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(2064,'4000','41724413301','2024-08-23 14:41:41',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(2065,'2130','41724413345','2024-08-23 14:44:06',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172441346800223402283','No',NULL,NULL,''),(2066,'1110','41724413345','2024-08-23 14:44:06',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2067,'5500','41724413345','2024-08-23 14:42:25',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2068,'4000','41724413345','2024-08-23 14:44:06',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2069,'1010','41724413488','2024-08-23 15:04:42',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441468924064342042','No',NULL,NULL,'hyty'),(2070,'1110','41724413488','2024-08-23 15:04:42',NULL,169.11,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(2071,'5500','41724413488','2024-08-23 14:44:48',169.11,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2072,'4000','41724413488','2024-08-23 15:04:42',NULL,300.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(2073,'2130','41724414690','2024-08-23 15:05:18',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172441472937732334230','No',NULL,NULL,''),(2074,'1110','41724414690','2024-08-23 15:05:18',56.37,NULL,'','4','1','Inventory returned','1','','creditnote','106','','No',NULL,NULL,''),(2075,'5500','41724414690','2024-08-23 15:04:50',NULL,56.37,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2076,'4000','41724414690','2024-08-23 15:05:18',100.00,NULL,'','4','1','Good returned','1','','creditnote','106','','No',NULL,NULL,''),(2077,'1010','41724414752','2024-08-23 15:06:03',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441477203327433022','No',NULL,NULL,'ghf'),(2078,'1110','41724414752','2024-08-23 15:06:03',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2079,'5500','41724414752','2024-08-23 15:05:53',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2080,'4000','41724414752','2024-08-23 15:06:03',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2081,'1050','41724414772','2024-08-23 15:09:21',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441496722332436402','No',NULL,NULL,''),(2082,'1110','41724414772','2024-08-23 15:09:21',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2083,'5500','41724414772','2024-08-23 15:06:13',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2084,'4000','41724414772','2024-08-23 15:09:21',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2085,'1010','41724415217','2024-08-23 15:13:51',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441524223032203422','No',NULL,NULL,'uy'),(2086,'1110','41724415217','2024-08-23 15:13:51',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2087,'5500','41724415217','2024-08-23 15:13:37',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2088,'4000','41724415217','2024-08-23 15:13:51',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2089,'1010','41724415243','2024-08-23 15:26:59',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441603523023567342','No',NULL,NULL,'mpesa'),(2090,'1110','41724415243','2024-08-23 15:26:59',NULL,58.33,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(2091,'5500','41724415243','2024-08-23 15:14:03',58.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2092,'4000','41724415243','2024-08-23 15:26:59',NULL,80.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2093,'1010','41724416036','2024-08-23 15:57:05',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441796733123227213','No',NULL,NULL,'mpesa'),(2094,'1050','41724416036','2024-08-23 15:57:05',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441796733123227213','No',NULL,NULL,'mpesa'),(2095,'1110','41724416036','2024-08-23 15:57:05',NULL,87.36,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(2096,'1110','41724416036','2024-08-23 15:27:16',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2097,'1110','41724416036','2024-08-23 15:53:31',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2098,'1110','41724416036','2024-08-23 15:53:49',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2099,'1110','41724416036','2024-08-23 15:54:02',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2100,'5500','41724416036','2024-08-23 15:54:39',281.58,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2101,'4000','41724416036','2024-08-23 15:57:05',NULL,90.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(2102,'4000','41724416036','2024-08-23 15:27:16',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(2103,'4000','41724416036','2024-08-23 15:53:31',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2104,'4000','41724416036','2024-08-23 15:53:49',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2105,'4000','41724416036','2024-08-23 15:54:02',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2106,'1010','41724417968','2024-08-23 15:59:43',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441799414390412229','No',NULL,NULL,'mpesa'),(2107,'1110','41724417968','2024-08-23 15:59:43',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2108,'5500','41724417968','2024-08-23 15:59:28',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2109,'4000','41724417968','2024-08-23 15:59:43',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2110,'1050','41724418205','2024-08-23 16:06:07',90.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441837434224444074','No',NULL,NULL,''),(2111,'1110','41724418205','2024-08-23 16:06:07',NULL,51.74,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(2112,'5500','41724418205','2024-08-23 16:03:25',51.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2113,'4000','41724418205','2024-08-23 16:06:07',NULL,90.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(2114,'1010','41724418375','2024-08-23 16:21:10',220.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172441941520320343934','No',NULL,NULL,'mpesa'),(2115,'1110','41724418375','2024-08-23 16:21:10',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2116,'1110','41724418375','2024-08-23 16:06:15',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2117,'1110','41724418375','2024-08-23 16:18:53',NULL,29.50,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2118,'5500','41724418375','2024-08-23 16:19:53',182.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2119,'4000','41724418375','2024-08-23 16:21:10',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2120,'4000','41724418375','2024-08-23 16:06:15',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2121,'4000','41724418375','2024-08-23 16:18:53',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2122,'2130','41724419416','2024-08-23 16:38:14',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442030937423730392','No',NULL,NULL,''),(2123,'1110','41724419416','2024-08-23 16:38:14',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2124,'5500','41724419416','2024-08-23 16:23:36',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2125,'4000','41724419416','2024-08-23 16:38:14',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2126,'1010','41724420324','2024-08-23 16:41:26',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442060420326032174','No',NULL,NULL,'mpesa'),(2127,'1110','41724420324','2024-08-23 16:41:26',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2128,'5500','41724420324','2024-08-23 16:38:44',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2129,'4000','41724420324','2024-08-23 16:41:26',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2130,'1010','41724420605','2024-08-23 16:48:52',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442094303322000223','No',NULL,NULL,'mpesa'),(2131,'1110','41724420605','2024-08-23 16:48:52',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2132,'5500','41724420605','2024-08-23 16:43:25',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2133,'4000','41724420605','2024-08-23 16:48:52',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2134,'2130','41724420944','2024-08-23 16:50:52',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442106123433000344','No',NULL,NULL,''),(2135,'1110','41724420944','2024-08-23 16:50:52',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2136,'5500','41724420944','2024-08-23 16:49:04',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2137,'4000','41724420944','2024-08-23 16:50:52',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2138,'1050','41724421693','2024-08-23 17:01:50',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442172102273310133','No',NULL,NULL,''),(2139,'1110','41724421693','2024-08-23 17:01:50',NULL,255.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2140,'5500','41724421693','2024-08-23 17:01:33',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2141,'4000','41724421693','2024-08-23 17:01:50',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2142,'1010','41724421722','2024-08-23 17:36:07',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442377442224443232','No',NULL,NULL,'mpesa'),(2143,'1110','41724421722','2024-08-23 17:36:07',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2144,'5500','41724421722','2024-08-23 17:02:03',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2145,'4000','41724421722','2024-08-23 17:36:07',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2146,'2130','41724423775','2024-08-23 17:39:56',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442401003232120421','No',NULL,NULL,''),(2147,'1110','41724423775','2024-08-23 17:39:56',29.50,NULL,'','4','1','Inventory returned','1','','creditnote','11','','No',NULL,NULL,''),(2148,'5500','41724423775','2024-08-23 17:36:15',NULL,29.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2149,'4000','41724423775','2024-08-23 17:39:56',50.00,NULL,'','4','1','Good returned','1','','creditnote','11','','No',NULL,NULL,''),(2150,'1010','41724424792','2024-08-23 17:59:00',730.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442517072222141300','No',NULL,NULL,'mpesa'),(2151,'1110','41724424792','2024-08-23 17:59:00',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2152,'1110','41724424792','2024-08-23 17:53:12',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2153,'1110','41724424792','2024-08-23 17:54:56',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2154,'1110','41724424792','2024-08-23 17:55:41',NULL,58.33,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(2155,'1110','41724424792','2024-08-23 17:56:38',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2156,'5500','41724424792','2024-08-23 17:58:52',569.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2157,'4000','41724424792','2024-08-23 17:59:00',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2158,'4000','41724424792','2024-08-23 17:53:12',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2159,'4000','41724424792','2024-08-23 17:54:56',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2160,'4000','41724424792','2024-08-23 17:55:41',NULL,80.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2161,'4000','41724424792','2024-08-23 17:56:38',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2162,'2130','41724425171','2024-08-23 17:59:57',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442521524173024342','No',NULL,NULL,''),(2163,'1110','41724425171','2024-08-23 17:59:57',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2164,'5500','41724425171','2024-08-23 17:59:31',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2165,'4000','41724425171','2024-08-23 17:59:57',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2166,'1010','41724425251','2024-08-23 18:01:03',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442527626333024033','No',NULL,NULL,'mpesa'),(2167,'1110','41724425251','2024-08-23 18:01:03',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2168,'5500','41724425251','2024-08-23 18:00:51',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2169,'4000','41724425251','2024-08-23 18:01:03',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2170,'1010','41724425277','2024-08-23 18:05:46',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442555513232232035','No',NULL,NULL,'mpesa'),(2171,'1110','41724425277','2024-08-23 18:05:46',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2172,'5500','41724425277','2024-08-23 18:01:17',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2173,'4000','41724425277','2024-08-23 18:05:46',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2174,'2130','41724425556','2024-08-23 18:06:36',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442560930302332111','No',NULL,NULL,''),(2175,'1110','41724425556','2024-08-23 18:06:36',68.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2176,'5500','41724425556','2024-08-23 18:05:56',NULL,68.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2177,'4000','41724425556','2024-08-23 18:06:36',80.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2178,'1010','41724425629','2024-08-23 18:11:23',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442589133540432344','No',NULL,NULL,'ghg'),(2179,'1110','41724425629','2024-08-23 18:11:23',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2180,'5500','41724425629','2024-08-23 18:07:09',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2181,'4000','41724425629','2024-08-23 18:11:23',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2182,'1010','41724425892','2024-08-23 18:14:01',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442604800262007102','No',NULL,NULL,'tytr'),(2183,'1110','41724425892','2024-08-23 18:14:01',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2184,'5500','41724425892','2024-08-23 18:11:32',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2185,'4000','41724425892','2024-08-23 18:14:01',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2186,'1010','41724426767','2024-08-23 18:26:19',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442678724333321032','No',NULL,NULL,''),(2187,'1110','41724426767','2024-08-23 18:26:19',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2188,'5500','41724426767','2024-08-23 18:26:07',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2189,'4000','41724426767','2024-08-23 18:26:19',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2190,'2130','41724426788','2024-08-23 18:26:46',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442681923233220222','No',NULL,NULL,''),(2191,'1110','41724426788','2024-08-23 18:26:46',42.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2192,'5500','41724426788','2024-08-23 18:26:28',NULL,42.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2193,'4000','41724426788','2024-08-23 18:26:46',50.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2194,'2130','41724427022','2024-08-23 18:30:29',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442703920424322333','No',NULL,NULL,''),(2195,'1110','41724427022','2024-08-23 18:30:29',48.50,NULL,'','4','1','Inventory returned','1','','creditnote','51','','No',NULL,NULL,''),(2196,'5500','41724427022','2024-08-23 18:30:22',NULL,48.50,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2197,'4000','41724427022','2024-08-23 18:30:29',100.00,NULL,'','4','1','Good returned','1','','creditnote','51','','No',NULL,NULL,''),(2198,'2130','41724428420','2024-08-23 18:53:54',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442844747233233400','No',NULL,NULL,''),(2199,'1110','41724428420','2024-08-23 18:53:54',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2200,'5500','41724428420','2024-08-23 18:53:40',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2201,'4000','41724428420','2024-08-23 18:53:54',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2202,'2130','41724428455','2024-08-23 18:54:25',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172442847413243032322','No',NULL,NULL,''),(2203,'1110','41724428455','2024-08-23 18:54:25',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2204,'5500','41724428455','2024-08-23 18:54:15',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2205,'4000','41724428455','2024-08-23 18:54:25',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2206,'1010','41724428481','2024-08-23 19:04:02',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442909903923423903','No',NULL,NULL,'fg'),(2207,'1050','41724428481','2024-08-23 19:04:02',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442909903923423903','No',NULL,NULL,'fg'),(2208,'1110','41724428481','2024-08-23 19:04:02',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2209,'5500','41724428481','2024-08-23 18:54:41',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2210,'4000','41724428481','2024-08-23 19:04:02',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2211,'1050','41724429099','2024-08-23 19:05:29',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442913223232722133','No',NULL,NULL,''),(2212,'1110','41724429099','2024-08-23 19:05:29',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2213,'5500','41724429099','2024-08-23 19:05:00',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2214,'4000','41724429099','2024-08-23 19:05:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2215,'1010','41724429132','2024-08-23 19:05:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442914822022300202','No',NULL,NULL,'ty7'),(2216,'1110','41724429132','2024-08-23 19:05:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2217,'5500','41724429132','2024-08-23 19:05:33',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2218,'4000','41724429132','2024-08-23 19:05:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2219,'1010','41724429631','2024-08-23 19:14:07',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442966020324462007','No',NULL,NULL,'yrty'),(2220,'1110','41724429631','2024-08-23 19:14:07',NULL,56.47,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(2221,'5500','41724429631','2024-08-23 19:13:51',56.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2222,'4000','41724429631','2024-08-23 19:14:07',NULL,100.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(2223,'1050','41724429661','2024-08-23 19:15:49',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172442975050334300030','No',NULL,NULL,''),(2224,'1110','41724429661','2024-08-23 19:15:49',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2225,'5500','41724429661','2024-08-23 19:14:21',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2226,'4000','41724429661','2024-08-23 19:15:49',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2227,'1050','41724429751','2024-08-23 19:20:23',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443002500322322212','No',NULL,NULL,''),(2228,'1110','41724429751','2024-08-23 19:20:23',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2229,'5500','41724429751','2024-08-23 19:15:51',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2230,'4000','41724429751','2024-08-23 19:20:23',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2231,'1010','41724430026','2024-08-23 19:28:21',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443051102034023402','No',NULL,NULL,'uu'),(2232,'1110','41724430026','2024-08-23 19:28:21',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2233,'5500','41724430026','2024-08-23 19:20:26',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2234,'4000','41724430026','2024-08-23 19:28:21',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2235,'1010','41724431060','2024-08-23 19:37:53',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443108022474202203','No',NULL,NULL,'ee'),(2236,'1110','41724431060','2024-08-23 19:37:53',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2237,'5500','41724431060','2024-08-23 19:37:40',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2238,'4000','41724431060','2024-08-23 19:37:53',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2239,'1050','41724431744','2024-08-23 19:51:39',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443190403323432722','No',NULL,NULL,''),(2240,'1110','41724431744','2024-08-23 19:51:39',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2241,'5500','41724431744','2024-08-23 19:49:04',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2242,'4000','41724431744','2024-08-23 19:51:39',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2243,'2130','41724432992','2024-08-23 20:10:10',60.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172443302623713323032','No',NULL,NULL,'hh'),(2244,'1110','41724432992','2024-08-23 20:10:10',51.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2245,'5500','41724432992','2024-08-23 20:09:52',NULL,51.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2246,'4000','41724432992','2024-08-23 20:10:10',60.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2247,'1050','41724433133','2024-08-23 20:12:30',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443315423343323234','No',NULL,NULL,''),(2248,'1110','41724433133','2024-08-23 20:12:30',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2249,'5500','41724433133','2024-08-23 20:12:13',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2250,'4000','41724433133','2024-08-23 20:12:30',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2251,'1010','41724433590','2024-08-23 20:20:48',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443365937624103316','No',NULL,NULL,'bnh'),(2252,'1110','41724433590','2024-08-23 20:20:48',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2253,'5500','41724433590','2024-08-23 20:19:50',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2254,'4000','41724433590','2024-08-23 20:20:48',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2255,'1010','41724433912','2024-08-23 20:25:27',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443394933304333322','No',NULL,NULL,'op'),(2256,'1050','41724433912','2024-08-23 20:25:27',25.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172443394933304333322','No',NULL,NULL,'op'),(2257,'1110','41724433912','2024-08-23 20:25:27',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2258,'5500','41724433912','2024-08-23 20:25:12',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2259,'4000','41724433912','2024-08-23 20:25:27',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2260,'2130','41724469052','2024-08-24 06:23:03',280.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172446981472420226333','No',NULL,NULL,''),(2261,'1110','41724469052','2024-08-24 06:23:03',238.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2262,'5500','41724469052','2024-08-24 06:10:52',NULL,238.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2263,'4000','41724469052','2024-08-24 06:23:03',280.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2264,'1050','41724469819','2024-08-24 06:23:56',360.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172446983930333249722','No',NULL,NULL,''),(2265,'1110','41724469819','2024-08-24 06:23:56',NULL,306.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2266,'5500','41724469819','2024-08-24 06:23:39',306.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2267,'4000','41724469819','2024-08-24 06:23:56',NULL,360.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2268,'1010','41724469882','2024-08-24 06:35:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447055932220332333','No',NULL,NULL,'gr'),(2269,'1110','41724469882','2024-08-24 06:35:52',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2270,'5500','41724469882','2024-08-24 06:24:42',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2271,'4000','41724469882','2024-08-24 06:35:52',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2272,'2130','41724470560','2024-08-24 06:46:24',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447119632473332003','No',NULL,NULL,''),(2273,'1110','41724470560','2024-08-24 06:46:24',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2274,'5500','41724470560','2024-08-24 06:36:00',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2275,'4000','41724470560','2024-08-24 06:46:24',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2276,'1010','41724473185','2024-08-24 07:19:53',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447320232233033022','No',NULL,NULL,'7766'),(2277,'1110','41724473185','2024-08-24 07:19:53',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2278,'5500','41724473185','2024-08-24 07:19:45',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2279,'4000','41724473185','2024-08-24 07:19:53',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2280,'2130','41724473203','2024-08-24 07:20:21',120.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447323113202147242','No',NULL,NULL,''),(2281,'1110','41724473203','2024-08-24 07:20:21',102.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2282,'5500','41724473203','2024-08-24 07:20:03',NULL,102.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2283,'4000','41724473203','2024-08-24 07:20:21',120.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2284,'2130','41724474281','2024-08-24 07:38:44',320.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447434033374322302','No',NULL,NULL,''),(2285,'1110','41724474281','2024-08-24 07:38:44',272.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2286,'5500','41724474281','2024-08-24 07:38:01',NULL,272.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2287,'4000','41724474281','2024-08-24 07:38:44',320.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2288,'2130','41724474424','2024-08-24 07:40:37',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447445533357402330','No',NULL,NULL,''),(2289,'1110','41724474424','2024-08-24 07:40:37',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2290,'5500','41724474424','2024-08-24 07:40:24',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2291,'4000','41724474424','2024-08-24 07:40:37',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2292,'1010','41724474540','2024-08-24 07:51:55',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447512223324431143','No',NULL,NULL,'tttttt'),(2293,'1110','41724474540','2024-08-24 07:51:55',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2294,'5500','41724474540','2024-08-24 07:42:20',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2295,'4000','41724474540','2024-08-24 07:51:55',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2296,'2130','41724475123','2024-08-24 08:19:58',40.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447681844126227224','No',NULL,NULL,''),(2297,'1110','41724475123','2024-08-24 08:19:58',34.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2298,'5500','41724475123','2024-08-24 07:52:03',NULL,34.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2299,'4000','41724475123','2024-08-24 08:19:58',40.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2300,'1050','41724477012','2024-08-24 08:23:43',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447703213202147242','No',NULL,NULL,''),(2301,'1110','41724477012','2024-08-24 08:23:43',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2302,'5500','41724477012','2024-08-24 08:23:32',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2303,'4000','41724477012','2024-08-24 08:23:43',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2304,'2130','41724477719','2024-08-24 08:36:43',400.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447783430372247422','No',NULL,NULL,''),(2305,'1110','41724477719','2024-08-24 08:36:43',153.85,NULL,'','4','1','Inventory returned','1','','creditnote','116','','No',NULL,NULL,''),(2306,'1110','41724477719','2024-08-24 08:35:19',54.50,NULL,'','4','1','Inventory returned','1','','creditnote','114','','No',NULL,NULL,''),(2307,'5500','41724477719','2024-08-24 08:36:23',NULL,208.35,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2308,'4000','41724477719','2024-08-24 08:36:43',300.00,NULL,'','4','1','Good returned','1','','creditnote','116','','No',NULL,NULL,''),(2309,'4000','41724477719','2024-08-24 08:35:19',100.00,NULL,'','4','1','Good returned','1','','creditnote','114','','No',NULL,NULL,''),(2310,'1010','41724477876','2024-08-24 08:38:10',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447789823223230332','No',NULL,NULL,'345'),(2311,'1110','41724477876','2024-08-24 08:38:10',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2312,'5500','41724477876','2024-08-24 08:37:56',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2313,'4000','41724477876','2024-08-24 08:38:10',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2314,'2130','41724477899','2024-08-24 08:38:36',50.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447792530143790220','No',NULL,NULL,''),(2315,'1110','41724477899','2024-08-24 08:38:36',42.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2316,'5500','41724477899','2024-08-24 08:38:19',NULL,42.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2317,'4000','41724477899','2024-08-24 08:38:36',50.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2318,'1010','41724478159','2024-08-24 08:42:51',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447818040334414241','No',NULL,NULL,'yuiy'),(2319,'1110','41724478159','2024-08-24 08:42:51',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2320,'5500','41724478159','2024-08-24 08:42:40',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2321,'4000','41724478159','2024-08-24 08:42:51',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2322,'1010','41724478181','2024-08-24 08:54:33',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447888040442273030','No',NULL,NULL,'tyt'),(2323,'1110','41724478181','2024-08-24 08:54:33',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2324,'5500','41724478181','2024-08-24 08:43:01',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2325,'4000','41724478181','2024-08-24 08:54:33',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2326,'2130','41724478881','2024-08-24 08:56:29',30.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447901442324293210','No',NULL,NULL,''),(2327,'1110','41724478881','2024-08-24 08:56:29',25.84,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2328,'5500','41724478881','2024-08-24 08:54:41',NULL,25.84,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2329,'4000','41724478881','2024-08-24 08:56:29',30.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2330,'1010','41724479049','2024-08-24 08:57:40',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172447908070332214033','No',NULL,NULL,'fre'),(2331,'1110','41724479049','2024-08-24 08:57:40',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2332,'5500','41724479049','2024-08-24 08:57:29',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2333,'4000','41724479049','2024-08-24 08:57:40',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2334,'2130','41724479080','2024-08-24 08:59:10',400.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172447916543210021223','No',NULL,NULL,''),(2335,'1110','41724479080','2024-08-24 08:59:10',340.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2336,'5500','41724479080','2024-08-24 08:58:00',NULL,340.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2337,'4000','41724479080','2024-08-24 08:59:10',400.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2338,'2130','41724480245','2024-08-24 09:17:36',120.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172448026620236222300','No',NULL,NULL,''),(2339,'1110','41724480245','2024-08-24 09:17:36',102.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2340,'5500','41724480245','2024-08-24 09:17:25',NULL,102.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2341,'4000','41724480245','2024-08-24 09:17:36',120.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2342,'2130','41724480489','2024-08-24 09:21:46',100.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172448052113350132324','No',NULL,NULL,''),(2343,'1110','41724480489','2024-08-24 09:21:46',85.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2344,'5500','41724480489','2024-08-24 09:21:29',NULL,85.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2345,'4000','41724480489','2024-08-24 09:21:46',100.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2346,'2130','41724480523','2024-08-24 09:22:16',40.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172448054524832772333','No',NULL,NULL,''),(2347,'1110','41724480523','2024-08-24 09:22:16',34.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2348,'5500','41724480523','2024-08-24 09:22:03',NULL,34.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2349,'4000','41724480523','2024-08-24 09:22:16',40.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2350,'1010','41724480897','2024-08-24 09:28:31',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448092431422308323','No',NULL,NULL,'ty'),(2351,'1110','41724480897','2024-08-24 09:28:31',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2352,'5500','41724480897','2024-08-24 09:28:17',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2353,'4000','41724480897','2024-08-24 09:28:31',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2354,'1010','41724480925','2024-08-24 09:31:50',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448121021243224023','No',NULL,NULL,'ghtgh'),(2355,'1110','41724480925','2024-08-24 09:31:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2356,'1110','41724480925','2024-08-24 09:28:45',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2357,'5500','41724480925','2024-08-24 09:31:35',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2358,'4000','41724480925','2024-08-24 09:31:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2359,'4000','41724480925','2024-08-24 09:28:45',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2360,'1010','41724481211','2024-08-24 09:44:18',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448186502430253420','No',NULL,NULL,'rrr'),(2361,'1110','41724481211','2024-08-24 09:44:18',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2362,'5500','41724481211','2024-08-24 09:33:31',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2363,'4000','41724481211','2024-08-24 09:44:18',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2364,'2130','41724481869','2024-08-24 09:44:53',160.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172448190227098342038','No',NULL,NULL,''),(2365,'1110','41724481869','2024-08-24 09:44:53',136.00,NULL,'','4','1','Inventory returned','1','','creditnote','9','','No',NULL,NULL,''),(2366,'5500','41724481869','2024-08-24 09:44:29',NULL,136.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2367,'4000','41724481869','2024-08-24 09:44:53',160.00,NULL,'','4','1','Good returned','1','','creditnote','9','','No',NULL,NULL,''),(2368,'1110','41724468959','2024-08-24 06:09:19',0.00,NULL,'','4','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(2369,'2130','41724468959','2024-08-24 06:09:19',NULL,0.00,'','4','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(2370,'1010','41724482841','2024-08-24 10:04:44',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448309134322333212','No',NULL,NULL,'gtt'),(2371,'1110','41724482841','2024-08-24 10:04:44',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2372,'5500','41724482841','2024-08-24 10:00:41',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2373,'4000','41724482841','2024-08-24 10:04:44',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2374,'1050','41724483092','2024-08-24 10:06:36',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448319884232230022','No',NULL,NULL,''),(2375,'1110','41724483092','2024-08-24 10:06:36',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2376,'5500','41724483092','2024-08-24 10:04:52',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2377,'4000','41724483092','2024-08-24 10:06:36',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2378,'1010','41724483199','2024-08-24 10:08:24',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448332237423733322','No',NULL,NULL,'bhg'),(2379,'1110','41724483199','2024-08-24 10:08:24',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2380,'5500','41724483199','2024-08-24 10:06:39',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2381,'4000','41724483199','2024-08-24 10:08:24',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2382,'1010','41724483323','2024-08-24 10:15:04',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448371048023704347','No',NULL,NULL,'ggg'),(2383,'1110','41724483323','2024-08-24 10:15:04',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2384,'5500','41724483323','2024-08-24 10:08:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2385,'4000','41724483323','2024-08-24 10:15:04',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2386,'1010','41724483711','2024-08-24 10:18:01',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448388923223232082','No',NULL,NULL,'rry'),(2387,'1110','41724483711','2024-08-24 10:18:01',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2388,'5500','41724483711','2024-08-24 10:15:11',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2389,'4000','41724483711','2024-08-24 10:18:01',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2390,'1010','41724483890','2024-08-24 10:48:38',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448573100132383230','No',NULL,NULL,'yuyy'),(2391,'1110','41724483890','2024-08-24 10:48:38',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2392,'5500','41724483890','2024-08-24 10:18:10',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2393,'4000','41724483890','2024-08-24 10:48:38',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2394,'1010','41724485731','2024-08-24 10:54:05',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448605222036305422','No',NULL,NULL,'gg'),(2395,'1110','41724485731','2024-08-24 10:54:05',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2396,'5500','41724485731','2024-08-24 10:48:51',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2397,'4000','41724485731','2024-08-24 10:54:05',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2398,'1010','41724487470','2024-08-24 11:18:33',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448752620748324263','No',NULL,NULL,'yiuy'),(2399,'1110','41724487470','2024-08-24 11:18:33',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2400,'5500','41724487470','2024-08-24 11:17:51',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2401,'4000','41724487470','2024-08-24 11:18:33',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2402,'1050','41724487527','2024-08-24 11:23:28',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448781030388034722','No',NULL,NULL,''),(2403,'1110','41724487527','2024-08-24 11:23:28',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2404,'5500','41724487527','2024-08-24 11:18:47',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2405,'4000','41724487527','2024-08-24 11:23:28',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2406,'1050','41724487810','2024-08-24 11:24:48',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448788929383330387','No',NULL,NULL,''),(2407,'1110','41724487810','2024-08-24 11:24:48',NULL,58.33,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(2408,'5500','41724487810','2024-08-24 11:23:31',58.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2409,'4000','41724487810','2024-08-24 11:24:48',NULL,80.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2410,'2130','41724487890','2024-08-24 11:36:45',80.00,NULL,'','4','1','Goods returned','1','','creditnote','','4172448861423282320632','No',NULL,NULL,''),(2411,'1110','41724487890','2024-08-24 11:36:45',54.00,NULL,'','4','1','Inventory returned','1','','creditnote','53','','No',NULL,NULL,''),(2412,'5500','41724487890','2024-08-24 11:24:50',NULL,54.00,'','4','1','Cost of goods returned','1','','creditnote','','','No',NULL,NULL,''),(2413,'4000','41724487890','2024-08-24 11:36:45',80.00,NULL,'','4','1','Good returned','1','','creditnote','53','','No',NULL,NULL,''),(2414,'1010','41724489954','2024-08-24 11:59:26',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172448997202723490322','No',NULL,NULL,'hguj'),(2415,'1110','41724489954','2024-08-24 11:59:26',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2416,'5500','41724489954','2024-08-24 11:59:14',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2417,'4000','41724489954','2024-08-24 11:59:26',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2418,'1050','41724489973','2024-08-24 12:06:19',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449038043143038233','No',NULL,NULL,''),(2419,'1110','41724489973','2024-08-24 12:06:19',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2420,'5500','41724489973','2024-08-24 11:59:33',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2421,'4000','41724489973','2024-08-24 12:06:19',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2422,'1010','41724490381','2024-08-24 12:08:42',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449053030233220222','No',NULL,NULL,'fv'),(2423,'1110','41724490381','2024-08-24 12:08:42',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2424,'5500','41724490381','2024-08-24 12:06:21',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2425,'4000','41724490381','2024-08-24 12:08:42',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2426,'1010','41724490531','2024-08-24 12:13:34',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449083402340304020','No',NULL,NULL,'fr'),(2427,'1110','41724490531','2024-08-24 12:13:34',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2428,'5500','41724490531','2024-08-24 12:08:51',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2429,'4000','41724490531','2024-08-24 12:13:34',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2430,'1050','41724491569','2024-08-24 12:38:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449231390239323123','No',NULL,NULL,''),(2431,'1110','41724491569','2024-08-24 12:38:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2432,'5500','41724491569','2024-08-24 12:26:09',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2433,'4000','41724491569','2024-08-24 12:38:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2434,'1010','41724492314','2024-08-24 12:46:55',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449282224249324193','No',NULL,NULL,'fg'),(2435,'1110','41724492314','2024-08-24 12:46:55',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2436,'5500','41724492314','2024-08-24 12:38:34',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2437,'4000','41724492314','2024-08-24 12:46:55',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2438,'1010','41724493185','2024-08-24 13:21:56',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449492622302362462','No',NULL,NULL,'fff'),(2439,'1110','41724493185','2024-08-24 13:21:56',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2440,'5500','41724493185','2024-08-24 12:53:06',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2441,'4000','41724493185','2024-08-24 13:21:56',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2442,'1010','41724494926','2024-08-24 13:27:35',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172449529703293242409','No',NULL,NULL,'mpesa'),(2443,'1110','41724494926','2024-08-24 13:27:35',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2444,'5500','41724494926','2024-08-24 13:22:06',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2445,'4000','41724494926','2024-08-24 13:27:35',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2446,'2130','11724495983','2024-08-24 13:40:04',20.00,NULL,'','1','1','Goods returned','1','37','creditnote','','1172449601831332370283','No',NULL,NULL,''),(2447,'1110','11724495983','2024-08-24 13:40:04',9.40,NULL,'','1','1','Inventory returned','1','37','creditnote','80','','No',NULL,NULL,''),(2448,'5500','11724495983','2024-08-24 13:39:43',NULL,9.40,'','1','1','Cost of goods returned','1','37','creditnote','','','No',NULL,NULL,''),(2449,'4000','11724495983','2024-08-24 13:40:04',20.00,NULL,'','1','1','Good returned','1','37','creditnote','80','','No',NULL,NULL,''),(2450,'1010','41724496121','2024-08-24 13:42:51',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449619136022340302','No',NULL,NULL,'fr'),(2451,'1110','41724496121','2024-08-24 13:42:51',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2452,'5500','41724496121','2024-08-24 13:42:01',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2453,'4000','41724496121','2024-08-24 13:42:51',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2454,'1010','41724496192','2024-08-24 13:44:57',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449632921933391323','No',NULL,NULL,'fg'),(2455,'1050','41724496192','2024-08-24 13:44:57',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172449632921933391323','No',NULL,NULL,'fg'),(2456,'1110','41724496192','2024-08-24 13:44:57',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2457,'1110','41724496192','2024-08-24 13:43:12',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2458,'5500','41724496192','2024-08-24 13:44:31',103.89,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2459,'4000','41724496192','2024-08-24 13:44:57',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2460,'4000','41724496192','2024-08-24 13:43:12',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2461,'2130','41724496330','2024-08-24 14:22:04',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172449853392542043322','No',NULL,NULL,''),(2462,'1110','41724496330','2024-08-24 14:22:04',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(2463,'5500','41724496330','2024-08-24 13:45:30',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(2464,'4000','41724496330','2024-08-24 14:22:04',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(2465,'1050','41724498658','2024-08-24 14:24:35',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172449868133234326212','No',NULL,NULL,''),(2466,'1110','41724498658','2024-08-24 14:24:35',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2467,'5500','41724498658','2024-08-24 14:24:18',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2468,'4000','41724498658','2024-08-24 14:24:35',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2469,'1010','41724498682','2024-08-24 14:58:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450074434033225224','No',NULL,NULL,'d'),(2470,'1110','41724498682','2024-08-24 14:58:57',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(2471,'5500','41724498682','2024-08-24 14:24:42',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2472,'4000','41724498682','2024-08-24 14:58:57',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2473,'2130','41724500760','2024-08-24 15:05:26',80.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172450114244321020303','No',NULL,NULL,''),(2474,'1110','41724500760','2024-08-24 15:05:26',68.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(2475,'5500','41724500760','2024-08-24 14:59:21',NULL,68.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(2476,'4000','41724500760','2024-08-24 15:05:26',80.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(2477,'1050','41724501790','2024-08-24 15:16:50',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450183430220323223','No',NULL,NULL,''),(2478,'1110','41724501790','2024-08-24 15:16:50',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2479,'5500','41724501790','2024-08-24 15:16:30',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2480,'4000','41724501790','2024-08-24 15:16:50',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2481,'1050','41724501835','2024-08-24 15:24:04',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450226333252242220','No',NULL,NULL,''),(2482,'1110','41724501835','2024-08-24 15:24:04',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2483,'5500','41724501835','2024-08-24 15:17:15',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2484,'4000','41724501835','2024-08-24 15:24:04',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2485,'1010','41724502264','2024-08-24 15:29:25',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450257233222472430','No',NULL,NULL,'yt'),(2486,'1110','41724502264','2024-08-24 15:29:25',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2487,'5500','41724502264','2024-08-24 15:24:24',56.55,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2488,'4000','41724502264','2024-08-24 15:29:25',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2489,'1050','41724502573','2024-08-24 15:50:47',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450385323734001232','No',NULL,NULL,''),(2490,'1110','41724502573','2024-08-24 15:50:47',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2491,'5500','41724502573','2024-08-24 15:29:33',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2492,'4000','41724502573','2024-08-24 15:50:47',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2493,'1010','41724503853','2024-08-24 16:17:33',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450546012322024243','No',NULL,NULL,'vf'),(2494,'1110','41724503853','2024-08-24 16:17:33',NULL,89.25,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(2495,'5500','41724503853','2024-08-24 15:50:54',89.25,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2496,'4000','41724503853','2024-08-24 16:17:33',NULL,180.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(2497,'1010','41724506305','2024-08-24 16:32:10',600.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172450634120524472223','No',NULL,NULL,'mpesa'),(2498,'1110','41724506305','2024-08-24 16:32:10',NULL,179.46,'','4','1','Inventory sold','1','25','sales','66','','No',NULL,NULL,''),(2499,'5500','41724506305','2024-08-24 16:31:45',179.46,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2500,'4000','41724506305','2024-08-24 16:32:10',NULL,600.00,'','4','1','Good sold','1','25','sales','66','','No',NULL,NULL,''),(2501,'1050','41724506342','2024-08-24 16:40:10',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172450682122422200431','No',NULL,NULL,''),(2502,'1110','41724506342','2024-08-24 16:40:10',NULL,58.33,'','4','1','Inventory sold','1','25','sales','22','','No',NULL,NULL,''),(2503,'1110','41724506342','2024-08-24 16:32:22',NULL,58.33,'','4','1','Inventory sold','1','25','sales','21','','No',NULL,NULL,''),(2504,'5500','41724506342','2024-08-24 16:39:54',116.66,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2505,'4000','41724506342','2024-08-24 16:40:10',NULL,80.00,'','4','1','Good sold','1','25','sales','22','','No',NULL,NULL,''),(2506,'4000','41724506342','2024-08-24 16:32:22',NULL,80.00,'','4','1','Good sold','1','25','sales','21','','No',NULL,NULL,''),(2507,'1050','41724507780','2024-08-24 16:56:57',150.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172450782924203207010','No',NULL,NULL,''),(2508,'1110','41724507780','2024-08-24 16:56:57',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(2509,'1110','41724507780','2024-08-24 16:56:20',NULL,56.55,'','4','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(2510,'5500','41724507780','2024-08-24 16:56:34',86.05,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2511,'4000','41724507780','2024-08-24 16:56:57',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(2512,'4000','41724507780','2024-08-24 16:56:20',NULL,100.00,'','4','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(2513,'1010','41724507896','2024-08-24 17:18:28',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450911534201242310','No',NULL,NULL,'hj'),(2514,'1110','41724507896','2024-08-24 17:18:28',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2515,'5500','41724507896','2024-08-24 16:58:16',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2516,'4000','41724507896','2024-08-24 17:18:28',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2517,'1050','41724509116','2024-08-24 17:22:40',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172450936402242032033','No',NULL,NULL,''),(2518,'1110','41724509116','2024-08-24 17:22:40',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2519,'5500','41724509116','2024-08-24 17:18:36',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2520,'4000','41724509116','2024-08-24 17:22:40',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2521,'1010','41724509365','2024-08-24 17:41:01',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451051415023222234','No',NULL,NULL,'vf'),(2522,'1110','41724509365','2024-08-24 17:41:01',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2523,'5500','41724509365','2024-08-24 17:22:45',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2524,'4000','41724509365','2024-08-24 17:41:01',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2525,'1050','41724510515','2024-08-24 17:44:10',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451065707504744112','No',NULL,NULL,''),(2526,'1110','41724510515','2024-08-24 17:44:10',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2527,'5500','41724510515','2024-08-24 17:41:55',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2528,'4000','41724510515','2024-08-24 17:44:10',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2529,'1010','41724510657','2024-08-24 17:51:03',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451107154020324333','No',NULL,NULL,'df'),(2530,'1110','41724510657','2024-08-24 17:51:03',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2531,'5500','41724510657','2024-08-24 17:44:18',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2532,'4000','41724510657','2024-08-24 17:51:03',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2533,'1010','41724511198','2024-08-24 18:03:54',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451185322017101312','No',NULL,NULL,'cvf'),(2534,'1050','41724511198','2024-08-24 18:03:54',90.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451185322017101312','No',NULL,NULL,'cvf'),(2535,'1110','41724511198','2024-08-24 18:03:54',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2536,'5500','41724511198','2024-08-24 17:53:18',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2537,'4000','41724511198','2024-08-24 18:03:54',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2538,'1010','41724511854','2024-08-24 18:04:47',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451189442822140143','No',NULL,NULL,'ghy'),(2539,'1110','41724511854','2024-08-24 18:04:47',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2540,'5500','41724511854','2024-08-24 18:04:14',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2541,'4000','41724511854','2024-08-24 18:04:47',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2542,'2130','41724511895','2024-08-24 18:06:23',50.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172451199130503721320','No',NULL,NULL,''),(2543,'1110','41724511895','2024-08-24 18:06:23',42.84,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(2544,'5500','41724511895','2024-08-24 18:04:55',NULL,42.84,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(2545,'4000','41724511895','2024-08-24 18:06:23',50.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(2546,'2130','41724512024','2024-08-24 18:07:16',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172451205047124004037','No',NULL,NULL,''),(2547,'1110','41724512024','2024-08-24 18:07:16',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(2548,'5500','41724512024','2024-08-24 18:07:04',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(2549,'4000','41724512024','2024-08-24 18:07:16',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(2550,'1050','41724512638','2024-08-24 18:17:30',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172451266042603522102','No',NULL,NULL,''),(2551,'1110','41724512638','2024-08-24 18:17:30',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(2552,'5500','41724512638','2024-08-24 18:17:19',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2553,'4000','41724512638','2024-08-24 18:17:30',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(2554,'1010','41724513241','2024-08-24 18:27:54',140.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451333430040322530','No',NULL,NULL,'sd'),(2555,'1110','41724513241','2024-08-24 18:27:54',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2556,'1110','41724513241','2024-08-24 18:27:21',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2557,'5500','41724513241','2024-08-24 18:27:32',111.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2558,'4000','41724513241','2024-08-24 18:27:54',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2559,'4000','41724513241','2024-08-24 18:27:21',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2560,'1050','41724513698','2024-08-24 18:36:45',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172451381990308320227','No',NULL,NULL,''),(2561,'1110','41724513698','2024-08-24 18:36:45',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2562,'5500','41724513698','2024-08-24 18:34:59',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2563,'4000','41724513698','2024-08-24 18:36:45',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2564,'1010','41724513820','2024-08-24 18:41:50',210.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172451413272412033342','No',NULL,NULL,'vf'),(2565,'1110','41724513820','2024-08-24 18:41:50',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2566,'1110','41724513820','2024-08-24 18:37:00',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2567,'5500','41724513820','2024-08-24 18:41:34',178.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2568,'4000','41724513820','2024-08-24 18:41:50',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2569,'4000','41724513820','2024-08-24 18:37:00',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2570,'2130','41724514133','2024-08-24 18:42:48',320.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172451418704231132332','No',NULL,NULL,''),(2571,'1110','41724514133','2024-08-24 18:42:48',272.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(2572,'5500','41724514133','2024-08-24 18:42:13',NULL,272.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(2573,'4000','41724514133','2024-08-24 18:42:48',320.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(2574,'2130','41724514223','2024-08-24 18:43:57',320.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172451425033022022432','No',NULL,NULL,''),(2575,'1110','41724514223','2024-08-24 18:43:57',272.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(2576,'5500','41724514223','2024-08-24 18:43:43',NULL,272.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(2577,'4000','41724514223','2024-08-24 18:43:57',320.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(2578,'1010','41724514545','2024-08-24 18:49:23',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172451458501478233405','No',NULL,NULL,'mpesa'),(2579,'1110','41724514545','2024-08-24 18:49:23',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(2580,'5500','41724514545','2024-08-24 18:49:05',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2581,'4000','41724514545','2024-08-24 18:49:23',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(2582,'1010','41724514585','2024-08-24 18:51:40',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172451471440772403232','No',NULL,NULL,'mpesa'),(2583,'1110','41724514585','2024-08-24 18:51:40',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2584,'5500','41724514585','2024-08-24 18:49:46',42.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2585,'4000','41724514585','2024-08-24 18:51:40',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2586,'2130','41724514714','2024-08-24 18:53:22',80.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172451482022022334330','No',NULL,NULL,''),(2587,'1110','41724514714','2024-08-24 18:53:22',68.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(2588,'5500','41724514714','2024-08-24 18:51:54',NULL,68.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(2589,'4000','41724514714','2024-08-24 18:53:22',80.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(2590,'1010','41724515167','2024-08-24 18:59:55',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451521835420331552','No',NULL,NULL,'gtr'),(2591,'1110','41724515167','2024-08-24 18:59:55',NULL,89.25,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(2592,'1110','41724515167','2024-08-24 18:59:27',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2593,'5500','41724515167','2024-08-24 18:59:45',157.25,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2594,'4000','41724515167','2024-08-24 18:59:55',NULL,180.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(2595,'4000','41724515167','2024-08-24 18:59:27',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2596,'1050','41724515666','2024-08-24 19:07:56',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451568022310285022','No',NULL,NULL,''),(2597,'1110','41724515666','2024-08-24 19:07:56',NULL,29.50,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2598,'5500','41724515666','2024-08-24 19:07:46',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2599,'4000','41724515666','2024-08-24 19:07:56',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2600,'1050','41724515681','2024-08-24 19:10:38',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451598522229495330','No',NULL,NULL,''),(2601,'1110','41724515681','2024-08-24 19:10:38',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2602,'5500','41724515681','2024-08-24 19:08:01',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2603,'4000','41724515681','2024-08-24 19:10:38',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2604,'1050','41724515986','2024-08-24 19:17:27',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451625012206523200','No',NULL,NULL,''),(2605,'1110','41724515986','2024-08-24 19:17:27',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2606,'5500','41724515986','2024-08-24 19:13:06',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2607,'4000','41724515986','2024-08-24 19:17:27',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2608,'1010','41724516250','2024-08-24 19:18:43',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451643210331434332','No',NULL,NULL,'vf'),(2609,'1110','41724516250','2024-08-24 19:18:43',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(2610,'5500','41724516250','2024-08-24 19:17:30',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2611,'4000','41724516250','2024-08-24 19:18:43',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(2612,'1010','41724516980','2024-08-24 19:31:52',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451712003431140227','No',NULL,NULL,'gh'),(2613,'1110','41724516980','2024-08-24 19:31:52',NULL,59.50,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(2614,'5500','41724516980','2024-08-24 19:29:40',59.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2615,'4000','41724516980','2024-08-24 19:31:52',NULL,120.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(2616,'1100','41724511895','2024-08-24 19:34:22',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(2617,'na','41724511895','2024-08-24 19:34:22',50.00,NULL,'','4','1','','1','25','payment','','4172451729211232220105','No',NULL,NULL,''),(2618,'1100','41724514133','2024-08-24 19:36:32',NULL,140.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ghdrrr'),(2619,'na','41724514133','2024-08-24 19:36:32',140.00,NULL,'','4','1','','1','25','payment','','4172451742132200232432','No',NULL,NULL,'ghdrrr'),(2620,'1100','41724514133','2024-08-24 19:37:56',NULL,180.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(2621,'na','41724514133','2024-08-24 19:37:56',180.00,NULL,'','4','1','','1','25','payment','','4172451759733723223572','No',NULL,NULL,''),(2622,'1010','41724517684','2024-08-24 19:41:40',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451771043201453023','No',NULL,NULL,'gh'),(2623,'1110','41724517684','2024-08-24 19:41:40',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2624,'5500','41724517684','2024-08-24 19:41:24',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2625,'4000','41724517684','2024-08-24 19:41:40',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2626,'1100','41724475123','2024-08-24 19:42:56',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(2627,'na','41724475123','2024-08-24 19:42:56',50.00,NULL,'','4','1','','1','25','payment','','4172451781077342332433','No',NULL,NULL,''),(2628,'1010','41724517957','2024-08-24 19:47:08',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451803802050225224','No',NULL,NULL,'jyh'),(2629,'1110','41724517957','2024-08-24 19:47:08',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2630,'1110','41724517957','2024-08-24 19:45:57',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(2631,'5500','41724517957','2024-08-24 19:46:13',163.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2632,'4000','41724517957','2024-08-24 19:47:08',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2633,'4000','41724517957','2024-08-24 19:45:57',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(2634,'1010','41724518039','2024-08-24 19:50:12',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451822120302142202','No',NULL,NULL,'nh'),(2635,'1110','41724518039','2024-08-24 19:50:12',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2636,'5500','41724518039','2024-08-24 19:47:19',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2637,'4000','41724518039','2024-08-24 19:50:12',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2638,'1010','41724518222','2024-08-24 19:50:55',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451827323233235303','No',NULL,NULL,'dew'),(2639,'1110','41724518222','2024-08-24 19:50:55',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(2640,'5500','41724518222','2024-08-24 19:50:22',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2641,'4000','41724518222','2024-08-24 19:50:55',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(2642,'2130','41724518496','2024-08-24 19:55:14',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172451852725200240222','No',NULL,NULL,''),(2643,'1110','41724518496','2024-08-24 19:55:14',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(2644,'5500','41724518496','2024-08-24 19:54:56',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(2645,'4000','41724518496','2024-08-24 19:55:14',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(2646,'1010','41724518597','2024-08-24 19:57:02',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451862925203022262','No',NULL,NULL,'ccf'),(2647,'1110','41724518597','2024-08-24 19:57:02',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2648,'1110','41724518597','2024-08-24 19:56:37',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2649,'5500','41724518597','2024-08-24 19:56:52',43.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2650,'4000','41724518597','2024-08-24 19:57:02',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2651,'4000','41724518597','2024-08-24 19:56:37',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2652,'1050','41724519151','2024-08-24 20:06:01',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172451916340367103342','No',NULL,NULL,''),(2653,'1110','41724519151','2024-08-24 20:06:01',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2654,'5500','41724519151','2024-08-24 20:05:51',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2655,'4000','41724519151','2024-08-24 20:06:01',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2656,'1100','41724480489','2024-08-24 20:07:02',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'489'),(2657,'na','41724480489','2024-08-24 20:07:02',100.00,NULL,'','4','1','','1','25','payment','','4172451924332200003495','No',NULL,NULL,'489'),(2658,'1100','41724474424','2024-08-24 20:12:24',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'476'),(2659,'na','41724474424','2024-08-24 20:12:24',160.00,NULL,'','4','1','','1','25','payment','','4172451957907237217204','No',NULL,NULL,'476'),(2660,'1010','41724520119','2024-08-24 20:22:16',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172452014100052437300','No',NULL,NULL,'jh'),(2661,'1110','41724520119','2024-08-24 20:22:16',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2662,'5500','41724520119','2024-08-24 20:21:59',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2663,'4000','41724520119','2024-08-24 20:22:16',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2664,'1050','41724520440','2024-08-24 20:27:31',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172452045320233420321','No',NULL,NULL,''),(2665,'1110','41724520440','2024-08-24 20:27:31',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2666,'5500','41724520440','2024-08-24 20:27:21',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2667,'4000','41724520440','2024-08-24 20:27:31',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2672,'1010','61724557621','2024-08-25 06:47:19',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172455764530033553222','No',NULL,NULL,'mpesa'),(2673,'1110','61724557621','2024-08-25 06:47:19',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2674,'5500','61724557621','2024-08-25 06:47:01',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2675,'4000','61724557621','2024-08-25 06:47:19',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2684,'1110','41724521210','2024-08-24 20:40:11',10200.00,NULL,'','6','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(2685,'2130','41724521210','2024-08-24 20:40:11',NULL,10200.00,'','6','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(2694,'1010','61724562468','2024-08-25 08:07:58',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456248742132710025','No',NULL,NULL,'mpesa'),(2695,'1110','61724562468','2024-08-25 08:07:58',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2696,'5500','61724562468','2024-08-25 08:07:49',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2697,'4000','61724562468','2024-08-25 08:07:58',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2698,'1050','61724562488','2024-08-25 08:12:02',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456272820320343236','No',NULL,NULL,''),(2699,'1110','61724562488','2024-08-25 08:12:02',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2700,'5500','61724562488','2024-08-25 08:08:08',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2701,'4000','61724562488','2024-08-25 08:12:02',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2702,'1010','61724562729','2024-08-25 08:18:05',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456310943360062323','No',NULL,NULL,'mpesa'),(2703,'1110','61724562729','2024-08-25 08:18:05',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2704,'5500','61724562729','2024-08-25 08:12:09',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2705,'4000','61724562729','2024-08-25 08:18:05',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2706,'2130','61724563110','2024-08-25 08:40:32',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172456445773504237377','No',NULL,NULL,''),(2707,'1110','61724563110','2024-08-25 08:40:32',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(2708,'5500','61724563110','2024-08-25 08:18:30',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(2709,'4000','61724563110','2024-08-25 08:40:32',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(2710,'1010','61724564632','2024-08-25 08:44:15',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456466862823038702','No',NULL,NULL,'mpesa'),(2711,'1110','61724564632','2024-08-25 08:44:15',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2712,'5500','61724564632','2024-08-25 08:43:52',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2713,'4000','61724564632','2024-08-25 08:44:15',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2714,'1010','61724564669','2024-08-25 09:04:29',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456587952307233262','No',NULL,NULL,'mpesa'),(2715,'1110','61724564669','2024-08-25 09:04:29',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2716,'5500','61724564669','2024-08-25 08:44:29',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2717,'4000','61724564669','2024-08-25 09:04:29',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2718,'2130','61724565880','2024-08-25 09:05:00',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172456591222320733259','No',NULL,NULL,''),(2719,'1110','61724565880','2024-08-25 09:05:00',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(2720,'5500','61724565880','2024-08-25 09:04:40',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(2721,'4000','61724565880','2024-08-25 09:05:00',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(2722,'1010','61724565940','2024-08-25 09:17:02',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456663633624052707','No',NULL,NULL,'mpesa'),(2723,'1110','61724565940','2024-08-25 09:17:02',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2724,'5500','61724565940','2024-08-25 09:05:40',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2725,'4000','61724565940','2024-08-25 09:17:02',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2734,'1050','61724567447','2024-08-25 09:31:04',70.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172456747130334632332','No',NULL,NULL,''),(2735,'1110','61724567447','2024-08-25 09:31:04',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2736,'5500','61724567447','2024-08-25 09:30:47',59.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2737,'4000','61724567447','2024-08-25 09:31:04',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2742,'2130','61724569388','2024-08-25 10:35:54',80.00,NULL,'','6','1','Goods returned','1','25','creditnote','','6172457137622734212226','No',NULL,NULL,''),(2743,'1110','61724569388','2024-08-25 10:35:54',68.00,NULL,'','6','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(2744,'5500','61724569388','2024-08-25 10:03:08',NULL,68.00,'','6','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(2745,'4000','61724569388','2024-08-25 10:35:54',80.00,NULL,'','6','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(2750,'1010','61724571667','2024-08-25 10:47:35',580.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457220623303023330','No',NULL,NULL,'mpesa'),(2751,'1050','61724571667','2024-08-25 10:47:35',260.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457220623303023330','No',NULL,NULL,'mpesa'),(2752,'1110','61724571667','2024-08-25 10:47:35',NULL,27.00,'','6','1','Inventory sold','1','25','sales','71','','No',NULL,NULL,''),(2753,'1110','61724571667','2024-08-25 10:41:07',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(2754,'1110','61724571667','2024-08-25 10:42:26',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(2755,'1110','61724571667','2024-08-25 10:42:41',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(2756,'1110','61724571667','2024-08-25 10:43:04',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2757,'1110','61724571667','2024-08-25 10:43:17',NULL,442.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2758,'5500','61724571667','2024-08-25 10:47:15',649.42,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2759,'4000','61724571667','2024-08-25 10:47:35',NULL,40.00,'','6','1','Good sold','1','25','sales','71','','No',NULL,NULL,''),(2760,'4000','61724571667','2024-08-25 10:41:07',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(2761,'4000','61724571667','2024-08-25 10:42:26',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(2762,'4000','61724571667','2024-08-25 10:42:41',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(2763,'4000','61724571667','2024-08-25 10:43:04',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2764,'4000','61724571667','2024-08-25 10:43:17',NULL,520.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2765,'1100','61724236345','2024-08-25 10:51:24',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hj'),(2766,'na','61724236345','2024-08-25 10:51:24',80.00,NULL,'','6','1','','1','25','payment','','6172457230803400102220','No',NULL,NULL,'hj'),(2767,'1100','61724569388','2024-08-25 10:52:54',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'kiuj'),(2768,'na','61724569388','2024-08-25 10:52:54',80.00,NULL,'','6','1','','1','25','payment','','6172457240942220112323','No',NULL,NULL,'kiuj'),(2769,'1100','61724569388','2024-08-25 10:58:50',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mpesa'),(2770,'na','61724569388','2024-08-25 10:58:50',80.00,NULL,'','6','1','','1','25','payment','','6172457276326200332023','No',NULL,NULL,'mpesa'),(2771,'1010','61724572832','2024-08-25 11:02:56',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172457298683231372630','No',NULL,NULL,'mpesa'),(2772,'1110','61724572832','2024-08-25 11:02:56',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2773,'5500','61724572832','2024-08-25 11:00:32',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2774,'4000','61724572832','2024-08-25 11:02:56',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2779,'2130','61724573691','2024-08-25 11:15:05',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172457372615060722453','No',NULL,NULL,''),(2780,'1110','61724573691','2024-08-25 11:15:05',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(2781,'5500','61724573691','2024-08-25 11:14:51',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(2782,'4000','61724573691','2024-08-25 11:15:05',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(2783,'1010','61724575019','2024-08-25 11:37:33',340.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457509222222504320','No',NULL,NULL,'mpesa'),(2784,'1110','61724575019','2024-08-25 11:37:33',NULL,188.08,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(2785,'1110','61724575019','2024-08-25 11:37:00',NULL,27.00,'','6','1','Inventory sold','1','25','sales','71','','No',NULL,NULL,''),(2786,'5500','61724575019','2024-08-25 11:37:19',215.08,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2787,'4000','61724575019','2024-08-25 11:37:33',NULL,300.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(2788,'4000','61724575019','2024-08-25 11:37:00',NULL,40.00,'','6','1','Good sold','1','25','sales','71','','No',NULL,NULL,''),(2789,'1010','61724575093','2024-08-25 11:41:47',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457532426345233325','No',NULL,NULL,''),(2790,'1110','61724575093','2024-08-25 11:41:47',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2791,'5500','61724575093','2024-08-25 11:38:13',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2792,'4000','61724575093','2024-08-25 11:41:47',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2793,'1010','61724577377','2024-08-25 12:22:26',490.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457812522102402752','No',NULL,NULL,'mpesa'),(2794,'1050','61724577377','2024-08-25 12:22:26',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172457812522102402752','No',NULL,NULL,'mpesa'),(2795,'1110','61724577377','2024-08-25 12:22:26',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2796,'1110','61724577377','2024-08-25 12:16:17',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(2797,'1110','61724577377','2024-08-25 12:16:32',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2798,'1110','61724577377','2024-08-25 12:16:46',NULL,94.04,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(2799,'5500','61724577377','2024-08-25 12:22:12',464.72,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2800,'4000','61724577377','2024-08-25 12:22:26',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2801,'4000','61724577377','2024-08-25 12:16:17',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(2802,'4000','61724577377','2024-08-25 12:16:32',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2803,'4000','61724577377','2024-08-25 12:16:46',NULL,150.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(2804,'1050','61724580629','2024-08-25 13:34:43',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458210142313002302','No',NULL,NULL,''),(2805,'1110','61724580629','2024-08-25 13:34:43',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(2806,'5500','61724580629','2024-08-25 13:10:29',56.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2807,'4000','61724580629','2024-08-25 13:34:43',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(2808,'1010','61724582103','2024-08-25 13:43:45',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458274433336330433','No',NULL,NULL,'mpesa'),(2809,'1050','61724582103','2024-08-25 13:43:45',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458274433336330433','No',NULL,NULL,'mpesa'),(2810,'1110','61724582103','2024-08-25 13:43:45',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2811,'1110','61724582103','2024-08-25 13:35:03',NULL,30.77,'','6','1','Inventory sold','1','25','sales','116','','No',NULL,NULL,''),(2812,'1110','61724582103','2024-08-25 13:43:10',NULL,255.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2813,'5500','61724582103','2024-08-25 13:43:29',353.77,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2814,'4000','61724582103','2024-08-25 13:43:45',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2815,'4000','61724582103','2024-08-25 13:35:03',NULL,60.00,'','6','1','Good sold','1','25','sales','116','','No',NULL,NULL,''),(2816,'4000','61724582103','2024-08-25 13:43:10',NULL,300.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2817,'1050','61724582745','2024-08-25 13:46:52',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458281922476282203','No',NULL,NULL,''),(2818,'1110','61724582745','2024-08-25 13:46:52',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2819,'5500','61724582745','2024-08-25 13:45:45',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2820,'4000','61724582745','2024-08-25 13:46:52',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2821,'1010','61724582821','2024-08-25 13:47:50',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458289291032323090','No',NULL,NULL,'mpesa'),(2822,'1110','61724582821','2024-08-25 13:47:50',NULL,56.47,'','6','1','Inventory sold','1','25','sales','104','','No',NULL,NULL,''),(2823,'5500','61724582821','2024-08-25 13:47:01',56.47,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2824,'4000','61724582821','2024-08-25 13:47:50',NULL,100.00,'','6','1','Good sold','1','25','sales','104','','No',NULL,NULL,''),(2825,'1010','61724582893','2024-08-25 13:56:27',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458339833372482042','No',NULL,NULL,'mpesa'),(2826,'1110','61724582893','2024-08-25 13:56:27',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(2827,'1110','61724582893','2024-08-25 13:48:13',NULL,30.77,'','6','1','Inventory sold','1','25','sales','116','','No',NULL,NULL,''),(2828,'5500','61724582893','2024-08-25 13:56:15',61.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2829,'4000','61724582893','2024-08-25 13:56:27',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(2830,'4000','61724582893','2024-08-25 13:48:13',NULL,60.00,'','6','1','Good sold','1','25','sales','116','','No',NULL,NULL,''),(2831,'1010','61724583399','2024-08-25 14:01:12',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458368133012882843','No',NULL,NULL,'mpesa'),(2832,'1110','61724583399','2024-08-25 14:01:12',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(2833,'5500','61724583399','2024-08-25 13:56:39',29.75,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2834,'4000','61724583399','2024-08-25 14:01:12',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(2835,'2130','61724583682','2024-08-25 14:02:12',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172458375130532230023','No',NULL,NULL,''),(2836,'1110','61724583682','2024-08-25 14:02:12',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(2837,'5500','61724583682','2024-08-25 14:01:22',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(2838,'4000','61724583682','2024-08-25 14:02:12',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(2839,'1010','61724585122','2024-08-25 14:25:31',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458514232710425352','No',NULL,NULL,'mpesa'),(2840,'1110','61724585122','2024-08-25 14:25:31',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(2841,'5500','61724585122','2024-08-25 14:25:22',56.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2842,'4000','61724585122','2024-08-25 14:25:31',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(2843,'1010','61724585143','2024-08-25 14:31:26',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458550020233582523','No',NULL,NULL,'mpesa'),(2844,'1110','61724585143','2024-08-25 14:31:26',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(2845,'5500','61724585143','2024-08-25 14:25:44',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2846,'4000','61724585143','2024-08-25 14:31:26',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(2847,'1100','61724560306','2024-08-25 07:37:39',1280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458641446336014235','No',NULL,NULL,''),(2848,'1110','61724560306','2024-08-25 07:37:39',NULL,1088.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2849,'5500','61724560306','2024-08-25 07:31:46',1088.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2850,'4000','61724560306','2024-08-25 07:37:39',NULL,1280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2851,'1100','61724560306','2024-08-25 14:47:14',NULL,1280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uio'),(2852,'na','61724560306','2024-08-25 14:47:14',1280.00,NULL,'','6','1','','1','25','payment','','6172458645820423650233','No',NULL,NULL,'uio'),(2853,'1010','61724586469','2024-08-25 14:50:43',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172458674733803233704','No',NULL,NULL,'mpesa'),(2854,'1050','61724586469','2024-08-25 14:50:43',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172458674733803233704','No',NULL,NULL,'mpesa'),(2855,'1110','61724586469','2024-08-25 14:50:43',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(2856,'1110','61724586469','2024-08-25 14:47:49',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2857,'1110','61724586469','2024-08-25 14:50:10',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2858,'5500','61724586469','2024-08-25 14:50:32',131.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2859,'4000','61724586469','2024-08-25 14:50:43',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(2860,'4000','61724586469','2024-08-25 14:47:49',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2861,'4000','61724586469','2024-08-25 14:50:10',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2862,'1010','61724586910','2024-08-25 14:55:19',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172458693064170332232','No',NULL,NULL,'mpesa'),(2863,'1110','61724586910','2024-08-25 14:55:19',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2864,'5500','61724586910','2024-08-25 14:55:10',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2865,'4000','61724586910','2024-08-25 14:55:19',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2866,'1010','61724587889','2024-08-25 15:11:44',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458791473392323333','No',NULL,NULL,'mpesa'),(2867,'1110','61724587889','2024-08-25 15:11:44',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2868,'5500','61724587889','2024-08-25 15:11:29',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2869,'4000','61724587889','2024-08-25 15:11:44',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2870,'1010','61724587915','2024-08-25 15:14:46',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458809628226220340','No',NULL,NULL,'mpesa'),(2871,'1110','61724587915','2024-08-25 15:14:46',NULL,1.00,'','6','1','Inventory sold','1','25','sales','98','','No',NULL,NULL,''),(2872,'5500','61724587915','2024-08-25 15:11:55',1.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2873,'4000','61724587915','2024-08-25 15:14:46',NULL,100.00,'','6','1','Good sold','1','25','sales','98','','No',NULL,NULL,''),(2874,'1010','61724588553','2024-08-25 15:41:20',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172458969106203321351','No',NULL,NULL,'mpesa'),(2875,'1110','61724588553','2024-08-25 15:41:20',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(2876,'5500','61724588553','2024-08-25 15:22:33',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2877,'4000','61724588553','2024-08-25 15:41:20',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(2878,'1010','61724589692','2024-08-25 15:47:32',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459006925902232230','No',NULL,NULL,'mpesa'),(2879,'1110','61724589692','2024-08-25 15:47:32',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(2880,'5500','61724589692','2024-08-25 15:41:32',30.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2881,'4000','61724589692','2024-08-25 15:47:32',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(2882,'1050','61724590070','2024-08-25 16:15:45',75.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459175633040227234','No',NULL,NULL,''),(2883,'1110','61724590070','2024-08-25 16:15:45',NULL,47.02,'','6','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(2884,'5500','61724590070','2024-08-25 15:47:50',47.02,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2885,'4000','61724590070','2024-08-25 16:15:45',NULL,75.00,'','6','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(2886,'1010','61724591757','2024-08-25 16:29:45',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459261531120233251','No',NULL,NULL,'mpesa'),(2887,'1050','61724591757','2024-08-25 16:29:45',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459261531120233251','No',NULL,NULL,'mpesa'),(2888,'1110','61724591757','2024-08-25 16:29:45',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2889,'5500','61724591757','2024-08-25 16:15:57',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2890,'4000','61724591757','2024-08-25 16:29:45',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2891,'1010','61724592616','2024-08-25 16:45:31',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459355135213033512','No',NULL,NULL,'mpesa'),(2892,'1110','61724592616','2024-08-25 16:45:31',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(2893,'5500','61724592616','2024-08-25 16:30:16',47.34,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2894,'4000','61724592616','2024-08-25 16:45:31',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(2895,'1050','61724593553','2024-08-25 17:05:46',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459475807348936254','No',NULL,NULL,''),(2896,'1110','61724593553','2024-08-25 17:05:46',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2897,'1110','61724593553','2024-08-25 16:45:53',NULL,29.50,'','6','1','Inventory sold','1','25','sales','10','','No',NULL,NULL,''),(2898,'5500','61724593553','2024-08-25 17:05:11',97.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2899,'4000','61724593553','2024-08-25 17:05:46',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2900,'4000','61724593553','2024-08-25 16:45:53',NULL,40.00,'','6','1','Good sold','1','25','sales','10','','No',NULL,NULL,''),(2901,'1010','61724594760','2024-08-25 17:11:44',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459511430352122463','No',NULL,NULL,'mpesa'),(2902,'1110','61724594760','2024-08-25 17:11:44',NULL,103.52,'','6','1','Inventory sold','1','25','sales','112','','No',NULL,NULL,''),(2903,'1110','61724594760','2024-08-25 17:06:00',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(2904,'5500','61724594760','2024-08-25 17:11:33',112.92,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2905,'4000','61724594760','2024-08-25 17:11:44',NULL,180.00,'','6','1','Good sold','1','25','sales','112','','No',NULL,NULL,''),(2906,'4000','61724594760','2024-08-25 17:06:00',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(2907,'1010','61724595115','2024-08-25 17:31:46',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459631833719000003','No',NULL,NULL,'mpesa'),(2908,'1110','61724595115','2024-08-25 17:31:46',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2909,'5500','61724595115','2024-08-25 17:11:55',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2910,'4000','61724595115','2024-08-25 17:31:46',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2911,'1010','61724596319','2024-08-25 17:44:47',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459711514325052227','No',NULL,NULL,'mpesa'),(2912,'1050','61724596319','2024-08-25 17:44:47',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459711514325052227','No',NULL,NULL,'mpesa'),(2913,'1110','61724596319','2024-08-25 17:44:47',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(2914,'1110','61724596319','2024-08-25 17:31:59',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2915,'5500','61724596319','2024-08-25 17:43:53',98.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2916,'4000','61724596319','2024-08-25 17:44:47',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(2917,'4000','61724596319','2024-08-25 17:31:59',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2918,'1100','61724597116','2024-08-25 17:53:35',800.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459762803703300256','No',NULL,NULL,''),(2919,'1110','61724597116','2024-08-25 17:53:35',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2920,'5500','61724597116','2024-08-25 17:45:16',680.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2921,'4000','61724597116','2024-08-25 17:53:35',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2922,'1010','61724597816','2024-08-25 17:57:33',680.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459786922923063271','No',NULL,NULL,'mpesa'),(2923,'1110','61724597816','2024-08-25 17:57:33',NULL,408.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2924,'1110','61724597816','2024-08-25 17:56:56',NULL,103.47,'','6','1','Inventory sold','1','25','sales','118','','No',NULL,NULL,''),(2925,'1110','61724597816','2024-08-25 17:57:08',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(2926,'5500','61724597816','2024-08-25 17:57:21',520.87,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2927,'4000','61724597816','2024-08-25 17:57:33',NULL,480.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2928,'4000','61724597816','2024-08-25 17:56:56',NULL,180.00,'','6','1','Good sold','1','25','sales','118','','No',NULL,NULL,''),(2929,'4000','61724597816','2024-08-25 17:57:08',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(2930,'1010','61724598387','2024-08-25 18:06:46',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459850388432230420','No',NULL,NULL,'mpesa'),(2931,'1110','61724598387','2024-08-25 18:06:46',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2932,'1110','61724598387','2024-08-25 18:06:27',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(2933,'5500','61724598387','2024-08-25 18:06:38',77.40,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2934,'4000','61724598387','2024-08-25 18:06:46',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2935,'4000','61724598387','2024-08-25 18:06:27',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(2936,'1010','61724598504','2024-08-25 18:10:13',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172459861906692320432','No',NULL,NULL,'mpesa'),(2937,'1110','61724598504','2024-08-25 18:10:13',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2938,'5500','61724598504','2024-08-25 18:08:24',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2939,'4000','61724598504','2024-08-25 18:10:13',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2940,'1050','61724599096','2024-08-25 18:18:33',75.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172459912202233392220','No',NULL,NULL,''),(2941,'1110','61724599096','2024-08-25 18:18:33',NULL,47.02,'','6','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(2942,'5500','61724599096','2024-08-25 18:18:16',47.02,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2943,'4000','61724599096','2024-08-25 18:18:33',NULL,75.00,'','6','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(2944,'1010','61724599123','2024-08-25 18:25:15',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172459952357310152020','No',NULL,NULL,'mpesa'),(2945,'1110','61724599123','2024-08-25 18:25:15',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2946,'5500','61724599123','2024-08-25 18:18:43',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2947,'4000','61724599123','2024-08-25 18:25:15',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2948,'1010','61724600435','2024-08-25 18:50:04',1190.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172460106223063321363','No',NULL,NULL,'mpesa'),(2949,'1110','61724600435','2024-08-25 18:50:04',NULL,561.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2950,'1110','61724600435','2024-08-25 18:40:35',NULL,57.38,'','6','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(2951,'1110','61724600435','2024-08-25 18:41:24',NULL,153.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2952,'1110','61724600435','2024-08-25 18:41:55',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(2953,'5500','61724600435','2024-08-25 18:49:46',865.42,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2954,'4000','61724600435','2024-08-25 18:50:04',NULL,660.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2955,'4000','61724600435','2024-08-25 18:40:35',NULL,200.00,'','6','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(2956,'4000','61724600435','2024-08-25 18:41:24',NULL,180.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2957,'4000','61724600435','2024-08-25 18:41:55',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2958,'1100','61724572987','2024-08-25 11:03:30',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460142133324312142','No',NULL,NULL,''),(2959,'1110','61724572987','2024-08-25 11:03:30',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2960,'5500','61724572987','2024-08-25 11:03:07',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2961,'4000','61724572987','2024-08-25 11:03:30',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2962,'1100','61724566637','2024-08-25 09:22:22',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460176413330034300','No',NULL,NULL,''),(2963,'1110','61724566637','2024-08-25 09:22:22',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2964,'5500','61724566637','2024-08-25 09:17:18',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2965,'4000','61724566637','2024-08-25 09:22:22',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2966,'1010','61724601991','2024-08-25 19:06:52',110.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460207620230302033','No',NULL,NULL,'mpesa'),(2967,'1050','61724601991','2024-08-25 19:06:52',20.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460207620230302033','No',NULL,NULL,'mpesa'),(2968,'1110','61724601991','2024-08-25 19:06:52',NULL,110.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2969,'5500','61724601991','2024-08-25 19:06:31',110.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2970,'4000','61724601991','2024-08-25 19:06:52',NULL,130.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2971,'1100','61724602077','2024-08-25 19:10:25',150.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460223540211200030','No',NULL,NULL,''),(2972,'1110','61724602077','2024-08-25 19:10:25',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2973,'1110','61724602077','2024-08-25 19:07:57',NULL,26.17,'','6','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(2974,'5500','61724602077','2024-08-25 19:10:16',111.17,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2975,'4000','61724602077','2024-08-25 19:10:25',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2976,'4000','61724602077','2024-08-25 19:07:57',NULL,50.00,'','6','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(2977,'1100','61724556567','2024-08-25 06:29:42',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460236276306202266','No',NULL,NULL,''),(2978,'1110','61724556567','2024-08-25 06:29:42',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(2979,'5500','61724556567','2024-08-25 06:29:27',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(2980,'4000','61724556567','2024-08-25 06:29:42',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(2981,'1100','61724556567','2024-08-25 19:13:02',NULL,360.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyu'),(2982,'na','61724556567','2024-08-25 19:13:02',360.00,NULL,'','6','1','','1','25','payment','','6172460240443700000003','No',NULL,NULL,'tyu'),(2983,'1100','61724572987','2024-08-25 19:15:21',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnhj'),(2984,'na','61724572987','2024-08-25 19:15:21',160.00,NULL,'','6','1','','1','25','payment','','6172460254432375360306','No',NULL,NULL,'bnhj'),(2985,'1100','61724566637','2024-08-25 19:16:12',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gtyh'),(2986,'na','61724566637','2024-08-25 19:16:12',160.00,NULL,'','6','1','','1','25','payment','','6172460259024102632333','No',NULL,NULL,'gtyh'),(2987,'1010','61724604261','2024-08-25 19:50:10',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172460469700333123373','No',NULL,NULL,'mpesa'),(2988,'1050','61724604261','2024-08-25 19:50:10',190.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172460469700333123373','No',NULL,NULL,'mpesa'),(2989,'1110','61724604261','2024-08-25 19:50:10',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2990,'1110','61724604261','2024-08-25 19:44:21',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2991,'5500','61724604261','2024-08-25 19:47:04',188.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2992,'4000','61724604261','2024-08-25 19:50:10',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2993,'4000','61724604261','2024-08-25 19:44:21',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2994,'1010','61724604698','2024-08-25 19:52:19',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172460475523124633203','No',NULL,NULL,'mpesa'),(2995,'1110','61724604698','2024-08-25 19:52:19',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2996,'5500','61724604698','2024-08-25 19:51:38',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2997,'4000','61724604698','2024-08-25 19:52:19',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2998,'1010','61724604756','2024-08-25 19:57:44',220.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460507722023232322','No',NULL,NULL,'mpesa'),(2999,'1110','61724604756','2024-08-25 19:57:44',NULL,187.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3000,'5500','61724604756','2024-08-25 19:52:36',187.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3001,'4000','61724604756','2024-08-25 19:57:44',NULL,220.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3002,'1010','61724605078','2024-08-25 19:59:47',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460528133278025724','No',NULL,NULL,'mpesa'),(3003,'1050','61724605078','2024-08-25 19:59:47',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460528133278025724','No',NULL,NULL,'mpesa'),(3004,'1110','61724605078','2024-08-25 19:59:47',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3005,'5500','61724605078','2024-08-25 19:57:58',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3006,'4000','61724605078','2024-08-25 19:59:47',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3007,'1100','61724567255','2024-08-25 09:27:58',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460538233322003210','No',NULL,NULL,''),(3008,'1110','61724567255','2024-08-25 09:27:58',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3009,'5500','61724567255','2024-08-25 09:27:35',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3010,'4000','61724567255','2024-08-25 09:27:58',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3011,'1100','61724567255','2024-08-25 20:03:27',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jhg'),(3012,'na','61724567255','2024-08-25 20:03:27',40.00,NULL,'','6','1','','1','25','payment','','6172460542523202136223','No',NULL,NULL,'jhg'),(3013,'1100','61724566637','2024-08-25 20:04:03',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hg'),(3014,'na','61724566637','2024-08-25 20:04:03',120.00,NULL,'','6','1','','1','25','payment','','6172460545735022340302','No',NULL,NULL,'hg'),(3015,'1100','61724571529','2024-08-25 10:39:12',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460549530420303333','No',NULL,NULL,''),(3016,'1110','61724571529','2024-08-25 10:39:12',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3017,'5500','61724571529','2024-08-25 10:38:49',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3018,'4000','61724571529','2024-08-25 10:39:12',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3019,'1100','61724571529','2024-08-25 20:05:10',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(3020,'na','61724571529','2024-08-25 20:05:10',30.00,NULL,'','6','1','','1','25','payment','','6172460552315426263303','No',NULL,NULL,''),(3021,'1100','61724602077','2024-08-25 20:05:35',NULL,150.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gfgghh'),(3022,'na','61724602077','2024-08-25 20:05:35',150.00,NULL,'','6','1','','1','25','payment','','6172460555535220545023','No',NULL,NULL,'gfgghh'),(3023,'2130','61724605890','2024-08-25 20:11:44',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172460591330325302023','No',NULL,NULL,''),(3024,'1110','61724605890','2024-08-25 20:11:44',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(3025,'5500','61724605890','2024-08-25 20:11:30',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(3026,'4000','61724605890','2024-08-25 20:11:44',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(3027,'1100','61724567472','2024-08-25 09:33:46',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460705434440302623','No',NULL,NULL,''),(3028,'1110','61724567472','2024-08-25 09:33:46',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3029,'5500','61724567472','2024-08-25 09:31:12',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3030,'4000','61724567472','2024-08-25 09:33:46',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3031,'1100','61724561784','2024-08-25 07:56:41',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172460711332132201343','No',NULL,NULL,''),(3032,'1110','61724561784','2024-08-25 07:56:41',NULL,59.00,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(3033,'5500','61724561784','2024-08-25 07:56:24',59.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3034,'4000','61724561784','2024-08-25 07:56:41',NULL,100.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(3035,'2130','61724607160','2024-08-25 20:32:52',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172460719112313032606','No',NULL,NULL,''),(3036,'1110','61724607160','2024-08-25 20:32:52',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(3037,'5500','61724607160','2024-08-25 20:32:40',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(3038,'4000','61724607160','2024-08-25 20:32:52',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(3039,'1100','61724567472','2024-08-25 20:33:36',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'dffg'),(3040,'na','61724567472','2024-08-25 20:33:36',60.00,NULL,'','6','1','','1','25','payment','','6172460723502340376720','No',NULL,NULL,'dffg'),(3041,'1100','61724561784','2024-08-25 20:40:58',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(3042,'na','61724561784','2024-08-25 20:40:58',100.00,NULL,'','6','1','','1','25','payment','','6172460766883320021337','No',NULL,NULL,''),(3043,'1010','61724607800','2024-08-25 20:43:39',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172460782736733232220','No',NULL,NULL,'mpesa'),(3044,'1110','61724607800','2024-08-25 20:43:39',NULL,45.50,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(3045,'5500','61724607800','2024-08-25 20:43:20',45.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3046,'4000','61724607800','2024-08-25 20:43:39',NULL,60.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3047,'2130','41724642006','2024-08-26 06:13:37',160.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464203122023022322','No',NULL,NULL,''),(3048,'1110','41724642006','2024-08-26 06:13:37',136.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3049,'5500','41724642006','2024-08-26 06:13:26',NULL,136.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3050,'4000','41724642006','2024-08-26 06:13:37',160.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3051,'1050','41724642321','2024-08-26 06:18:55',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464233724332442242','No',NULL,NULL,''),(3052,'1110','41724642321','2024-08-26 06:18:55',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3053,'5500','41724642321','2024-08-26 06:18:41',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3054,'4000','41724642321','2024-08-26 06:18:55',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3055,'2130','41724642338','2024-08-26 06:24:53',360.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464270340723224322','No',NULL,NULL,''),(3056,'1110','41724642338','2024-08-26 06:24:53',306.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3057,'5500','41724642338','2024-08-26 06:18:58',NULL,306.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3058,'4000','41724642338','2024-08-26 06:24:53',360.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3059,'2130','41724642778','2024-08-26 06:26:32',320.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464280722022203304','No',NULL,NULL,''),(3060,'1110','41724642778','2024-08-26 06:26:32',272.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3061,'5500','41724642778','2024-08-26 06:26:18',NULL,272.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3062,'4000','41724642778','2024-08-26 06:26:32',320.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3063,'1010','41724642817','2024-08-26 06:27:10',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464283830332031010','No',NULL,NULL,'dfr'),(3064,'1110','41724642817','2024-08-26 06:27:10',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3065,'5500','41724642817','2024-08-26 06:26:57',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3066,'4000','41724642817','2024-08-26 06:27:10',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3067,'1050','41724642839','2024-08-26 06:28:33',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464291594312243223','No',NULL,NULL,''),(3068,'1110','41724642839','2024-08-26 06:28:33',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3069,'5500','41724642839','2024-08-26 06:27:19',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3070,'4000','41724642839','2024-08-26 06:28:33',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3071,'1050','41724643062','2024-08-26 06:31:15',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464307712333230002','No',NULL,NULL,''),(3072,'1110','41724643062','2024-08-26 06:31:15',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3073,'5500','41724643062','2024-08-26 06:31:02',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3074,'4000','41724643062','2024-08-26 06:31:15',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3075,'2130','41724643116','2024-08-26 06:34:19',100.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464327132020370423','No',NULL,NULL,''),(3076,'1110','41724643116','2024-08-26 06:34:19',85.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3077,'5500','41724643116','2024-08-26 06:31:56',NULL,85.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3078,'4000','41724643116','2024-08-26 06:34:19',100.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3079,'1050','41724643629','2024-08-26 06:41:58',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464372073724000003','No',NULL,NULL,''),(3080,'1110','41724643629','2024-08-26 06:41:58',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3081,'5500','41724643629','2024-08-26 06:40:29',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3082,'4000','41724643629','2024-08-26 06:41:58',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3083,'1010','41724643721','2024-08-26 06:43:27',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464381332423330824','No',NULL,NULL,'gtr'),(3084,'1110','41724643721','2024-08-26 06:43:27',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3085,'5500','41724643721','2024-08-26 06:42:01',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3086,'4000','41724643721','2024-08-26 06:43:27',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3087,'1050','41724644752','2024-08-26 07:20:32',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464603520423031153','No',NULL,NULL,''),(3088,'1110','41724644752','2024-08-26 07:20:32',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3089,'5500','41724644752','2024-08-26 06:59:12',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3090,'4000','41724644752','2024-08-26 07:20:32',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3091,'2130','41724646036','2024-08-26 07:28:12',320.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464650140220712625','No',NULL,NULL,''),(3092,'1110','41724646036','2024-08-26 07:28:12',272.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3093,'5500','41724646036','2024-08-26 07:20:36',NULL,272.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3094,'4000','41724646036','2024-08-26 07:28:12',320.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3095,'1050','41724647035','2024-08-26 07:37:27',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464704936322733212','No',NULL,NULL,''),(3096,'1110','41724647035','2024-08-26 07:37:27',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3097,'5500','41724647035','2024-08-26 07:37:15',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3098,'4000','41724647035','2024-08-26 07:37:27',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3099,'1010','41724647050','2024-08-26 07:45:09',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464752042226410733','No',NULL,NULL,'gtr'),(3100,'1110','41724647050','2024-08-26 07:45:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3101,'5500','41724647050','2024-08-26 07:37:30',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3102,'4000','41724647050','2024-08-26 07:45:09',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3103,'1010','41724647521','2024-08-26 07:51:21',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464789644002824043','No',NULL,NULL,'nh'),(3104,'1110','41724647521','2024-08-26 07:51:21',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3105,'5500','41724647521','2024-08-26 07:45:21',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3106,'4000','41724647521','2024-08-26 07:51:21',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3107,'2130','41724647897','2024-08-26 07:53:38',160.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464802822066242243','No',NULL,NULL,''),(3108,'1110','41724647897','2024-08-26 07:53:38',136.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3109,'5500','41724647897','2024-08-26 07:51:37',NULL,136.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3110,'4000','41724647897','2024-08-26 07:53:38',160.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3111,'1050','41724648341','2024-08-26 07:59:13',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464835524743422222','No',NULL,NULL,''),(3112,'1110','41724648341','2024-08-26 07:59:13',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3113,'5500','41724648341','2024-08-26 07:59:01',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3114,'4000','41724648341','2024-08-26 07:59:13',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3115,'1010','41724648356','2024-08-26 08:18:14',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172464950123201723232','No',NULL,NULL,'vggg'),(3116,'1110','41724648356','2024-08-26 08:18:14',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3117,'5500','41724648356','2024-08-26 07:59:16',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3118,'4000','41724648356','2024-08-26 08:18:14',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3119,'2130','41724649502','2024-08-26 08:22:08',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172464974823034427080','No',NULL,NULL,''),(3120,'1110','41724649502','2024-08-26 08:22:08',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(3121,'5500','41724649502','2024-08-26 08:18:22',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(3122,'4000','41724649502','2024-08-26 08:22:08',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(3123,'2130','41724649938','2024-08-26 08:25:53',60.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172464996120261423436','No',NULL,NULL,''),(3124,'1110','41724649938','2024-08-26 08:25:53',51.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3125,'5500','41724649938','2024-08-26 08:25:38',NULL,51.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3126,'4000','41724649938','2024-08-26 08:25:53',60.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3127,'1010','41724650283','2024-08-26 08:31:43',130.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465030941343600304','No',NULL,NULL,'vf'),(3128,'1110','41724650283','2024-08-26 08:31:43',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3129,'1110','41724650283','2024-08-26 08:31:23',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3130,'5500','41724650283','2024-08-26 08:31:32',98.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3131,'4000','41724650283','2024-08-26 08:31:43',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3132,'4000','41724650283','2024-08-26 08:31:23',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3133,'1010','41724650310','2024-08-26 08:40:08',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465082037022033420','No',NULL,NULL,'gt'),(3134,'1110','41724650310','2024-08-26 08:40:08',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3135,'5500','41724650310','2024-08-26 08:31:50',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3136,'4000','41724650310','2024-08-26 08:40:08',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3137,'2130','41724650821','2024-08-26 08:45:29',120.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172465113913390340040','No',NULL,NULL,''),(3138,'1110','41724650821','2024-08-26 08:45:29',102.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3139,'5500','41724650821','2024-08-26 08:40:21',NULL,102.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3140,'4000','41724650821','2024-08-26 08:45:29',120.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3141,'2130','41724651154','2024-08-26 08:46:10',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172465122727224632631','No',NULL,NULL,''),(3142,'1110','41724651154','2024-08-26 08:46:10',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(3143,'5500','41724651154','2024-08-26 08:45:54',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(3144,'4000','41724651154','2024-08-26 08:46:10',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(3145,'1010','41724651286','2024-08-26 08:48:15',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465130502122322004','No',NULL,NULL,'ghy'),(3146,'1110','41724651286','2024-08-26 08:48:15',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3147,'5500','41724651286','2024-08-26 08:48:06',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3148,'4000','41724651286','2024-08-26 08:48:15',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3149,'2130','41724651306','2024-08-26 08:50:17',160.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172465143333030140222','No',NULL,NULL,''),(3150,'1110','41724651306','2024-08-26 08:50:17',136.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3151,'5500','41724651306','2024-08-26 08:48:26',NULL,136.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3152,'4000','41724651306','2024-08-26 08:50:17',160.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3153,'1050','41724652400','2024-08-26 09:06:58',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465242204205320430','No',NULL,NULL,''),(3154,'1110','41724652400','2024-08-26 09:06:58',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3155,'5500','41724652400','2024-08-26 09:06:40',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3156,'4000','41724652400','2024-08-26 09:06:58',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3157,'2130','41724652425','2024-08-26 09:07:31',100.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172465246022306643203','No',NULL,NULL,''),(3158,'1110','41724652425','2024-08-26 09:07:31',85.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3159,'5500','41724652425','2024-08-26 09:07:05',NULL,85.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3160,'4000','41724652425','2024-08-26 09:07:31',100.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3161,'2130','41724653555','2024-08-26 09:26:05',80.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172465357622523022322','No',NULL,NULL,''),(3162,'1110','41724653555','2024-08-26 09:26:05',68.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3163,'5500','41724653555','2024-08-26 09:25:55',NULL,68.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3164,'4000','41724653555','2024-08-26 09:26:05',80.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3165,'2130','41724654140','2024-08-26 09:36:07',40.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172465417724102632333','No',NULL,NULL,''),(3166,'1110','41724654140','2024-08-26 09:36:07',34.00,NULL,'','4','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(3167,'5500','41724654140','2024-08-26 09:35:40',NULL,34.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3168,'4000','41724654140','2024-08-26 09:36:07',40.00,NULL,'','4','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(3169,'1010','41724655762','2024-08-26 10:02:51',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465577913725013327','No',NULL,NULL,'vf'),(3170,'1110','41724655762','2024-08-26 10:02:51',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3171,'5500','41724655762','2024-08-26 10:02:42',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3172,'4000','41724655762','2024-08-26 10:02:51',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3173,'1050','41724655780','2024-08-26 10:10:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465622703225376322','No',NULL,NULL,''),(3174,'1110','41724655780','2024-08-26 10:10:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3175,'5500','41724655780','2024-08-26 10:03:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3176,'4000','41724655780','2024-08-26 10:10:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3177,'1010','41724656228','2024-08-26 10:25:55',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465716676330220202','No',NULL,NULL,'df'),(3178,'1110','41724656228','2024-08-26 10:25:55',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3179,'5500','41724656228','2024-08-26 10:10:28',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3180,'4000','41724656228','2024-08-26 10:25:55',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3181,'1010','41724659338','2024-08-26 11:08:55',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172465974923020342276','No',NULL,NULL,'vbg'),(3182,'1110','41724659338','2024-08-26 11:08:55',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(3183,'5500','41724659338','2024-08-26 11:02:18',54.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3184,'4000','41724659338','2024-08-26 11:08:55',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(3185,'1010','41724663296','2024-08-26 12:08:41',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172466333140336221030','No',NULL,NULL,'nh'),(3186,'1110','41724663296','2024-08-26 12:08:41',NULL,112.90,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(3187,'5500','41724663296','2024-08-26 12:08:16',112.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3188,'4000','41724663296','2024-08-26 12:08:41',NULL,200.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(3189,'1010','41724664602','2024-08-26 12:30:24',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172466463300703336314','No',NULL,NULL,'fr'),(3190,'1110','41724664602','2024-08-26 12:30:24',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3191,'5500','41724664602','2024-08-26 12:30:03',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3192,'4000','41724664602','2024-08-26 12:30:24',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3193,'2130','41724664635','2024-08-26 13:04:31',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172466668443122303260','No',NULL,NULL,''),(3194,'1110','41724664635','2024-08-26 13:04:31',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(3195,'5500','41724664635','2024-08-26 12:30:35',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(3196,'4000','41724664635','2024-08-26 13:04:31',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(3197,'1050','41724666919','2024-08-26 13:08:54',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172466693743312763332','No',NULL,NULL,''),(3198,'1110','41724666919','2024-08-26 13:08:54',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3199,'5500','41724666919','2024-08-26 13:08:39',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3200,'4000','41724666919','2024-08-26 13:08:54',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3201,'1010','41724666938','2024-08-26 14:11:35',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467070527632327202','No',NULL,NULL,'bnh'),(3202,'1110','41724666938','2024-08-26 14:11:35',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3203,'5500','41724666938','2024-08-26 13:08:58',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3204,'4000','41724666938','2024-08-26 14:11:35',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3205,'2130','41724670706','2024-08-26 14:22:35',70.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172467136534330733273','No',NULL,NULL,''),(3206,'1110','41724670706','2024-08-26 14:22:35',50.00,NULL,'','4','1','Inventory returned','1','25','creditnote','13','','No',NULL,NULL,''),(3207,'5500','41724670706','2024-08-26 14:11:46',NULL,50.00,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3208,'4000','41724670706','2024-08-26 14:22:35',70.00,NULL,'','4','1','Good returned','1','25','creditnote','13','','No',NULL,NULL,''),(3209,'1010','41724672711','2024-08-26 14:45:56',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467279462033339024','No',NULL,NULL,'mj'),(3210,'1110','41724672711','2024-08-26 14:45:56',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3211,'5500','41724672711','2024-08-26 14:45:11',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3212,'4000','41724672711','2024-08-26 14:45:56',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3213,'2130','41724673318','2024-08-26 15:13:04',50.00,NULL,'','4','1','Goods returned','1','25','creditnote','','4172467439939620947424','No',NULL,NULL,''),(3214,'1110','41724673318','2024-08-26 15:13:04',29.50,NULL,'','4','1','Inventory returned','1','25','creditnote','11','','No',NULL,NULL,''),(3215,'5500','41724673318','2024-08-26 14:55:18',NULL,29.50,'','4','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(3216,'4000','41724673318','2024-08-26 15:13:04',50.00,NULL,'','4','1','Good returned','1','25','creditnote','11','','No',NULL,NULL,''),(3217,'1010','41724675399','2024-08-26 15:30:23',190.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467543133326234132','No',NULL,NULL,'fg'),(3218,'1110','41724675399','2024-08-26 15:30:23',NULL,161.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3219,'5500','41724675399','2024-08-26 15:30:00',161.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3220,'4000','41724675399','2024-08-26 15:30:23',NULL,190.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3221,'1050','41724675433','2024-08-26 15:37:03',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467582633308244200','No',NULL,NULL,''),(3222,'1110','41724675433','2024-08-26 15:37:03',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3223,'5500','41724675433','2024-08-26 15:30:33',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3224,'4000','41724675433','2024-08-26 15:37:03',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3225,'1010','41724676171','2024-08-26 15:47:17',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467644832632422227','No',NULL,NULL,'nb'),(3226,'1110','41724676171','2024-08-26 15:47:17',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3227,'5500','41724676171','2024-08-26 15:42:51',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3228,'4000','41724676171','2024-08-26 15:47:17',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3229,'1010','41724677372','2024-08-26 16:14:35',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467808171232020106','No',NULL,NULL,'bhg'),(3230,'1110','41724677372','2024-08-26 16:14:35',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3231,'5500','41724677372','2024-08-26 16:02:52',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3232,'4000','41724677372','2024-08-26 16:14:35',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3233,'1010','41724678082','2024-08-26 16:16:36',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172467820541231222302','No',NULL,NULL,'bvc'),(3234,'1110','41724678082','2024-08-26 16:16:36',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3235,'5500','41724678082','2024-08-26 16:14:42',56.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3236,'4000','41724678082','2024-08-26 16:16:36',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3237,'1100','41724679278','2024-08-26 16:35:15',300.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172467934844330320362','No',NULL,NULL,''),(3238,'1110','41724679278','2024-08-26 16:35:15',NULL,103.13,'','4','1','Inventory sold','1','25','sales','65','','No',NULL,NULL,''),(3239,'5500','41724679278','2024-08-26 16:34:38',103.13,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3240,'4000','41724679278','2024-08-26 16:35:15',NULL,300.00,'','4','1','Good sold','1','25','sales','65','','No',NULL,NULL,''),(3241,'1100','41724679278','2024-08-26 16:37:11',NULL,300.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3242,'1000','41724679278','2024-08-26 16:37:11',300.00,NULL,'','4','1','','1','25','payment','','4172467945234330223372','No',NULL,NULL,''),(3243,'2130','41724679825','2024-08-26 16:44:21',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172467997867278783883','No',NULL,NULL,''),(3244,'1110','41724679825','2024-08-26 16:44:21',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(3245,'5500','41724679825','2024-08-26 16:43:45',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(3246,'4000','41724679825','2024-08-26 16:44:21',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(3247,'1010','41724680118','2024-08-26 17:09:21',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468137121017068220','No',NULL,NULL,'lk'),(3248,'1110','41724680118','2024-08-26 17:09:21',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3249,'5500','41724680118','2024-08-26 17:08:59',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3250,'4000','41724680118','2024-08-26 17:09:21',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3251,'1010','41724681374','2024-08-26 17:19:08',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468196002923022622','No',NULL,NULL,'mj'),(3252,'1110','41724681374','2024-08-26 17:19:08',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3253,'1110','41724681374','2024-08-26 17:09:34',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(3254,'5500','41724681374','2024-08-26 17:18:16',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3255,'4000','41724681374','2024-08-26 17:19:08',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3256,'4000','41724681374','2024-08-26 17:09:34',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(3257,'1100','41724681961','2024-08-26 17:19:36',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468198882244432322','No',NULL,NULL,''),(3258,'1110','41724681961','2024-08-26 17:19:36',NULL,56.45,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(3259,'5500','41724681961','2024-08-26 17:19:22',56.45,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3260,'4000','41724681961','2024-08-26 17:19:36',NULL,100.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(3261,'1050','41724682362','2024-08-26 17:32:54',380.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468279147000008321','No',NULL,NULL,''),(3262,'1110','41724682362','2024-08-26 17:32:54',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3263,'1110','41724682362','2024-08-26 17:26:02',NULL,188.08,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3264,'5500','41724682362','2024-08-26 17:32:40',256.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3265,'4000','41724682362','2024-08-26 17:32:54',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3266,'4000','41724682362','2024-08-26 17:26:02',NULL,300.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3267,'1010','41724684118','2024-08-26 17:55:27',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468413483323333144','No',NULL,NULL,'mj'),(3268,'1110','41724684118','2024-08-26 17:55:27',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(3269,'5500','41724684118','2024-08-26 17:55:19',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3270,'4000','41724684118','2024-08-26 17:55:27',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(3271,'1050','41724684135','2024-08-26 18:07:37',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468488023040473823','No',NULL,NULL,''),(3272,'1110','41724684135','2024-08-26 18:07:37',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3273,'5500','41724684135','2024-08-26 17:55:35',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3274,'4000','41724684135','2024-08-26 18:07:37',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3275,'1050','41724684881','2024-08-26 18:11:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468509433402042245','No',NULL,NULL,''),(3276,'1110','41724684881','2024-08-26 18:11:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3277,'5500','41724684881','2024-08-26 18:08:01',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3278,'4000','41724684881','2024-08-26 18:11:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3279,'1010','41724685095','2024-08-26 18:14:05',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468526545022722402','No',NULL,NULL,'bhg'),(3280,'1110','41724685095','2024-08-26 18:14:05',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3281,'1110','41724685095','2024-08-26 18:11:35',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3282,'5500','41724685095','2024-08-26 18:13:46',183.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3283,'4000','41724685095','2024-08-26 18:14:05',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3284,'4000','41724685095','2024-08-26 18:11:35',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3285,'1100','41724685267','2024-08-26 18:18:18',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468551033040630223','No',NULL,NULL,''),(3286,'1110','41724685267','2024-08-26 18:18:18',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3287,'5500','41724685267','2024-08-26 18:14:27',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3288,'4000','41724685267','2024-08-26 18:18:18',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3289,'1050','41724685603','2024-08-26 18:20:13',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468561533353232325','No',NULL,NULL,''),(3290,'1110','41724685603','2024-08-26 18:20:13',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3291,'5500','41724685603','2024-08-26 18:20:04',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3292,'4000','41724685603','2024-08-26 18:20:13',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3293,'1010','41724685980','2024-08-26 18:27:21',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468605032332323144','No',NULL,NULL,'ll'),(3294,'1110','41724685980','2024-08-26 18:27:21',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3295,'5500','41724685980','2024-08-26 18:26:20',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3296,'4000','41724685980','2024-08-26 18:27:21',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3297,'1010','41724686051','2024-08-26 18:30:04',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468621633423231330','No',NULL,NULL,'bnh'),(3298,'1110','41724686051','2024-08-26 18:30:04',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3299,'5500','41724686051','2024-08-26 18:27:31',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3300,'4000','41724686051','2024-08-26 18:30:04',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3301,'1050','41724686316','2024-08-26 18:40:43',330.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468684483268733344','No',NULL,NULL,''),(3302,'1110','41724686316','2024-08-26 18:40:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3303,'1110','41724686316','2024-08-26 18:31:56',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3304,'1110','41724686316','2024-08-26 18:40:22',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(3305,'5500','41724686316','2024-08-26 18:40:33',239.44,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3306,'4000','41724686316','2024-08-26 18:40:43',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3307,'4000','41724686316','2024-08-26 18:31:56',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3308,'4000','41724686316','2024-08-26 18:40:22',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(3309,'1050','41724686846','2024-08-26 18:43:23',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468700723320033330','No',NULL,NULL,''),(3310,'1110','41724686846','2024-08-26 18:43:23',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3311,'5500','41724686846','2024-08-26 18:40:46',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3312,'4000','41724686846','2024-08-26 18:43:23',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3313,'1010','41724687008','2024-08-26 18:44:56',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468711103018263202','No',NULL,NULL,'mjh'),(3314,'1110','41724687008','2024-08-26 18:44:56',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3315,'5500','41724687008','2024-08-26 18:43:28',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3316,'4000','41724687008','2024-08-26 18:44:56',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3317,'1010','41724687113','2024-08-26 18:48:37',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468734523322357210','No',NULL,NULL,'cvf'),(3318,'1110','41724687113','2024-08-26 18:48:37',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(3319,'1110','41724687113','2024-08-26 18:45:13',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(3320,'5500','41724687113','2024-08-26 18:48:27',106.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3321,'4000','41724687113','2024-08-26 18:48:37',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(3322,'4000','41724687113','2024-08-26 18:45:13',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3323,'1100','41724687346','2024-08-26 18:51:26',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468749528300222632','No',NULL,NULL,''),(3324,'1110','41724687346','2024-08-26 18:51:26',NULL,47.34,'','4','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(3325,'5500','41724687346','2024-08-26 18:49:06',47.34,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3326,'4000','41724687346','2024-08-26 18:51:26',NULL,80.00,'','4','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(3327,'1010','41724687518','2024-08-26 18:52:14',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468754332322703221','No',NULL,NULL,'jmjh'),(3328,'1110','41724687518','2024-08-26 18:52:14',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3329,'5500','41724687518','2024-08-26 18:51:58',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3330,'4000','41724687518','2024-08-26 18:52:14',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3331,'1050','41724687544','2024-08-26 18:55:17',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468771868022072242','No',NULL,NULL,''),(3332,'1110','41724687544','2024-08-26 18:55:17',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3333,'5500','41724687544','2024-08-26 18:52:24',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3334,'4000','41724687544','2024-08-26 18:55:17',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3335,'1010','41724687721','2024-08-26 18:56:23',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468780573235320822','No',NULL,NULL,'mnb'),(3336,'1110','41724687721','2024-08-26 18:56:23',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3337,'1110','41724687721','2024-08-26 18:55:22',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3338,'5500','41724687721','2024-08-26 18:55:52',217.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3339,'4000','41724687721','2024-08-26 18:56:23',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3340,'4000','41724687721','2024-08-26 18:55:22',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3341,'1100','41724687806','2024-08-26 18:58:06',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468789624022323843','No',NULL,NULL,''),(3342,'1110','41724687806','2024-08-26 18:58:06',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3343,'5500','41724687806','2024-08-26 18:56:46',42.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3344,'4000','41724687806','2024-08-26 18:58:06',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3345,'1010','41724688086','2024-08-26 19:01:53',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468813230330333330','No',NULL,NULL,'mjh'),(3346,'1110','41724688086','2024-08-26 19:01:53',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3347,'5500','41724688086','2024-08-26 19:01:26',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3348,'4000','41724688086','2024-08-26 19:01:53',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3349,'1100','41724688135','2024-08-26 19:03:42',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468823983400913832','No',NULL,NULL,''),(3350,'1110','41724688135','2024-08-26 19:03:42',NULL,47.34,'','4','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(3351,'5500','41724688135','2024-08-26 19:02:15',47.34,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3352,'4000','41724688135','2024-08-26 19:03:42',NULL,80.00,'','4','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(3353,'1010','41724688392','2024-08-26 19:06:49',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468843213068264202','No',NULL,NULL,'nhg'),(3354,'1110','41724688392','2024-08-26 19:06:49',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3355,'5500','41724688392','2024-08-26 19:06:32',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3356,'4000','41724688392','2024-08-26 19:06:49',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3357,'1100','41724685267','2024-08-26 19:09:45',NULL,10.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'682'),(3358,'na','41724685267','2024-08-26 19:09:45',10.00,NULL,'','4','1','','1','25','payment','','4172468863563333642133','No',NULL,NULL,'682'),(3359,'1010','41724688946','2024-08-26 19:16:05',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468899580608843402','No',NULL,NULL,'ghg'),(3360,'1110','41724688946','2024-08-26 19:16:05',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3361,'5500','41724688946','2024-08-26 19:15:46',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3362,'4000','41724688946','2024-08-26 19:16:05',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3363,'1010','41724688997','2024-08-26 19:18:59',70.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468915940249423223','No',NULL,NULL,'bgf'),(3364,'1110','41724688997','2024-08-26 19:18:59',NULL,59.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3365,'5500','41724688997','2024-08-26 19:16:37',59.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3366,'4000','41724688997','2024-08-26 19:18:59',NULL,70.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3367,'1050','41724689160','2024-08-26 19:22:31',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172468935441725223222','No',NULL,NULL,''),(3368,'1110','41724689160','2024-08-26 19:22:31',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3369,'5500','41724689160','2024-08-26 19:19:21',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3370,'4000','41724689160','2024-08-26 19:22:31',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3371,'1100','41724689355','2024-08-26 19:23:58',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172468945423803237623','No',NULL,NULL,''),(3372,'1110','41724689355','2024-08-26 19:23:58',NULL,47.34,'','4','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(3373,'1110','41724689355','2024-08-26 19:22:35',NULL,52.66,'','4','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(3374,'5500','41724689355','2024-08-26 19:23:44',100.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3375,'4000','41724689355','2024-08-26 19:23:58',NULL,80.00,'','4','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(3376,'4000','41724689355','2024-08-26 19:22:35',NULL,80.00,'','4','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(3377,'1100','41724685267','2024-08-26 19:25:01',NULL,90.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'hjuy'),(3378,'na','41724685267','2024-08-26 19:25:01',90.00,NULL,'','4','1','','1','25','payment','','4172468952128042000330','No',NULL,NULL,'hjuy'),(3379,'1050','41724690094','2024-08-26 19:36:56',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469021802324211320','No',NULL,NULL,''),(3380,'1110','41724690094','2024-08-26 19:36:56',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3381,'5500','41724690094','2024-08-26 19:34:54',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3382,'4000','41724690094','2024-08-26 19:36:56',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3383,'1010','41724690219','2024-08-26 19:37:16',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172469025129303412430','No',NULL,NULL,'jmjh'),(3384,'1110','41724690219','2024-08-26 19:37:16',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3385,'5500','41724690219','2024-08-26 19:36:59',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3386,'4000','41724690219','2024-08-26 19:37:16',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3387,'1100','41724687806','2024-08-26 19:50:40',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbggt'),(3388,'na','41724687806','2024-08-26 19:50:40',50.00,NULL,'','4','1','','1','25','payment','','4172469105522279232400','No',NULL,NULL,'vbggt'),(3389,'1100','41724689355','2024-08-26 19:54:58',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'shq'),(3390,'na','41724689355','2024-08-26 19:54:58',160.00,NULL,'','4','1','','1','25','payment','','4172469131543295323154','No',NULL,NULL,'shq'),(3391,'1010','41724691436','2024-08-26 20:00:30',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469164003270302030','No',NULL,NULL,'mjh'),(3392,'1110','41724691436','2024-08-26 20:00:30',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3393,'5500','41724691436','2024-08-26 19:57:16',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3394,'4000','41724691436','2024-08-26 20:00:30',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3395,'1010','41724691642','2024-08-26 20:03:56',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469190509301102214','No',NULL,NULL,'mjjh'),(3396,'1110','41724691642','2024-08-26 20:03:56',NULL,255.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3397,'5500','41724691642','2024-08-26 20:00:42',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3398,'4000','41724691642','2024-08-26 20:03:56',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3399,'1050','41724691906','2024-08-26 20:14:20',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469251033209320340','No',NULL,NULL,''),(3400,'1110','41724691906','2024-08-26 20:14:20',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3401,'5500','41724691906','2024-08-26 20:05:06',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3402,'4000','41724691906','2024-08-26 20:14:20',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3403,'1010','41724692729','2024-08-26 20:19:07',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469275505333243237','No',NULL,NULL,'bhg'),(3404,'1110','41724692729','2024-08-26 20:19:07',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3405,'5500','41724692729','2024-08-26 20:18:49',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3406,'4000','41724692729','2024-08-26 20:19:07',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3407,'1100','41724681961','2024-08-26 20:21:27',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(3408,'na','41724681961','2024-08-26 20:21:27',100.00,NULL,'','4','1','','1','25','payment','','4172469290009332397022','No',NULL,NULL,'vbg'),(3409,'1010','41724692944','2024-08-26 20:22:38',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469296634339333206','No',NULL,NULL,'bnh'),(3410,'1110','41724692944','2024-08-26 20:22:38',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3411,'5500','41724692944','2024-08-26 20:22:24',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3412,'4000','41724692944','2024-08-26 20:22:38',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3413,'1100','41724687346','2024-08-26 20:28:26',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3414,'na','41724687346','2024-08-26 20:28:26',80.00,NULL,'','4','1','','1','25','payment','','4172469332223330274013','No',NULL,NULL,''),(3415,'1100','41724688135','2024-08-26 20:28:58',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3416,'na','41724688135','2024-08-26 20:28:58',80.00,NULL,'','4','1','','1','25','payment','','4172469334933233034343','No',NULL,NULL,''),(3419,'1110','61724607714','2024-08-25 20:41:54',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(3420,'2130','61724607714','2024-08-25 20:41:54',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(3421,'1050','41724694465','2024-08-26 20:48:32',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469452192209400932','No',NULL,NULL,''),(3422,'1110','41724694465','2024-08-26 20:48:32',NULL,29.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(3423,'1110','41724694465','2024-08-26 20:47:45',NULL,61.54,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(3424,'5500','41724694465','2024-08-26 20:47:54',91.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3425,'4000','41724694465','2024-08-26 20:48:32',NULL,60.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(3426,'4000','41724694465','2024-08-26 20:47:45',NULL,120.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(3427,'1010','41724694522','2024-08-26 20:50:55',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469467940220600724','No',NULL,NULL,'mjh'),(3428,'1110','41724694522','2024-08-26 20:50:55',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(3429,'5500','41724694522','2024-08-26 20:48:42',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3430,'4000','41724694522','2024-08-26 20:50:55',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(3431,'1010','41724694680','2024-08-26 20:52:38',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172469477672222060344','No',NULL,NULL,'mjh'),(3432,'1110','41724694680','2024-08-26 20:52:38',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3433,'1110','41724694680','2024-08-26 20:51:20',NULL,97.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(3434,'5500','41724694680','2024-08-26 20:52:19',151.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3435,'4000','41724694680','2024-08-26 20:52:38',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3436,'4000','41724694680','2024-08-26 20:51:20',NULL,200.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(3437,'1100','41724728214','2024-08-27 06:10:26',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172472824024333321032','No',NULL,NULL,''),(3438,'1110','41724728214','2024-08-27 06:10:26',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3439,'5500','41724728214','2024-08-27 06:10:14',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3440,'4000','41724728214','2024-08-27 06:10:26',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3441,'1100','41724728356','2024-08-27 06:12:47',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172472837636332372362','No',NULL,NULL,''),(3442,'1110','41724728356','2024-08-27 06:12:47',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3443,'5500','41724728356','2024-08-27 06:12:36',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3444,'4000','41724728356','2024-08-27 06:12:47',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3445,'1100','41724728428','2024-08-27 06:18:24',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172472871433222323703','No',NULL,NULL,''),(3446,'1110','41724728428','2024-08-27 06:18:24',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3447,'5500','41724728428','2024-08-27 06:13:48',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3448,'4000','41724728428','2024-08-27 06:18:24',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3449,'1010','41724730759','2024-08-27 06:53:25',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473081302314023203','No',NULL,NULL,'nmj'),(3450,'1110','41724730759','2024-08-27 06:53:25',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3451,'5500','41724730759','2024-08-27 06:52:39',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3452,'4000','41724730759','2024-08-27 06:53:25',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3453,'1010','41724730815','2024-08-27 07:15:09',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473212872247322233','No',NULL,NULL,'vgf'),(3454,'1050','41724730815','2024-08-27 07:15:09',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473212872247322233','No',NULL,NULL,'vgf'),(3455,'1110','41724730815','2024-08-27 07:15:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3456,'5500','41724730815','2024-08-27 06:53:35',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3457,'4000','41724730815','2024-08-27 07:15:09',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3458,'1050','41724732129','2024-08-27 07:21:58',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473252172332003220','No',NULL,NULL,''),(3459,'1110','41724732129','2024-08-27 07:21:58',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3460,'5500','41724732129','2024-08-27 07:15:29',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3461,'4000','41724732129','2024-08-27 07:21:58',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3462,'1050','41724732522','2024-08-27 07:27:00',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473287022472222332','No',NULL,NULL,''),(3463,'1110','41724732522','2024-08-27 07:27:00',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3464,'5500','41724732522','2024-08-27 07:22:02',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3465,'4000','41724732522','2024-08-27 07:27:00',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3466,'1100','41724732872','2024-08-27 07:33:23',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172473321204431432022','No',NULL,NULL,''),(3467,'1110','41724732872','2024-08-27 07:33:23',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3468,'5500','41724732872','2024-08-27 07:27:52',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3469,'4000','41724732872','2024-08-27 07:33:23',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3470,'1100','41724733331','2024-08-27 07:35:42',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172473335422330072333','No',NULL,NULL,''),(3471,'1110','41724733331','2024-08-27 07:35:42',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3472,'5500','41724733331','2024-08-27 07:35:31',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3473,'4000','41724733331','2024-08-27 07:35:42',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3474,'1010','41724734282','2024-08-27 07:51:34',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473430433232303437','No',NULL,NULL,'ght'),(3475,'1110','41724734282','2024-08-27 07:51:34',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3476,'5500','41724734282','2024-08-27 07:51:22',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3477,'4000','41724734282','2024-08-27 07:51:34',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3478,'1100','41724734657','2024-08-27 07:57:51',120.00,NULL,'','4','1','Payment of goods sold','1','28','payment','','4172473470403220203220','No',NULL,NULL,''),(3479,'1110','41724734657','2024-08-27 07:57:51',NULL,102.00,'','4','1','Inventory sold','1','28','sales','9','','No',NULL,NULL,''),(3480,'5500','41724734657','2024-08-27 07:57:37',102.00,NULL,'','4','1','Cost of goods sold','1','28','sales','','','No',NULL,NULL,''),(3481,'4000','41724734657','2024-08-27 07:57:51',NULL,120.00,'','4','1','Good sold','1','28','sales','9','','No',NULL,NULL,''),(3482,'1010','41724735049','2024-08-27 08:04:21',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473507213342743227','No',NULL,NULL,'jhg'),(3483,'1110','41724735049','2024-08-27 08:04:21',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3484,'5500','41724735049','2024-08-27 08:04:09',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3485,'4000','41724735049','2024-08-27 08:04:21',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3486,'1100','41724735073','2024-08-27 08:13:18',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172473560823013202224','No',NULL,NULL,''),(3487,'1110','41724735073','2024-08-27 08:13:18',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3488,'5500','41724735073','2024-08-27 08:04:33',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3489,'4000','41724735073','2024-08-27 08:13:18',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3490,'2130','41724735774','2024-08-27 08:16:26',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172473580602070243203','No',NULL,NULL,''),(3491,'1110','41724735774','2024-08-27 08:16:26',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(3492,'5500','41724735774','2024-08-27 08:16:14',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(3493,'4000','41724735774','2024-08-27 08:16:26',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(3494,'1050','41724735928','2024-08-27 08:44:23',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473746530722332430','No',NULL,NULL,''),(3495,'1110','41724735928','2024-08-27 08:44:23',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3496,'5500','41724735928','2024-08-27 08:18:48',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3497,'4000','41724735928','2024-08-27 08:44:23',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3498,'1050','41724737466','2024-08-27 08:46:05',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473756606502423613','No',NULL,NULL,''),(3499,'1110','41724737466','2024-08-27 08:46:05',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3500,'5500','41724737466','2024-08-27 08:44:26',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3501,'4000','41724737466','2024-08-27 08:46:05',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3502,'2130','41724737568','2024-08-27 08:49:56',80.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172473782430247423744','No',NULL,NULL,''),(3503,'1110','41724737568','2024-08-27 08:49:56',68.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(3504,'5500','41724737568','2024-08-27 08:46:08',NULL,68.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(3505,'4000','41724737568','2024-08-27 08:49:56',80.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(3506,'1100','41724738005','2024-08-27 08:53:40',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172473803023020422423','No',NULL,NULL,''),(3507,'1110','41724738005','2024-08-27 08:53:40',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3508,'5500','41724738005','2024-08-27 08:53:25',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3509,'4000','41724738005','2024-08-27 08:53:40',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3510,'2130','41724738648','2024-08-27 09:04:20',40.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172473867772034332041','No',NULL,NULL,''),(3511,'1110','41724738648','2024-08-27 09:04:20',34.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(3512,'5500','41724738648','2024-08-27 09:04:08',NULL,34.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(3513,'4000','41724738648','2024-08-27 09:04:20',40.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(3514,'1100','41724738688','2024-08-27 09:09:26',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172473897733012033320','No',NULL,NULL,''),(3515,'1110','41724738688','2024-08-27 09:09:26',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3516,'5500','41724738688','2024-08-27 09:04:48',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3517,'4000','41724738688','2024-08-27 09:09:26',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3518,'2130','41724739095','2024-08-27 09:11:42',80.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172473912221222323223','No',NULL,NULL,''),(3519,'1110','41724739095','2024-08-27 09:11:42',68.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(3520,'5500','41724739095','2024-08-27 09:11:35',NULL,68.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(3521,'4000','41724739095','2024-08-27 09:11:42',80.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(3522,'1010','41724739166','2024-08-27 09:14:24',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172473927331720773222','No',NULL,NULL,'nhg'),(3523,'1110','41724739166','2024-08-27 09:14:24',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3524,'5500','41724739166','2024-08-27 09:12:46',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3525,'4000','41724739166','2024-08-27 09:14:24',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3526,'1100','41724740109','2024-08-27 09:38:58',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172474075002070403032','No',NULL,NULL,''),(3527,'1110','41724740109','2024-08-27 09:38:58',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3528,'5500','41724740109','2024-08-27 09:28:29',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3529,'4000','41724740109','2024-08-27 09:38:58',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3530,'1100','41724741840','2024-08-27 09:57:27',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172474185502418730252','No',NULL,NULL,''),(3531,'1110','41724741840','2024-08-27 09:57:27',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3532,'5500','41724741840','2024-08-27 09:57:20',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3533,'4000','41724741840','2024-08-27 09:57:27',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3534,'1100','41724741928','2024-08-27 10:01:02',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172474207223044322222','No',NULL,NULL,''),(3535,'1110','41724741928','2024-08-27 10:01:02',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3536,'5500','41724741928','2024-08-27 09:58:48',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3537,'4000','41724741928','2024-08-27 10:01:02',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3538,'2130','41724742084','2024-08-27 10:01:37',40.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172474211172120743244','No',NULL,NULL,''),(3539,'1110','41724742084','2024-08-27 10:01:37',34.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(3540,'5500','41724742084','2024-08-27 10:01:24',NULL,34.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(3541,'4000','41724742084','2024-08-27 10:01:37',40.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(3542,'1100','41724742264','2024-08-27 10:04:33',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172474228123320033002','No',NULL,NULL,''),(3543,'1110','41724742264','2024-08-27 10:04:33',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3544,'5500','41724742264','2024-08-27 10:04:24',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3545,'4000','41724742264','2024-08-27 10:04:33',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3546,'1100','41724734657','2024-08-27 10:05:35',NULL,120.00,'','4','1','','1','28','payment','','','No',NULL,NULL,'722'),(3547,'na','41724734657','2024-08-27 10:05:35',120.00,NULL,'','4','1','','1','28','payment','','4172474234932942222273','No',NULL,NULL,'722'),(3548,'1010','41724742401','2024-08-27 10:06:52',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474241922724202232','No',NULL,NULL,'nhy'),(3549,'1110','41724742401','2024-08-27 10:06:52',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3550,'5500','41724742401','2024-08-27 10:06:41',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3551,'4000','41724742401','2024-08-27 10:06:52',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3554,'1110','41724740046','2024-08-27 09:27:26',10200.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(3555,'2130','41724740046','2024-08-27 09:27:26',NULL,10200.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(3556,'1010','41724742538','2024-08-27 10:54:52',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474531000330331343','No',NULL,NULL,'bhg'),(3557,'1110','41724742538','2024-08-27 10:54:52',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3558,'5500','41724742538','2024-08-27 10:08:58',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3559,'4000','41724742538','2024-08-27 10:54:52',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3560,'1050','41724745311','2024-08-27 10:57:13',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474543824804000044','No',NULL,NULL,''),(3561,'1110','41724745311','2024-08-27 10:57:13',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3562,'5500','41724745311','2024-08-27 10:55:11',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3563,'4000','41724745311','2024-08-27 10:57:13',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3564,'1010','41724745439','2024-08-27 11:08:38',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474613533723223172','No',NULL,NULL,'bgf'),(3565,'1110','41724745439','2024-08-27 11:08:38',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(3566,'5500','41724745439','2024-08-27 10:57:19',56.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3567,'4000','41724745439','2024-08-27 11:08:38',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(3568,'1100','41724746661','2024-08-27 11:30:46',30.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172474746001200342634','No',NULL,NULL,''),(3569,'1110','41724746661','2024-08-27 11:30:46',NULL,25.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3570,'5500','41724746661','2024-08-27 11:17:41',25.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3571,'4000','41724746661','2024-08-27 11:30:46',NULL,30.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3572,'1050','41724748989','2024-08-27 11:57:12',500.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474903442372424742','No',NULL,NULL,''),(3573,'1110','41724748989','2024-08-27 11:57:12',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3574,'1110','41724748989','2024-08-27 11:56:29',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3575,'5500','41724748989','2024-08-27 11:57:01',400.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3576,'4000','41724748989','2024-08-27 11:57:12',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3577,'4000','41724748989','2024-08-27 11:56:29',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3578,'1010','41724749036','2024-08-27 12:06:54',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474962634206032743','No',NULL,NULL,'bnh'),(3579,'1110','41724749036','2024-08-27 12:06:54',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3580,'5500','41724749036','2024-08-27 11:57:16',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3581,'4000','41724749036','2024-08-27 12:06:54',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3582,'1010','41724749646','2024-08-27 12:07:45',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172474967244323332632','No',NULL,NULL,'hyy'),(3583,'1110','41724749646','2024-08-27 12:07:45',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3584,'5500','41724749646','2024-08-27 12:07:26',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3585,'4000','41724749646','2024-08-27 12:07:45',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3586,'1100','41724749673','2024-08-27 12:39:01',150.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172475155232072021522','No',NULL,NULL,''),(3587,'1110','41724749673','2024-08-27 12:39:01',NULL,94.04,'','4','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(3588,'5500','41724749673','2024-08-27 12:07:53',94.04,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3589,'4000','41724749673','2024-08-27 12:39:01',NULL,150.00,'','4','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(3590,'2130','41724756007','2024-08-27 14:29:09',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172475817203304253341','No',NULL,NULL,''),(3591,'1110','41724756007','2024-08-27 14:29:09',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(3592,'5500','41724756007','2024-08-27 13:53:28',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(3593,'4000','41724756007','2024-08-27 14:29:09',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(3594,'1010','41724758230','2024-08-27 14:30:41',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172475825720428472225','No',NULL,NULL,'mpesa'),(3595,'1110','41724758230','2024-08-27 14:30:41',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(3596,'5500','41724758230','2024-08-27 14:30:30',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3597,'4000','41724758230','2024-08-27 14:30:41',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(3598,'1100','41724759001','2024-08-27 14:43:34',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172475902623333470150','No',NULL,NULL,''),(3599,'1110','41724759001','2024-08-27 14:43:34',NULL,52.66,'','4','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(3600,'5500','41724759001','2024-08-27 14:43:21',52.66,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3601,'4000','41724759001','2024-08-27 14:43:34',NULL,80.00,'','4','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(3602,'1010','41724759594','2024-08-27 14:53:32',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172475964832222223030','No',NULL,NULL,'nhg'),(3603,'1110','41724759594','2024-08-27 14:53:32',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3604,'5500','41724759594','2024-08-27 14:53:14',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3605,'4000','41724759594','2024-08-27 14:53:32',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3606,'1100','41724759649','2024-08-27 15:07:31',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476046934601223203','No',NULL,NULL,''),(3607,'1110','41724759649','2024-08-27 15:07:31',NULL,56.45,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(3608,'1110','41724759649','2024-08-27 14:54:09',NULL,56.37,'','4','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(3609,'1110','41724759649','2024-08-27 15:07:08',NULL,52.66,'','4','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(3610,'5500','41724759649','2024-08-27 15:07:18',165.48,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3611,'4000','41724759649','2024-08-27 15:07:31',NULL,100.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(3612,'4000','41724759649','2024-08-27 14:54:09',NULL,100.00,'','4','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(3613,'4000','41724759649','2024-08-27 15:07:08',NULL,80.00,'','4','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(3614,'1010','41724760998','2024-08-27 15:17:02',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172476104202000231324','No',NULL,NULL,'vc'),(3615,'1110','41724760998','2024-08-27 15:17:02',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3616,'5500','41724760998','2024-08-27 15:16:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3617,'4000','41724760998','2024-08-27 15:17:02',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3618,'1010','41724761044','2024-08-27 15:29:11',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476176510033072263','No',NULL,NULL,'mpesa'),(3619,'1110','41724761044','2024-08-27 15:29:11',NULL,59.00,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(3620,'1110','41724761044','2024-08-27 15:17:24',NULL,30.68,'','4','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(3621,'5500','41724761044','2024-08-27 15:28:55',89.68,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3622,'4000','41724761044','2024-08-27 15:29:11',NULL,100.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(3623,'4000','41724761044','2024-08-27 15:17:24',NULL,60.00,'','4','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(3624,'1010','41724761765','2024-08-27 15:30:35',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172476184222343033702','No',NULL,NULL,'mpesa'),(3625,'1110','41724761765','2024-08-27 15:30:35',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3626,'5500','41724761765','2024-08-27 15:29:25',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3627,'4000','41724761765','2024-08-27 15:30:35',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3628,'1050','41724762954','2024-08-27 15:49:34',75.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476298144230303007','No',NULL,NULL,''),(3629,'1110','41724762954','2024-08-27 15:49:34',NULL,47.02,'','4','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(3630,'5500','41724762954','2024-08-27 15:49:14',47.02,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3631,'4000','41724762954','2024-08-27 15:49:34',NULL,75.00,'','4','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(3632,'2130','41724762982','2024-08-27 16:27:43',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172476527573202032322','No',NULL,NULL,''),(3633,'1110','41724762982','2024-08-27 16:27:43',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(3634,'5500','41724762982','2024-08-27 15:49:42',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(3635,'4000','41724762982','2024-08-27 16:27:43',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(3636,'1010','41724765816','2024-08-27 16:37:15',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476585828524032024','No',NULL,NULL,'mpesa'),(3637,'1110','41724765816','2024-08-27 16:37:15',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3638,'5500','41724765816','2024-08-27 16:36:56',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3639,'4000','41724765816','2024-08-27 16:37:15',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3640,'1010','41724765859','2024-08-27 17:08:19',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476771114007324223','No',NULL,NULL,'mpesa'),(3641,'1110','41724765859','2024-08-27 17:08:19',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3642,'5500','41724765859','2024-08-27 16:37:39',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3643,'4000','41724765859','2024-08-27 17:08:19',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3644,'1050','41724767712','2024-08-27 17:09:12',750.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476790223432320231','No',NULL,NULL,''),(3645,'1110','41724767712','2024-08-27 17:09:12',NULL,470.20,'','4','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(3646,'5500','41724767712','2024-08-27 17:08:33',470.20,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3647,'4000','41724767712','2024-08-27 17:09:12',NULL,750.00,'','4','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(3648,'1050','41724767903','2024-08-27 17:14:38',130.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172476808434222218330','No',NULL,NULL,''),(3649,'1110','41724767903','2024-08-27 17:14:38',NULL,110.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3650,'5500','41724767903','2024-08-27 17:11:43',110.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3651,'4000','41724767903','2024-08-27 17:14:38',NULL,130.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3652,'1010','41724768085','2024-08-27 17:23:09',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172476859623202342408','No',NULL,NULL,'hj'),(3653,'1110','41724768085','2024-08-27 17:23:09',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3654,'5500','41724768085','2024-08-27 17:14:45',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3655,'4000','41724768085','2024-08-27 17:23:09',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3656,'1010','41724770117','2024-08-27 17:50:41',450.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477025142203242230','No',NULL,NULL,'cfd'),(3657,'1110','41724770117','2024-08-27 17:50:41',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3658,'1110','41724770117','2024-08-27 17:48:37',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3659,'1110','41724770117','2024-08-27 17:48:49',NULL,50.00,'','4','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(3660,'1110','41724770117','2024-08-27 17:49:01',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(3661,'5500','41724770117','2024-08-27 17:50:25',344.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3662,'4000','41724770117','2024-08-27 17:50:41',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3663,'4000','41724770117','2024-08-27 17:48:37',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3664,'4000','41724770117','2024-08-27 17:48:49',NULL,70.00,'','4','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3665,'4000','41724770117','2024-08-27 17:49:01',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(3666,'1010','41724770653','2024-08-27 17:57:45',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477068137602733237','No',NULL,NULL,'juy'),(3667,'1110','41724770653','2024-08-27 17:57:45',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3668,'5500','41724770653','2024-08-27 17:57:33',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3669,'4000','41724770653','2024-08-27 17:57:45',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3670,'1050','41724770682','2024-08-27 18:12:10',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477153274724742070','No',NULL,NULL,''),(3671,'1110','41724770682','2024-08-27 18:12:10',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3672,'5500','41724770682','2024-08-27 17:58:02',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3673,'4000','41724770682','2024-08-27 18:12:10',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3674,'1100','41724771533','2024-08-27 18:15:24',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172477173511701373422','No',NULL,NULL,''),(3675,'1110','41724771533','2024-08-27 18:15:24',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3676,'5500','41724771533','2024-08-27 18:12:13',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3677,'4000','41724771533','2024-08-27 18:15:24',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3678,'2130','41724771742','2024-08-27 18:15:59',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172477179724333293233','No',NULL,NULL,''),(3679,'1110','41724771742','2024-08-27 18:15:59',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(3680,'5500','41724771742','2024-08-27 18:15:42',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(3681,'4000','41724771742','2024-08-27 18:15:59',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(3682,'1010','41724771835','2024-08-27 18:18:25',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477191420113127721','No',NULL,NULL,'bgf'),(3683,'1110','41724771835','2024-08-27 18:18:25',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3684,'5500','41724771835','2024-08-27 18:17:15',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3685,'4000','41724771835','2024-08-27 18:18:25',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3686,'1010','41724771915','2024-08-27 18:21:13',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477214423332103220','No',NULL,NULL,'njh'),(3687,'1110','41724771915','2024-08-27 18:21:13',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3688,'5500','41724771915','2024-08-27 18:18:35',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3689,'4000','41724771915','2024-08-27 18:21:13',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3690,'1050','41724772145','2024-08-27 18:22:53',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477217574234144223','No',NULL,NULL,''),(3691,'1110','41724772145','2024-08-27 18:22:53',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3692,'5500','41724772145','2024-08-27 18:22:25',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3693,'4000','41724772145','2024-08-27 18:22:53',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3694,'1100','41724759001','2024-08-27 18:23:49',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'750'),(3695,'na','41724759001','2024-08-27 18:23:49',80.00,NULL,'','4','1','','1','25','payment','','4172477224372220213330','No',NULL,NULL,'750'),(3696,'1100','41724749673','2024-08-27 18:24:18',NULL,150.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ft5'),(3697,'na','41724749673','2024-08-27 18:24:18',150.00,NULL,'','4','1','','1','25','payment','','4172477227237202037743','No',NULL,NULL,'ft5'),(3698,'1100','41724738005','2024-08-27 18:24:58',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'gt5'),(3699,'na','41724738005','2024-08-27 18:24:58',160.00,NULL,'','4','1','','1','25','payment','','4172477231023230332242','No',NULL,NULL,'gt5'),(3700,'1010','41724772344','2024-08-27 18:26:06',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477237337442727411','No',NULL,NULL,'njhy'),(3701,'1110','41724772344','2024-08-27 18:26:06',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3702,'5500','41724772344','2024-08-27 18:25:44',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3703,'4000','41724772344','2024-08-27 18:26:06',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3704,'1100','41724740109','2024-08-27 18:26:56',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cr4'),(3705,'na','41724740109','2024-08-27 18:26:56',80.00,NULL,'','4','1','','1','25','payment','','4172477242973202237379','No',NULL,NULL,'cr4'),(3706,'1100','41724732872','2024-08-27 18:27:52',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bht'),(3707,'na','41724732872','2024-08-27 18:27:52',320.00,NULL,'','4','1','','1','25','payment','','4172477248523372204002','No',NULL,NULL,'bht'),(3708,'1100','41724728428','2024-08-27 18:28:34',NULL,714.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'fre'),(3709,'na','41724728428','2024-08-27 18:28:34',714.00,NULL,'','4','1','','1','25','payment','','4172477252923443393220','No',NULL,NULL,'fre'),(3710,'1100','41724728356','2024-08-27 18:29:15',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'gy6'),(3711,'na','41724728356','2024-08-27 18:29:15',160.00,NULL,'','4','1','','1','25','payment','','4172477257003325273322','No',NULL,NULL,'gy6'),(3712,'1010','41724772836','2024-08-27 18:34:13',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477286024420702224','No',NULL,NULL,'nmmk'),(3713,'1110','41724772836','2024-08-27 18:34:13',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3714,'5500','41724772836','2024-08-27 18:33:56',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3715,'4000','41724772836','2024-08-27 18:34:13',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3716,'1010','41724772861','2024-08-27 18:38:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477314522724302232','No',NULL,NULL,'mju'),(3717,'1110','41724772861','2024-08-27 18:38:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3718,'5500','41724772861','2024-08-27 18:34:21',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3719,'4000','41724772861','2024-08-27 18:38:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3720,'1050','41724773146','2024-08-27 18:41:38',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477330133330133330','No',NULL,NULL,''),(3721,'1110','41724773146','2024-08-27 18:41:38',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3722,'5500','41724773146','2024-08-27 18:39:06',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3723,'4000','41724773146','2024-08-27 18:41:38',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3724,'1010','41724773302','2024-08-27 18:52:17',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477394524022323943','No',NULL,NULL,'bhg'),(3725,'1110','41724773302','2024-08-27 18:52:17',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3726,'5500','41724773302','2024-08-27 18:41:42',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3727,'4000','41724773302','2024-08-27 18:52:17',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3728,'1010','41724773946','2024-08-27 19:00:58',610.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477447033233422420','No',NULL,NULL,'nhg'),(3729,'1110','41724773946','2024-08-27 19:00:58',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3730,'1110','41724773946','2024-08-27 18:52:26',NULL,282.12,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3731,'5500','41724773946','2024-08-27 19:00:04',418.12,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3732,'4000','41724773946','2024-08-27 19:00:58',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3733,'4000','41724773946','2024-08-27 18:52:26',NULL,450.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3734,'1050','41724774621','2024-08-27 19:05:30',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477473533122347702','No',NULL,NULL,''),(3735,'1110','41724774621','2024-08-27 19:05:30',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3736,'5500','41724774621','2024-08-27 19:03:41',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3737,'4000','41724774621','2024-08-27 19:05:30',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3738,'1010','41724774736','2024-08-27 19:05:57',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477476823447834023','No',NULL,NULL,'mkj'),(3739,'1110','41724774736','2024-08-27 19:05:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3740,'1110','41724774736','2024-08-27 19:05:36',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3741,'5500','41724774736','2024-08-27 19:05:46',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3742,'4000','41724774736','2024-08-27 19:05:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3743,'4000','41724774736','2024-08-27 19:05:36',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3744,'1010','41724774769','2024-08-27 19:06:58',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477482420722320222','No',NULL,NULL,'bhg'),(3745,'1110','41724774769','2024-08-27 19:06:58',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3746,'5500','41724774769','2024-08-27 19:06:09',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3747,'4000','41724774769','2024-08-27 19:06:58',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3748,'1010','41724775073','2024-08-27 19:11:24',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477509140223133102','No',NULL,NULL,'hyt'),(3749,'1110','41724775073','2024-08-27 19:11:24',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3750,'5500','41724775073','2024-08-27 19:11:13',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3751,'4000','41724775073','2024-08-27 19:11:24',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3752,'1050','41724775092','2024-08-27 19:15:45',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477534833823332222','No',NULL,NULL,''),(3753,'1110','41724775092','2024-08-27 19:15:45',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3754,'5500','41724775092','2024-08-27 19:11:33',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3755,'4000','41724775092','2024-08-27 19:15:45',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3756,'1100','41724728214','2024-08-27 19:16:15',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3757,'na','41724728214','2024-08-27 19:16:15',100.00,NULL,'','4','1','','1','25','payment','','4172477538342333337043','No',NULL,NULL,''),(3758,'1010','41724775419','2024-08-27 19:17:34',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477546273762202233','No',NULL,NULL,'jut'),(3759,'1110','41724775419','2024-08-27 19:17:34',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3760,'5500','41724775419','2024-08-27 19:16:59',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3761,'4000','41724775419','2024-08-27 19:17:34',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3762,'1010','41724775463','2024-08-27 19:22:39',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477609545202492133','No',NULL,NULL,'bhg'),(3763,'1110','41724775463','2024-08-27 19:22:39',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3764,'5500','41724775463','2024-08-27 19:17:43',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3765,'4000','41724775463','2024-08-27 19:22:39',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3766,'1050','41724776098','2024-08-27 19:28:41',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477615904027310730','No',NULL,NULL,''),(3767,'1110','41724776098','2024-08-27 19:28:41',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3768,'1110','41724776098','2024-08-27 19:28:18',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3769,'5500','41724776098','2024-08-27 19:28:29',234.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3770,'4000','41724776098','2024-08-27 19:28:41',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3771,'4000','41724776098','2024-08-27 19:28:18',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3772,'1100','41724742264','2024-08-27 19:45:59',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'gtr'),(3773,'na','41724742264','2024-08-27 19:45:59',80.00,NULL,'','4','1','','1','25','payment','','4172477717227330233277','No',NULL,NULL,'gtr'),(3774,'1100','41724733331','2024-08-27 19:46:34',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nju7'),(3775,'na','41724733331','2024-08-27 19:46:34',160.00,NULL,'','4','1','','1','25','payment','','4172477720773447274377','No',NULL,NULL,'nju7'),(3776,'1100','41724741928','2024-08-27 19:47:53',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbhg'),(3777,'na','41724741928','2024-08-27 19:47:53',100.00,NULL,'','4','1','','1','25','payment','','4172477728447032202723','No',NULL,NULL,'vbhg'),(3778,'1100','41724771533','2024-08-27 19:48:26',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vr4'),(3779,'na','41724771533','2024-08-27 19:48:26',80.00,NULL,'','4','1','','1','25','payment','','4172477732222304273442','No',NULL,NULL,'vr4'),(3780,'1050','41724777642','2024-08-27 19:54:15',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477770929302432270','No',NULL,NULL,''),(3781,'1110','41724777642','2024-08-27 19:54:15',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3782,'5500','41724777642','2024-08-27 19:54:02',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3783,'4000','41724777642','2024-08-27 19:54:15',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3784,'1010','41724777710','2024-08-27 19:55:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477773672242620322','No',NULL,NULL,'vgt'),(3785,'1110','41724777710','2024-08-27 19:55:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3786,'5500','41724777710','2024-08-27 19:55:10',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3787,'4000','41724777710','2024-08-27 19:55:25',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3788,'1050','41724778476','2024-08-27 20:08:11',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477849332323283210','No',NULL,NULL,''),(3789,'1110','41724778476','2024-08-27 20:08:11',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3790,'5500','41724778476','2024-08-27 20:07:56',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3791,'4000','41724778476','2024-08-27 20:08:11',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3792,'1100','41724759649','2024-08-27 20:10:39',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'kiu7'),(3793,'na','41724759649','2024-08-27 20:10:39',280.00,NULL,'','4','1','','1','25','payment','','4172477865622363652313','No',NULL,NULL,'kiu7'),(3794,'1100','41724735073','2024-08-27 20:11:34',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3795,'na','41724735073','2024-08-27 20:11:34',60.00,NULL,'','4','1','','1','25','payment','','4172477870623772430302','No',NULL,NULL,''),(3796,'2130','41724778711','2024-08-27 20:12:03',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172477873880220700324','No',NULL,NULL,''),(3797,'1110','41724778711','2024-08-27 20:12:03',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(3798,'5500','41724778711','2024-08-27 20:11:51',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(3799,'4000','41724778711','2024-08-27 20:12:03',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(3800,'1010','41724779579','2024-08-27 20:26:42',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172477961322271473622','No',NULL,NULL,'nju'),(3801,'1110','41724779579','2024-08-27 20:26:42',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3802,'5500','41724779579','2024-08-27 20:26:19',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3803,'4000','41724779579','2024-08-27 20:26:42',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3804,'1100','41724746661','2024-08-27 20:27:20',NULL,30.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ghyt'),(3805,'na','41724746661','2024-08-27 20:27:20',30.00,NULL,'','4','1','','1','25','payment','','4172477965402723107292','No',NULL,NULL,'ghyt'),(3806,'1100','41724741840','2024-08-27 20:29:02',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(3807,'na','41724741840','2024-08-27 20:29:02',80.00,NULL,'','4','1','','1','25','payment','','4172477975502077014773','No',NULL,NULL,''),(3808,'1010','41724779942','2024-08-27 20:35:00',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172478010822308332443','No',NULL,NULL,'cfr'),(3809,'1110','41724779942','2024-08-27 20:35:00',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3810,'5500','41724779942','2024-08-27 20:32:23',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3811,'4000','41724779942','2024-08-27 20:35:00',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3812,'1010','41724780109','2024-08-27 20:40:51',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172478046556022234102','No',NULL,NULL,'vbg'),(3813,'1110','41724780109','2024-08-27 20:40:51',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(3814,'5500','41724780109','2024-08-27 20:35:09',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3815,'4000','41724780109','2024-08-27 20:40:51',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3816,'1050','41724780466','2024-08-27 20:41:19',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172478048223332743204','No',NULL,NULL,''),(3817,'1110','41724780466','2024-08-27 20:41:19',NULL,48.50,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(3818,'5500','41724780466','2024-08-27 20:41:06',48.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3819,'4000','41724780466','2024-08-27 20:41:19',NULL,100.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(3820,'1010','41724780917','2024-08-27 20:49:19',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172478097660022280302','No',NULL,NULL,'nj'),(3821,'1110','41724780917','2024-08-27 20:49:19',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3822,'1110','41724780917','2024-08-27 20:48:37',NULL,45.50,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(3823,'5500','41724780917','2024-08-27 20:49:00',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3824,'4000','41724780917','2024-08-27 20:49:19',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3825,'4000','41724780917','2024-08-27 20:48:37',NULL,60.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3826,'1100','41724814558','2024-08-28 06:19:19',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172481518413412443330','No',NULL,NULL,''),(3827,'1110','41724814558','2024-08-28 06:19:19',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3828,'5500','41724814558','2024-08-28 06:09:18',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3829,'4000','41724814558','2024-08-28 06:19:19',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3830,'1100','41724815191','2024-08-28 06:20:01',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172481521003011283202','No',NULL,NULL,''),(3831,'1110','41724815191','2024-08-28 06:20:01',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3832,'5500','41724815191','2024-08-28 06:19:51',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3833,'4000','41724815191','2024-08-28 06:20:01',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3834,'1100','41724815213','2024-08-28 06:20:24',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172481524123820404212','No',NULL,NULL,''),(3835,'1110','41724815213','2024-08-28 06:20:24',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3836,'5500','41724815213','2024-08-28 06:20:13',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3837,'4000','41724815213','2024-08-28 06:20:24',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3838,'1050','41724815281','2024-08-28 06:21:32',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172481529420423230422','No',NULL,NULL,''),(3839,'1110','41724815281','2024-08-28 06:21:32',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3840,'5500','41724815281','2024-08-28 06:21:21',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3841,'4000','41724815281','2024-08-28 06:21:32',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3842,'1010','41724815295','2024-08-28 06:22:13',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172481536073332323333','No',NULL,NULL,'cvf'),(3843,'1110','41724815295','2024-08-28 06:22:13',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3844,'5500','41724815295','2024-08-28 06:21:35',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3845,'4000','41724815295','2024-08-28 06:22:13',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3846,'1050','41724815361','2024-08-28 06:27:21',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172481564342332412235','No',NULL,NULL,''),(3847,'1110','41724815361','2024-08-28 06:27:21',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3848,'5500','41724815361','2024-08-28 06:22:41',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3849,'4000','41724815361','2024-08-28 06:27:21',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3850,'1010','41724815644','2024-08-28 06:47:55',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172481689184033202336','No',NULL,NULL,'mkj'),(3851,'1110','41724815644','2024-08-28 06:47:55',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3852,'5500','41724815644','2024-08-28 06:27:24',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3853,'4000','41724815644','2024-08-28 06:47:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3854,'1050','41724817319','2024-08-28 07:25:03',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172481910729002332032','No',NULL,NULL,''),(3855,'1110','41724817319','2024-08-28 07:25:03',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3856,'5500','41724817319','2024-08-28 06:55:19',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3857,'4000','41724817319','2024-08-28 07:25:03',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3858,'1100','41724819107','2024-08-28 07:29:22',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172481937230249223922','No',NULL,NULL,''),(3859,'1110','41724819107','2024-08-28 07:29:22',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3860,'5500','41724819107','2024-08-28 07:25:07',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3861,'4000','41724819107','2024-08-28 07:29:22',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3862,'1100','41724820839','2024-08-28 07:54:17',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482088538080323322','No',NULL,NULL,''),(3863,'1110','41724820839','2024-08-28 07:54:17',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3864,'5500','41724820839','2024-08-28 07:53:59',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3865,'4000','41724820839','2024-08-28 07:54:17',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3866,'1010','41724823008','2024-08-28 08:30:45',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482305433328234132','No',NULL,NULL,'bhg'),(3867,'1110','41724823008','2024-08-28 08:30:45',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3868,'1110','41724823008','2024-08-28 08:30:08',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3869,'5500','41724823008','2024-08-28 08:30:34',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3870,'4000','41724823008','2024-08-28 08:30:45',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3871,'4000','41724823008','2024-08-28 08:30:08',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3872,'1100','41724823244','2024-08-28 08:34:18',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482326730020202230','No',NULL,NULL,''),(3873,'1110','41724823244','2024-08-28 08:34:18',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3874,'5500','41724823244','2024-08-28 08:34:04',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3875,'4000','41724823244','2024-08-28 08:34:18',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3876,'2130','41724823404','2024-08-28 08:36:53',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172482342803233303232','No',NULL,NULL,''),(3877,'1110','41724823404','2024-08-28 08:36:53',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(3878,'5500','41724823404','2024-08-28 08:36:44',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(3879,'4000','41724823404','2024-08-28 08:36:53',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(3880,'2130','41724823509','2024-08-28 08:41:01',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172482367672343203222','No',NULL,NULL,''),(3881,'1110','41724823509','2024-08-28 08:41:01',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(3882,'5500','41724823509','2024-08-28 08:38:29',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(3883,'4000','41724823509','2024-08-28 08:41:01',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(3884,'1010','41724823871','2024-08-28 08:44:41',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482388821243400482','No',NULL,NULL,'vfd'),(3885,'1110','41724823871','2024-08-28 08:44:41',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3886,'5500','41724823871','2024-08-28 08:44:31',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3887,'4000','41724823871','2024-08-28 08:44:41',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3888,'1050','41724823888','2024-08-28 08:47:30',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482405230033830002','No',NULL,NULL,''),(3889,'1110','41724823888','2024-08-28 08:47:30',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3890,'5500','41724823888','2024-08-28 08:44:48',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3891,'4000','41724823888','2024-08-28 08:47:30',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3892,'1100','41724824052','2024-08-28 08:49:48',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482419640400830234','No',NULL,NULL,''),(3893,'1110','41724824052','2024-08-28 08:49:48',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3894,'5500','41724824052','2024-08-28 08:47:32',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3895,'4000','41724824052','2024-08-28 08:49:48',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3896,'1100','41724824474','2024-08-28 08:54:41',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482449234330020212','No',NULL,NULL,''),(3897,'1110','41724824474','2024-08-28 08:54:41',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3898,'5500','41724824474','2024-08-28 08:54:34',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3899,'4000','41724824474','2024-08-28 08:54:41',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3900,'1100','41724824496','2024-08-28 08:55:06',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482451521533202222','No',NULL,NULL,''),(3901,'1110','41724824496','2024-08-28 08:55:06',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3902,'5500','41724824496','2024-08-28 08:54:56',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3903,'4000','41724824496','2024-08-28 08:55:06',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3904,'1110','41724823071','2024-08-28 08:31:11',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(3905,'2130','41724823071','2024-08-28 08:31:11',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(3906,'1010','41724824605','2024-08-28 09:18:43',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482593002330342022','No',NULL,NULL,'bbhg'),(3907,'1110','41724824605','2024-08-28 09:18:43',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3908,'5500','41724824605','2024-08-28 08:56:45',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3909,'4000','41724824605','2024-08-28 09:18:43',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3910,'1100','41724825931','2024-08-28 09:23:10',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172482619817442700438','No',NULL,NULL,''),(3911,'1110','41724825931','2024-08-28 09:23:10',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3912,'5500','41724825931','2024-08-28 09:18:51',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3913,'4000','41724825931','2024-08-28 09:23:10',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3914,'1010','41724827223','2024-08-28 09:40:33',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482723942322322322','No',NULL,NULL,'njh'),(3915,'1110','41724827223','2024-08-28 09:40:33',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(3916,'5500','41724827223','2024-08-28 09:40:23',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3917,'4000','41724827223','2024-08-28 09:40:33',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(3918,'1050','41724827239','2024-08-28 09:41:54',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482731974332347301','No',NULL,NULL,''),(3919,'1110','41724827239','2024-08-28 09:41:54',NULL,58.33,'','4','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(3920,'5500','41724827239','2024-08-28 09:40:40',58.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3921,'4000','41724827239','2024-08-28 09:41:54',NULL,80.00,'','4','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3922,'1010','41724827320','2024-08-28 09:49:53',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482780528287332012','No',NULL,NULL,'hyt'),(3923,'1110','41724827320','2024-08-28 09:49:53',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3924,'1110','41724827320','2024-08-28 09:42:00',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(3925,'5500','41724827320','2024-08-28 09:49:41',163.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3926,'4000','41724827320','2024-08-28 09:49:53',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3927,'4000','41724827320','2024-08-28 09:42:00',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3928,'1010','41724827806','2024-08-28 10:22:12',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172482974232323374430','No',NULL,NULL,'nh'),(3929,'1110','41724827806','2024-08-28 10:22:12',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3930,'5500','41724827806','2024-08-28 09:50:06',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3931,'4000','41724827806','2024-08-28 10:22:12',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3932,'1100','41724830693','2024-08-28 10:52:29',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172483156423763421303','No',NULL,NULL,''),(3933,'1110','41724830693','2024-08-28 10:52:29',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(3934,'5500','41724830693','2024-08-28 10:38:13',42.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3935,'4000','41724830693','2024-08-28 10:52:29',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(3936,'1010','41724832257','2024-08-28 11:04:28',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483228330022403223','No',NULL,NULL,'bgf'),(3937,'1110','41724832257','2024-08-28 11:04:28',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3938,'5500','41724832257','2024-08-28 11:04:17',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3939,'4000','41724832257','2024-08-28 11:04:28',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3940,'1010','41724832284','2024-08-28 11:05:09',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483231620040220723','No',NULL,NULL,'mkj'),(3941,'1110','41724832284','2024-08-28 11:05:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3942,'5500','41724832284','2024-08-28 11:04:44',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3943,'4000','41724832284','2024-08-28 11:05:09',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3944,'1010','41724832317','2024-08-28 11:44:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483469570463326321','No',NULL,NULL,'hyt'),(3945,'1110','41724832317','2024-08-28 11:44:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3946,'5500','41724832317','2024-08-28 11:05:17',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3947,'4000','41724832317','2024-08-28 11:44:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3948,'1010','41724837197','2024-08-28 12:44:03',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483832228412332224','No',NULL,NULL,'lk'),(3949,'1050','41724837197','2024-08-28 12:44:03',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483832228412332224','No',NULL,NULL,'lk'),(3950,'1110','41724837197','2024-08-28 12:44:03',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3951,'1110','41724837197','2024-08-28 12:26:37',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(3952,'5500','41724837197','2024-08-28 12:43:16',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3953,'4000','41724837197','2024-08-28 12:44:03',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3954,'4000','41724837197','2024-08-28 12:26:37',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(3955,'1010','41724838322','2024-08-28 12:50:46',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483865406324211320','No',NULL,NULL,'vgf'),(3956,'1110','41724838322','2024-08-28 12:50:46',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3957,'1110','41724838322','2024-08-28 12:45:22',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3958,'5500','41724838322','2024-08-28 12:50:29',91.42,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3959,'4000','41724838322','2024-08-28 12:50:46',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3960,'4000','41724838322','2024-08-28 12:45:22',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3961,'1010','41724838655','2024-08-28 12:56:57',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172483902530910140253','No',NULL,NULL,'dfr'),(3962,'1110','41724838655','2024-08-28 12:56:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3963,'1110','41724838655','2024-08-28 12:50:55',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3964,'5500','41724838655','2024-08-28 12:56:45',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3965,'4000','41724838655','2024-08-28 12:56:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3966,'4000','41724838655','2024-08-28 12:50:55',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3967,'1100','41724839026','2024-08-28 13:01:47',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172483931623233022320','No',NULL,NULL,''),(3968,'1110','41724839026','2024-08-28 13:01:47',NULL,47.34,'','4','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(3969,'1110','41724839026','2024-08-28 12:57:06',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(3970,'5500','41724839026','2024-08-28 13:01:28',101.34,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3971,'4000','41724839026','2024-08-28 13:01:47',NULL,80.00,'','4','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(3972,'4000','41724839026','2024-08-28 12:57:06',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(3973,'1010','41724840384','2024-08-28 13:19:53',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484039979322002029','No',NULL,NULL,'bnhg'),(3974,'1110','41724840384','2024-08-28 13:19:53',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3975,'5500','41724840384','2024-08-28 13:19:44',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3976,'4000','41724840384','2024-08-28 13:19:53',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3977,'1050','41724840403','2024-08-28 13:29:38',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484098034209242380','No',NULL,NULL,''),(3978,'1110','41724840403','2024-08-28 13:29:38',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3979,'5500','41724840403','2024-08-28 13:20:03',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3980,'4000','41724840403','2024-08-28 13:29:38',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3981,'1100','41724840981','2024-08-28 13:30:20',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172484104522350002403','No',NULL,NULL,''),(3982,'1110','41724840981','2024-08-28 13:30:20',NULL,26.17,'','4','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(3983,'5500','41724840981','2024-08-28 13:29:41',26.17,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3984,'4000','41724840981','2024-08-28 13:30:20',NULL,50.00,'','4','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(3985,'1100','41724841171','2024-08-28 13:33:17',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172484120603842426020','No',NULL,NULL,''),(3986,'1110','41724841171','2024-08-28 13:33:17',NULL,56.45,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(3987,'5500','41724841171','2024-08-28 13:32:51',56.45,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(3988,'4000','41724841171','2024-08-28 13:33:17',NULL,100.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(3989,'1010','41724841763','2024-08-28 13:42:55',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484179442232743312','No',NULL,NULL,'cvf'),(3990,'1050','41724841763','2024-08-28 13:42:55',10.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484179442232743312','No',NULL,NULL,'cvf'),(3991,'1110','41724841763','2024-08-28 13:42:55',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(3992,'5500','41724841763','2024-08-28 13:42:43',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3993,'4000','41724841763','2024-08-28 13:42:55',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(3994,'1010','41724841795','2024-08-28 14:27:21',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484445002047343300','No',NULL,NULL,'tty'),(3995,'1110','41724841795','2024-08-28 14:27:21',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3996,'5500','41724841795','2024-08-28 13:43:15',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3997,'4000','41724841795','2024-08-28 14:27:21',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3998,'1100','41724844451','2024-08-28 14:29:57',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172484460500403421024','No',NULL,NULL,''),(3999,'1110','41724844451','2024-08-28 14:29:57',NULL,52.66,'','4','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(4000,'5500','41724844451','2024-08-28 14:27:31',52.66,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4001,'4000','41724844451','2024-08-28 14:29:57',NULL,80.00,'','4','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(4002,'1010','41724847355','2024-08-28 15:16:07',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484737530733333334','No',NULL,NULL,'vbg'),(4003,'1110','41724847355','2024-08-28 15:16:07',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4004,'5500','41724847355','2024-08-28 15:15:56',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4005,'4000','41724847355','2024-08-28 15:16:07',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4006,'1010','41724848428','2024-08-28 15:36:52',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172484861912324202314','No',NULL,NULL,'mpesa'),(4007,'1110','41724848428','2024-08-28 15:36:52',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(4008,'1110','41724848428','2024-08-28 15:33:48',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4009,'5500','41724848428','2024-08-28 15:36:36',113.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4010,'4000','41724848428','2024-08-28 15:36:52',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(4011,'4000','41724848428','2024-08-28 15:33:48',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4012,'2130','41724850047','2024-08-28 16:00:58',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172485007835803822380','No',NULL,NULL,''),(4013,'1110','41724850047','2024-08-28 16:00:58',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(4014,'5500','41724850047','2024-08-28 16:00:47',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(4015,'4000','41724850047','2024-08-28 16:00:58',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(4016,'1010','41724852159','2024-08-28 16:36:22',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485220120425220732','No',NULL,NULL,'gt'),(4017,'1110','41724852159','2024-08-28 16:36:22',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4018,'5500','41724852159','2024-08-28 16:35:59',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4019,'4000','41724852159','2024-08-28 16:36:22',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4020,'1010','41724852203','2024-08-28 16:38:22',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485231221222580144','No',NULL,NULL,'bvff'),(4021,'1110','41724852203','2024-08-28 16:38:22',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4022,'5500','41724852203','2024-08-28 16:36:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4023,'4000','41724852203','2024-08-28 16:38:22',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4024,'1010','41724852313','2024-08-28 16:50:00',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485328822333302300','No',NULL,NULL,'mpesa'),(4025,'1110','41724852313','2024-08-28 16:50:00',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4026,'1110','41724852313','2024-08-28 16:38:33',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(4027,'5500','41724852313','2024-08-28 16:49:32',115.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4028,'4000','41724852313','2024-08-28 16:50:00',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4029,'4000','41724852313','2024-08-28 16:38:33',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(4030,'1100','41724853329','2024-08-28 16:55:40',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485334938232323434','No',NULL,NULL,''),(4031,'1110','41724853329','2024-08-28 16:55:40',NULL,54.00,'','4','1','Inventory sold','1','25','sales','109','','No',NULL,NULL,''),(4032,'5500','41724853329','2024-08-28 16:55:29',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4033,'4000','41724853329','2024-08-28 16:55:40',NULL,100.00,'','4','1','Good sold','1','25','sales','109','','No',NULL,NULL,''),(4034,'1100','41724853357','2024-08-28 16:56:12',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485338232453332003','No',NULL,NULL,''),(4035,'1110','41724853357','2024-08-28 16:56:12',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4036,'5500','41724853357','2024-08-28 16:55:57',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4037,'4000','41724853357','2024-08-28 16:56:12',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4038,'1100','41724853387','2024-08-28 16:56:49',75.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485341634403332232','No',NULL,NULL,''),(4039,'1110','41724853387','2024-08-28 16:56:49',NULL,47.02,'','4','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(4040,'5500','41724853387','2024-08-28 16:56:27',47.02,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4041,'4000','41724853387','2024-08-28 16:56:49',NULL,75.00,'','4','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(4042,'1100','41724853781','2024-08-28 17:03:09',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485381023032330332','No',NULL,NULL,''),(4043,'1110','41724853781','2024-08-28 17:03:09',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4044,'5500','41724853781','2024-08-28 17:03:01',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4045,'4000','41724853781','2024-08-28 17:03:09',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4046,'1010','41724854035','2024-08-28 17:08:47',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485414642402342330','No',NULL,NULL,'fdfds'),(4047,'1110','41724854035','2024-08-28 17:08:47',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4048,'5500','41724854035','2024-08-28 17:07:15',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4049,'4000','41724854035','2024-08-28 17:08:47',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4050,'1010','41724854147','2024-08-28 17:16:13',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485464182000030034','No',NULL,NULL,'cds'),(4051,'1110','41724854147','2024-08-28 17:16:13',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4052,'5500','41724854147','2024-08-28 17:09:07',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4053,'4000','41724854147','2024-08-28 17:16:13',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4054,'1050','41724854643','2024-08-28 17:18:27',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485471130323742147','No',NULL,NULL,''),(4055,'1110','41724854643','2024-08-28 17:18:27',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4056,'5500','41724854643','2024-08-28 17:17:23',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4057,'4000','41724854643','2024-08-28 17:18:27',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4058,'1050','41724854712','2024-08-28 17:25:44',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485514800230803020','No',NULL,NULL,''),(4059,'1110','41724854712','2024-08-28 17:25:44',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4060,'5500','41724854712','2024-08-28 17:18:32',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4061,'4000','41724854712','2024-08-28 17:25:44',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4062,'1050','41724855149','2024-08-28 17:27:25',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485524723447024333','No',NULL,NULL,''),(4063,'1110','41724855149','2024-08-28 17:27:25',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4064,'5500','41724855149','2024-08-28 17:25:49',27.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4065,'4000','41724855149','2024-08-28 17:27:25',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4066,'1010','41724855248','2024-08-28 17:29:43',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485539744333332028','No',NULL,NULL,'juy'),(4067,'1110','41724855248','2024-08-28 17:29:43',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4068,'5500','41724855248','2024-08-28 17:27:28',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4069,'4000','41724855248','2024-08-28 17:29:43',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4070,'1050','41724855398','2024-08-28 17:34:19',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485566007503232880','No',NULL,NULL,''),(4071,'1110','41724855398','2024-08-28 17:34:19',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4072,'5500','41724855398','2024-08-28 17:29:58',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4073,'4000','41724855398','2024-08-28 17:34:19',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4074,'2130','41724855661','2024-08-28 17:38:21',240.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172485592522230344242','No',NULL,NULL,''),(4075,'1110','41724855661','2024-08-28 17:38:21',204.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(4076,'5500','41724855661','2024-08-28 17:34:21',NULL,204.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(4077,'4000','41724855661','2024-08-28 17:38:21',240.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(4078,'1010','41724856493','2024-08-28 17:48:30',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485651711024423435','No',NULL,NULL,'bhg'),(4079,'1110','41724856493','2024-08-28 17:48:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4080,'1110','41724856493','2024-08-28 17:48:13',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(4081,'5500','41724856493','2024-08-28 17:48:20',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4082,'4000','41724856493','2024-08-28 17:48:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4083,'4000','41724856493','2024-08-28 17:48:13',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(4084,'2130','41724856794','2024-08-28 17:53:27',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172485681903202220233','No',NULL,NULL,''),(4085,'1110','41724856794','2024-08-28 17:53:27',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(4086,'5500','41724856794','2024-08-28 17:53:14',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(4087,'4000','41724856794','2024-08-28 17:53:27',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(4088,'1100','41724856836','2024-08-28 18:01:17',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485730432220123343','No',NULL,NULL,''),(4089,'1110','41724856836','2024-08-28 18:01:17',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4090,'5500','41724856836','2024-08-28 17:53:56',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4091,'4000','41724856836','2024-08-28 18:01:17',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4092,'1010','41724857340','2024-08-28 18:02:31',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485736622320273532','No',NULL,NULL,'njh'),(4093,'1110','41724857340','2024-08-28 18:02:31',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4094,'5500','41724857340','2024-08-28 18:02:21',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4095,'4000','41724857340','2024-08-28 18:02:31',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4096,'1010','41724857367','2024-08-28 18:03:50',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485743732082027422','No',NULL,NULL,'mjh'),(4097,'1110','41724857367','2024-08-28 18:03:50',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4098,'5500','41724857367','2024-08-28 18:02:47',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4099,'4000','41724857367','2024-08-28 18:03:50',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4100,'1100','41724857438','2024-08-28 18:04:39',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485748703802441423','No',NULL,NULL,''),(4101,'1110','41724857438','2024-08-28 18:04:39',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4102,'5500','41724857438','2024-08-28 18:03:58',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4103,'4000','41724857438','2024-08-28 18:04:39',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4104,'1050','41724857583','2024-08-28 18:06:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172485762444332643523','No',NULL,NULL,''),(4105,'1110','41724857583','2024-08-28 18:06:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4106,'5500','41724857583','2024-08-28 18:06:23',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4107,'4000','41724857583','2024-08-28 18:06:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4108,'1100','41724857625','2024-08-28 18:07:39',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485767013233026135','No',NULL,NULL,''),(4109,'1110','41724857625','2024-08-28 18:07:39',NULL,56.55,'','4','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(4110,'5500','41724857625','2024-08-28 18:07:06',56.55,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4111,'4000','41724857625','2024-08-28 18:07:39',NULL,100.00,'','4','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(4112,'1010','41724858619','2024-08-28 18:24:03',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485865373236035332','No',NULL,NULL,'mpesa'),(4113,'1110','41724858619','2024-08-28 18:24:03',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4114,'5500','41724858619','2024-08-28 18:23:39',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4115,'4000','41724858619','2024-08-28 18:24:03',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4116,'1100','41724858654','2024-08-28 18:28:23',120.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485892092083122383','No',NULL,NULL,''),(4117,'1110','41724858654','2024-08-28 18:28:23',NULL,102.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4118,'5500','41724858654','2024-08-28 18:24:15',102.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4119,'4000','41724858654','2024-08-28 18:28:23',NULL,120.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4120,'1100','41724858654','2024-08-28 18:29:00',NULL,120.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'uyty'),(4121,'na','41724858654','2024-08-28 18:29:00',120.00,NULL,'','4','1','','1','25','payment','','4172485896525952248640','No',NULL,NULL,'uyty'),(4122,'1010','41724858972','2024-08-28 18:36:33',240.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172485940624338807332','No',NULL,NULL,'mpesa'),(4123,'1110','41724858972','2024-08-28 18:36:33',NULL,204.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4124,'5500','41724858972','2024-08-28 18:29:32',204.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4125,'4000','41724858972','2024-08-28 18:36:33',NULL,240.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4126,'1010','41724859407','2024-08-28 18:44:57',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486000632120340603','No',NULL,NULL,'mpesa'),(4127,'1050','41724859407','2024-08-28 18:44:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486000632120340603','No',NULL,NULL,'mpesa'),(4128,'1110','41724859407','2024-08-28 18:44:57',NULL,153.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4129,'5500','41724859407','2024-08-28 18:36:47',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4130,'4000','41724859407','2024-08-28 18:44:57',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4131,'1050','41724860229','2024-08-28 18:58:51',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486074403422824742','No',NULL,NULL,''),(4132,'1110','41724860229','2024-08-28 18:58:51',NULL,26.17,'','4','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(4133,'5500','41724860229','2024-08-28 18:50:29',26.17,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4134,'4000','41724860229','2024-08-28 18:58:51',NULL,50.00,'','4','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(4135,'1100','41724857625','2024-08-28 19:00:28',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'dfg'),(4136,'na','41724857625','2024-08-28 19:00:28',100.00,NULL,'','4','1','','1','25','payment','','4172486084002320203210','No',NULL,NULL,'dfg'),(4137,'1010','41724860970','2024-08-28 19:03:29',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486112929474222934','No',NULL,NULL,'mpesa'),(4138,'1050','41724860970','2024-08-28 19:03:29',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486112929474222934','No',NULL,NULL,'mpesa'),(4139,'1110','41724860970','2024-08-28 19:03:29',NULL,170.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4140,'5500','41724860970','2024-08-28 19:02:50',170.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4141,'4000','41724860970','2024-08-28 19:03:29',NULL,200.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4142,'1100','41724830693','2024-08-28 19:05:58',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ertt'),(4143,'na','41724830693','2024-08-28 19:05:58',50.00,NULL,'','4','1','','1','25','payment','','4172486117926322332772','No',NULL,NULL,'ertt'),(4144,'1100','41724825931','2024-08-28 19:07:07',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'wert'),(4145,'na','41724825931','2024-08-28 19:07:07',80.00,NULL,'','4','1','','1','25','payment','','4172486124122173332320','No',NULL,NULL,'wert'),(4146,'1010','41724861272','2024-08-28 19:08:56',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486134503472473803','No',NULL,NULL,'mpesa'),(4147,'1110','41724861272','2024-08-28 19:08:56',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(4148,'1110','41724861272','2024-08-28 19:07:52',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4149,'1110','41724861272','2024-08-28 19:08:20',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4150,'5500','41724861272','2024-08-28 19:08:36',140.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4151,'4000','41724861272','2024-08-28 19:08:56',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(4152,'4000','41724861272','2024-08-28 19:07:52',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4153,'4000','41724861272','2024-08-28 19:08:20',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4154,'1100','41724823244','2024-08-28 19:09:31',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'wertt'),(4155,'na','41724823244','2024-08-28 19:09:31',160.00,NULL,'','4','1','','1','25','payment','','4172486138823017820117','No',NULL,NULL,'wertt'),(4156,'1050','41724861446','2024-08-28 19:11:45',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486151032102043202','No',NULL,NULL,''),(4157,'1110','41724861446','2024-08-28 19:11:45',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4158,'1110','41724861446','2024-08-28 19:10:46',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4159,'5500','41724861446','2024-08-28 19:11:28',86.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4160,'4000','41724861446','2024-08-28 19:11:45',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4161,'4000','41724861446','2024-08-28 19:10:46',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4162,'2130','41724861523','2024-08-28 19:12:22',50.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172486156343233222331','No',NULL,NULL,''),(4163,'1110','41724861523','2024-08-28 19:12:22',42.84,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(4164,'5500','41724861523','2024-08-28 19:12:03',NULL,42.84,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(4165,'4000','41724861523','2024-08-28 19:12:22',50.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(4166,'1100','41724819107','2024-08-28 19:13:38',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'werttyy'),(4167,'na','41724819107','2024-08-28 19:13:38',320.00,NULL,'','4','1','','1','25','payment','','4172486164141000363223','No',NULL,NULL,'werttyy'),(4168,'1100','41724815213','2024-08-28 19:15:13',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'rtyuyu'),(4169,'na','41724815213','2024-08-28 19:15:13',320.00,NULL,'','4','1','','1','25','payment','','4172486172920327032174','No',NULL,NULL,'rtyuyu'),(4170,'1100','41724814558','2024-08-28 19:16:06',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ertyhh'),(4171,'na','41724814558','2024-08-28 19:16:06',160.00,NULL,'','4','1','','1','25','payment','','4172486178041230204277','No',NULL,NULL,'ertyhh'),(4172,'1010','41724861879','2024-08-28 19:22:51',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486218100227332220','No',NULL,NULL,'bhg'),(4173,'1110','41724861879','2024-08-28 19:22:51',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4174,'5500','41724861879','2024-08-28 19:17:59',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4175,'4000','41724861879','2024-08-28 19:22:51',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4176,'1010','41724862182','2024-08-28 19:23:55',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486224330003243272','No',NULL,NULL,'bhg'),(4177,'1110','41724862182','2024-08-28 19:23:55',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4178,'5500','41724862182','2024-08-28 19:23:02',127.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4179,'4000','41724862182','2024-08-28 19:23:55',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4180,'1010','41724862244','2024-08-28 19:24:31',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486227828322480343','No',NULL,NULL,'vbg'),(4181,'1110','41724862244','2024-08-28 19:24:31',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4182,'1110','41724862244','2024-08-28 19:24:04',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4183,'5500','41724862244','2024-08-28 19:24:20',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4184,'4000','41724862244','2024-08-28 19:24:31',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4185,'4000','41724862244','2024-08-28 19:24:04',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4186,'1050','41724862280','2024-08-28 19:25:31',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486233324223382063','No',NULL,NULL,''),(4187,'1110','41724862280','2024-08-28 19:25:31',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4188,'5500','41724862280','2024-08-28 19:24:40',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4189,'4000','41724862280','2024-08-28 19:25:31',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4190,'1100','41724853387','2024-08-28 19:28:44',NULL,75.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'dfr'),(4191,'na','41724853387','2024-08-28 19:28:44',75.00,NULL,'','4','1','','1','25','payment','','4172486253780333732327','No',NULL,NULL,'dfr'),(4192,'1100','41724853357','2024-08-28 19:29:10',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'dfre'),(4193,'na','41724853357','2024-08-28 19:29:10',320.00,NULL,'','4','1','','1','25','payment','','4172486256622225456330','No',NULL,NULL,'dfre'),(4194,'1010','41724862582','2024-08-28 19:29:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486259882432224302','No',NULL,NULL,'cfd'),(4195,'1110','41724862582','2024-08-28 19:29:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4196,'5500','41724862582','2024-08-28 19:29:42',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4197,'4000','41724862582','2024-08-28 19:29:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4198,'1100','41724862678','2024-08-28 19:32:12',190.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486275084033202332','No',NULL,NULL,''),(4199,'1110','41724862678','2024-08-28 19:32:12',NULL,88.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4200,'1110','41724862678','2024-08-28 19:31:18',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4201,'5500','41724862678','2024-08-28 19:31:53',122.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4202,'4000','41724862678','2024-08-28 19:32:12',NULL,150.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4203,'4000','41724862678','2024-08-28 19:31:18',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4204,'1100','41724815191','2024-08-28 19:34:34',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vgf'),(4205,'na','41724815191','2024-08-28 19:34:34',100.00,NULL,'','4','1','','1','25','payment','','4172486288734202022326','No',NULL,NULL,'vgf'),(4206,'1010','41724862973','2024-08-28 19:36:27',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486299732120342603','No',NULL,NULL,'bhg'),(4207,'1110','41724862973','2024-08-28 19:36:27',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4208,'5500','41724862973','2024-08-28 19:36:13',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4209,'4000','41724862973','2024-08-28 19:36:27',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4210,'1100','41724844451','2024-08-28 19:37:10',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bhg'),(4211,'na','41724844451','2024-08-28 19:37:10',80.00,NULL,'','4','1','','1','25','payment','','4172486304334323203233','No',NULL,NULL,'bhg'),(4212,'1050','41724864196','2024-08-28 19:56:47',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486422131303323233','No',NULL,NULL,''),(4213,'1110','41724864196','2024-08-28 19:56:47',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4214,'5500','41724864196','2024-08-28 19:56:36',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4215,'4000','41724864196','2024-08-28 19:56:47',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4216,'1010','41724864224','2024-08-28 19:59:21',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486437287262723223','No',NULL,NULL,'mpesa'),(4217,'1110','41724864224','2024-08-28 19:59:21',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4218,'5500','41724864224','2024-08-28 19:57:04',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4219,'4000','41724864224','2024-08-28 19:59:21',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4220,'1050','41724864373','2024-08-28 20:05:17',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486474126002673364','No',NULL,NULL,''),(4221,'1110','41724864373','2024-08-28 20:05:17',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4222,'5500','41724864373','2024-08-28 19:59:33',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4223,'4000','41724864373','2024-08-28 20:05:17',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4224,'1010','41724864741','2024-08-28 20:08:37',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172486494662023234007','No',NULL,NULL,'mpesa'),(4225,'1110','41724864741','2024-08-28 20:08:37',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4226,'5500','41724864741','2024-08-28 20:05:41',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4227,'4000','41724864741','2024-08-28 20:08:37',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4228,'1100','41724820839','2024-08-28 20:10:04',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'t5yh'),(4229,'na','41724820839','2024-08-28 20:10:04',40.00,NULL,'','4','1','','1','25','payment','','4172486502020272382501','No',NULL,NULL,'t5yh'),(4230,'1100','41724824474','2024-08-28 20:10:51',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'njh'),(4231,'na','41724824474','2024-08-28 20:10:51',80.00,NULL,'','4','1','','1','25','payment','','4172486506533332220651','No',NULL,NULL,'njh'),(4232,'1100','41724853781','2024-08-28 20:12:31',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bhg'),(4233,'na','41724853781','2024-08-28 20:12:31',80.00,NULL,'','4','1','','1','25','payment','','4172486516563323832722','No',NULL,NULL,'bhg'),(4234,'1100','41724856836','2024-08-28 20:13:21',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mkjj'),(4235,'na','41724856836','2024-08-28 20:13:21',80.00,NULL,'','4','1','','1','25','payment','','4172486521535420331552','No',NULL,NULL,'mkjj'),(4236,'1100','41724824052','2024-08-28 20:13:57',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'hyt'),(4237,'na','41724824052','2024-08-28 20:13:57',100.00,NULL,'','4','1','','1','25','payment','','4172486524642002362445','No',NULL,NULL,'hyt'),(4238,'1100','41724840981','2024-08-28 20:14:28',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mkj'),(4239,'na','41724840981','2024-08-28 20:14:28',50.00,NULL,'','4','1','','1','25','payment','','4172486528444486738432','No',NULL,NULL,'mkj'),(4240,'1100','41724853329','2024-08-28 20:19:42',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'xds'),(4241,'na','41724853329','2024-08-28 20:19:42',100.00,NULL,'','4','1','','1','25','payment','','4172486559432424850403','No',NULL,NULL,'xds'),(4242,'1100','41724824496','2024-08-28 20:20:26',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'xds'),(4243,'na','41724824496','2024-08-28 20:20:26',60.00,NULL,'','4','1','','1','25','payment','','4172486564423443323240','No',NULL,NULL,'xds'),(4244,'1100','41724857438','2024-08-28 20:21:29',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(4245,'na','41724857438','2024-08-28 20:21:29',80.00,NULL,'','4','1','','1','25','payment','','4172486571133332107122','No',NULL,NULL,''),(4251,'1110','41724835531','2024-08-28 11:58:51',1200.00,NULL,'','4','1','Inventory Purchased','1','8','Purchases','88','','No',NULL,NULL,''),(4252,'1110','41724835531','2024-08-28 11:58:51',125.00,NULL,'','4','1','Inventory Purchased','1','8','Purchases','85','','No',NULL,NULL,''),(4253,'1110','41724835531','2024-08-28 11:58:51',320.00,NULL,'','4','1','Inventory Purchased','1','8','Purchases','76','','No',NULL,NULL,''),(4254,'1110','41724835531','2024-08-28 11:58:51',300.00,NULL,'','4','1','Inventory Purchased','1','8','Purchases','94','','No',NULL,NULL,''),(4255,'2130','41724835531','2024-08-28 11:58:51',NULL,1945.00,'','4','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(4256,'2130','41724865957','2024-08-28 20:26:11',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172486598430840082343','No',NULL,NULL,''),(4257,'1110','41724865957','2024-08-28 20:26:11',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(4258,'5500','41724865957','2024-08-28 20:25:58',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(4259,'4000','41724865957','2024-08-28 20:26:11',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(4260,'1100','41724839026','2024-08-28 20:27:13',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(4261,'na','41724839026','2024-08-28 20:27:13',160.00,NULL,'','4','1','','1','25','payment','','4172486604501033420028','No',NULL,NULL,''),(4262,'1100','41724841171','2024-08-28 20:28:29',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(4263,'na','41724841171','2024-08-28 20:28:29',100.00,NULL,'','4','1','','1','25','payment','','4172486612082326422032','No',NULL,NULL,''),(4264,'1100','41724862678','2024-08-28 20:30:28',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'dsre'),(4265,'na','41724862678','2024-08-28 20:30:28',100.00,NULL,'','4','1','','1','25','payment','','4172486623803313223743','No',NULL,NULL,'dsre'),(4266,'1100','41724862678','2024-08-28 20:30:39',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(4267,'na','41724862678','2024-08-28 20:30:39',40.00,NULL,'','4','1','','1','25','payment','','4172486625613024332665','No',NULL,NULL,''),(4268,'1010','41724866449','2024-08-28 20:34:38',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172486648543782343162','No',NULL,NULL,'nhg'),(4269,'1110','41724866449','2024-08-28 20:34:38',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4270,'5500','41724866449','2024-08-28 20:34:09',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4271,'4000','41724866449','2024-08-28 20:34:38',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4276,'1100','61724901481','2024-08-29 06:18:16',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490151222022200000','No',NULL,NULL,''),(4277,'1110','61724901481','2024-08-29 06:18:16',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4278,'5500','61724901481','2024-08-29 06:18:01',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4279,'4000','61724901481','2024-08-29 06:18:16',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4280,'1100','61724901839','2024-08-29 06:24:13',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490186167200700218','No',NULL,NULL,''),(4281,'1110','61724901839','2024-08-29 06:24:13',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4282,'5500','61724901839','2024-08-29 06:23:59',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4283,'4000','61724901839','2024-08-29 06:24:13',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4284,'1010','61724903755','2024-08-29 06:56:15',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172490378323072203470','No',NULL,NULL,'mpesa'),(4285,'1110','61724903755','2024-08-29 06:56:15',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4286,'5500','61724903755','2024-08-29 06:55:55',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4287,'4000','61724903755','2024-08-29 06:56:15',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4288,'1100','61724903783','2024-08-29 07:31:32',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490590923040203231','No',NULL,NULL,''),(4289,'1110','61724903783','2024-08-29 07:31:32',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4290,'5500','61724903783','2024-08-29 06:56:23',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4291,'4000','61724903783','2024-08-29 07:31:32',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4292,'1010','61724905924','2024-08-29 07:32:25',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490597273302037261','No',NULL,NULL,'mpesa'),(4293,'1050','61724905924','2024-08-29 07:32:25',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490597273302037261','No',NULL,NULL,'mpesa'),(4294,'1110','61724905924','2024-08-29 07:32:25',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4295,'1110','61724905924','2024-08-29 07:32:04',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4296,'5500','61724905924','2024-08-29 07:32:13',165.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4297,'4000','61724905924','2024-08-29 07:32:25',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4298,'4000','61724905924','2024-08-29 07:32:04',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4299,'1100','61724905972','2024-08-29 07:53:10',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490719900103369173','No',NULL,NULL,''),(4300,'1110','61724905972','2024-08-29 07:53:10',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4301,'5500','61724905972','2024-08-29 07:32:52',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4302,'4000','61724905972','2024-08-29 07:53:10',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4303,'1010','61724907261','2024-08-29 08:10:42',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490825667032202823','No',NULL,NULL,'mpesa'),(4304,'1110','61724907261','2024-08-29 08:10:42',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4305,'5500','61724907261','2024-08-29 07:54:21',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4306,'4000','61724907261','2024-08-29 08:10:42',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4307,'1100','61724908257','2024-08-29 08:14:52',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490850400403421024','No',NULL,NULL,''),(4308,'1110','61724908257','2024-08-29 08:14:52',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4309,'5500','61724908257','2024-08-29 08:10:57',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4310,'4000','61724908257','2024-08-29 08:14:52',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4311,'2130','61724908520','2024-08-29 08:15:31',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172490854632332282320','No',NULL,NULL,''),(4312,'1110','61724908520','2024-08-29 08:15:31',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(4313,'5500','61724908520','2024-08-29 08:15:20',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(4314,'4000','61724908520','2024-08-29 08:15:31',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(4315,'1010','61724908579','2024-08-29 08:23:03',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490899643639322024','No',NULL,NULL,'mpesa'),(4316,'1110','61724908579','2024-08-29 08:23:03',NULL,110.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4317,'5500','61724908579','2024-08-29 08:16:19',110.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4318,'4000','61724908579','2024-08-29 08:23:03',NULL,130.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4319,'2130','61724908997','2024-08-29 08:35:24',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172490975323631240030','No',NULL,NULL,''),(4320,'1110','61724908997','2024-08-29 08:35:24',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(4321,'5500','61724908997','2024-08-29 08:23:17',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(4322,'4000','61724908997','2024-08-29 08:35:24',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(4323,'1100','61724909806','2024-08-29 08:36:56',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172490982863222328220','No',NULL,NULL,''),(4324,'1110','61724909806','2024-08-29 08:36:56',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4325,'5500','61724909806','2024-08-29 08:36:46',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4326,'4000','61724909806','2024-08-29 08:36:56',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4327,'1100','61724910933','2024-08-29 08:55:44',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491095530323531232','No',NULL,NULL,''),(4328,'1110','61724910933','2024-08-29 08:55:44',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4329,'5500','61724910933','2024-08-29 08:55:33',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4330,'4000','61724910933','2024-08-29 08:55:44',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4331,'1010','61724911134','2024-08-29 08:59:06',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491115826902232212','No',NULL,NULL,'mpesa'),(4332,'1110','61724911134','2024-08-29 08:59:06',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4333,'5500','61724911134','2024-08-29 08:58:54',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4334,'4000','61724911134','2024-08-29 08:59:06',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4335,'1010','61724911159','2024-08-29 09:03:40',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491143836233248237','No',NULL,NULL,'mpesa'),(4336,'1110','61724911159','2024-08-29 09:03:40',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4337,'5500','61724911159','2024-08-29 08:59:19',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4338,'4000','61724911159','2024-08-29 09:03:40',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4339,'1050','61724911439','2024-08-29 09:04:43',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491149572277391793','No',NULL,NULL,''),(4340,'1110','61724911439','2024-08-29 09:04:43',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4341,'5500','61724911439','2024-08-29 09:03:59',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4342,'4000','61724911439','2024-08-29 09:04:43',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4343,'1010','61724912661','2024-08-29 09:25:14',180.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491289280332932122','No',NULL,NULL,'mpesa'),(4344,'1050','61724912661','2024-08-29 09:25:14',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491289280332932122','No',NULL,NULL,'mpesa'),(4345,'1110','61724912661','2024-08-29 09:25:14',NULL,103.47,'','6','1','Inventory sold','1','25','sales','118','','No',NULL,NULL,''),(4346,'1110','61724912661','2024-08-29 09:24:21',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4347,'5500','61724912661','2024-08-29 09:25:04',171.47,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4348,'4000','61724912661','2024-08-29 09:25:14',NULL,180.00,'','6','1','Good sold','1','25','sales','118','','No',NULL,NULL,''),(4349,'4000','61724912661','2024-08-29 09:24:21',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4350,'1010','61724914821','2024-08-29 10:31:45',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491671332001912960','No',NULL,NULL,'mpesa'),(4351,'1110','61724914821','2024-08-29 10:31:45',NULL,30.77,'','6','1','Inventory sold','1','25','sales','116','','No',NULL,NULL,''),(4352,'5500','61724914821','2024-08-29 10:00:21',30.77,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4353,'4000','61724914821','2024-08-29 10:31:45',NULL,60.00,'','6','1','Good sold','1','25','sales','116','','No',NULL,NULL,''),(4354,'1100','61724916714','2024-08-29 11:22:52',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172491978202732270020','No',NULL,NULL,''),(4355,'1110','61724916714','2024-08-29 11:22:52',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4356,'5500','61724916714','2024-08-29 10:31:54',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4357,'4000','61724916714','2024-08-29 11:22:52',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4358,'1050','61724920332','2024-08-29 12:16:58',75.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172492302400232023220','No',NULL,NULL,''),(4359,'1110','61724920332','2024-08-29 12:16:58',NULL,47.02,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(4360,'5500','61724920332','2024-08-29 11:32:12',47.02,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4361,'4000','61724920332','2024-08-29 12:16:58',NULL,75.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(4362,'1050','61724923025','2024-08-29 12:33:54',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492403823330276014','No',NULL,NULL,''),(4363,'1110','61724923025','2024-08-29 12:33:54',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4364,'5500','61724923025','2024-08-29 12:17:05',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4365,'4000','61724923025','2024-08-29 12:33:54',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4366,'1050','61724924039','2024-08-29 12:39:59',310.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492440446323492432','No',NULL,NULL,''),(4367,'1110','61724924039','2024-08-29 12:39:59',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4368,'1110','61724924039','2024-08-29 12:33:59',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4369,'5500','61724924039','2024-08-29 12:39:38',230.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4370,'4000','61724924039','2024-08-29 12:39:59',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4371,'4000','61724924039','2024-08-29 12:33:59',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4372,'1010','61724924405','2024-08-29 12:44:23',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492467332220222203','No',NULL,NULL,'mbhgt'),(4373,'1110','61724924405','2024-08-29 12:44:23',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4374,'5500','61724924405','2024-08-29 12:40:05',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4375,'4000','61724924405','2024-08-29 12:44:23',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4376,'1050','61724924674','2024-08-29 12:56:24',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492538620143240973','No',NULL,NULL,''),(4377,'1110','61724924674','2024-08-29 12:56:24',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4378,'1110','61724924674','2024-08-29 12:44:34',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(4379,'5500','61724924674','2024-08-29 12:56:12',43.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4380,'4000','61724924674','2024-08-29 12:56:24',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4381,'4000','61724924674','2024-08-29 12:44:34',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(4382,'1010','61724925387','2024-08-29 13:11:13',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492628086320422202','No',NULL,NULL,'nmh'),(4383,'1110','61724925387','2024-08-29 13:11:13',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4384,'5500','61724925387','2024-08-29 12:56:27',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4385,'4000','61724925387','2024-08-29 13:11:13',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4386,'1010','61724926281','2024-08-29 13:31:10',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492747723423773622','No',NULL,NULL,'mkj'),(4387,'1110','61724926281','2024-08-29 13:31:10',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(4388,'5500','61724926281','2024-08-29 13:11:21',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4389,'4000','61724926281','2024-08-29 13:31:10',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4390,'2130','61724927478','2024-08-29 13:35:47',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172492775923403222203','No',NULL,NULL,''),(4391,'1110','61724927478','2024-08-29 13:35:47',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(4392,'5500','61724927478','2024-08-29 13:31:18',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(4393,'4000','61724927478','2024-08-29 13:35:47',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(4394,'1050','61724928498','2024-08-29 13:48:29',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492851122147210733','No',NULL,NULL,''),(4395,'1110','61724928498','2024-08-29 13:48:29',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(4396,'5500','61724928498','2024-08-29 13:48:18',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4397,'4000','61724928498','2024-08-29 13:48:29',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(4398,'1010','61724928951','2024-08-29 13:56:18',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492900236224023033','No',NULL,NULL,'vbg'),(4399,'1110','61724928951','2024-08-29 13:56:18',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(4400,'5500','61724928951','2024-08-29 13:55:51',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4401,'4000','61724928951','2024-08-29 13:56:18',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(4402,'1010','61724929003','2024-08-29 14:00:52',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172492926126230942022','No',NULL,NULL,'bgff'),(4403,'1110','61724929003','2024-08-29 14:00:52',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(4404,'5500','61724929003','2024-08-29 13:56:43',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4405,'4000','61724929003','2024-08-29 14:00:52',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4406,'1010','61724929308','2024-08-29 14:15:43',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493015343293341393','No',NULL,NULL,'mpesa'),(4407,'1110','61724929308','2024-08-29 14:15:43',NULL,26.17,'','6','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(4408,'5500','61724929308','2024-08-29 14:01:48',26.17,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4409,'4000','61724929308','2024-08-29 14:15:43',NULL,50.00,'','6','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(4410,'1100','61724930154','2024-08-29 14:48:16',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493210523322140134','No',NULL,NULL,''),(4411,'1110','61724930154','2024-08-29 14:48:16',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(4412,'5500','61724930154','2024-08-29 14:15:54',60.74,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4413,'4000','61724930154','2024-08-29 14:48:16',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(4414,'1010','61724933070','2024-08-29 15:04:39',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493308763934336332','No',NULL,NULL,'mpesa'),(4415,'1110','61724933070','2024-08-29 15:04:39',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4416,'5500','61724933070','2024-08-29 15:04:30',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4417,'4000','61724933070','2024-08-29 15:04:39',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4418,'1050','61724933088','2024-08-29 15:28:34',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172493452030222342220','No',NULL,NULL,''),(4419,'1110','61724933088','2024-08-29 15:28:34',NULL,92.49,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4420,'5500','61724933088','2024-08-29 15:04:48',92.49,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4421,'4000','61724933088','2024-08-29 15:28:34',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4422,'1050','61724934520','2024-08-29 15:30:23',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172493463020302343606','No',NULL,NULL,''),(4423,'1110','61724934520','2024-08-29 15:30:23',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4424,'5500','61724934520','2024-08-29 15:28:40',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4425,'4000','61724934520','2024-08-29 15:30:23',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4426,'2130','61724934631','2024-08-29 15:33:24',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172493482722242220420','No',NULL,NULL,''),(4427,'1110','61724934631','2024-08-29 15:33:24',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(4428,'5500','61724934631','2024-08-29 15:30:31',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(4429,'4000','61724934631','2024-08-29 15:33:24',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(4430,'1010','61724937156','2024-08-29 16:12:52',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493724413333223322','No',NULL,NULL,'mpesa'),(4431,'1110','61724937156','2024-08-29 16:12:52',NULL,52.66,'','6','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(4432,'5500','61724937156','2024-08-29 16:12:36',52.66,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4433,'4000','61724937156','2024-08-29 16:12:52',NULL,80.00,'','6','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(4434,'2130','61724937245','2024-08-29 16:27:36',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172493808582935523824','No',NULL,NULL,''),(4435,'1110','61724937245','2024-08-29 16:27:36',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(4436,'5500','61724937245','2024-08-29 16:14:05',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(4437,'4000','61724937245','2024-08-29 16:27:36',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(4438,'1100','61724938158','2024-08-29 16:29:32',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493818732486202830','No',NULL,NULL,''),(4439,'1110','61724938158','2024-08-29 16:29:32',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4440,'5500','61724938158','2024-08-29 16:29:18',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4441,'4000','61724938158','2024-08-29 16:29:32',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4442,'1010','61724938636','2024-08-29 16:37:48',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172493867903362273233','No',NULL,NULL,'mpesa'),(4443,'1110','61724938636','2024-08-29 16:37:48',NULL,109.00,'','6','1','Inventory sold','1','25','sales','114','','No',NULL,NULL,''),(4444,'5500','61724938636','2024-08-29 16:37:16',109.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4445,'4000','61724938636','2024-08-29 16:37:48',NULL,200.00,'','6','1','Good sold','1','25','sales','114','','No',NULL,NULL,''),(4446,'1010','61724938680','2024-08-29 17:04:26',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494027222734202226','No',NULL,NULL,'njh'),(4447,'1110','61724938680','2024-08-29 17:04:26',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4448,'5500','61724938680','2024-08-29 16:38:00',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4449,'4000','61724938680','2024-08-29 17:04:26',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4450,'1010','61724940273','2024-08-29 17:05:21',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494033828331030363','No',NULL,NULL,'/.m,'),(4451,'1110','61724940273','2024-08-29 17:05:21',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4452,'5500','61724940273','2024-08-29 17:04:33',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4453,'4000','61724940273','2024-08-29 17:05:21',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4454,'1010','61724940338','2024-08-29 17:10:35',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494064049207260306','No',NULL,NULL,'vbg'),(4455,'1110','61724940338','2024-08-29 17:10:35',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4456,'5500','61724940338','2024-08-29 17:05:38',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4457,'4000','61724940338','2024-08-29 17:10:35',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4458,'1050','61724940641','2024-08-29 17:20:21',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494122830422327322','No',NULL,NULL,''),(4459,'1110','61724940641','2024-08-29 17:20:21',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(4460,'1110','61724940641','2024-08-29 17:10:41',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4461,'5500','61724940641','2024-08-29 17:20:03',113.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4462,'4000','61724940641','2024-08-29 17:20:21',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4463,'4000','61724940641','2024-08-29 17:10:41',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4464,'1010','61724941229','2024-08-29 17:20:43',280.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494125323203022332','No',NULL,NULL,'mpesa'),(4465,'1110','61724941229','2024-08-29 17:20:43',NULL,238.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4466,'5500','61724941229','2024-08-29 17:20:29',238.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4467,'4000','61724941229','2024-08-29 17:20:43',NULL,280.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4470,'1110','41724866126','2024-08-28 20:28:46',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(4471,'2130','41724866126','2024-08-28 20:28:46',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(4472,'1010','61724941433','2024-08-29 17:24:02',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494145042432353032','No',NULL,NULL,'mpesa'),(4473,'1110','61724941433','2024-08-29 17:24:02',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4474,'5500','61724941433','2024-08-29 17:23:53',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4475,'4000','61724941433','2024-08-29 17:24:02',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4476,'1010','61724941451','2024-08-29 17:29:02',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494174924207434723','No',NULL,NULL,'bhg'),(4477,'1110','61724941451','2024-08-29 17:29:02',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(4478,'5500','61724941451','2024-08-29 17:24:11',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4479,'4000','61724941451','2024-08-29 17:29:02',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4480,'1010','61724941750','2024-08-29 17:34:58',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494210749231033322','No',NULL,NULL,'bhg'),(4481,'1110','61724941750','2024-08-29 17:34:58',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4482,'5500','61724941750','2024-08-29 17:29:10',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4483,'4000','61724941750','2024-08-29 17:34:58',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4484,'1010','61724942107','2024-08-29 17:40:54',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494246202340326220','No',NULL,NULL,'bhg'),(4485,'1110','61724942107','2024-08-29 17:40:54',NULL,51.74,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(4486,'1110','61724942107','2024-08-29 17:35:08',NULL,87.36,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4487,'5500','61724942107','2024-08-29 17:40:32',139.09,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4488,'4000','61724942107','2024-08-29 17:40:54',NULL,90.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(4489,'4000','61724942107','2024-08-29 17:35:08',NULL,90.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4490,'1010','61724942463','2024-08-29 17:41:46',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494252103342504230','No',NULL,NULL,'bhg'),(4491,'1110','61724942463','2024-08-29 17:41:46',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4492,'5500','61724942463','2024-08-29 17:41:03',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4493,'4000','61724942463','2024-08-29 17:41:46',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4494,'1010','61724942522','2024-08-29 17:44:45',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494269706204320630','No',NULL,NULL,'mpesa'),(4495,'1110','61724942522','2024-08-29 17:44:45',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4496,'5500','61724942522','2024-08-29 17:42:02',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4497,'4000','61724942522','2024-08-29 17:44:45',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4498,'1050','61724942698','2024-08-29 17:48:48',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494294491922902922','No',NULL,NULL,''),(4499,'1110','61724942698','2024-08-29 17:48:48',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(4500,'5500','61724942698','2024-08-29 17:44:58',29.75,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4501,'4000','61724942698','2024-08-29 17:48:48',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(4502,'1100','61724942945','2024-08-29 17:53:24',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494321227303300732','No',NULL,NULL,''),(4503,'1110','61724942945','2024-08-29 17:53:24',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4504,'5500','61724942945','2024-08-29 17:49:05',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4505,'4000','61724942945','2024-08-29 17:53:24',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4506,'1050','61724943679','2024-08-29 18:01:28',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494369023349642222','No',NULL,NULL,''),(4507,'1110','61724943679','2024-08-29 18:01:28',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4508,'5500','61724943679','2024-08-29 18:01:19',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4509,'4000','61724943679','2024-08-29 18:01:28',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4510,'1010','61724943691','2024-08-29 18:08:29',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494411502132242293','No',NULL,NULL,'fg'),(4511,'1110','61724943691','2024-08-29 18:08:29',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4512,'1110','61724943691','2024-08-29 18:01:31',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4513,'5500','61724943691','2024-08-29 18:08:17',63.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4514,'4000','61724943691','2024-08-29 18:08:29',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4515,'4000','61724943691','2024-08-29 18:01:31',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4516,'1010','61724944142','2024-08-29 18:10:23',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494423022144232203','No',NULL,NULL,'bhg'),(4517,'1110','61724944142','2024-08-29 18:10:23',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4518,'5500','61724944142','2024-08-29 18:09:02',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4519,'4000','61724944142','2024-08-29 18:10:23',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4520,'1010','61724944231','2024-08-29 18:14:57',600.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494450920023733323','No',NULL,NULL,'bhg'),(4521,'1110','61724944231','2024-08-29 18:14:57',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4522,'1110','61724944231','2024-08-29 18:10:31',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(4523,'1110','61724944231','2024-08-29 18:14:08',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(4524,'1110','61724944231','2024-08-29 18:14:29',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4525,'5500','61724944231','2024-08-29 18:14:42',405.58,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4526,'4000','61724944231','2024-08-29 18:14:57',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4527,'4000','61724944231','2024-08-29 18:10:31',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(4528,'4000','61724944231','2024-08-29 18:14:08',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(4529,'4000','61724944231','2024-08-29 18:14:29',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4530,'1010','61724944510','2024-08-29 18:31:06',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494547510253030317','No',NULL,NULL,'bhg'),(4531,'1110','61724944510','2024-08-29 18:31:06',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4532,'5500','61724944510','2024-08-29 18:15:10',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4533,'4000','61724944510','2024-08-29 18:31:06',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4534,'1010','61724945476','2024-08-29 18:31:51',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494551824392314815','No',NULL,NULL,'bhg'),(4535,'1110','61724945476','2024-08-29 18:31:51',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4536,'5500','61724945476','2024-08-29 18:31:16',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4537,'4000','61724945476','2024-08-29 18:31:51',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4538,'1100','61724938158','2024-08-29 18:38:35',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghjjkk'),(4539,'na','61724938158','2024-08-29 18:38:35',80.00,NULL,'','6','1','','1','25','payment','','6172494593333323430522','No',NULL,NULL,'ghjjkk'),(4540,'1100','61724909806','2024-08-29 18:39:22',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'sdfgh'),(4541,'na','61724909806','2024-08-29 18:39:22',160.00,NULL,'','6','1','','1','25','payment','','6172494597620226223033','No',NULL,NULL,'sdfgh'),(4542,'1100','61724903783','2024-08-29 18:41:13',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'asddcf'),(4543,'na','61724903783','2024-08-29 18:41:13',320.00,NULL,'','6','1','','1','25','payment','','6172494610671920436223','No',NULL,NULL,'asddcf'),(4544,'1100','61724901839','2024-08-29 18:42:28',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'qwe'),(4545,'na','61724901839','2024-08-29 18:42:28',160.00,NULL,'','6','1','','1','25','payment','','6172494615903293232026','No',NULL,NULL,'qwe'),(4546,'1100','61724901481','2024-08-29 18:43:28',NULL,240.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rttyy'),(4547,'na','61724901481','2024-08-29 18:43:28',240.00,NULL,'','6','1','','1','25','payment','','6172494623609422320339','No',NULL,NULL,'rttyy'),(4548,'1050','61724946305','2024-08-29 18:51:13',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494668112640602830','No',NULL,NULL,''),(4549,'1110','61724946305','2024-08-29 18:51:13',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4550,'5500','61724946305','2024-08-29 18:45:05',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4551,'4000','61724946305','2024-08-29 18:51:13',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4552,'1010','61724946681','2024-08-29 19:03:02',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494745324730330513','No',NULL,NULL,'mpesa'),(4553,'1050','61724946681','2024-08-29 19:03:02',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494745324730330513','No',NULL,NULL,'mpesa'),(4554,'1110','61724946681','2024-08-29 19:03:02',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4555,'5500','61724946681','2024-08-29 18:51:21',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4556,'4000','61724946681','2024-08-29 19:03:02',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4557,'1010','61724947454','2024-08-29 19:07:21',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494766525230275053','No',NULL,NULL,'mpesa'),(4558,'1110','61724947454','2024-08-29 19:07:21',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4559,'5500','61724947454','2024-08-29 19:04:14',188.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4560,'4000','61724947454','2024-08-29 19:07:21',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4561,'1050','61724947874','2024-08-29 19:16:34',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494820642422200303','No',NULL,NULL,''),(4562,'1110','61724947874','2024-08-29 19:16:34',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4563,'5500','61724947874','2024-08-29 19:11:14',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4564,'4000','61724947874','2024-08-29 19:16:34',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4567,'1100','61724900733','2024-08-29 06:17:33',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494864409302333364','No',NULL,NULL,''),(4568,'1110','61724900733','2024-08-29 06:17:33',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4569,'5500','61724900733','2024-08-29 06:05:33',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4570,'4000','61724900733','2024-08-29 06:17:33',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4571,'1100','61724900733','2024-08-29 19:24:30',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'sddfg'),(4572,'na','61724900733','2024-08-29 19:24:30',100.00,NULL,'','6','1','','1','25','payment','','6172494868626482628403','No',NULL,NULL,'sddfg'),(4573,'1050','61724948817','2024-08-29 19:27:08',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494883172202387130','No',NULL,NULL,''),(4574,'1110','61724948817','2024-08-29 19:27:08',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(4575,'5500','61724948817','2024-08-29 19:26:57',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4576,'4000','61724948817','2024-08-29 19:27:08',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4577,'1100','61724948832','2024-08-29 19:31:22',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172494908999029032369','No',NULL,NULL,''),(4578,'1110','61724948832','2024-08-29 19:31:22',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(4579,'5500','61724948832','2024-08-29 19:27:12',54.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4580,'4000','61724948832','2024-08-29 19:31:22',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(4581,'1100','61724948832','2024-08-29 19:35:29',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghukio'),(4582,'na','61724948832','2024-08-29 19:35:29',80.00,NULL,'','6','1','','1','25','payment','','6172494934333223220133','No',NULL,NULL,'ghukio'),(4583,'1010','61724949350','2024-08-29 19:40:33',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494980662320426047','No',NULL,NULL,'bhg'),(4584,'1050','61724949350','2024-08-29 19:40:33',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172494980662320426047','No',NULL,NULL,'bhg'),(4585,'1110','61724949350','2024-08-29 19:40:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4586,'5500','61724949350','2024-08-29 19:35:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4587,'4000','61724949350','2024-08-29 19:40:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4588,'1050','61724949978','2024-08-29 19:47:30',70.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172495006425270002240','No',NULL,NULL,''),(4589,'1110','61724949978','2024-08-29 19:47:30',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4590,'5500','61724949978','2024-08-29 19:46:18',59.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4591,'4000','61724949978','2024-08-29 19:47:30',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4592,'1010','61724950436','2024-08-29 19:54:08',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495045842220259023','No',NULL,NULL,'fg'),(4593,'1110','61724950436','2024-08-29 19:54:08',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4594,'5500','61724950436','2024-08-29 19:53:57',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4595,'4000','61724950436','2024-08-29 19:54:08',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4596,'1010','61724951165','2024-08-29 20:06:19',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495119532125122346','No',NULL,NULL,'mpesa'),(4597,'1050','61724951165','2024-08-29 20:06:19',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495119532125122346','No',NULL,NULL,'mpesa'),(4598,'1110','61724951165','2024-08-29 20:06:19',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4599,'5500','61724951165','2024-08-29 20:06:05',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4600,'4000','61724951165','2024-08-29 20:06:19',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4601,'1050','61724951196','2024-08-29 20:07:02',450.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495122533290203923','No',NULL,NULL,''),(4602,'1110','61724951196','2024-08-29 20:07:02',NULL,282.12,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4603,'5500','61724951196','2024-08-29 20:06:36',282.12,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4604,'4000','61724951196','2024-08-29 20:07:02',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4605,'1010','61724951226','2024-08-29 20:07:16',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495124414022222164','No',NULL,NULL,'bhg'),(4606,'1110','61724951226','2024-08-29 20:07:16',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4607,'5500','61724951226','2024-08-29 20:07:06',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4608,'4000','61724951226','2024-08-29 20:07:16',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4609,'1010','61724951300','2024-08-29 20:23:18',10.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172495224343433290332','No',NULL,NULL,'mpesa'),(4610,'1050','61724951300','2024-08-29 20:23:18',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172495224343433290332','No',NULL,NULL,'mpesa'),(4611,'1110','61724951300','2024-08-29 20:23:18',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(4612,'5500','61724951300','2024-08-29 20:08:20',30.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4613,'4000','61724951300','2024-08-29 20:23:18',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(4614,'1100','61724916714','2024-08-29 20:24:28',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(4615,'na','61724916714','2024-08-29 20:24:28',30.00,NULL,'','6','1','','1','25','payment','','6172495228333304327230','No',NULL,NULL,''),(4616,'2130','61724952330','2024-08-29 20:25:44',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172495235727523912722','No',NULL,NULL,''),(4617,'1110','61724952330','2024-08-29 20:25:44',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(4618,'5500','61724952330','2024-08-29 20:25:30',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(4619,'4000','61724952330','2024-08-29 20:25:44',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(4620,'1050','61724952682','2024-08-29 20:31:39',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172495270129322610343','No',NULL,NULL,''),(4621,'1110','61724952682','2024-08-29 20:31:39',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4622,'5500','61724952682','2024-08-29 20:31:22',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4623,'4000','61724952682','2024-08-29 20:31:39',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4624,'1100','61724942945','2024-08-29 20:42:21',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fggj'),(4625,'na','61724942945','2024-08-29 20:42:21',160.00,NULL,'','6','1','','1','25','payment','','6172495336073362332433','No',NULL,NULL,'fggj'),(4626,'1100','61724910933','2024-08-29 20:43:13',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghhjj'),(4627,'na','61724910933','2024-08-29 20:43:13',80.00,NULL,'','6','1','','1','25','payment','','6172495340642240132203','No',NULL,NULL,'ghhjj'),(4628,'1100','61724910933','2024-08-29 20:43:26',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(4629,'na','61724910933','2024-08-29 20:43:26',20.00,NULL,'','6','1','','1','25','payment','','6172495342122343233343','No',NULL,NULL,''),(4630,'1100','61724930154','2024-08-29 20:44:22',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'huyi'),(4631,'na','61724930154','2024-08-29 20:44:22',100.00,NULL,'','6','1','','1','25','payment','','6172495347220320230232','No',NULL,NULL,'huyi'),(4632,'1100','61724905972','2024-08-29 20:45:02',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tytrer'),(4633,'na','61724905972','2024-08-29 20:45:02',40.00,NULL,'','6','1','','1','25','payment','','6172495351621260292392','No',NULL,NULL,'tytrer'),(4634,'1100','61724908257','2024-08-29 20:47:39',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghjhjk'),(4635,'na','61724908257','2024-08-29 20:47:39',20.00,NULL,'','6','1','','1','25','payment','','6172495368520395425344','No',NULL,NULL,'ghjhjk'),(4636,'1100','61724908257','2024-08-29 20:48:05',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(4637,'na','61724908257','2024-08-29 20:48:05',40.00,NULL,'','6','1','','1','25','payment','','6172495369422224412349','No',NULL,NULL,''),(4638,'1100','61724987474','2024-08-30 06:11:24',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172498749203232332222','No',NULL,NULL,''),(4639,'1110','61724987474','2024-08-30 06:11:24',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4640,'5500','61724987474','2024-08-30 06:11:14',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4641,'4000','61724987474','2024-08-30 06:11:24',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4642,'1100','61724987659','2024-08-30 06:14:34',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172498768620203032204','No',NULL,NULL,''),(4643,'1110','61724987659','2024-08-30 06:14:34',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4644,'5500','61724987659','2024-08-30 06:14:19',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4645,'4000','61724987659','2024-08-30 06:14:34',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4646,'1100','61724987727','2024-08-30 06:15:41',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172498775237022313923','No',NULL,NULL,''),(4647,'1110','61724987727','2024-08-30 06:15:41',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4648,'5500','61724987727','2024-08-30 06:15:27',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4649,'4000','61724987727','2024-08-30 06:15:41',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4650,'1100','61724988761','2024-08-30 06:32:55',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172498878300322226222','No',NULL,NULL,''),(4651,'1110','61724988761','2024-08-30 06:32:55',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4652,'5500','61724988761','2024-08-30 06:32:41',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4653,'4000','61724988761','2024-08-30 06:32:55',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4658,'1010','61724990024','2024-08-30 07:05:47',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499077527022040792','No',NULL,NULL,'mpesa'),(4659,'1050','61724990024','2024-08-30 07:05:47',10.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499077527022040792','No',NULL,NULL,'mpesa'),(4660,'1110','61724990024','2024-08-30 07:05:47',NULL,119.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4661,'5500','61724990024','2024-08-30 06:53:44',119.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4662,'4000','61724990024','2024-08-30 07:05:47',NULL,140.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4663,'1010','61724990776','2024-08-30 07:11:06',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499108442331146163','No',NULL,NULL,'mpesa'),(4664,'1110','61724990776','2024-08-30 07:11:06',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4665,'5500','61724990776','2024-08-30 07:06:16',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4666,'4000','61724990776','2024-08-30 07:11:06',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4667,'1100','61724991084','2024-08-30 07:46:23',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499320494030423312','No',NULL,NULL,''),(4668,'1110','61724991084','2024-08-30 07:46:23',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4669,'5500','61724991084','2024-08-30 07:11:25',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4670,'4000','61724991084','2024-08-30 07:46:23',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4671,'1100','61724993208','2024-08-30 07:47:02',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499323120222332202','No',NULL,NULL,''),(4672,'1110','61724993208','2024-08-30 07:47:02',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4673,'5500','61724993208','2024-08-30 07:46:48',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4674,'4000','61724993208','2024-08-30 07:47:02',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4675,'1050','61724994003','2024-08-30 08:00:13',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499402032032326333','No',NULL,NULL,''),(4676,'1110','61724994003','2024-08-30 08:00:13',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4677,'5500','61724994003','2024-08-30 08:00:03',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4678,'4000','61724994003','2024-08-30 08:00:13',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4679,'1010','61724994021','2024-08-30 08:03:52',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172499423923714423032','No',NULL,NULL,'mpesa'),(4680,'1110','61724994021','2024-08-30 08:03:52',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4681,'5500','61724994021','2024-08-30 08:00:21',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4682,'4000','61724994021','2024-08-30 08:03:52',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4683,'1010','61724994240','2024-08-30 08:09:09',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499456043330235343','No',NULL,NULL,'mpesa'),(4684,'1110','61724994240','2024-08-30 08:09:09',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4685,'5500','61724994240','2024-08-30 08:04:00',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4686,'4000','61724994240','2024-08-30 08:09:09',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4687,'1050','61724994561','2024-08-30 08:36:29',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499619771002060320','No',NULL,NULL,''),(4688,'1110','61724994561','2024-08-30 08:36:29',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4689,'5500','61724994561','2024-08-30 08:09:21',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4690,'4000','61724994561','2024-08-30 08:36:29',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4691,'1010','61724996198','2024-08-30 08:38:39',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499633139360322131','No',NULL,NULL,'mpesa'),(4692,'1110','61724996198','2024-08-30 08:38:39',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4693,'5500','61724996198','2024-08-30 08:36:38',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4694,'4000','61724996198','2024-08-30 08:38:39',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4695,'2130','61724996331','2024-08-30 08:39:05',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172499636362243032032','No',NULL,NULL,''),(4696,'1110','61724996331','2024-08-30 08:39:05',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(4697,'5500','61724996331','2024-08-30 08:38:51',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(4698,'4000','61724996331','2024-08-30 08:39:05',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(4699,'1100','61724996378','2024-08-30 08:39:51',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499640240323033130','No',NULL,NULL,''),(4700,'1110','61724996378','2024-08-30 08:39:51',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4701,'5500','61724996378','2024-08-30 08:39:38',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4702,'4000','61724996378','2024-08-30 08:39:51',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4703,'1100','61724996408','2024-08-30 08:46:11',100.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172499677832200232432','No',NULL,NULL,''),(4704,'1110','61724996408','2024-08-30 08:46:11',NULL,85.00,'','6','1','Inventory sold','1','26','sales','9','','No',NULL,NULL,''),(4705,'5500','61724996408','2024-08-30 08:40:08',85.00,NULL,'','6','1','Cost of goods sold','1','26','sales','','','No',NULL,NULL,''),(4706,'4000','61724996408','2024-08-30 08:46:11',NULL,100.00,'','6','1','Good sold','1','26','sales','9','','No',NULL,NULL,''),(4707,'1050','61724996807','2024-08-30 08:47:03',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499683132804122232','No',NULL,NULL,''),(4708,'1110','61724996807','2024-08-30 08:47:03',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4709,'5500','61724996807','2024-08-30 08:46:47',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4710,'4000','61724996807','2024-08-30 08:47:03',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4711,'1010','61724996831','2024-08-30 09:13:02',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499843803323633062','No',NULL,NULL,'mpesa'),(4712,'1050','61724996831','2024-08-30 09:13:02',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499843803323633062','No',NULL,NULL,'mpesa'),(4713,'1110','61724996831','2024-08-30 09:13:02',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4714,'5500','61724996831','2024-08-30 08:47:11',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4715,'4000','61724996831','2024-08-30 09:13:02',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4724,'1010','61724998574','2024-08-30 09:16:28',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172499859905233433582','No',NULL,NULL,'mpesa'),(4725,'1110','61724998574','2024-08-30 09:16:28',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4726,'5500','61724998574','2024-08-30 09:16:14',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4727,'4000','61724998574','2024-08-30 09:16:28',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4728,'2130','61724998630','2024-08-30 09:17:21',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172499866229023922302','No',NULL,NULL,''),(4729,'1110','61724998630','2024-08-30 09:17:21',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(4730,'5500','61724998630','2024-08-30 09:17:10',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(4731,'4000','61724998630','2024-08-30 09:17:21',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(4732,'1100','61724996378','2024-08-30 09:18:59',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'juiikop'),(4733,'na','61724996378','2024-08-30 09:18:59',160.00,NULL,'','6','1','','1','25','payment','','6172499875003853330232','No',NULL,NULL,'juiikop'),(4734,'1010','61724998790','2024-08-30 09:36:43',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172499980922249413323','No',NULL,NULL,'mpesa'),(4735,'1110','61724998790','2024-08-30 09:36:43',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4736,'5500','61724998790','2024-08-30 09:19:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4737,'4000','61724998790','2024-08-30 09:36:43',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4738,'1100','61724999810','2024-08-30 10:05:56',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500156563353201507','No',NULL,NULL,''),(4739,'1110','61724999810','2024-08-30 10:05:56',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4740,'5500','61724999810','2024-08-30 09:36:50',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4741,'4000','61724999810','2024-08-30 10:05:56',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4742,'1100','61725001600','2024-08-30 10:07:06',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500165436304333230','No',NULL,NULL,''),(4743,'1110','61725001600','2024-08-30 10:07:06',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(4744,'5500','61725001600','2024-08-30 10:06:40',54.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4745,'4000','61725001600','2024-08-30 10:07:06',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(4746,'1010','61725001690','2024-08-30 10:08:18',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500170762227330223','No',NULL,NULL,'mpesa'),(4747,'1110','61725001690','2024-08-30 10:08:18',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4748,'5500','61725001690','2024-08-30 10:08:10',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4749,'4000','61725001690','2024-08-30 10:08:18',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4750,'1010','61725001707','2024-08-30 10:10:45',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500185422025334330','No',NULL,NULL,'mpesa'),(4751,'1110','61725001707','2024-08-30 10:10:45',NULL,56.37,'','6','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(4752,'5500','61725001707','2024-08-30 10:08:27',56.37,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4753,'4000','61725001707','2024-08-30 10:10:45',NULL,100.00,'','6','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(4754,'1100','61725001855','2024-08-30 10:27:14',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500284100324333220','No',NULL,NULL,''),(4755,'1110','61725001855','2024-08-30 10:27:14',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4756,'5500','61725001855','2024-08-30 10:10:55',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4757,'4000','61725001855','2024-08-30 10:27:14',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4758,'1100','61725003619','2024-08-30 11:02:24',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500495423234323030','No',NULL,NULL,''),(4759,'1110','61725003619','2024-08-30 11:02:24',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4760,'5500','61725003619','2024-08-30 10:40:19',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4761,'4000','61725003619','2024-08-30 11:02:24',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4762,'1100','61725006158','2024-08-30 11:35:54',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500696133353971620','No',NULL,NULL,''),(4763,'1110','61725006158','2024-08-30 11:35:54',NULL,45.50,'','6','1','Inventory sold','1','25','sales','7','','No',NULL,NULL,''),(4764,'5500','61725006158','2024-08-30 11:22:38',45.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4765,'4000','61725006158','2024-08-30 11:35:54',NULL,60.00,'','6','1','Good sold','1','25','sales','7','','No',NULL,NULL,''),(4766,'1010','61725006976','2024-08-30 11:37:51',150.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500708861322021233','No',NULL,NULL,'mpesa'),(4767,'1110','61725006976','2024-08-30 11:37:51',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4768,'1110','61725006976','2024-08-30 11:36:16',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(4769,'1110','61725006976','2024-08-30 11:36:34',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4770,'5500','61725006976','2024-08-30 11:37:35',120.24,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4771,'4000','61725006976','2024-08-30 11:37:51',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4772,'4000','61725006976','2024-08-30 11:36:16',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(4773,'4000','61725006976','2024-08-30 11:36:34',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4774,'1100','61725007089','2024-08-30 12:05:36',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500876250303337023','No',NULL,NULL,''),(4775,'1110','61725007089','2024-08-30 12:05:36',NULL,26.17,'','6','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(4776,'5500','61725007089','2024-08-30 11:38:09',26.17,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4777,'4000','61725007089','2024-08-30 12:05:36',NULL,50.00,'','6','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(4778,'1050','61725008788','2024-08-30 12:21:50',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172500971553722002332','No',NULL,NULL,''),(4779,'1110','61725008788','2024-08-30 12:21:50',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4780,'5500','61725008788','2024-08-30 12:06:28',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4781,'4000','61725008788','2024-08-30 12:21:50',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4782,'1010','61725009716','2024-08-30 13:02:16',435.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501214531320353050','No',NULL,NULL,'mpesa'),(4783,'1110','61725009716','2024-08-30 13:02:16',NULL,174.71,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4784,'1110','61725009716','2024-08-30 12:21:56',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4785,'1110','61725009716','2024-08-30 12:54:27',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4786,'1110','61725009716','2024-08-30 12:54:36',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4787,'5500','61725009716','2024-08-30 12:55:03',350.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4788,'4000','61725009716','2024-08-30 13:02:16',NULL,180.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4789,'4000','61725009716','2024-08-30 12:21:56',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4790,'4000','61725009716','2024-08-30 12:54:27',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4791,'4000','61725009716','2024-08-30 12:54:36',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4792,'1010','61725013184','2024-08-30 13:20:03',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501332002313700222','No',NULL,NULL,',mj'),(4793,'1110','61725013184','2024-08-30 13:20:03',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4794,'5500','61725013184','2024-08-30 13:19:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4795,'4000','61725013184','2024-08-30 13:20:03',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4796,'1010','61725013321','2024-08-30 13:33:28',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501401700072732302','No',NULL,NULL,'mkj'),(4797,'1110','61725013321','2024-08-30 13:33:28',NULL,119.64,'','6','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(4798,'5500','61725013321','2024-08-30 13:22:01',119.64,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4799,'4000','61725013321','2024-08-30 13:33:28',NULL,400.00,'','6','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(4800,'1100','61725014018','2024-08-30 13:34:48',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172501410930022240205','No',NULL,NULL,''),(4801,'1110','61725014018','2024-08-30 13:34:48',NULL,59.82,'','6','1','Inventory sold','1','25','sales','66','','No',NULL,NULL,''),(4802,'5500','61725014018','2024-08-30 13:33:38',59.82,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4803,'4000','61725014018','2024-08-30 13:34:48',NULL,200.00,'','6','1','Good sold','1','25','sales','66','','No',NULL,NULL,''),(4804,'1010','61725015146','2024-08-30 13:53:00',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501518601324333220','No',NULL,NULL,'bhg'),(4805,'1110','61725015146','2024-08-30 13:53:00',NULL,59.50,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4806,'1110','61725015146','2024-08-30 13:52:26',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(4807,'5500','61725015146','2024-08-30 13:52:47',90.18,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4808,'4000','61725015146','2024-08-30 13:53:00',NULL,120.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4809,'4000','61725015146','2024-08-30 13:52:26',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(4814,'1010','61725018178','2024-08-30 14:43:54',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172501825630822332530','No',NULL,NULL,'mpesa'),(4815,'1050','61725018178','2024-08-30 14:43:54',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172501825630822332530','No',NULL,NULL,'mpesa'),(4816,'1110','61725018178','2024-08-30 14:43:54',NULL,188.08,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(4817,'1110','61725018178','2024-08-30 14:42:58',NULL,59.00,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4818,'1110','61725018178','2024-08-30 14:43:31',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(4819,'5500','61725018178','2024-08-30 14:43:44',277.76,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4820,'4000','61725018178','2024-08-30 14:43:54',NULL,300.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(4821,'4000','61725018178','2024-08-30 14:42:58',NULL,100.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4822,'4000','61725018178','2024-08-30 14:43:31',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(4823,'1050','61725018257','2024-08-30 14:55:50',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501895331352332037','No',NULL,NULL,''),(4824,'1110','61725018257','2024-08-30 14:55:50',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(4825,'5500','61725018257','2024-08-30 14:44:17',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4826,'4000','61725018257','2024-08-30 14:55:50',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4827,'1010','61725018954','2024-08-30 14:57:34',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501907066602323373','No',NULL,NULL,'bhg'),(4828,'1050','61725018954','2024-08-30 14:57:34',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172501907066602323373','No',NULL,NULL,'bhg'),(4829,'1110','61725018954','2024-08-30 14:57:34',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(4830,'5500','61725018954','2024-08-30 14:55:54',30.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4831,'4000','61725018954','2024-08-30 14:57:34',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(4832,'1010','61725021563','2024-08-30 15:39:59',110.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172502160500273310133','No',NULL,NULL,'fg'),(4833,'1110','61725021563','2024-08-30 15:39:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4834,'1110','61725021563','2024-08-30 15:39:23',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4835,'5500','61725021563','2024-08-30 15:39:36',93.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4836,'4000','61725021563','2024-08-30 15:39:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4837,'4000','61725021563','2024-08-30 15:39:23',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4838,'1010','61725021606','2024-08-30 15:43:33',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172502187203213323487','No',NULL,NULL,'fg'),(4839,'1110','61725021606','2024-08-30 15:43:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4840,'5500','61725021606','2024-08-30 15:40:06',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4841,'4000','61725021606','2024-08-30 15:43:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4842,'1010','61725021873','2024-08-30 15:50:43',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172502225320002172232','No',NULL,NULL,'mpesa'),(4843,'1110','61725021873','2024-08-30 15:50:43',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4844,'5500','61725021873','2024-08-30 15:44:33',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4845,'4000','61725021873','2024-08-30 15:50:43',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4846,'1010','61725022431','2024-08-30 15:54:10',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172502245733712200223','No',NULL,NULL,'mpesa'),(4847,'1110','61725022431','2024-08-30 15:54:10',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4848,'5500','61725022431','2024-08-30 15:53:52',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4849,'4000','61725022431','2024-08-30 15:54:10',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4850,'2130','61725022703','2024-08-30 15:58:33',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172502273223203300232','No',NULL,NULL,''),(4851,'1110','61725022703','2024-08-30 15:58:33',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(4852,'5500','61725022703','2024-08-30 15:58:23',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(4853,'4000','61725022703','2024-08-30 15:58:33',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(4854,'1100','61725022738','2024-08-30 15:59:09',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172502278533062627005','No',NULL,NULL,''),(4855,'1110','61725022738','2024-08-30 15:59:09',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4856,'5500','61725022738','2024-08-30 15:58:58',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4857,'4000','61725022738','2024-08-30 15:59:09',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4858,'1050','61725024854','2024-08-30 16:34:33',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172502487952733353926','No',NULL,NULL,''),(4859,'1110','61725024854','2024-08-30 16:34:33',NULL,59.00,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4860,'5500','61725024854','2024-08-30 16:34:14',59.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4861,'4000','61725024854','2024-08-30 16:34:33',NULL,100.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4862,'2130','61725026157','2024-08-30 16:56:13',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172502618936346203023','No',NULL,NULL,''),(4863,'1110','61725026157','2024-08-30 16:56:13',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(4864,'5500','61725026157','2024-08-30 16:55:57',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(4865,'4000','61725026157','2024-08-30 16:56:13',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(4866,'1010','61725026194','2024-08-30 16:56:44',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172502621324620303533','No',NULL,NULL,'mpesa'),(4867,'1110','61725026194','2024-08-30 16:56:44',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(4868,'5500','61725026194','2024-08-30 16:56:34',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4869,'4000','61725026194','2024-08-30 16:56:44',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(4870,'1010','61725027249','2024-08-30 17:14:25',960.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172502727533322023720','No',NULL,NULL,'mpesa'),(4871,'1110','61725027249','2024-08-30 17:14:25',NULL,816.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4872,'5500','61725027249','2024-08-30 17:14:09',816.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4873,'4000','61725027249','2024-08-30 17:14:25',NULL,960.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4874,'1010','61725027276','2024-08-30 17:16:50',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172502741502223222002','No',NULL,NULL,'bhg'),(4875,'1110','61725027276','2024-08-30 17:16:50',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4876,'5500','61725027276','2024-08-30 17:14:36',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4877,'4000','61725027276','2024-08-30 17:16:50',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4880,'1100','61725014018','2024-08-30 17:53:55',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jjgjk'),(4881,'na','61725014018','2024-08-30 17:53:55',160.00,NULL,'','6','1','','1','25','payment','','6172502964737644792350','No',NULL,NULL,'jjgjk'),(4882,'1100','61725014018','2024-08-30 17:54:07',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jgjk'),(4883,'na','61725014018','2024-08-30 17:54:07',40.00,NULL,'','6','1','','1','25','payment','','6172502967212633220227','No',NULL,NULL,'jgjk'),(4884,'1100','61725003619','2024-08-30 17:57:31',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yuui'),(4885,'na','61725003619','2024-08-30 17:57:31',100.00,NULL,'','6','1','','1','25','payment','','6172502991690921323012','No',NULL,NULL,'yuui'),(4886,'1100','61725003619','2024-08-30 17:58:37',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(4887,'na','61725003619','2024-08-30 17:58:37',40.00,NULL,'','6','1','','1','25','payment','','6172502993030390250422','No',NULL,NULL,''),(4888,'1100','61725001855','2024-08-30 17:59:29',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jjjhgjk'),(4889,'na','61725001855','2024-08-30 17:59:29',160.00,NULL,'','6','1','','1','25','payment','','6172502998820303329622','No',NULL,NULL,'jjjhgjk'),(4890,'1100','61724987727','2024-08-30 18:02:27',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gfghg'),(4891,'na','61724987727','2024-08-30 18:02:27',320.00,NULL,'','6','1','','1','25','payment','','6172503017632233222222','No',NULL,NULL,'gfghg'),(4892,'1100','61724987659','2024-08-30 18:03:27',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yyuj'),(4893,'na','61724987659','2024-08-30 18:03:27',160.00,NULL,'','6','1','','1','25','payment','','6172503022200220001330','No',NULL,NULL,'yyuj'),(4894,'1100','61724989988','2024-08-30 06:53:26',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503044232210034320','No',NULL,NULL,''),(4895,'1110','61724989988','2024-08-30 06:53:26',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4896,'5500','61724989988','2024-08-30 06:53:08',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4897,'4000','61724989988','2024-08-30 06:53:26',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4898,'1100','61724989988','2024-08-30 18:07:57',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ttyui'),(4899,'na','61724989988','2024-08-30 18:07:57',100.00,NULL,'','6','1','','1','25','payment','','6172503050413252353203','No',NULL,NULL,'ttyui'),(4900,'1100','61724989988','2024-08-30 18:08:24',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(4901,'na','61724989988','2024-08-30 18:08:24',60.00,NULL,'','6','1','','1','25','payment','','6172503051422247253333','No',NULL,NULL,''),(4902,'2130','61725015187','2024-08-30 14:42:18',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172503077370303373324','No',NULL,NULL,''),(4903,'1110','61725015187','2024-08-30 14:42:18',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(4904,'5500','61725015187','2024-08-30 13:53:07',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(4905,'4000','61725015187','2024-08-30 14:42:18',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(4908,'1110','61724993508','2024-08-30 07:51:48',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(4909,'2130','61724993508','2024-08-30 07:51:48',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(4914,'1110','61725028258','2024-08-30 17:30:59',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(4915,'2130','61725028258','2024-08-30 17:30:59',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(4916,'1010','61725031757','2024-08-30 18:29:59',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503182223723022320','No',NULL,NULL,'mpesa'),(4917,'1110','61725031757','2024-08-30 18:29:59',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4918,'5500','61725031757','2024-08-30 18:29:17',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4919,'4000','61725031757','2024-08-30 18:29:59',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4920,'1010','61725031829','2024-08-30 18:34:14',960.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503207135373270272','No',NULL,NULL,'mpesa'),(4921,'1110','61725031829','2024-08-30 18:34:14',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4922,'1110','61725031829','2024-08-30 18:30:29',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4923,'1110','61725031829','2024-08-30 18:31:00',NULL,17.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4924,'1110','61725031829','2024-08-30 18:31:36',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4925,'1110','61725031829','2024-08-30 18:31:56',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4926,'1110','61725031829','2024-08-30 18:32:10',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4927,'1110','61725031829','2024-08-30 18:32:51',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4928,'5500','61725031829','2024-08-30 18:33:23',816.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4929,'4000','61725031829','2024-08-30 18:34:14',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4930,'4000','61725031829','2024-08-30 18:30:29',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4931,'4000','61725031829','2024-08-30 18:31:00',NULL,20.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4932,'4000','61725031829','2024-08-30 18:31:36',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4933,'4000','61725031829','2024-08-30 18:31:56',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4934,'4000','61725031829','2024-08-30 18:32:10',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4935,'4000','61725031829','2024-08-30 18:32:51',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4936,'1100','61724991084','2024-08-30 18:37:25',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'iopop'),(4937,'na','61724991084','2024-08-30 18:37:25',280.00,NULL,'','6','1','','1','25','payment','','6172503225922393922222','No',NULL,NULL,'iopop'),(4938,'1100','61724988761','2024-08-30 18:41:37',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uuiio'),(4939,'na','61724988761','2024-08-30 18:41:37',40.00,NULL,'','6','1','','1','25','payment','','6172503251203232225203','No',NULL,NULL,'uuiio'),(4940,'1050','61725032522','2024-08-30 18:42:11',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503253633032232022','No',NULL,NULL,''),(4941,'1110','61725032522','2024-08-30 18:42:11',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4942,'5500','61725032522','2024-08-30 18:42:02',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4943,'4000','61725032522','2024-08-30 18:42:11',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4944,'1100','61725032537','2024-08-30 18:44:57',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503271932253232329','No',NULL,NULL,''),(4945,'1110','61725032537','2024-08-30 18:44:57',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4946,'5500','61725032537','2024-08-30 18:42:17',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4947,'4000','61725032537','2024-08-30 18:44:57',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4948,'1100','61724987474','2024-08-30 18:45:49',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gghhjj'),(4949,'na','61724987474','2024-08-30 18:45:49',100.00,NULL,'','6','1','','1','25','payment','','6172503276002200010222','No',NULL,NULL,'gghhjj'),(4950,'1010','61725032762','2024-08-30 18:49:04',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503335222330333733','No',NULL,NULL,'mpesa'),(4951,'1050','61725032762','2024-08-30 18:49:04',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503335222330333733','No',NULL,NULL,'mpesa'),(4952,'1110','61725032762','2024-08-30 18:49:04',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4953,'5500','61725032762','2024-08-30 18:46:02',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4954,'4000','61725032762','2024-08-30 18:49:04',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4955,'1100','61725033353','2024-08-30 18:56:26',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503343440223342324','No',NULL,NULL,''),(4956,'1110','61725033353','2024-08-30 18:56:26',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4957,'5500','61725033353','2024-08-30 18:55:53',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4958,'4000','61725033353','2024-08-30 18:56:26',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4959,'1010','61725033454','2024-08-30 18:57:47',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503348132657433234','No',NULL,NULL,'mpesa'),(4960,'1110','61725033454','2024-08-30 18:57:47',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4961,'5500','61725033454','2024-08-30 18:57:34',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4962,'4000','61725033454','2024-08-30 18:57:47',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4963,'1010','61725033482','2024-08-30 19:03:10',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503380004232845500','No',NULL,NULL,'mpesa'),(4964,'1110','61725033482','2024-08-30 19:03:10',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4965,'5500','61725033482','2024-08-30 18:58:02',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4966,'4000','61725033482','2024-08-30 19:03:10',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4967,'1050','61725033801','2024-08-30 19:13:46',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503443630304222233','No',NULL,NULL,''),(4968,'1110','61725033801','2024-08-30 19:13:46',NULL,57.38,'','6','1','Inventory sold','1','25','sales','70','','No',NULL,NULL,''),(4969,'5500','61725033801','2024-08-30 19:03:21',57.38,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4970,'4000','61725033801','2024-08-30 19:13:46',NULL,200.00,'','6','1','Good sold','1','25','sales','70','','No',NULL,NULL,''),(4971,'1010','61725034436','2024-08-30 19:16:14',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503460132126422021','No',NULL,NULL,'mpesa'),(4972,'1050','61725034436','2024-08-30 19:16:14',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503460132126422021','No',NULL,NULL,'mpesa'),(4973,'1110','61725034436','2024-08-30 19:16:14',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(4974,'1110','61725034436','2024-08-30 19:13:56',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(4975,'5500','61725034436','2024-08-30 19:15:48',213.40,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(4976,'4000','61725034436','2024-08-30 19:16:14',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(4977,'4000','61725034436','2024-08-30 19:13:56',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(4978,'1010','61725034602','2024-08-30 19:18:15',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503470022302420233','No',NULL,NULL,'bhg'),(4979,'1110','61725034602','2024-08-30 19:18:15',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4980,'5500','61725034602','2024-08-30 19:16:42',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4981,'4000','61725034602','2024-08-30 19:18:15',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4986,'1050','61725035122','2024-08-30 19:32:31',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503556235032602300','No',NULL,NULL,''),(4987,'1110','61725035122','2024-08-30 19:32:31',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4988,'5500','61725035122','2024-08-30 19:25:22',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4989,'4000','61725035122','2024-08-30 19:32:31',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4990,'1010','61725035562','2024-08-30 19:34:24',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503566937073630233','No',NULL,NULL,'mjh'),(4991,'1110','61725035562','2024-08-30 19:34:24',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4992,'1110','61725035562','2024-08-30 19:32:42',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(4993,'5500','61725035562','2024-08-30 19:34:16',60.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4994,'4000','61725035562','2024-08-30 19:34:24',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4995,'4000','61725035562','2024-08-30 19:32:42',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(4996,'1010','61725035670','2024-08-30 19:39:45',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503601742224476232','No',NULL,NULL,'mpesa'),(4997,'1050','61725035670','2024-08-30 19:39:45',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503601742224476232','No',NULL,NULL,'mpesa'),(4998,'1110','61725035670','2024-08-30 19:39:45',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4999,'1110','61725035670','2024-08-30 19:34:30',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5000,'1110','61725035670','2024-08-30 19:38:30',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5001,'5500','61725035670','2024-08-30 19:39:30',147.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5002,'4000','61725035670','2024-08-30 19:39:45',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5003,'4000','61725035670','2024-08-30 19:34:30',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5004,'4000','61725035670','2024-08-30 19:38:30',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5005,'1010','61725036189','2024-08-30 19:44:48',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503629420422336295','No',NULL,NULL,'mjh'),(5006,'1110','61725036189','2024-08-30 19:44:48',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5007,'5500','61725036189','2024-08-30 19:43:09',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5008,'4000','61725036189','2024-08-30 19:44:48',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5009,'1010','61725036836','2024-08-30 19:55:15',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172503692222222322302','No',NULL,NULL,'bhg'),(5010,'1110','61725036836','2024-08-30 19:55:15',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(5011,'5500','61725036836','2024-08-30 19:53:56',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5012,'4000','61725036836','2024-08-30 19:55:15',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(5013,'1100','61725001600','2024-08-30 19:55:38',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(5014,'na','61725001600','2024-08-30 19:55:38',80.00,NULL,'','6','1','','1','25','payment','','6172503694524226223560','No',NULL,NULL,''),(5015,'1050','61725037610','2024-08-30 20:07:14',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503765906203321301','No',NULL,NULL,''),(5016,'1110','61725037610','2024-08-30 20:07:14',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5017,'5500','61725037610','2024-08-30 20:06:51',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5018,'4000','61725037610','2024-08-30 20:07:14',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5019,'1100','61724999810','2024-08-30 20:08:05',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyyu'),(5020,'na','61724999810','2024-08-30 20:08:05',50.00,NULL,'','6','1','','1','25','payment','','6172503769822263263308','No',NULL,NULL,'tyyu'),(5021,'1100','61725033353','2024-08-30 20:08:33',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yuuo'),(5022,'na','61725033353','2024-08-30 20:08:33',80.00,NULL,'','6','1','','1','25','payment','','6172503772422036272212','No',NULL,NULL,'yuuo'),(5023,'1100','61724996408','2024-08-30 20:09:15',NULL,100.00,'','6','1','','1','26','payment','','','No',NULL,NULL,'io;p;\''),(5024,'na','61724996408','2024-08-30 20:09:15',100.00,NULL,'','6','1','','1','26','payment','','6172503776623653323260','No',NULL,NULL,'io;p;\''),(5025,'1100','61724993208','2024-08-30 20:10:01',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'lo\';\\'),(5026,'na','61724993208','2024-08-30 20:10:01',400.00,NULL,'','6','1','','1','25','payment','','6172503783400302233330','No',NULL,NULL,'lo\';\\'),(5027,'1100','61725007089','2024-08-30 20:11:02',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(5028,'na','61725007089','2024-08-30 20:11:02',50.00,NULL,'','6','1','','1','25','payment','','6172503787303673072400','No',NULL,NULL,''),(5029,'1100','61725006158','2024-08-30 20:11:37',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(5030,'na','61725006158','2024-08-30 20:11:37',60.00,NULL,'','6','1','','1','25','payment','','6172503791003239023023','No',NULL,NULL,''),(5031,'1100','61725022738','2024-08-30 20:14:59',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hjjlui'),(5032,'na','61725022738','2024-08-30 20:14:59',50.00,NULL,'','6','1','','1','25','payment','','6172503811613630223100','No',NULL,NULL,'hjjlui'),(5033,'1100','61725003619','2024-08-30 20:21:56',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyyhh'),(5034,'na','61725003619','2024-08-30 20:21:56',20.00,NULL,'','6','1','','1','25','payment','','6172503856713252353263','No',NULL,NULL,'tyyhh'),(5037,'1100','61724998457','2024-08-30 09:15:35',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172503935333233422420','No',NULL,NULL,''),(5038,'1110','61724998457','2024-08-30 09:15:35',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5039,'1110','61724998457','2024-08-30 09:14:17',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5040,'1110','61724998457','2024-08-30 09:14:59',NULL,58.33,'','6','1','Inventory sold','1','25','sales','22','','No',NULL,NULL,''),(5041,'5500','61724998457','2024-08-30 09:15:16',126.33,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5042,'4000','61724998457','2024-08-30 09:15:35',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5043,'4000','61724998457','2024-08-30 09:14:17',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5044,'4000','61724998457','2024-08-30 09:14:59',NULL,80.00,'','6','1','Good sold','1','25','sales','22','','No',NULL,NULL,''),(5045,'1100','61724998457','2024-08-30 20:36:27',NULL,130.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fggk'),(5046,'na','61724998457','2024-08-30 20:36:27',130.00,NULL,'','6','1','','1','25','payment','','6172503944164441377230','No',NULL,NULL,'fggk'),(5047,'1100','61724998457','2024-08-30 20:37:21',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'kjllljll'),(5048,'na','61724998457','2024-08-30 20:37:21',30.00,NULL,'','6','1','','1','25','payment','','6172503946313342023224','No',NULL,NULL,'kjllljll'),(5049,'1100','61725032537','2024-08-30 20:38:33',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jhhghgj'),(5050,'na','61725032537','2024-08-30 20:38:33',160.00,NULL,'','6','1','','1','25','payment','','6172503952805030207201','No',NULL,NULL,'jhhghgj'),(5051,'2130','61725039544','2024-08-30 20:39:19',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172503956932030000330','No',NULL,NULL,''),(5052,'1110','61725039544','2024-08-30 20:39:19',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(5053,'5500','61725039544','2024-08-30 20:39:04',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(5054,'4000','61725039544','2024-08-30 20:39:19',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(5055,'1050','61725074032','2024-08-31 06:15:24',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507413132300023730','No',NULL,NULL,''),(5056,'1110','61725074032','2024-08-31 06:15:24',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5057,'5500','61725074032','2024-08-31 06:13:52',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5058,'4000','61725074032','2024-08-31 06:15:24',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5059,'1100','61725074132','2024-08-31 06:19:46',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507439920632091067','No',NULL,NULL,''),(5060,'1110','61725074132','2024-08-31 06:19:46',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5061,'5500','61725074132','2024-08-31 06:15:32',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5062,'4000','61725074132','2024-08-31 06:19:46',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5067,'1100','61725074467','2024-08-31 06:23:04',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507459402327743222','No',NULL,NULL,''),(5068,'1110','61725074467','2024-08-31 06:23:04',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5069,'5500','61725074467','2024-08-31 06:21:07',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5070,'4000','61725074467','2024-08-31 06:23:04',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5071,'1100','61725074616','2024-08-31 06:23:46',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507463607302426204','No',NULL,NULL,''),(5072,'1110','61725074616','2024-08-31 06:23:46',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5073,'5500','61725074616','2024-08-31 06:23:36',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5074,'4000','61725074616','2024-08-31 06:23:46',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5075,'1010','61725074667','2024-08-31 06:24:41',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507469873208022102','No',NULL,NULL,'mpesa'),(5076,'1110','61725074667','2024-08-31 06:24:41',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5077,'5500','61725074667','2024-08-31 06:24:27',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5078,'4000','61725074667','2024-08-31 06:24:41',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5079,'1050','61725074699','2024-08-31 06:30:08',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507501830225010233','No',NULL,NULL,''),(5080,'1110','61725074699','2024-08-31 06:30:08',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5081,'5500','61725074699','2024-08-31 06:24:59',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5082,'4000','61725074699','2024-08-31 06:30:08',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5083,'1050','61725075018','2024-08-31 06:53:22',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507641223202352406','No',NULL,NULL,''),(5084,'1110','61725075018','2024-08-31 06:53:22',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5085,'5500','61725075018','2024-08-31 06:30:18',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5086,'4000','61725075018','2024-08-31 06:53:22',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5087,'1100','61725076412','2024-08-31 07:07:34',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507726321263223622','No',NULL,NULL,''),(5088,'1110','61725076412','2024-08-31 07:07:34',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5089,'5500','61725076412','2024-08-31 06:53:32',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5090,'4000','61725076412','2024-08-31 07:07:34',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5091,'1010','61725077285','2024-08-31 07:08:17',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507731002333370322','No',NULL,NULL,'mpesa'),(5092,'1110','61725077285','2024-08-31 07:08:17',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5093,'5500','61725077285','2024-08-31 07:08:05',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5094,'4000','61725077285','2024-08-31 07:08:17',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5095,'1050','61725077311','2024-08-31 07:14:55',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507770503723032203','No',NULL,NULL,''),(5096,'1110','61725077311','2024-08-31 07:14:55',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5097,'5500','61725077311','2024-08-31 07:08:31',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5098,'4000','61725077311','2024-08-31 07:14:55',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5103,'1100','61725078779','2024-08-31 07:35:39',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172507894927226220350','No',NULL,NULL,''),(5104,'1110','61725078779','2024-08-31 07:35:39',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5105,'5500','61725078779','2024-08-31 07:32:59',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5106,'4000','61725078779','2024-08-31 07:35:39',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5107,'1010','61725078968','2024-08-31 07:36:25',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172507899333357002942','No',NULL,NULL,'mpesa'),(5108,'1110','61725078968','2024-08-31 07:36:25',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5109,'5500','61725078968','2024-08-31 07:36:08',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5110,'4000','61725078968','2024-08-31 07:36:25',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5111,'2130','61725079075','2024-08-31 07:38:11',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172507912436220222220','No',NULL,NULL,''),(5112,'1110','61725079075','2024-08-31 07:38:11',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(5113,'5500','61725079075','2024-08-31 07:37:55',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(5114,'4000','61725079075','2024-08-31 07:38:11',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(5115,'1010','61725079126','2024-08-31 08:04:04',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508065430343403031','No',NULL,NULL,'mpesa'),(5116,'1110','61725079126','2024-08-31 08:04:04',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5117,'5500','61725079126','2024-08-31 07:38:46',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5118,'4000','61725079126','2024-08-31 08:04:04',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5119,'1100','61725080655','2024-08-31 08:33:42',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508243443332217008','No',NULL,NULL,''),(5120,'1110','61725080655','2024-08-31 08:33:42',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5121,'5500','61725080655','2024-08-31 08:04:15',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5122,'4000','61725080655','2024-08-31 08:33:42',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5123,'1010','61725082454','2024-08-31 08:34:22',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508247332035321223','No',NULL,NULL,'mpesa'),(5124,'1110','61725082454','2024-08-31 08:34:22',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5125,'5500','61725082454','2024-08-31 08:34:14',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5126,'4000','61725082454','2024-08-31 08:34:22',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5127,'1100','61725083263','2024-08-31 08:48:00',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508330032233333672','No',NULL,NULL,''),(5128,'1110','61725083263','2024-08-31 08:48:00',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5129,'5500','61725083263','2024-08-31 08:47:43',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5130,'4000','61725083263','2024-08-31 08:48:00',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5131,'1100','61725084370','2024-08-31 09:06:18',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508438723882228320','No',NULL,NULL,''),(5132,'1110','61725084370','2024-08-31 09:06:18',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5133,'5500','61725084370','2024-08-31 09:06:10',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5134,'4000','61725084370','2024-08-31 09:06:18',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5135,'1100','61725085093','2024-08-31 09:18:24',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508519620402302050','No',NULL,NULL,''),(5136,'1110','61725085093','2024-08-31 09:18:24',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5137,'5500','61725085093','2024-08-31 09:18:13',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5138,'4000','61725085093','2024-08-31 09:18:24',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5139,'1100','61725077705','2024-08-31 07:25:54',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508547833236035722','No',NULL,NULL,''),(5140,'1110','61725077705','2024-08-31 07:25:54',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5141,'5500','61725077705','2024-08-31 07:15:05',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5142,'4000','61725077705','2024-08-31 07:25:54',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5143,'2130','61725085504','2024-08-31 09:25:16',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172508554602222222332','No',NULL,NULL,''),(5144,'1110','61725085504','2024-08-31 09:25:16',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(5145,'5500','61725085504','2024-08-31 09:25:05',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(5146,'4000','61725085504','2024-08-31 09:25:16',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(5147,'1010','61725085615','2024-08-31 09:31:49',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508591893272382302','No',NULL,NULL,'mpesa'),(5148,'1110','61725085615','2024-08-31 09:31:49',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5149,'5500','61725085615','2024-08-31 09:26:55',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5150,'4000','61725085615','2024-08-31 09:31:49',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5151,'1010','61725085919','2024-08-31 09:55:52',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508736434332372348','No',NULL,NULL,'mpesa'),(5152,'1110','61725085919','2024-08-31 09:55:52',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5153,'5500','61725085919','2024-08-31 09:31:59',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5154,'4000','61725085919','2024-08-31 09:55:52',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5155,'1010','61725087365','2024-08-31 10:10:46',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172508825253803233106','No',NULL,NULL,'mpesa'),(5156,'1110','61725087365','2024-08-31 10:10:46',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5157,'5500','61725087365','2024-08-31 09:56:05',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5158,'4000','61725087365','2024-08-31 10:10:46',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5159,'1010','61725088389','2024-08-31 10:13:26',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508841433025233532','No',NULL,NULL,'mpesa'),(5160,'1110','61725088389','2024-08-31 10:13:26',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5161,'5500','61725088389','2024-08-31 10:13:09',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5162,'4000','61725088389','2024-08-31 10:13:26',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5163,'1050','61725088415','2024-08-31 10:23:31',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508901763702343182','No',NULL,NULL,''),(5164,'1110','61725088415','2024-08-31 10:23:31',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5165,'1110','61725088415','2024-08-31 10:13:35',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5166,'5500','61725088415','2024-08-31 10:23:20',97.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5167,'4000','61725088415','2024-08-31 10:23:31',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5168,'4000','61725088415','2024-08-31 10:13:35',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5169,'1050','61725089018','2024-08-31 10:25:12',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508911923223022225','No',NULL,NULL,''),(5170,'1110','61725089018','2024-08-31 10:25:12',NULL,52.66,'','6','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(5171,'5500','61725089018','2024-08-31 10:23:38',52.66,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5172,'4000','61725089018','2024-08-31 10:25:12',NULL,80.00,'','6','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(5173,'1100','61725089119','2024-08-31 10:36:29',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172508980502052022033','No',NULL,NULL,''),(5174,'1110','61725089119','2024-08-31 10:36:29',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5175,'5500','61725089119','2024-08-31 10:25:19',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5176,'4000','61725089119','2024-08-31 10:36:29',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5177,'1050','61725089982','2024-08-31 10:39:58',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172509000572005203523','No',NULL,NULL,''),(5178,'1110','61725089982','2024-08-31 10:39:58',NULL,30.77,'','6','1','Inventory sold','1','25','sales','116','','No',NULL,NULL,''),(5179,'5500','61725089982','2024-08-31 10:39:42',30.77,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5180,'4000','61725089982','2024-08-31 10:39:58',NULL,60.00,'','6','1','Good sold','1','25','sales','116','','No',NULL,NULL,''),(5181,'1010','61725090006','2024-08-31 10:50:05',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172509061602333306322','No',NULL,NULL,'mpesa'),(5182,'1110','61725090006','2024-08-31 10:50:05',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5183,'5500','61725090006','2024-08-31 10:40:06',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5184,'4000','61725090006','2024-08-31 10:50:05',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5185,'1100','61725090617','2024-08-31 11:39:04',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172509355209335502320','No',NULL,NULL,''),(5186,'1110','61725090617','2024-08-31 11:39:04',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5187,'5500','61725090617','2024-08-31 10:50:17',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5188,'4000','61725090617','2024-08-31 11:39:04',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5189,'1100','61725095501','2024-08-31 12:12:10',1700.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172509564826223829800','No',NULL,NULL,''),(5190,'1110','61725095501','2024-08-31 12:12:10',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5191,'1110','61725095501','2024-08-31 12:11:41',NULL,873.55,'','6','1','Inventory sold','1','25','sales','115','','No',NULL,NULL,''),(5192,'5500','61725095501','2024-08-31 12:11:54',1553.55,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5193,'4000','61725095501','2024-08-31 12:12:10',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5194,'4000','61725095501','2024-08-31 12:11:41',NULL,900.00,'','6','1','Good sold','1','25','sales','115','','No',NULL,NULL,''),(5195,'1010','61725095659','2024-08-31 12:15:12',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172509574632030000330','No',NULL,NULL,'mpesa'),(5196,'1050','61725095659','2024-08-31 12:15:12',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172509574632030000330','No',NULL,NULL,'mpesa'),(5197,'1110','61725095659','2024-08-31 12:15:12',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(5198,'5500','61725095659','2024-08-31 12:14:19',56.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5199,'4000','61725095659','2024-08-31 12:15:12',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(5200,'1100','61725095858','2024-08-31 12:38:43',180.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172509713637032330303','No',NULL,NULL,''),(5201,'1110','61725095858','2024-08-31 12:38:43',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(5202,'1110','61725095858','2024-08-31 12:17:38',NULL,30.77,'','6','1','Inventory sold','1','25','sales','116','','No',NULL,NULL,''),(5203,'1110','61725095858','2024-08-31 12:37:22',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(5204,'5500','61725095858','2024-08-31 12:37:43',91.20,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5205,'4000','61725095858','2024-08-31 12:38:43',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(5206,'4000','61725095858','2024-08-31 12:17:38',NULL,60.00,'','6','1','Good sold','1','25','sales','116','','No',NULL,NULL,''),(5207,'4000','61725095858','2024-08-31 12:37:22',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(5208,'1010','61725097694','2024-08-31 12:55:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172509817120331222820','No',NULL,NULL,'fg'),(5209,'1110','61725097694','2024-08-31 12:55:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5210,'5500','61725097694','2024-08-31 12:48:14',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5211,'4000','61725097694','2024-08-31 12:55:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5212,'1010','61725098172','2024-08-31 13:25:30',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172509993523232243310','No',NULL,NULL,'mjh'),(5213,'1110','61725098172','2024-08-31 13:25:30',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(5214,'5500','61725098172','2024-08-31 12:56:12',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5215,'4000','61725098172','2024-08-31 13:25:30',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(5216,'1050','61725099935','2024-08-31 13:38:08',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510069012242923633','No',NULL,NULL,''),(5217,'1110','61725099935','2024-08-31 13:38:08',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5218,'5500','61725099935','2024-08-31 13:25:35',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5219,'4000','61725099935','2024-08-31 13:38:08',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5220,'1010','61725100691','2024-08-31 13:38:27',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510073727230207073','No',NULL,NULL,'fg'),(5221,'1110','61725100691','2024-08-31 13:38:27',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(5222,'5500','61725100691','2024-08-31 13:38:11',56.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5223,'4000','61725100691','2024-08-31 13:38:27',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(5224,'1010','61725100738','2024-08-31 13:44:15',230.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172510107121312123153','No',NULL,NULL,'mpesa'),(5225,'1110','61725100738','2024-08-31 13:44:15',NULL,94.04,'','6','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(5226,'1110','61725100738','2024-08-31 13:38:58',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5227,'5500','61725100738','2024-08-31 13:44:05',162.04,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5228,'4000','61725100738','2024-08-31 13:44:15',NULL,150.00,'','6','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(5229,'4000','61725100738','2024-08-31 13:38:58',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5230,'2130','61725101072','2024-08-31 13:50:33',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172510145107103225132','No',NULL,NULL,''),(5231,'1110','61725101072','2024-08-31 13:50:33',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(5232,'5500','61725101072','2024-08-31 13:44:32',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(5233,'4000','61725101072','2024-08-31 13:50:33',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(5234,'1010','61725102696','2024-08-31 14:12:37',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510278432222223030','No',NULL,NULL,'bhg'),(5235,'1050','61725102696','2024-08-31 14:12:37',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510278432222223030','No',NULL,NULL,'bhg'),(5236,'1110','61725102696','2024-08-31 14:12:37',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5237,'1110','61725102696','2024-08-31 14:11:36',NULL,105.32,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5238,'5500','61725102696','2024-08-31 14:11:50',152.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5239,'4000','61725102696','2024-08-31 14:12:37',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5240,'4000','61725102696','2024-08-31 14:11:36',NULL,160.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5241,'1010','61725102785','2024-08-31 14:20:39',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510324623430206022','No',NULL,NULL,'mpesa'),(5242,'1110','61725102785','2024-08-31 14:20:39',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5243,'5500','61725102785','2024-08-31 14:13:05',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5244,'4000','61725102785','2024-08-31 14:20:39',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5245,'2130','61725103247','2024-08-31 14:21:35',300.00,NULL,'','6','1','Goods returned','1','25','creditnote','','6172510330730033333032','No',NULL,NULL,''),(5246,'1110','61725103247','2024-08-31 14:21:35',56.37,NULL,'','6','1','Inventory returned','1','25','creditnote','106','','No',NULL,NULL,''),(5247,'1110','61725103247','2024-08-31 14:20:48',112.94,NULL,'','6','1','Inventory returned','1','25','creditnote','104','','No',NULL,NULL,''),(5248,'5500','61725103247','2024-08-31 14:21:03',NULL,169.31,'','6','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(5249,'4000','61725103247','2024-08-31 14:21:35',100.00,NULL,'','6','1','Good returned','1','25','creditnote','106','','No',NULL,NULL,''),(5250,'4000','61725103247','2024-08-31 14:20:48',200.00,NULL,'','6','1','Good returned','1','25','creditnote','104','','No',NULL,NULL,''),(5251,'1010','61725103693','2024-08-31 14:28:22',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172510371363135232233','No',NULL,NULL,'mpesa'),(5252,'1110','61725103693','2024-08-31 14:28:22',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5253,'5500','61725103693','2024-08-31 14:28:13',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5254,'4000','61725103693','2024-08-31 14:28:22',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5255,'1050','61725103714','2024-08-31 16:11:50',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172510991832932093119','No',NULL,NULL,''),(5256,'1110','61725103714','2024-08-31 16:11:50',NULL,58.33,'','6','1','Inventory sold','1','25','sales','21','','No',NULL,NULL,''),(5257,'1110','61725103714','2024-08-31 14:28:34',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5258,'5500','61725103714','2024-08-31 16:11:39',87.83,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5259,'4000','61725103714','2024-08-31 16:11:50',NULL,80.00,'','6','1','Good sold','1','25','sales','21','','No',NULL,NULL,''),(5260,'4000','61725103714','2024-08-31 14:28:34',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5261,'1010','61725109919','2024-08-31 16:12:27',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172510995557220230122','No',NULL,NULL,'mpesa'),(5262,'1110','61725109919','2024-08-31 16:12:27',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5263,'5500','61725109919','2024-08-31 16:11:59',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5264,'4000','61725109919','2024-08-31 16:12:27',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5265,'1050','61725109956','2024-08-31 16:20:29',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511045031203135352','No',NULL,NULL,''),(5266,'1110','61725109956','2024-08-31 16:20:29',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5267,'5500','61725109956','2024-08-31 16:12:36',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5268,'4000','61725109956','2024-08-31 16:20:29',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5269,'1050','61725110451','2024-08-31 16:32:52',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511117603333201733','No',NULL,NULL,''),(5270,'1110','61725110451','2024-08-31 16:32:52',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5271,'5500','61725110451','2024-08-31 16:20:51',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5272,'4000','61725110451','2024-08-31 16:32:52',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5273,'2130','61725111177','2024-08-31 16:38:56',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172511156611102316253','No',NULL,NULL,''),(5274,'1110','61725111177','2024-08-31 16:38:56',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(5275,'5500','61725111177','2024-08-31 16:32:57',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(5276,'4000','61725111177','2024-08-31 16:38:56',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(5277,'1010','61725112671','2024-08-31 16:58:11',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511270003122130125','No',NULL,NULL,'bhg'),(5278,'1110','61725112671','2024-08-31 16:58:11',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5279,'5500','61725112671','2024-08-31 16:57:51',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5280,'4000','61725112671','2024-08-31 16:58:11',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5281,'1010','61725112701','2024-08-31 17:02:05',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511293543213793363','No',NULL,NULL,'fg'),(5282,'1110','61725112701','2024-08-31 17:02:05',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5283,'5500','61725112701','2024-08-31 16:58:21',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5284,'4000','61725112701','2024-08-31 17:02:05',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5285,'1010','61725112936','2024-08-31 17:09:03',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511335132730523312','No',NULL,NULL,'mjh'),(5286,'1110','61725112936','2024-08-31 17:09:03',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5287,'1110','61725112936','2024-08-31 17:02:16',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5288,'1110','61725112936','2024-08-31 17:08:43',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(5289,'5500','61725112936','2024-08-31 17:08:55',89.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5290,'4000','61725112936','2024-08-31 17:09:03',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5291,'4000','61725112936','2024-08-31 17:02:16',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5292,'4000','61725112936','2024-08-31 17:08:43',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5293,'1010','61725113352','2024-08-31 17:13:57',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511364343323132722','No',NULL,NULL,'mjh'),(5294,'1110','61725113352','2024-08-31 17:13:57',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5295,'5500','61725113352','2024-08-31 17:09:12',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5296,'4000','61725113352','2024-08-31 17:13:57',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5297,'1010','61725113643','2024-08-31 17:17:14',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511384133204243312','No',NULL,NULL,'mjh'),(5298,'1110','61725113643','2024-08-31 17:17:14',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5299,'5500','61725113643','2024-08-31 17:14:03',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5300,'4000','61725113643','2024-08-31 17:17:14',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5301,'1010','61725113842','2024-08-31 17:25:54',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511436031302502302','No',NULL,NULL,'mjh'),(5302,'1110','61725113842','2024-08-31 17:25:54',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5303,'5500','61725113842','2024-08-31 17:17:22',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5304,'4000','61725113842','2024-08-31 17:25:54',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5305,'1010','61725114362','2024-08-31 17:36:45',110.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511505233101352200','No',NULL,NULL,'vcc'),(5306,'1050','61725114362','2024-08-31 17:36:45',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511505233101352200','No',NULL,NULL,'vcc'),(5307,'1110','61725114362','2024-08-31 17:36:45',NULL,112.90,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(5308,'1110','61725114362','2024-08-31 17:26:02',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5309,'5500','61725114362','2024-08-31 17:36:33',142.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5310,'4000','61725114362','2024-08-31 17:36:45',NULL,200.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(5311,'4000','61725114362','2024-08-31 17:26:02',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5312,'2130','61725115053','2024-08-31 17:53:36',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172511603001302333364','No',NULL,NULL,''),(5313,'1110','61725115053','2024-08-31 17:53:36',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(5314,'5500','61725115053','2024-08-31 17:37:33',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(5315,'4000','61725115053','2024-08-31 17:53:36',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(5316,'1050','61725116162','2024-08-31 17:56:53',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511621912422200313','No',NULL,NULL,''),(5317,'1110','61725116162','2024-08-31 17:56:53',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5318,'5500','61725116162','2024-08-31 17:56:02',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5319,'4000','61725116162','2024-08-31 17:56:53',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5320,'1050','61725116221','2024-08-31 18:01:54',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511666410200546222','No',NULL,NULL,''),(5321,'1110','61725116221','2024-08-31 18:01:54',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5322,'5500','61725116221','2024-08-31 17:57:01',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5323,'4000','61725116221','2024-08-31 18:01:54',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5324,'1100','61725116664','2024-08-31 18:11:20',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172511711701525212612','No',NULL,NULL,''),(5325,'1110','61725116664','2024-08-31 18:11:20',NULL,108.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(5326,'5500','61725116664','2024-08-31 18:04:24',108.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5327,'4000','61725116664','2024-08-31 18:11:20',NULL,160.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(5328,'1100','61725095501','2024-08-31 18:19:38',NULL,1700.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'dre'),(5329,'na','61725095501','2024-08-31 18:19:38',1700.00,NULL,'','6','1','','1','25','payment','','6172511759012231021040','No',NULL,NULL,'dre'),(5330,'1100','61725090617','2024-08-31 18:21:04',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghf'),(5331,'na','61725090617','2024-08-31 18:21:04',50.00,NULL,'','6','1','','1','25','payment','','6172511767523300427523','No',NULL,NULL,'ghf'),(5332,'1100','61725084370','2024-08-31 18:21:45',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fgtr'),(5333,'na','61725084370','2024-08-31 18:21:45',80.00,NULL,'','6','1','','1','25','payment','','6172511771721527377102','No',NULL,NULL,'fgtr'),(5334,'1010','61725118062','2024-08-31 18:30:50',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511825727037322272','No',NULL,NULL,'fg'),(5335,'1110','61725118062','2024-08-31 18:30:50',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5336,'5500','61725118062','2024-08-31 18:27:42',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5337,'4000','61725118062','2024-08-31 18:30:50',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5338,'1010','61725118258','2024-08-31 18:39:25',155.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511877141122370721','No',NULL,NULL,'bhg'),(5339,'1110','61725118258','2024-08-31 18:39:25',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5340,'1110','61725118258','2024-08-31 18:30:58',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5341,'5500','61725118258','2024-08-31 18:38:42',115.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5342,'4000','61725118258','2024-08-31 18:39:25',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5343,'4000','61725118258','2024-08-31 18:30:58',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5344,'1010','61725119640','2024-08-31 18:54:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511967666031332190','No',NULL,NULL,'bhg'),(5345,'1110','61725119640','2024-08-31 18:54:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5346,'5500','61725119640','2024-08-31 18:54:00',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5347,'4000','61725119640','2024-08-31 18:54:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5348,'1010','61725119677','2024-08-31 18:55:07',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172511971407323303321','No',NULL,NULL,'mbb'),(5349,'1110','61725119677','2024-08-31 18:55:07',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5350,'5500','61725119677','2024-08-31 18:54:37',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5351,'4000','61725119677','2024-08-31 18:55:07',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5352,'1100','61725121532','2024-08-31 19:26:18',180.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512158750232023220','No',NULL,NULL,''),(5353,'1110','61725121532','2024-08-31 19:26:18',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5354,'1110','61725121532','2024-08-31 19:25:32',NULL,59.00,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5355,'5500','61725121532','2024-08-31 19:25:58',127.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5356,'4000','61725121532','2024-08-31 19:26:18',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5357,'4000','61725121532','2024-08-31 19:25:32',NULL,100.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5358,'2130','61725121670','2024-08-31 19:29:46',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172512182523332332213','No',NULL,NULL,''),(5359,'1110','61725121670','2024-08-31 19:29:46',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(5360,'5500','61725121670','2024-08-31 19:27:50',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(5361,'4000','61725121670','2024-08-31 19:29:46',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(5362,'1010','61725121829','2024-08-31 19:30:42',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512185757225271122','No',NULL,NULL,'mpesa'),(5363,'1110','61725121829','2024-08-31 19:30:42',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5364,'5500','61725121829','2024-08-31 19:30:29',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5365,'4000','61725121829','2024-08-31 19:30:42',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5366,'1050','61725121858','2024-08-31 19:32:15',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512194352125239023','No',NULL,NULL,''),(5367,'1110','61725121858','2024-08-31 19:32:15',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5368,'5500','61725121858','2024-08-31 19:30:58',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5369,'4000','61725121858','2024-08-31 19:32:15',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5370,'1050','61725121944','2024-08-31 19:41:22',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512248423220222320','No',NULL,NULL,''),(5371,'1110','61725121944','2024-08-31 19:41:22',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5372,'5500','61725121944','2024-08-31 19:32:24',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5373,'4000','61725121944','2024-08-31 19:41:22',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5374,'1100','61725078779','2024-08-31 19:43:23',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(5375,'na','61725078779','2024-08-31 19:43:23',280.00,NULL,'','6','1','','1','25','payment','','6172512261633214153603','No',NULL,NULL,'mnb'),(5376,'1100','61725074132','2024-08-31 19:44:00',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'juyhu'),(5377,'na','61725074132','2024-08-31 19:44:00',320.00,NULL,'','6','1','','1','25','payment','','6172512265233223323223','No',NULL,NULL,'juyhu'),(5378,'1100','61725083263','2024-08-31 19:44:31',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'y56'),(5379,'na','61725083263','2024-08-31 19:44:31',160.00,NULL,'','6','1','','1','25','payment','','6172512269522236225902','No',NULL,NULL,'y56'),(5380,'1100','61725074616','2024-08-31 19:45:19',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mnnb'),(5381,'na','61725074616','2024-08-31 19:45:19',160.00,NULL,'','6','1','','1','25','payment','','6172512273223441200233','No',NULL,NULL,'mnnb'),(5382,'1100','61725074467','2024-08-31 19:45:54',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'767'),(5383,'na','61725074467','2024-08-31 19:45:54',280.00,NULL,'','6','1','','1','25','payment','','6172512277132222303127','No',NULL,NULL,'767'),(5384,'1010','61725123006','2024-08-31 19:50:22',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512305103022200332','No',NULL,NULL,'mn'),(5385,'1050','61725123006','2024-08-31 19:50:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512305103022200332','No',NULL,NULL,'mn'),(5386,'1110','61725123006','2024-08-31 19:50:22',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5387,'5500','61725123006','2024-08-31 19:50:06',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5388,'4000','61725123006','2024-08-31 19:50:22',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5389,'1100','61725089119','2024-08-31 19:55:04',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhh'),(5390,'na','61725089119','2024-08-31 19:55:04',80.00,NULL,'','6','1','','1','25','payment','','6172512331433333343322','No',NULL,NULL,'nhh'),(5391,'1100','61725116664','2024-08-31 19:55:42',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gty'),(5392,'na','61725116664','2024-08-31 19:55:42',160.00,NULL,'','6','1','','1','25','payment','','6172512335223023023272','No',NULL,NULL,'gty'),(5393,'1100','61725080655','2024-08-31 19:57:01',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ttu66'),(5394,'na','61725080655','2024-08-31 19:57:01',100.00,NULL,'','6','1','','1','25','payment','','6172512343456240352432','No',NULL,NULL,'ttu66'),(5395,'1010','61725123485','2024-08-31 19:58:22',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512351552327152202','No',NULL,NULL,'mpesa'),(5396,'1110','61725123485','2024-08-31 19:58:22',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5397,'5500','61725123485','2024-08-31 19:58:05',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5398,'4000','61725123485','2024-08-31 19:58:22',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5399,'1050','61725123516','2024-08-31 20:03:44',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512382925322031833','No',NULL,NULL,''),(5400,'1110','61725123516','2024-08-31 20:03:44',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5401,'5500','61725123516','2024-08-31 19:58:36',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5402,'4000','61725123516','2024-08-31 20:03:44',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5403,'1050','61725123830','2024-08-31 20:04:58',75.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512390003275233332','No',NULL,NULL,''),(5404,'1110','61725123830','2024-08-31 20:04:58',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5405,'5500','61725123830','2024-08-31 20:03:50',47.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5406,'4000','61725123830','2024-08-31 20:04:58',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5407,'1050','61725123902','2024-08-31 20:06:11',20.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512398023903022339','No',NULL,NULL,''),(5408,'1110','61725123902','2024-08-31 20:06:11',NULL,17.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5409,'5500','61725123902','2024-08-31 20:05:02',17.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5410,'4000','61725123902','2024-08-31 20:06:11',NULL,20.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5411,'1010','61725123981','2024-08-31 20:09:27',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172512417203631522031','No',NULL,NULL,'bhg'),(5412,'1110','61725123981','2024-08-31 20:09:27',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5413,'5500','61725123981','2024-08-31 20:06:21',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5414,'4000','61725123981','2024-08-31 20:09:27',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5415,'1100','61725077705','2024-08-31 20:11:01',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(5416,'na','61725077705','2024-08-31 20:11:01',60.00,NULL,'','6','1','','1','25','payment','','6172512427423763542242','No',NULL,NULL,''),(5417,'2130','61725124717','2024-08-31 20:19:06',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172512476204353322422','No',NULL,NULL,''),(5418,'1110','61725124717','2024-08-31 20:19:06',0.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(5419,'1110','61725124717','2024-08-31 20:18:37',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(5420,'5500','61725124717','2024-08-31 20:18:50',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(5421,'4000','61725124717','2024-08-31 20:19:06',0.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(5422,'4000','61725124717','2024-08-31 20:18:37',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(5423,'1100','61725085093','2024-08-31 20:19:47',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(5424,'na','61725085093','2024-08-31 20:19:47',80.00,NULL,'','6','1','','1','25','payment','','6172512479921173736757','No',NULL,NULL,'nhg'),(5425,'1100','61725076412','2024-08-31 20:20:19',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'7'),(5426,'na','61725076412','2024-08-31 20:20:19',160.00,NULL,'','6','1','','1','25','payment','','6172512483303172213223','No',NULL,NULL,'7'),(5427,'1010','61725125268','2024-08-31 20:29:14',550.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512564242124570035','No',NULL,NULL,'mpesa'),(5428,'1110','61725125268','2024-08-31 20:29:14',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5429,'1110','61725125268','2024-08-31 20:27:48',NULL,188.08,'','6','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(5430,'1110','61725125268','2024-08-31 20:28:00',NULL,52.34,'','6','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(5431,'1110','61725125268','2024-08-31 20:28:27',NULL,56.55,'','6','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(5432,'5500','61725125268','2024-08-31 20:29:01',326.47,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5433,'4000','61725125268','2024-08-31 20:29:14',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5434,'4000','61725125268','2024-08-31 20:27:48',NULL,300.00,'','6','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(5435,'4000','61725125268','2024-08-31 20:28:00',NULL,100.00,'','6','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(5436,'4000','61725125268','2024-08-31 20:28:27',NULL,100.00,'','6','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(5437,'1050','61725125643','2024-08-31 20:35:55',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172512576030322717650','No',NULL,NULL,''),(5438,'1110','61725125643','2024-08-31 20:35:55',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5439,'5500','61725125643','2024-08-31 20:34:03',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5440,'4000','61725125643','2024-08-31 20:35:55',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5441,'1100','61725121532','2024-08-31 20:39:40',NULL,180.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'kjkjkuj'),(5442,'na','61725121532','2024-08-31 20:39:40',180.00,NULL,'','6','1','','1','25','payment','','6172512599892220112323','No',NULL,NULL,'kjkjkuj'),(5443,'1100','61725095858','2024-08-31 20:42:40',NULL,180.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(5444,'na','61725095858','2024-08-31 20:42:40',180.00,NULL,'','6','1','','1','25','payment','','6172512617223326105310','No',NULL,NULL,''),(5445,'1100','41725160204','2024-09-01 06:14:40',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172516049439242039333','No',NULL,NULL,''),(5446,'1110','41725160204','2024-09-01 06:14:40',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5447,'5500','41725160204','2024-09-01 06:10:04',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5448,'4000','41725160204','2024-09-01 06:14:40',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5449,'1010','41725161570','2024-09-01 06:33:02',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516159223120200521','No',NULL,NULL,'bhg'),(5450,'1110','41725161570','2024-09-01 06:33:02',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5451,'5500','41725161570','2024-09-01 06:32:50',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5452,'4000','41725161570','2024-09-01 06:33:02',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5453,'1100','41725161592','2024-09-01 07:06:44',960.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172516361873118202233','No',NULL,NULL,''),(5454,'1110','41725161592','2024-09-01 07:06:44',NULL,816.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5455,'5500','41725161592','2024-09-01 06:33:12',816.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5456,'4000','41725161592','2024-09-01 07:06:44',NULL,960.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5457,'1010','41725163637','2024-09-01 07:07:27',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516365235276052057','No',NULL,NULL,'bhg'),(5458,'1110','41725163637','2024-09-01 07:07:27',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5459,'5500','41725163637','2024-09-01 07:07:17',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5460,'4000','41725163637','2024-09-01 07:07:27',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5461,'1010','41725163653','2024-09-01 07:37:17',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516544224232223322','No',NULL,NULL,'mjh'),(5462,'1110','41725163653','2024-09-01 07:37:17',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5463,'5500','41725163653','2024-09-01 07:07:33',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5464,'4000','41725163653','2024-09-01 07:37:17',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5465,'1010','41725165442','2024-09-01 07:38:48',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516553260457435653','No',NULL,NULL,'bhg'),(5466,'1110','41725165442','2024-09-01 07:38:48',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5467,'5500','41725165442','2024-09-01 07:37:22',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5468,'4000','41725165442','2024-09-01 07:38:48',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5469,'1010','41725165532','2024-09-01 07:42:16',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516574526525355402','No',NULL,NULL,'fg'),(5470,'1110','41725165532','2024-09-01 07:42:16',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5471,'5500','41725165532','2024-09-01 07:38:52',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5472,'4000','41725165532','2024-09-01 07:42:16',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5473,'1010','41725165746','2024-09-01 07:58:53',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516674422332322403','No',NULL,NULL,'bhg'),(5474,'1110','41725165746','2024-09-01 07:58:53',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5475,'5500','41725165746','2024-09-01 07:42:26',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5476,'4000','41725165746','2024-09-01 07:58:53',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5477,'1010','41725166745','2024-09-01 08:05:38',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516715104004172302','No',NULL,NULL,'fg'),(5478,'1110','41725166745','2024-09-01 08:05:38',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5479,'5500','41725166745','2024-09-01 07:59:05',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5480,'4000','41725166745','2024-09-01 08:05:38',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5481,'2130','41725167151','2024-09-01 08:06:12',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172516720022230232303','No',NULL,NULL,''),(5482,'1110','41725167151','2024-09-01 08:06:12',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(5483,'5500','41725167151','2024-09-01 08:05:52',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(5484,'4000','41725167151','2024-09-01 08:06:12',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(5485,'1050','41725168192','2024-09-01 08:23:28',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516821120343262123','No',NULL,NULL,''),(5486,'1110','41725168192','2024-09-01 08:23:28',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5487,'5500','41725168192','2024-09-01 08:23:13',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5488,'4000','41725168192','2024-09-01 08:23:28',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5489,'1050','41725168212','2024-09-01 08:26:07',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172516836810338503012','No',NULL,NULL,''),(5490,'1110','41725168212','2024-09-01 08:26:07',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5491,'5500','41725168212','2024-09-01 08:23:32',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5492,'4000','41725168212','2024-09-01 08:26:07',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5493,'1100','41725168369','2024-09-01 08:35:36',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172516894484320245733','No',NULL,NULL,''),(5494,'1110','41725168369','2024-09-01 08:35:36',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5495,'5500','41725168369','2024-09-01 08:26:09',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5496,'4000','41725168369','2024-09-01 08:35:36',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5497,'1050','41725170049','2024-09-01 08:55:23',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517012552023234007','No',NULL,NULL,''),(5498,'1110','41725170049','2024-09-01 08:55:23',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5499,'5500','41725170049','2024-09-01 08:54:09',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5500,'4000','41725170049','2024-09-01 08:55:23',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5501,'1010','41725170126','2024-09-01 08:56:43',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517020909723112922','No',NULL,NULL,'bhg'),(5502,'1110','41725170126','2024-09-01 08:56:43',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5503,'5500','41725170126','2024-09-01 08:55:26',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5504,'4000','41725170126','2024-09-01 08:56:43',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5505,'2130','41725170210','2024-09-01 09:09:28',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172517098662326203210','No',NULL,NULL,''),(5506,'1110','41725170210','2024-09-01 09:09:28',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(5507,'5500','41725170210','2024-09-01 08:56:50',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(5508,'4000','41725170210','2024-09-01 09:09:28',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(5509,'1100','41725171058','2024-09-01 09:23:39',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172517182830133333337','No',NULL,NULL,''),(5510,'1110','41725171058','2024-09-01 09:23:39',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5511,'5500','41725171058','2024-09-01 09:10:58',42.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5512,'4000','41725171058','2024-09-01 09:23:39',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5513,'1050','41725172161','2024-09-01 09:29:36',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517217873324105310','No',NULL,NULL,''),(5514,'1110','41725172161','2024-09-01 09:29:36',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5515,'5500','41725172161','2024-09-01 09:29:21',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5516,'4000','41725172161','2024-09-01 09:29:36',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5517,'1010','41725172178','2024-09-01 09:33:12',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517240022223272220','No',NULL,NULL,'mjh'),(5518,'1110','41725172178','2024-09-01 09:33:12',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5519,'5500','41725172178','2024-09-01 09:29:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5520,'4000','41725172178','2024-09-01 09:33:12',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5521,'1050','41725172401','2024-09-01 09:35:48',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517255502452230237','No',NULL,NULL,''),(5522,'1110','41725172401','2024-09-01 09:35:48',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5523,'5500','41725172401','2024-09-01 09:33:21',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5524,'4000','41725172401','2024-09-01 09:35:48',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5525,'1050','41725172555','2024-09-01 09:37:03',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517262557067352037','No',NULL,NULL,''),(5526,'1110','41725172555','2024-09-01 09:37:03',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5527,'5500','41725172555','2024-09-01 09:35:55',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5528,'4000','41725172555','2024-09-01 09:37:03',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5529,'1050','41725172626','2024-09-01 10:07:24',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517444823403402412','No',NULL,NULL,''),(5530,'1110','41725172626','2024-09-01 10:07:24',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5531,'5500','41725172626','2024-09-01 09:37:06',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5532,'4000','41725172626','2024-09-01 10:07:24',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5533,'1010','41725174449','2024-09-01 10:17:49',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517507932323022079','No',NULL,NULL,'mjh'),(5534,'1110','41725174449','2024-09-01 10:17:49',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(5535,'5500','41725174449','2024-09-01 10:07:29',54.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5536,'4000','41725174449','2024-09-01 10:17:49',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(5537,'1010','41725175080','2024-09-01 10:19:29',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517517501522320331','No',NULL,NULL,'bhg'),(5538,'1110','41725175080','2024-09-01 10:19:29',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5539,'5500','41725175080','2024-09-01 10:18:00',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5540,'4000','41725175080','2024-09-01 10:19:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5541,'1010','41725175176','2024-09-01 10:25:11',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517551722322711332','No',NULL,NULL,'bhg'),(5542,'1110','41725175176','2024-09-01 10:25:11',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5543,'5500','41725175176','2024-09-01 10:19:36',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5544,'4000','41725175176','2024-09-01 10:25:11',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5545,'1010','41725175518','2024-09-01 10:32:15',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517594232322420142','No',NULL,NULL,'bhg'),(5546,'1110','41725175518','2024-09-01 10:32:15',NULL,56.26,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(5547,'5500','41725175518','2024-09-01 10:25:18',56.26,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5548,'4000','41725175518','2024-09-01 10:32:15',NULL,100.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(5549,'1100','41725175942','2024-09-01 10:34:47',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172517609642305372222','No',NULL,NULL,''),(5550,'1110','41725175942','2024-09-01 10:34:47',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5551,'5500','41725175942','2024-09-01 10:32:23',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5552,'4000','41725175942','2024-09-01 10:34:47',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5553,'1010','41725177223','2024-09-01 10:53:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517723723322331202','No',NULL,NULL,'mjh'),(5554,'1110','41725177223','2024-09-01 10:53:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5555,'5500','41725177223','2024-09-01 10:53:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5556,'4000','41725177223','2024-09-01 10:53:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5557,'1010','41725177423','2024-09-01 11:00:20',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517762613024332762','No',NULL,NULL,'bhg'),(5558,'1110','41725177423','2024-09-01 11:00:20',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5559,'5500','41725177423','2024-09-01 10:57:03',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5560,'4000','41725177423','2024-09-01 11:00:20',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5561,'1010','41725177627','2024-09-01 11:28:08',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172517929420330303373','No',NULL,NULL,'bhg'),(5562,'1110','41725177627','2024-09-01 11:28:08',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5563,'5500','41725177627','2024-09-01 11:00:27',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5564,'4000','41725177627','2024-09-01 11:28:08',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5565,'1010','41725179294','2024-09-01 11:49:22',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518056672228305006','No',NULL,NULL,'bhg'),(5566,'1110','41725179294','2024-09-01 11:49:22',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5567,'5500','41725179294','2024-09-01 11:28:14',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5568,'4000','41725179294','2024-09-01 11:49:22',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5569,'1010','41725180567','2024-09-01 12:06:16',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518159023992533100','No',NULL,NULL,'bhg'),(5570,'1050','41725180567','2024-09-01 12:06:16',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518159023992533100','No',NULL,NULL,'bhg'),(5571,'1110','41725180567','2024-09-01 12:06:16',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5572,'5500','41725180567','2024-09-01 11:49:27',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5573,'4000','41725180567','2024-09-01 12:06:16',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5574,'1010','41725181734','2024-09-01 12:09:01',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518174614282703232','No',NULL,NULL,'bhg'),(5575,'1110','41725181734','2024-09-01 12:09:01',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5576,'5500','41725181734','2024-09-01 12:08:54',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5577,'4000','41725181734','2024-09-01 12:09:01',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5578,'1010','41725181747','2024-09-01 12:14:37',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518213505333243231','No',NULL,NULL,'110'),(5579,'1050','41725181747','2024-09-01 12:14:37',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518213505333243231','No',NULL,NULL,'110'),(5580,'1110','41725181747','2024-09-01 12:14:37',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5581,'1110','41725181747','2024-09-01 12:09:07',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(5582,'1110','41725181747','2024-09-01 12:12:28',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5583,'5500','41725181747','2024-09-01 12:13:49',128.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5584,'4000','41725181747','2024-09-01 12:14:37',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5585,'4000','41725181747','2024-09-01 12:09:07',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5586,'4000','41725181747','2024-09-01 12:12:28',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5587,'1050','41725182136','2024-09-01 12:16:21',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518218831213033182','No',NULL,NULL,''),(5588,'1110','41725182136','2024-09-01 12:16:21',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5589,'5500','41725182136','2024-09-01 12:15:36',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5590,'4000','41725182136','2024-09-01 12:16:21',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5591,'1100','41725182189','2024-09-01 12:37:40',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172518347713352743221','No',NULL,NULL,''),(5592,'1110','41725182189','2024-09-01 12:37:40',NULL,56.55,'','4','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(5593,'1110','41725182189','2024-09-01 12:16:29',NULL,56.47,'','4','1','Inventory sold','1','25','sales','104','','No',NULL,NULL,''),(5594,'5500','41725182189','2024-09-01 12:30:42',113.02,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5595,'4000','41725182189','2024-09-01 12:37:40',NULL,100.00,'','4','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(5596,'4000','41725182189','2024-09-01 12:16:29',NULL,100.00,'','4','1','Good sold','1','25','sales','104','','No',NULL,NULL,''),(5597,'1010','41725183500','2024-09-01 12:38:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518351500272232327','No',NULL,NULL,'mjh'),(5598,'1110','41725183500','2024-09-01 12:38:30',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5599,'5500','41725183500','2024-09-01 12:38:20',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5600,'4000','41725183500','2024-09-01 12:38:30',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5601,'1010','41725183516','2024-09-01 12:51:04',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518429423083202002','No',NULL,NULL,'mpesa'),(5602,'1110','41725183516','2024-09-01 12:51:04',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5603,'5500','41725183516','2024-09-01 12:38:36',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5604,'4000','41725183516','2024-09-01 12:51:04',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5605,'1010','41725184295','2024-09-01 12:53:05',340.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518439132333290374','No',NULL,NULL,'mjh'),(5606,'1110','41725184295','2024-09-01 12:53:05',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5607,'1110','41725184295','2024-09-01 12:51:35',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(5608,'5500','41725184295','2024-09-01 12:52:51',206.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5609,'4000','41725184295','2024-09-01 12:53:05',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5610,'4000','41725184295','2024-09-01 12:51:35',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5611,'1010','41725184438','2024-09-01 12:59:58',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518480332113323202','No',NULL,NULL,'mjh'),(5612,'1110','41725184438','2024-09-01 12:59:58',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5613,'5500','41725184438','2024-09-01 12:53:58',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5614,'4000','41725184438','2024-09-01 12:59:58',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5615,'1010','41725184804','2024-09-01 13:07:10',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518523657325033827','No',NULL,NULL,'mjh'),(5616,'1110','41725184804','2024-09-01 13:07:10',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(5617,'5500','41725184804','2024-09-01 13:00:04',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5618,'4000','41725184804','2024-09-01 13:07:10',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(5619,'1010','41725185236','2024-09-01 13:13:33',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518562044254034643','No',NULL,NULL,'nbgf'),(5620,'1110','41725185236','2024-09-01 13:13:33',NULL,89.25,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(5621,'1110','41725185236','2024-09-01 13:07:16',NULL,29.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(5622,'5500','41725185236','2024-09-01 13:13:22',118.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5623,'4000','41725185236','2024-09-01 13:13:33',NULL,180.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(5624,'4000','41725185236','2024-09-01 13:07:16',NULL,60.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(5625,'1050','41725185687','2024-09-01 13:44:11',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518745542441273200','No',NULL,NULL,''),(5626,'1110','41725185687','2024-09-01 13:44:11',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5627,'5500','41725185687','2024-09-01 13:14:47',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5628,'4000','41725185687','2024-09-01 13:44:11',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5629,'2130','41725187456','2024-09-01 13:50:04',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172518781994433283052','No',NULL,NULL,''),(5630,'1110','41725187456','2024-09-01 13:50:04',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(5631,'5500','41725187456','2024-09-01 13:44:16',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(5632,'4000','41725187456','2024-09-01 13:50:04',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(5633,'1010','41725189066','2024-09-01 14:13:47',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172518923603202325620','No',NULL,NULL,'bhg'),(5634,'1110','41725189066','2024-09-01 14:13:47',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(5635,'5500','41725189066','2024-09-01 14:11:06',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5636,'4000','41725189066','2024-09-01 14:13:47',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(5637,'1100','41725161592','2024-09-01 14:14:14',NULL,960.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bgf'),(5638,'na','41725161592','2024-09-01 14:14:14',960.00,NULL,'','4','1','','1','25','payment','','4172518926734801223293','No',NULL,NULL,'bgf'),(5639,'1110','61725039737','2024-08-30 20:42:17',10200.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(5640,'2130','61725039737','2024-08-30 20:42:17',NULL,10200.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(5641,'1050','41725192347','2024-09-01 15:06:01',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519246619264422793','No',NULL,NULL,''),(5642,'1110','41725192347','2024-09-01 15:06:01',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5643,'5500','41725192347','2024-09-01 15:05:47',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5644,'4000','41725192347','2024-09-01 15:06:01',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5645,'1100','41725168369','2024-09-01 15:08:18',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(5646,'na','41725168369','2024-09-01 15:08:18',160.00,NULL,'','4','1','','1','25','payment','','4172519250641202421325','No',NULL,NULL,''),(5647,'1010','41725192575','2024-09-01 15:16:22',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519302292713333129','No',NULL,NULL,'bhg'),(5648,'1050','41725192575','2024-09-01 15:16:22',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519302292713333129','No',NULL,NULL,'bhg'),(5649,'1110','41725192575','2024-09-01 15:16:22',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5650,'5500','41725192575','2024-09-01 15:09:35',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5651,'4000','41725192575','2024-09-01 15:16:22',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5652,'1010','41725193023','2024-09-01 15:28:04',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519368902239203123','No',NULL,NULL,'bhg'),(5653,'1110','41725193023','2024-09-01 15:28:04',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5654,'5500','41725193023','2024-09-01 15:17:03',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5655,'4000','41725193023','2024-09-01 15:28:04',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5656,'2130','41725194641','2024-09-01 15:45:03',120.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172519471741512251122','No',NULL,NULL,''),(5657,'1110','41725194641','2024-09-01 15:45:03',102.00,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(5658,'5500','41725194641','2024-09-01 15:44:01',NULL,102.00,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(5659,'4000','41725194641','2024-09-01 15:45:03',120.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(5660,'1010','41725195308','2024-09-01 15:55:19',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519532553923230243','No',NULL,NULL,''),(5661,'1110','41725195308','2024-09-01 15:55:19',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(5662,'5500','41725195308','2024-09-01 15:55:08',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5663,'4000','41725195308','2024-09-01 15:55:19',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(5664,'1050','41725195325','2024-09-01 15:59:09',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519555724002700247','No',NULL,NULL,''),(5665,'1110','41725195325','2024-09-01 15:59:09',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5666,'5500','41725195325','2024-09-01 15:55:25',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5667,'4000','41725195325','2024-09-01 15:59:09',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5668,'1050','41725195908','2024-09-01 16:07:25',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519604803102313293','No',NULL,NULL,''),(5669,'1110','41725195908','2024-09-01 16:07:25',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5670,'5500','41725195908','2024-09-01 16:05:08',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5671,'4000','41725195908','2024-09-01 16:07:25',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5672,'1010','41725196049','2024-09-01 16:31:44',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519751122330222192','No',NULL,NULL,'mjh'),(5673,'1110','41725196049','2024-09-01 16:31:44',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(5674,'5500','41725196049','2024-09-01 16:07:29',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5675,'4000','41725196049','2024-09-01 16:31:44',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(5676,'1050','41725197511','2024-09-01 16:35:07',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519770920423230922','No',NULL,NULL,''),(5677,'1110','41725197511','2024-09-01 16:35:07',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5678,'5500','41725197511','2024-09-01 16:31:52',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5679,'4000','41725197511','2024-09-01 16:35:07',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5680,'1010','41725197710','2024-09-01 16:49:32',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172519857777205340702','No',NULL,NULL,'mjh'),(5681,'1110','41725197710','2024-09-01 16:49:32',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5682,'5500','41725197710','2024-09-01 16:35:10',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5683,'4000','41725197710','2024-09-01 16:49:32',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5684,'1050','41725200732','2024-09-01 17:25:41',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520074242200253230','No',NULL,NULL,''),(5685,'1110','41725200732','2024-09-01 17:25:41',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5686,'5500','41725200732','2024-09-01 17:25:32',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5687,'4000','41725200732','2024-09-01 17:25:41',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5688,'1010','41725200743','2024-09-01 17:32:28',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520115500223053533','No',NULL,NULL,'mjh'),(5689,'1110','41725200743','2024-09-01 17:32:28',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5690,'5500','41725200743','2024-09-01 17:25:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5691,'4000','41725200743','2024-09-01 17:32:28',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5692,'1010','41725201156','2024-09-01 17:42:03',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520172807203323307','No',NULL,NULL,'bhg'),(5693,'1110','41725201156','2024-09-01 17:42:03',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5694,'5500','41725201156','2024-09-01 17:32:36',52.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5695,'4000','41725201156','2024-09-01 17:42:03',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5696,'1010','41725201729','2024-09-01 18:05:58',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520316424233233500','No',NULL,NULL,'mjh'),(5697,'1110','41725201729','2024-09-01 18:05:58',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5698,'5500','41725201729','2024-09-01 17:42:09',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5699,'4000','41725201729','2024-09-01 18:05:58',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5700,'1050','41725203197','2024-09-01 18:06:44',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520331041000333223','No',NULL,NULL,''),(5701,'1110','41725203197','2024-09-01 18:06:44',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5702,'5500','41725203197','2024-09-01 18:06:37',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5703,'4000','41725203197','2024-09-01 18:06:44',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5704,'1010','41725203352','2024-09-01 18:14:17',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520366220332240260','No',NULL,NULL,'bhg'),(5705,'1110','41725203352','2024-09-01 18:14:17',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5706,'5500','41725203352','2024-09-01 18:09:12',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5707,'4000','41725203352','2024-09-01 18:14:17',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5708,'1050','41725203663','2024-09-01 18:16:34',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520379730204233302','No',NULL,NULL,''),(5709,'1110','41725203663','2024-09-01 18:16:34',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5710,'5500','41725203663','2024-09-01 18:14:23',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5711,'4000','41725203663','2024-09-01 18:16:34',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5712,'1010','41725203798','2024-09-01 18:22:43',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520418401225432203','No',NULL,NULL,'b80'),(5713,'1050','41725203798','2024-09-01 18:22:43',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520418401225432203','No',NULL,NULL,'b80'),(5714,'1110','41725203798','2024-09-01 18:22:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5715,'5500','41725203798','2024-09-01 18:16:38',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5716,'4000','41725203798','2024-09-01 18:22:43',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5717,'1010','41725204185','2024-09-01 18:28:39',560.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520452503257302002','No',NULL,NULL,'mjh'),(5718,'1110','41725204185','2024-09-01 18:28:39',NULL,476.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5719,'5500','41725204185','2024-09-01 18:23:05',476.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5720,'4000','41725204185','2024-09-01 18:28:39',NULL,560.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5721,'2130','41725204732','2024-09-01 18:32:26',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172520476341231222302','No',NULL,NULL,''),(5722,'1110','41725204732','2024-09-01 18:32:26',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(5723,'5500','41725204732','2024-09-01 18:32:12',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(5724,'4000','41725204732','2024-09-01 18:32:26',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(5725,'1100','41725171058','2024-09-01 18:34:30',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(5726,'na','41725171058','2024-09-01 18:34:30',50.00,NULL,'','4','1','','1','25','payment','','4172520488034007032233','No',NULL,NULL,''),(5727,'1100','41725160204','2024-09-01 18:35:02',NULL,400.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mnbv'),(5728,'na','41725160204','2024-09-01 18:35:02',400.00,NULL,'','4','1','','1','25','payment','','4172520492004432240220','No',NULL,NULL,'mnbv'),(5729,'1010','41725205048','2024-09-01 18:42:52',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520543222220222220','No',NULL,NULL,'mjh'),(5730,'1050','41725205048','2024-09-01 18:42:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520543222220222220','No',NULL,NULL,'mjh'),(5731,'1110','41725205048','2024-09-01 18:42:52',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5732,'5500','41725205048','2024-09-01 18:37:28',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5733,'4000','41725205048','2024-09-01 18:42:52',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5734,'1050','41725206130','2024-09-01 18:56:38',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520620022202002222','No',NULL,NULL,''),(5735,'1110','41725206130','2024-09-01 18:56:38',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5736,'5500','41725206130','2024-09-01 18:55:30',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5737,'4000','41725206130','2024-09-01 18:56:38',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5738,'1010','41725206201','2024-09-01 18:59:14',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520635820336503022','No',NULL,NULL,'mjh'),(5739,'1110','41725206201','2024-09-01 18:59:14',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5740,'5500','41725206201','2024-09-01 18:56:41',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5741,'4000','41725206201','2024-09-01 18:59:14',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5742,'1010','41725206359','2024-09-01 19:04:51',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520669639336512260','No',NULL,NULL,'mjh'),(5743,'1110','41725206359','2024-09-01 19:04:51',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(5744,'5500','41725206359','2024-09-01 18:59:19',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5745,'4000','41725206359','2024-09-01 19:04:51',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(5746,'1050','41725206697','2024-09-01 19:05:45',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520675103301700360','No',NULL,NULL,''),(5747,'1110','41725206697','2024-09-01 19:05:45',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5748,'5500','41725206697','2024-09-01 19:04:57',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5749,'4000','41725206697','2024-09-01 19:05:45',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5750,'1050','41725206752','2024-09-01 19:11:20',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520708624323300023','No',NULL,NULL,''),(5751,'1110','41725206752','2024-09-01 19:11:20',NULL,61.66,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5752,'5500','41725206752','2024-09-01 19:05:52',61.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5753,'4000','41725206752','2024-09-01 19:11:20',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5754,'1010','41725207087','2024-09-01 19:22:39',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520776822230223722','No',NULL,NULL,'mjh'),(5755,'1110','41725207087','2024-09-01 19:22:39',NULL,88.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(5756,'1110','41725207087','2024-09-01 19:11:27',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(5757,'5500','41725207087','2024-09-01 19:22:26',119.27,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5758,'4000','41725207087','2024-09-01 19:22:39',NULL,180.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(5759,'4000','41725207087','2024-09-01 19:11:27',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(5760,'1010','41725207769','2024-09-01 19:25:30',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520793420230392033','No',NULL,NULL,'mjh'),(5761,'1110','41725207769','2024-09-01 19:25:30',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5762,'5500','41725207769','2024-09-01 19:22:49',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5763,'4000','41725207769','2024-09-01 19:25:30',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5764,'1100','41725175942','2024-09-01 19:26:28',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(5765,'na','41725175942','2024-09-01 19:26:28',80.00,NULL,'','4','1','','1','25','payment','','4172520799920033303722','No',NULL,NULL,'nhg'),(5766,'1010','41725208004','2024-09-01 19:27:14',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520804102022222482','No',NULL,NULL,'fg'),(5767,'1110','41725208004','2024-09-01 19:27:14',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5768,'5500','41725208004','2024-09-01 19:26:44',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5769,'4000','41725208004','2024-09-01 19:27:14',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5770,'1050','41725208042','2024-09-01 19:29:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520817613263632211','No',NULL,NULL,''),(5771,'1110','41725208042','2024-09-01 19:29:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5772,'5500','41725208042','2024-09-01 19:27:22',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5773,'4000','41725208042','2024-09-01 19:29:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5774,'1050','41725208490','2024-09-01 19:34:59',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520850223222302430','No',NULL,NULL,''),(5775,'1110','41725208490','2024-09-01 19:34:59',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5776,'5500','41725208490','2024-09-01 19:34:50',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5777,'4000','41725208490','2024-09-01 19:34:59',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5778,'1010','41725208505','2024-09-01 19:48:36',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520932223330322305','No',NULL,NULL,'bhg'),(5779,'1110','41725208505','2024-09-01 19:48:36',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5780,'5500','41725208505','2024-09-01 19:35:05',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5781,'4000','41725208505','2024-09-01 19:48:36',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5782,'1010','41725209323','2024-09-01 19:50:22',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520944022220012342','No',NULL,NULL,'mjh'),(5783,'1110','41725209323','2024-09-01 19:50:22',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5784,'5500','41725209323','2024-09-01 19:48:43',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5785,'4000','41725209323','2024-09-01 19:50:22',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5786,'1010','41725209441','2024-09-01 19:53:06',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520959123013202225','No',NULL,NULL,'bhg'),(5787,'1110','41725209441','2024-09-01 19:53:06',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5788,'5500','41725209441','2024-09-01 19:50:41',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5789,'4000','41725209441','2024-09-01 19:53:06',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5790,'1050','41725209592','2024-09-01 19:56:47',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172520980922930032233','No',NULL,NULL,''),(5791,'1110','41725209592','2024-09-01 19:56:47',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5792,'5500','41725209592','2024-09-01 19:53:12',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5793,'4000','41725209592','2024-09-01 19:56:47',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5794,'1010','41725209811','2024-09-01 20:00:39',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172521004623206723232','No',NULL,NULL,'bhg'),(5795,'1110','41725209811','2024-09-01 20:00:39',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5796,'5500','41725209811','2024-09-01 19:56:51',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5797,'4000','41725209811','2024-09-01 20:00:39',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5798,'1100','41725182189','2024-09-01 20:08:49',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(5799,'na','41725182189','2024-09-01 20:08:49',200.00,NULL,'','4','1','','1','25','payment','','4172521054202242333012','No',NULL,NULL,''),(5800,'1050','41725210558','2024-09-01 20:09:29',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172521057237230320221','No',NULL,NULL,''),(5801,'1110','41725210558','2024-09-01 20:09:29',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5802,'5500','41725210558','2024-09-01 20:09:18',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5803,'4000','41725210558','2024-09-01 20:09:29',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5804,'1050','41725210717','2024-09-01 20:12:10',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172521073230221323223','No',NULL,NULL,''),(5805,'1110','41725210717','2024-09-01 20:12:10',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5806,'5500','41725210717','2024-09-01 20:11:57',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5807,'4000','41725210717','2024-09-01 20:12:10',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5808,'1110','61725124981','2024-08-31 20:23:01',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(5809,'2130','61725124981','2024-08-31 20:23:01',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(5810,'1010','41725211147','2024-09-01 20:19:15',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172521116222327403623','No',NULL,NULL,'mjh'),(5811,'1110','41725211147','2024-09-01 20:19:15',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5812,'5500','41725211147','2024-09-01 20:19:07',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5813,'4000','41725211147','2024-09-01 20:19:15',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5814,'1010','61725271989','2024-09-02 13:19:13',450.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172527241830302482130','No',NULL,NULL,'mpesa'),(5815,'1110','61725271989','2024-09-02 13:19:13',NULL,340.00,'','6','1','Inventory sold','1','26','sales','9','','No',NULL,NULL,''),(5816,'1110','61725271989','2024-09-02 13:13:09',NULL,29.50,'','6','1','Inventory sold','1','26','sales','11','','No',NULL,NULL,''),(5817,'5500','61725271989','2024-09-02 13:19:01',369.50,NULL,'','6','1','Cost of goods sold','1','26','sales','','','No',NULL,NULL,''),(5818,'4000','61725271989','2024-09-02 13:19:13',NULL,400.00,'','6','1','Good sold','1','26','sales','9','','No',NULL,NULL,''),(5819,'4000','61725271989','2024-09-02 13:13:09',NULL,50.00,'','6','1','Good sold','1','26','sales','11','','No',NULL,NULL,''),(5820,'1100','61725272420','2024-09-02 13:21:15',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527248733024032203','No',NULL,NULL,''),(5821,'1110','61725272420','2024-09-02 13:21:15',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5822,'5500','61725272420','2024-09-02 13:20:20',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5823,'4000','61725272420','2024-09-02 13:21:15',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5824,'1100','61725272497','2024-09-02 13:21:52',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527252403423763244','No',NULL,NULL,''),(5825,'1110','61725272497','2024-09-02 13:21:52',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5826,'5500','61725272497','2024-09-02 13:21:37',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5827,'4000','61725272497','2024-09-02 13:21:52',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5828,'1100','61725272550','2024-09-02 13:22:41',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527256923322223002','No',NULL,NULL,''),(5829,'1110','61725272550','2024-09-02 13:22:41',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5830,'5500','61725272550','2024-09-02 13:22:30',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5831,'4000','61725272550','2024-09-02 13:22:41',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5832,'1100','61725272575','2024-09-02 13:23:15',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527260255223323312','No',NULL,NULL,''),(5833,'1110','61725272575','2024-09-02 13:23:15',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5834,'1110','61725272575','2024-09-02 13:22:55',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(5835,'5500','61725272575','2024-09-02 13:23:03',77.40,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5836,'4000','61725272575','2024-09-02 13:23:15',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5837,'4000','61725272575','2024-09-02 13:22:55',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(5838,'1100','61725272610','2024-09-02 13:24:17',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527293430034635324','No',NULL,NULL,''),(5839,'1110','61725272610','2024-09-02 13:24:17',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5840,'5500','61725272610','2024-09-02 13:23:30',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5841,'4000','61725272610','2024-09-02 13:24:17',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5842,'1100','61725272957','2024-09-02 13:29:31',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527298831332070322','No',NULL,NULL,''),(5843,'1110','61725272957','2024-09-02 13:29:31',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5844,'5500','61725272957','2024-09-02 13:29:17',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5845,'4000','61725272957','2024-09-02 13:29:31',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5846,'1100','61725272997','2024-09-02 13:30:23',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527304623722001332','No',NULL,NULL,''),(5847,'1110','61725272997','2024-09-02 13:30:23',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5848,'5500','61725272997','2024-09-02 13:29:57',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5849,'4000','61725272997','2024-09-02 13:30:23',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5850,'1050','61725273206','2024-09-02 13:33:37',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527322625322325612','No',NULL,NULL,''),(5851,'1110','61725273206','2024-09-02 13:33:37',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5852,'5500','61725273206','2024-09-02 13:33:26',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5853,'4000','61725273206','2024-09-02 13:33:37',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5854,'1050','61725273227','2024-09-02 13:35:10',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527332034332041372','No',NULL,NULL,''),(5855,'1110','61725273227','2024-09-02 13:35:10',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5856,'5500','61725273227','2024-09-02 13:33:47',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5857,'4000','61725273227','2024-09-02 13:35:10',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5860,'1110','41725210941','2024-09-01 20:15:41',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(5861,'2130','41725210941','2024-09-01 20:15:41',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(5862,'1050','61725273568','2024-09-02 13:40:05',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527368502327285623','No',NULL,NULL,''),(5863,'1110','61725273568','2024-09-02 13:40:05',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5864,'1110','61725273568','2024-09-02 13:39:28',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5865,'5500','61725273568','2024-09-02 13:39:45',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5866,'4000','61725273568','2024-09-02 13:40:05',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5867,'4000','61725273568','2024-09-02 13:39:28',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5868,'1050','61725273686','2024-09-02 13:43:06',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172527380610103263067','No',NULL,NULL,''),(5869,'1110','61725273686','2024-09-02 13:43:06',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5870,'5500','61725273686','2024-09-02 13:41:26',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5871,'4000','61725273686','2024-09-02 13:43:06',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5872,'1010','61725273858','2024-09-02 13:45:58',290.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527408832037433828','No',NULL,NULL,'mpesa'),(5873,'1110','61725273858','2024-09-02 13:45:58',NULL,246.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5874,'5500','61725273858','2024-09-02 13:44:18',246.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5875,'4000','61725273858','2024-09-02 13:45:58',NULL,290.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5876,'1010','61725274104','2024-09-02 13:49:53',260.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527424342422632324','No',NULL,NULL,'mpesa'),(5877,'1050','61725274104','2024-09-02 13:49:53',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527424342422632324','No',NULL,NULL,'mpesa'),(5878,'1110','61725274104','2024-09-02 13:49:53',NULL,112.74,'','6','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(5879,'1110','61725274104','2024-09-02 13:48:24',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(5880,'1110','61725274104','2024-09-02 13:49:14',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(5881,'5500','61725274104','2024-09-02 13:49:32',203.23,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5882,'4000','61725274104','2024-09-02 13:49:53',NULL,200.00,'','6','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(5883,'4000','61725274104','2024-09-02 13:48:24',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(5884,'4000','61725274104','2024-09-02 13:49:14',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(5885,'1010','61725274244','2024-09-02 13:51:18',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172527429637732235262','No',NULL,NULL,'mpesa'),(5886,'1050','61725274244','2024-09-02 13:51:18',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172527429637732235262','No',NULL,NULL,'mpesa'),(5887,'1110','61725274244','2024-09-02 13:51:18',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5888,'1110','61725274244','2024-09-02 13:50:44',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5889,'5500','61725274244','2024-09-02 13:51:08',120.21,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5890,'4000','61725274244','2024-09-02 13:51:18',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5891,'4000','61725274244','2024-09-02 13:50:44',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5892,'2130','61725274297','2024-09-02 13:52:03',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172527433620037321323','No',NULL,NULL,''),(5893,'1110','61725274297','2024-09-02 13:52:03',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(5894,'5500','61725274297','2024-09-02 13:51:37',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(5895,'4000','61725274297','2024-09-02 13:52:03',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(5896,'2130','61725274341','2024-09-02 13:52:33',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172527436903602340322','No',NULL,NULL,''),(5897,'1110','61725274341','2024-09-02 13:52:33',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(5898,'5500','61725274341','2024-09-02 13:52:21',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(5899,'4000','61725274341','2024-09-02 13:52:33',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(5900,'2130','61725274373','2024-09-02 13:53:08',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172527441521224102032','No',NULL,NULL,''),(5901,'1110','61725274373','2024-09-02 13:53:08',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(5902,'5500','61725274373','2024-09-02 13:52:54',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(5903,'4000','61725274373','2024-09-02 13:53:08',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(5904,'1100','61725274432','2024-09-02 13:54:10',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527446022322277233','No',NULL,NULL,''),(5905,'1110','61725274432','2024-09-02 13:54:10',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5906,'5500','61725274432','2024-09-02 13:53:52',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5907,'4000','61725274432','2024-09-02 13:54:10',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5908,'1100','61725274463','2024-09-02 13:54:38',70.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527448547140203333','No',NULL,NULL,''),(5909,'1110','61725274463','2024-09-02 13:54:38',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5910,'5500','61725274463','2024-09-02 13:54:24',59.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5911,'4000','61725274463','2024-09-02 13:54:38',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5912,'1010','61725274523','2024-09-02 14:16:47',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527581786237732032','No',NULL,NULL,'mpesa'),(5913,'1110','61725274523','2024-09-02 14:16:47',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5914,'5500','61725274523','2024-09-02 13:55:23',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5915,'4000','61725274523','2024-09-02 14:16:47',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5916,'1010','61725276597','2024-09-02 14:50:38',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527784600530262003','No',NULL,NULL,'mpesa'),(5917,'1110','61725276597','2024-09-02 14:50:38',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5918,'5500','61725276597','2024-09-02 14:29:57',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5919,'4000','61725276597','2024-09-02 14:50:38',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5920,'1050','61725279129','2024-09-02 15:13:22',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527920922360233202','No',NULL,NULL,''),(5921,'1110','61725279129','2024-09-02 15:13:22',NULL,30.83,'','6','1','Inventory sold','1','25','sales','5','','No',NULL,NULL,''),(5922,'1110','61725279129','2024-09-02 15:12:09',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5923,'5500','61725279129','2024-09-02 15:13:12',60.33,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5924,'4000','61725279129','2024-09-02 15:13:22',NULL,50.00,'','6','1','Good sold','1','25','sales','5','','No',NULL,NULL,''),(5925,'4000','61725279129','2024-09-02 15:12:09',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5926,'1050','61725279209','2024-09-02 15:23:27',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172527981729330723720','No',NULL,NULL,''),(5927,'1110','61725279209','2024-09-02 15:23:27',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5928,'5500','61725279209','2024-09-02 15:13:29',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5929,'4000','61725279209','2024-09-02 15:23:27',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5930,'1050','61725279819','2024-09-02 15:26:48',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528011720323030021','No',NULL,NULL,''),(5931,'1110','61725279819','2024-09-02 15:26:48',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5932,'5500','61725279819','2024-09-02 15:23:39',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5933,'4000','61725279819','2024-09-02 15:26:48',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5934,'1050','61725280908','2024-09-02 15:42:05',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528093373322430022','No',NULL,NULL,''),(5935,'1110','61725280908','2024-09-02 15:42:05',NULL,59.00,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(5936,'5500','61725280908','2024-09-02 15:41:48',59.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5937,'4000','61725280908','2024-09-02 15:42:05',NULL,100.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(5938,'2130','61725282488','2024-09-02 16:08:30',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172528265822830222223','No',NULL,NULL,''),(5939,'1110','61725282488','2024-09-02 16:08:30',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(5940,'5500','61725282488','2024-09-02 16:08:08',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(5941,'4000','61725282488','2024-09-02 16:08:30',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(5942,'1010','61725282665','2024-09-02 16:11:30',260.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528270232202425322','No',NULL,NULL,'mpesa'),(5943,'1110','61725282665','2024-09-02 16:11:30',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5944,'1110','61725282665','2024-09-02 16:11:05',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(5945,'5500','61725282665','2024-09-02 16:11:20',196.74,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5946,'4000','61725282665','2024-09-02 16:11:30',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5947,'4000','61725282665','2024-09-02 16:11:05',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(5948,'1010','61725282706','2024-09-02 16:19:32',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172528317721227278230','No',NULL,NULL,'mpesa'),(5949,'1110','61725282706','2024-09-02 16:19:32',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5950,'5500','61725282706','2024-09-02 16:11:46',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5951,'4000','61725282706','2024-09-02 16:19:32',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5956,'1010','61725283912','2024-09-02 16:32:07',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528393722222073222','No',NULL,NULL,'mpesa'),(5957,'1110','61725283912','2024-09-02 16:32:07',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(5958,'5500','61725283912','2024-09-02 16:31:53',30.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5959,'4000','61725283912','2024-09-02 16:32:07',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(5960,'1010','61725283942','2024-09-02 16:38:32',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528432123820037224','No',NULL,NULL,'mpesa'),(5961,'1110','61725283942','2024-09-02 16:38:32',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(5962,'5500','61725283942','2024-09-02 16:32:22',60.74,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5963,'4000','61725283942','2024-09-02 16:38:32',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(5964,'1050','61725285727','2024-09-02 17:02:23',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528575106872253040','No',NULL,NULL,''),(5965,'1110','61725285727','2024-09-02 17:02:23',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5966,'5500','61725285727','2024-09-02 17:02:07',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5967,'4000','61725285727','2024-09-02 17:02:23',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5968,'1010','61725285753','2024-09-02 17:08:49',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528617520510333122','No',NULL,NULL,'mpesa'),(5969,'1050','61725285753','2024-09-02 17:08:49',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528617520510333122','No',NULL,NULL,'mpesa'),(5970,'1110','61725285753','2024-09-02 17:08:49',NULL,56.17,'','6','1','Inventory sold','1','25','sales','99','','No',NULL,NULL,''),(5971,'1110','61725285753','2024-09-02 17:02:33',NULL,56.37,'','6','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(5972,'5500','61725285753','2024-09-02 17:08:31',112.54,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5973,'4000','61725285753','2024-09-02 17:08:49',NULL,100.00,'','6','1','Good sold','1','25','sales','99','','No',NULL,NULL,''),(5974,'4000','61725285753','2024-09-02 17:02:33',NULL,100.00,'','6','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(5975,'1010','61725286178','2024-09-02 17:12:33',500.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172528637832224037307','No',NULL,NULL,'mpesa'),(5976,'1110','61725286178','2024-09-02 17:12:33',NULL,289.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5977,'1110','61725286178','2024-09-02 17:09:38',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5978,'5500','61725286178','2024-09-02 17:11:57',425.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5979,'4000','61725286178','2024-09-02 17:12:33',NULL,340.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5980,'4000','61725286178','2024-09-02 17:09:38',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5981,'1010','61725286379','2024-09-02 17:21:53',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528692460033220402','No',NULL,NULL,'mpesa'),(5982,'1110','61725286379','2024-09-02 17:21:53',NULL,110.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5983,'5500','61725286379','2024-09-02 17:12:59',110.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5984,'4000','61725286379','2024-09-02 17:21:53',NULL,130.40,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5985,'1100','61725286925','2024-09-02 17:26:26',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528719422236941262','No',NULL,NULL,''),(5986,'1110','61725286925','2024-09-02 17:26:26',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5987,'5500','61725286925','2024-09-02 17:22:05',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5988,'4000','61725286925','2024-09-02 17:26:26',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5989,'1010','61725287535','2024-09-02 17:32:48',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528758523763542242','No',NULL,NULL,'mpesa'),(5990,'1110','61725287535','2024-09-02 17:32:48',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5991,'5500','61725287535','2024-09-02 17:32:15',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5992,'4000','61725287535','2024-09-02 17:32:48',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5993,'1050','61725287591','2024-09-02 17:35:11',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528772223136470205','No',NULL,NULL,''),(5994,'1110','61725287591','2024-09-02 17:35:11',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5995,'5500','61725287591','2024-09-02 17:33:11',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(5996,'4000','61725287591','2024-09-02 17:35:11',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(5997,'1010','61725287734','2024-09-02 17:43:13',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528820422832030322','No',NULL,NULL,'mpesa'),(5998,'1110','61725287734','2024-09-02 17:43:13',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(5999,'5500','61725287734','2024-09-02 17:35:34',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6000,'4000','61725287734','2024-09-02 17:43:13',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6001,'1010','61725288469','2024-09-02 17:48:15',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172528850830843212110','No',NULL,NULL,'mpesa'),(6002,'1110','61725288469','2024-09-02 17:48:15',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6003,'1110','61725288469','2024-09-02 17:47:49',NULL,52.66,'','6','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(6004,'5500','61725288469','2024-09-02 17:48:03',86.66,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6005,'4000','61725288469','2024-09-02 17:48:15',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6006,'4000','61725288469','2024-09-02 17:47:49',NULL,80.00,'','6','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(6007,'1010','61725288510','2024-09-02 17:50:06',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172528861533338705082','No',NULL,NULL,'mpesa'),(6008,'1110','61725288510','2024-09-02 17:50:06',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6009,'5500','61725288510','2024-09-02 17:48:30',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6010,'4000','61725288510','2024-09-02 17:50:06',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6011,'1010','61725290202','2024-09-02 18:16:53',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529023143393073320','No',NULL,NULL,'mpesa'),(6012,'1110','61725290202','2024-09-02 18:16:53',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6013,'5500','61725290202','2024-09-02 18:16:42',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6014,'4000','61725290202','2024-09-02 18:16:53',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6015,'1010','61725290232','2024-09-02 18:20:52',220.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529049120043032239','No',NULL,NULL,'mpesa'),(6016,'1110','61725290232','2024-09-02 18:20:52',NULL,187.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6017,'5500','61725290232','2024-09-02 18:17:12',187.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6018,'4000','61725290232','2024-09-02 18:20:52',NULL,220.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6019,'1100','61725290492','2024-09-02 18:22:15',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529054420502222024','No',NULL,NULL,''),(6020,'1110','61725290492','2024-09-02 18:22:15',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(6021,'5500','61725290492','2024-09-02 18:21:32',54.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6022,'4000','61725290492','2024-09-02 18:22:15',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(6023,'1010','61725290636','2024-09-02 18:26:03',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529078223032232227','No',NULL,NULL,'mpesa'),(6024,'1050','61725290636','2024-09-02 18:26:03',10.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529078223032232227','No',NULL,NULL,'mpesa'),(6025,'1110','61725290636','2024-09-02 18:26:03',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6026,'5500','61725290636','2024-09-02 18:23:56',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6027,'4000','61725290636','2024-09-02 18:26:03',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6028,'1050','61725290783','2024-09-02 18:31:36',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529110230303733262','No',NULL,NULL,''),(6029,'1110','61725290783','2024-09-02 18:31:36',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6030,'5500','61725290783','2024-09-02 18:26:23',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6031,'4000','61725290783','2024-09-02 18:31:36',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6032,'1010','61725291102','2024-09-02 18:34:11',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529126162223322321','No',NULL,NULL,'mpesa'),(6033,'1110','61725291102','2024-09-02 18:34:11',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(6034,'5500','61725291102','2024-09-02 18:31:42',30.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6035,'4000','61725291102','2024-09-02 18:34:11',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(6036,'1010','61725291261','2024-09-02 18:55:09',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529266053134242323','No',NULL,NULL,'mpesa'),(6037,'1050','61725291261','2024-09-02 18:55:09',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529266053134242323','No',NULL,NULL,'mpesa'),(6038,'1110','61725291261','2024-09-02 18:55:09',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6039,'1110','61725291261','2024-09-02 18:34:22',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6040,'5500','61725291261','2024-09-02 18:53:53',349.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6041,'4000','61725291261','2024-09-02 18:55:09',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6042,'4000','61725291261','2024-09-02 18:34:22',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6043,'1010','61725292661','2024-09-02 19:02:00',300.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529295093759000003','No',NULL,NULL,'mpesa'),(6044,'1050','61725292661','2024-09-02 19:02:00',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529295093759000003','No',NULL,NULL,'mpesa'),(6045,'1110','61725292661','2024-09-02 19:02:00',NULL,255.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6046,'1110','61725292661','2024-09-02 18:57:41',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(6047,'5500','61725292661','2024-09-02 19:01:30',285.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6048,'4000','61725292661','2024-09-02 19:02:00',NULL,300.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6049,'4000','61725292661','2024-09-02 18:57:41',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(6050,'1100','61725292951','2024-09-02 19:07:15',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529324632330263372','No',NULL,NULL,''),(6051,'1110','61725292951','2024-09-02 19:07:15',NULL,216.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(6052,'5500','61725292951','2024-09-02 19:02:31',216.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6053,'4000','61725292951','2024-09-02 19:07:15',NULL,320.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(6054,'1010','61725293499','2024-09-02 19:11:59',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529353202331090323','No',NULL,NULL,'mpesa'),(6055,'1110','61725293499','2024-09-02 19:11:59',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6056,'5500','61725293499','2024-09-02 19:11:39',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6057,'4000','61725293499','2024-09-02 19:11:59',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6058,'1010','61725293533','2024-09-02 19:13:54',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529364552305992276','No',NULL,NULL,'mpesa'),(6059,'1110','61725293533','2024-09-02 19:13:54',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(6060,'5500','61725293533','2024-09-02 19:12:13',47.34,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6061,'4000','61725293533','2024-09-02 19:13:54',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(6062,'1010','61725293645','2024-09-02 19:17:26',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529386039262213030','No',NULL,NULL,'mpesa'),(6063,'1110','61725293645','2024-09-02 19:17:26',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6064,'5500','61725293645','2024-09-02 19:14:05',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6065,'4000','61725293645','2024-09-02 19:17:26',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6066,'1010','61725293860','2024-09-02 19:20:36',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529404170292412920','No',NULL,NULL,'mpesa'),(6067,'1110','61725293860','2024-09-02 19:20:36',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6068,'5500','61725293860','2024-09-02 19:17:40',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6069,'4000','61725293860','2024-09-02 19:20:36',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6070,'1010','61725294042','2024-09-02 19:24:47',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529431232433372222','No',NULL,NULL,'mpesa'),(6071,'1110','61725294042','2024-09-02 19:24:47',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6072,'5500','61725294042','2024-09-02 19:20:42',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6073,'4000','61725294042','2024-09-02 19:24:47',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6074,'1100','61725286925','2024-09-02 19:31:16',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hjj;;'),(6075,'na','61725286925','2024-09-02 19:31:16',80.00,NULL,'','6','1','','1','25','payment','','6172529469220262422023','No',NULL,NULL,'hjj;;'),(6076,'1100','61725272610','2024-09-02 19:32:15',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6077,'na','61725272610','2024-09-02 19:32:15',320.00,NULL,'','6','1','','1','25','payment','','6172529476663122342702','No',NULL,NULL,''),(6078,'1100','61725292951','2024-09-02 19:33:12',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6079,'na','61725292951','2024-09-02 19:33:12',160.00,NULL,'','6','1','','1','25','payment','','6172529480620332200204','No',NULL,NULL,''),(6080,'1100','61725292951','2024-09-02 19:33:26',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ytytyty'),(6081,'na','61725292951','2024-09-02 19:33:26',160.00,NULL,'','6','1','','1','25','payment','','6172529481760302932734','No',NULL,NULL,'ytytyty'),(6082,'1100','61725272420','2024-09-02 19:34:02',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'trtyuyui'),(6083,'na','61725272420','2024-09-02 19:34:02',320.00,NULL,'','6','1','','1','25','payment','','6172529485332130230244','No',NULL,NULL,'trtyuyui'),(6084,'1100','61725272550','2024-09-02 19:36:01',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jiolio'),(6085,'na','61725272550','2024-09-02 19:36:01',100.00,NULL,'','6','1','','1','25','payment','','6172529497732116272321','No',NULL,NULL,'jiolio'),(6086,'1100','61725290492','2024-09-02 19:36:46',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uiuiuiuiuiu'),(6087,'na','61725290492','2024-09-02 19:36:46',20.00,NULL,'','6','1','','1','25','payment','','6172529502002022321452','No',NULL,NULL,'uiuiuiuiuiu'),(6088,'1100','61725290492','2024-09-02 19:37:00',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6089,'na','61725290492','2024-09-02 19:37:00',60.00,NULL,'','6','1','','1','25','payment','','6172529503235303314521','No',NULL,NULL,''),(6090,'1010','61725295038','2024-09-02 19:37:26',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529505845204342234','No',NULL,NULL,'mpesa'),(6091,'1110','61725295038','2024-09-02 19:37:26',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6092,'5500','61725295038','2024-09-02 19:37:19',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6093,'4000','61725295038','2024-09-02 19:37:26',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6094,'1100','61725272957','2024-09-02 19:38:53',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hujkll'),(6095,'na','61725272957','2024-09-02 19:38:53',280.00,NULL,'','6','1','','1','25','payment','','6172529514833332025237','No',NULL,NULL,'hujkll'),(6096,'1100','61725272497','2024-09-02 19:39:23',NULL,240.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fgjhjjk'),(6097,'na','61725272497','2024-09-02 19:39:23',240.00,NULL,'','6','1','','1','25','payment','','6172529519030229350235','No',NULL,NULL,'fgjhjjk'),(6098,'1050','61725295285','2024-09-02 19:41:35',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529531420622033332','No',NULL,NULL,''),(6099,'1110','61725295285','2024-09-02 19:41:35',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6100,'5500','61725295285','2024-09-02 19:41:25',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6101,'4000','61725295285','2024-09-02 19:41:35',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6102,'1010','61725295314','2024-09-02 19:50:12',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529581823222943202','No',NULL,NULL,'mpesa'),(6103,'1110','61725295314','2024-09-02 19:50:12',NULL,59.50,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6104,'5500','61725295314','2024-09-02 19:41:54',59.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6105,'4000','61725295314','2024-09-02 19:50:12',NULL,120.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6106,'1050','61725295950','2024-09-02 19:53:52',210.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529604042733333222','No',NULL,NULL,''),(6107,'1110','61725295950','2024-09-02 19:53:52',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6108,'1110','61725295950','2024-09-02 19:52:30',NULL,94.04,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(6109,'5500','61725295950','2024-09-02 19:53:08',145.04,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6110,'4000','61725295950','2024-09-02 19:53:52',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6111,'4000','61725295950','2024-09-02 19:52:30',NULL,150.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(6112,'1010','61725296041','2024-09-02 19:55:11',210.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529619626296234292','No',NULL,NULL,'mpesa'),(6113,'1110','61725296041','2024-09-02 19:55:11',NULL,178.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6114,'5500','61725296041','2024-09-02 19:54:01',178.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6115,'4000','61725296041','2024-09-02 19:55:11',NULL,210.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6116,'1100','61725272575','2024-09-02 20:05:50',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fghj'),(6117,'na','61725272575','2024-09-02 20:05:50',100.00,NULL,'','6','1','','1','25','payment','','6172529676253350223216','No',NULL,NULL,'fghj'),(6118,'1100','61725274432','2024-09-02 20:06:37',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ytytuy'),(6119,'na','61725274432','2024-09-02 20:06:37',100.00,NULL,'','6','1','','1','25','payment','','6172529680812260200316','No',NULL,NULL,'ytytuy'),(6120,'1010','61725296833','2024-09-02 20:07:20',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529685240256523223','No',NULL,NULL,'mpesa'),(6121,'1110','61725296833','2024-09-02 20:07:20',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6122,'5500','61725296833','2024-09-02 20:07:13',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6123,'4000','61725296833','2024-09-02 20:07:20',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6126,'1100','61725272997','2024-09-02 20:10:28',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'l;;l;l;;'),(6127,'na','61725272997','2024-09-02 20:10:28',160.00,NULL,'','6','1','','1','25','payment','','6172529704132200232532','No',NULL,NULL,'l;;l;l;;'),(6128,'1100','61725283183','2024-09-02 16:31:19',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529707803234137233','No',NULL,NULL,''),(6129,'1110','61725283183','2024-09-02 16:31:19',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6130,'5500','61725283183','2024-09-02 16:19:43',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6131,'4000','61725283183','2024-09-02 16:31:19',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6132,'1100','61725283183','2024-09-02 20:11:38',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'879809'),(6133,'na','61725283183','2024-09-02 20:11:38',80.00,NULL,'','6','1','','1','25','payment','','6172529713630507210920','No',NULL,NULL,'879809'),(6134,'1010','61725297371','2024-09-02 20:16:29',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529741127613237227','No',NULL,NULL,'mpesa'),(6135,'1110','61725297371','2024-09-02 20:16:29',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(6136,'1110','61725297371','2024-09-02 20:16:11',NULL,54.50,'','6','1','Inventory sold','1','25','sales','114','','No',NULL,NULL,''),(6137,'5500','61725297371','2024-09-02 20:16:18',115.24,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6138,'4000','61725297371','2024-09-02 20:16:29',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(6139,'4000','61725297371','2024-09-02 20:16:11',NULL,100.00,'','6','1','Good sold','1','25','sales','114','','No',NULL,NULL,''),(6140,'1100','61725274463','2024-09-02 20:17:51',NULL,70.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6141,'na','61725274463','2024-09-02 20:17:51',70.00,NULL,'','6','1','','1','25','payment','','6172529748063135272233','No',NULL,NULL,''),(6142,'1010','61725298092','2024-09-02 20:30:38',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172529824602240130382','No',NULL,NULL,'mpesa'),(6143,'1110','61725298092','2024-09-02 20:30:38',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6144,'1110','61725298092','2024-09-02 20:28:12',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6145,'5500','61725298092','2024-09-02 20:30:27',55.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6146,'4000','61725298092','2024-09-02 20:30:38',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6147,'4000','61725298092','2024-09-02 20:28:12',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6148,'1010','61725298469','2024-09-02 20:34:36',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529849264327222449','No',NULL,NULL,'mpesa'),(6149,'1110','61725298469','2024-09-02 20:34:36',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6150,'5500','61725298469','2024-09-02 20:34:29',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6151,'4000','61725298469','2024-09-02 20:34:36',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6152,'2130','61725298559','2024-09-02 20:36:14',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172529858738532232223','No',NULL,NULL,''),(6153,'1110','61725298559','2024-09-02 20:36:14',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(6154,'5500','61725298559','2024-09-02 20:35:59',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(6155,'4000','61725298559','2024-09-02 20:36:14',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(6156,'1050','61725298591','2024-09-02 20:38:56',70.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172529874663204233433','No',NULL,NULL,''),(6157,'1110','61725298591','2024-09-02 20:38:56',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6158,'5500','61725298591','2024-09-02 20:36:31',59.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6159,'4000','61725298591','2024-09-02 20:38:56',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6160,'1100','61725333011','2024-09-03 06:21:46',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533372322232141300','No',NULL,NULL,''),(6161,'1110','61725333011','2024-09-03 06:21:46',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6162,'5500','61725333011','2024-09-03 06:10:11',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6163,'4000','61725333011','2024-09-03 06:21:46',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6164,'1100','61725333736','2024-09-03 06:22:31',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533376933363292003','No',NULL,NULL,''),(6165,'1110','61725333736','2024-09-03 06:22:31',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6166,'5500','61725333736','2024-09-03 06:22:16',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6167,'4000','61725333736','2024-09-03 06:22:31',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6168,'1100','61725333772','2024-09-03 06:23:10',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533379623262346723','No',NULL,NULL,''),(6169,'1110','61725333772','2024-09-03 06:23:10',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6170,'5500','61725333772','2024-09-03 06:22:52',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6171,'4000','61725333772','2024-09-03 06:23:10',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6172,'1100','61725333799','2024-09-03 06:23:45',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533383233332332323','No',NULL,NULL,''),(6173,'1110','61725333799','2024-09-03 06:23:45',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6174,'5500','61725333799','2024-09-03 06:23:19',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6175,'4000','61725333799','2024-09-03 06:23:45',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6176,'1010','61725333837','2024-09-03 06:30:44',20.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533427432223306544','No',NULL,NULL,'mpesa'),(6177,'1050','61725333837','2024-09-03 06:30:44',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533427432223306544','No',NULL,NULL,'mpesa'),(6178,'1110','61725333837','2024-09-03 06:30:44',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6179,'5500','61725333837','2024-09-03 06:23:57',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6180,'4000','61725333837','2024-09-03 06:30:44',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6181,'1010','61725334274','2024-09-03 06:54:56',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533571053230232315','No',NULL,NULL,'mpesa'),(6182,'1110','61725334274','2024-09-03 06:54:56',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6183,'5500','61725334274','2024-09-03 06:31:14',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6184,'4000','61725334274','2024-09-03 06:54:56',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6185,'1100','61725335711','2024-09-03 06:56:50',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533581972020283430','No',NULL,NULL,''),(6186,'1110','61725335711','2024-09-03 06:56:50',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6187,'5500','61725335711','2024-09-03 06:55:11',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6188,'4000','61725335711','2024-09-03 06:56:50',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6189,'1050','61725337503','2024-09-03 07:25:14',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533752335200333303','No',NULL,NULL,''),(6190,'1110','61725337503','2024-09-03 07:25:14',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6191,'5500','61725337503','2024-09-03 07:25:03',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6192,'4000','61725337503','2024-09-03 07:25:14',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6193,'1100','61725337523','2024-09-03 07:25:46',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533755953255232030','No',NULL,NULL,''),(6194,'1110','61725337523','2024-09-03 07:25:46',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6195,'5500','61725337523','2024-09-03 07:25:24',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6196,'4000','61725337523','2024-09-03 07:25:46',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6197,'1100','61725338299','2024-09-03 07:38:30',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172533832523530232320','No',NULL,NULL,''),(6198,'1110','61725338299','2024-09-03 07:38:30',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6199,'5500','61725338299','2024-09-03 07:38:20',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6200,'4000','61725338299','2024-09-03 07:38:30',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6201,'2130','61725338385','2024-09-03 07:42:35',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172533857520303250343','No',NULL,NULL,''),(6202,'1110','61725338385','2024-09-03 07:42:35',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(6203,'5500','61725338385','2024-09-03 07:39:45',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(6204,'4000','61725338385','2024-09-03 07:42:35',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(6207,'1110','61725332919','2024-09-03 06:08:39',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(6208,'2130','61725332919','2024-09-03 06:08:39',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(6211,'1110','61725339093','2024-09-03 07:51:33',355.00,NULL,'','6','1','Inventory Purchased','1','40','Purchases','31','','No',NULL,NULL,''),(6212,'2130','61725339093','2024-09-03 07:51:33',NULL,355.00,'','6','1','Account payable for inventory','1','40','Purchases','','','No',NULL,NULL,''),(6213,'1010','61725339557','2024-09-03 08:17:30',270.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172534065636253304003','No',NULL,NULL,'mpesa'),(6214,'1110','61725339557','2024-09-03 08:17:30',NULL,229.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6215,'5500','61725339557','2024-09-03 07:59:17',229.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6216,'4000','61725339557','2024-09-03 08:17:30',NULL,270.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6217,'1100','61725340657','2024-09-03 08:20:06',40.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172534081354212033053','No',NULL,NULL,''),(6218,'1110','61725340657','2024-09-03 08:20:06',NULL,34.00,'','6','1','Inventory sold','1','26','sales','9','','No',NULL,NULL,''),(6219,'5500','61725340657','2024-09-03 08:17:37',34.00,NULL,'','6','1','Cost of goods sold','1','26','sales','','','No',NULL,NULL,''),(6220,'4000','61725340657','2024-09-03 08:20:06',NULL,40.00,'','6','1','Good sold','1','26','sales','9','','No',NULL,NULL,''),(6221,'1010','61725340935','2024-09-03 08:22:25',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172534095153543334432','No',NULL,NULL,'mpesa'),(6222,'1110','61725340935','2024-09-03 08:22:25',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6223,'5500','61725340935','2024-09-03 08:22:15',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6224,'4000','61725340935','2024-09-03 08:22:25',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6225,'2130','61725340952','2024-09-03 08:39:24',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172534197652060601603','No',NULL,NULL,''),(6226,'1110','61725340952','2024-09-03 08:39:24',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(6227,'5500','61725340952','2024-09-03 08:22:32',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(6228,'4000','61725340952','2024-09-03 08:39:24',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(6229,'1100','61725342284','2024-09-03 08:44:54',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534230404322000243','No',NULL,NULL,''),(6230,'1110','61725342284','2024-09-03 08:44:54',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6231,'5500','61725342284','2024-09-03 08:44:44',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6232,'4000','61725342284','2024-09-03 08:44:54',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6233,'1050','61725342423','2024-09-03 08:47:29',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534245635033352562','No',NULL,NULL,''),(6234,'1110','61725342423','2024-09-03 08:47:29',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6235,'1110','61725342423','2024-09-03 08:47:03',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(6236,'5500','61725342423','2024-09-03 08:47:10',77.40,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6237,'4000','61725342423','2024-09-03 08:47:29',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6238,'4000','61725342423','2024-09-03 08:47:03',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(6239,'1100','61725342456','2024-09-03 09:11:23',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534389373200037333','No',NULL,NULL,''),(6240,'1110','61725342456','2024-09-03 09:11:23',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6241,'5500','61725342456','2024-09-03 08:47:36',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6242,'4000','61725342456','2024-09-03 09:11:23',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6243,'1100','61725343897','2024-09-03 09:11:44',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534391871439003133','No',NULL,NULL,''),(6244,'1110','61725343897','2024-09-03 09:11:44',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6245,'5500','61725343897','2024-09-03 09:11:37',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6246,'4000','61725343897','2024-09-03 09:11:44',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6247,'1100','61725344266','2024-09-03 09:17:59',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534429962002421944','No',NULL,NULL,''),(6248,'1110','61725344266','2024-09-03 09:17:59',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6249,'5500','61725344266','2024-09-03 09:17:46',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6250,'4000','61725344266','2024-09-03 09:17:59',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6251,'1010','61725344324','2024-09-03 09:37:18',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172534544562064220230','No',NULL,NULL,'mpesa'),(6252,'1110','61725344324','2024-09-03 09:37:18',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6253,'5500','61725344324','2024-09-03 09:18:45',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6254,'4000','61725344324','2024-09-03 09:37:18',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6259,'1100','61725347274','2024-09-03 10:08:20',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172534732003345272132','No',NULL,NULL,''),(6260,'1110','61725347274','2024-09-03 10:08:20',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6261,'1110','61725347274','2024-09-03 10:07:54',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(6262,'5500','61725347274','2024-09-03 10:08:08',64.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6263,'4000','61725347274','2024-09-03 10:08:20',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6264,'4000','61725347274','2024-09-03 10:07:54',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(6265,'1010','61725348569','2024-09-03 10:29:38',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172534858552630643082','No',NULL,NULL,'mpesa'),(6266,'1110','61725348569','2024-09-03 10:29:38',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6267,'5500','61725348569','2024-09-03 10:29:29',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6268,'4000','61725348569','2024-09-03 10:29:38',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6269,'1050','61725354476','2024-09-03 12:08:17',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172535450453233332523','No',NULL,NULL,''),(6270,'1110','61725354476','2024-09-03 12:08:17',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6271,'5500','61725354476','2024-09-03 12:07:57',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6272,'4000','61725354476','2024-09-03 12:08:17',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6273,'2130','61725355181','2024-09-03 12:19:48',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172535521720317232752','No',NULL,NULL,''),(6274,'1110','61725355181','2024-09-03 12:19:48',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(6275,'5500','61725355181','2024-09-03 12:19:41',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(6276,'4000','61725355181','2024-09-03 12:19:48',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(6277,'1100','61725357071','2024-09-03 12:51:27',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172535710232332022305','No',NULL,NULL,''),(6278,'1110','61725357071','2024-09-03 12:51:27',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(6279,'5500','61725357071','2024-09-03 12:51:11',47.34,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6280,'4000','61725357071','2024-09-03 12:51:27',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(6281,'1010','61725357380','2024-09-03 13:09:05',480.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172535815458324422242','No',NULL,NULL,'mmn'),(6282,'1110','61725357380','2024-09-03 13:09:05',NULL,408.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6283,'5500','61725357380','2024-09-03 12:56:21',408.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6284,'4000','61725357380','2024-09-03 13:09:05',NULL,480.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6285,'1010','61725358155','2024-09-03 13:17:39',800.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172535866920922536265','No',NULL,NULL,'mn'),(6286,'1110','61725358155','2024-09-03 13:17:39',NULL,470.20,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6287,'1110','61725358155','2024-09-03 13:09:15',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6288,'5500','61725358155','2024-09-03 13:17:28',496.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6289,'4000','61725358155','2024-09-03 13:17:39',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6290,'4000','61725358155','2024-09-03 13:09:15',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6291,'1010','61725358671','2024-09-03 13:33:02',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172535958854333332023','No',NULL,NULL,'mjh'),(6292,'1110','61725358671','2024-09-03 13:33:02',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6293,'5500','61725358671','2024-09-03 13:17:51',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6294,'4000','61725358671','2024-09-03 13:33:02',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6295,'1100','61725360867','2024-09-03 13:54:38',800.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172536089002070256206','No',NULL,NULL,''),(6296,'1110','61725360867','2024-09-03 13:54:38',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6297,'5500','61725360867','2024-09-03 13:54:27',680.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6298,'4000','61725360867','2024-09-03 13:54:38',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6299,'1010','61725360989','2024-09-03 13:56:39',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536100436523100762','No',NULL,NULL,'bhg'),(6300,'1110','61725360989','2024-09-03 13:56:39',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6301,'5500','61725360989','2024-09-03 13:56:29',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6302,'4000','61725360989','2024-09-03 13:56:39',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6303,'1010','61725361928','2024-09-03 14:32:10',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536314136027242302','No',NULL,NULL,'bhg'),(6304,'1110','61725361928','2024-09-03 14:32:10',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6305,'5500','61725361928','2024-09-03 14:12:08',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6306,'4000','61725361928','2024-09-03 14:32:10',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6307,'1010','61725363142','2024-09-03 14:57:15',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536464022723036433','No',NULL,NULL,'fg'),(6308,'1110','61725363142','2024-09-03 14:57:15',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6309,'5500','61725363142','2024-09-03 14:32:22',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6310,'4000','61725363142','2024-09-03 14:57:15',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6311,'1010','61725364669','2024-09-03 15:02:48',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536498103033300383','No',NULL,NULL,'mjh'),(6312,'1110','61725364669','2024-09-03 15:02:48',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6313,'5500','61725364669','2024-09-03 14:57:49',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6314,'4000','61725364669','2024-09-03 15:02:48',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6315,'1010','61725364982','2024-09-03 15:20:21',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536616326330723320','No',NULL,NULL,'30'),(6316,'1050','61725364982','2024-09-03 15:20:21',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536616326330723320','No',NULL,NULL,'30'),(6317,'1110','61725364982','2024-09-03 15:20:21',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6318,'5500','61725364982','2024-09-03 15:03:02',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6319,'4000','61725364982','2024-09-03 15:20:21',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6320,'1010','61725366284','2024-09-03 15:29:29',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536658902332253283','No',NULL,NULL,'mjh'),(6321,'1110','61725366284','2024-09-03 15:29:29',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6322,'5500','61725366284','2024-09-03 15:24:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6323,'4000','61725366284','2024-09-03 15:29:29',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6324,'1010','61725366590','2024-09-03 15:33:22',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536680638167325433','No',NULL,NULL,'bhg'),(6325,'1110','61725366590','2024-09-03 15:33:22',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6326,'5500','61725366590','2024-09-03 15:29:50',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6327,'4000','61725366590','2024-09-03 15:33:22',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6328,'1010','61725368413','2024-09-03 16:00:23',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536843060051303203','No',NULL,NULL,'mjh'),(6329,'1110','61725368413','2024-09-03 16:00:23',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6330,'5500','61725368413','2024-09-03 16:00:13',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6331,'4000','61725368413','2024-09-03 16:00:23',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6332,'2130','61725368430','2024-09-03 16:00:47',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172536847548530232728','No',NULL,NULL,''),(6333,'1110','61725368430','2024-09-03 16:00:47',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(6334,'5500','61725368430','2024-09-03 16:00:30',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(6335,'4000','61725368430','2024-09-03 16:00:47',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(6336,'1100','61725368480','2024-09-03 16:01:31',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172536852023333232372','No',NULL,NULL,''),(6337,'1110','61725368480','2024-09-03 16:01:31',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(6338,'5500','61725368480','2024-09-03 16:01:20',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6339,'4000','61725368480','2024-09-03 16:01:31',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(6340,'1010','61725368537','2024-09-03 16:02:28',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536857334251201866','No',NULL,NULL,''),(6341,'1110','61725368537','2024-09-03 16:02:28',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6342,'5500','61725368537','2024-09-03 16:02:17',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6343,'4000','61725368537','2024-09-03 16:02:28',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6344,'1050','61725368587','2024-09-03 16:03:30',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172536861220073240276','No',NULL,NULL,''),(6345,'1110','61725368587','2024-09-03 16:03:30',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6346,'5500','61725368587','2024-09-03 16:03:07',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6347,'4000','61725368587','2024-09-03 16:03:30',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6348,'1010','61725368893','2024-09-03 16:08:52',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172536895032005233353','No',NULL,NULL,'mpesa'),(6349,'1110','61725368893','2024-09-03 16:08:52',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6350,'5500','61725368893','2024-09-03 16:08:13',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6351,'4000','61725368893','2024-09-03 16:08:52',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6352,'1010','61725370767','2024-09-03 16:39:46',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537080023033003322','No',NULL,NULL,'mjh'),(6353,'1110','61725370767','2024-09-03 16:39:46',NULL,109.00,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(6354,'5500','61725370767','2024-09-03 16:39:27',109.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6355,'4000','61725370767','2024-09-03 16:39:46',NULL,200.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(6356,'1010','61725370801','2024-09-03 16:55:45',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537180700030275273','No',NULL,NULL,'mjh'),(6357,'1110','61725370801','2024-09-03 16:55:45',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6358,'1110','61725370801','2024-09-03 16:40:01',NULL,18.80,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6359,'5500','61725370801','2024-09-03 16:55:29',103.80,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6360,'4000','61725370801','2024-09-03 16:55:45',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6361,'4000','61725370801','2024-09-03 16:40:01',NULL,40.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6362,'1100','61725371808','2024-09-03 16:57:25',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537185431154333323','No',NULL,NULL,''),(6363,'1110','61725371808','2024-09-03 16:57:25',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6364,'5500','61725371808','2024-09-03 16:56:48',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6365,'4000','61725371808','2024-09-03 16:57:25',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6366,'1100','61725371870','2024-09-03 16:58:03',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537189202305760230','No',NULL,NULL,''),(6367,'1110','61725371870','2024-09-03 16:58:03',NULL,108.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(6368,'5500','61725371870','2024-09-03 16:57:50',108.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6369,'4000','61725371870','2024-09-03 16:58:03',NULL,160.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(6370,'2130','61725372020','2024-09-03 17:00:30',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172537204434644722350','No',NULL,NULL,''),(6371,'1110','61725372020','2024-09-03 17:00:30',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(6372,'5500','61725372020','2024-09-03 17:00:20',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(6373,'4000','61725372020','2024-09-03 17:00:30',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(6374,'1010','61725373055','2024-09-03 17:18:25',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537311203221226010','No',NULL,NULL,'mpesa'),(6375,'1110','61725373055','2024-09-03 17:18:25',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6376,'5500','61725373055','2024-09-03 17:17:35',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6377,'4000','61725373055','2024-09-03 17:18:25',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6378,'1010','61725373711','2024-09-03 17:37:25',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537425603302222323','No',NULL,NULL,'bhg'),(6379,'1110','61725373711','2024-09-03 17:37:25',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6380,'5500','61725373711','2024-09-03 17:28:31',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6381,'4000','61725373711','2024-09-03 17:37:25',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6382,'1010','61725374257','2024-09-03 17:39:55',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537440122330420211','No',NULL,NULL,'bhg'),(6383,'1110','61725374257','2024-09-03 17:39:55',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6384,'5500','61725374257','2024-09-03 17:37:37',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6385,'4000','61725374257','2024-09-03 17:39:55',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6386,'1010','61725374403','2024-09-03 17:59:38',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537560513035236202','No',NULL,NULL,'mpesa'),(6387,'1110','61725374403','2024-09-03 17:59:38',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6388,'5500','61725374403','2024-09-03 17:40:03',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6389,'4000','61725374403','2024-09-03 17:59:38',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6390,'1010','61725375606','2024-09-03 18:11:01',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537627122327265104','No',NULL,NULL,'mjh'),(6391,'1110','61725375606','2024-09-03 18:11:01',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(6392,'5500','61725375606','2024-09-03 18:00:06',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6393,'4000','61725375606','2024-09-03 18:11:01',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(6394,'1010','61725376271','2024-09-03 18:15:19',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537652725232322572','No',NULL,NULL,'mjh'),(6395,'1110','61725376271','2024-09-03 18:15:19',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(6396,'5500','61725376271','2024-09-03 18:11:11',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6397,'4000','61725376271','2024-09-03 18:15:19',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(6398,'1010','61725376528','2024-09-03 18:19:31',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537678108662023722','No',NULL,NULL,'mpesa'),(6399,'1110','61725376528','2024-09-03 18:19:31',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6400,'5500','61725376528','2024-09-03 18:15:28',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6401,'4000','61725376528','2024-09-03 18:19:31',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6402,'1100','61725345445','2024-09-03 09:49:32',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537695662221300332','No',NULL,NULL,''),(6403,'1110','61725345445','2024-09-03 09:49:32',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6404,'5500','61725345445','2024-09-03 09:37:25',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6405,'4000','61725345445','2024-09-03 09:49:32',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6406,'1100','61725345445','2024-09-03 18:23:03',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rytytj'),(6407,'na','61725345445','2024-09-03 18:23:03',80.00,NULL,'','6','1','','1','25','payment','','6172537699626203023647','No',NULL,NULL,'rytytj'),(6408,'1010','61725377007','2024-09-03 18:23:34',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537702470307763402','No',NULL,NULL,'mpesa'),(6409,'1110','61725377007','2024-09-03 18:23:34',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6410,'5500','61725377007','2024-09-03 18:23:28',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6411,'4000','61725377007','2024-09-03 18:23:34',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6412,'1100','61725337523','2024-09-03 18:24:26',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rtttyy'),(6413,'na','61725337523','2024-09-03 18:24:26',280.00,NULL,'','6','1','','1','25','payment','','6172537708031322381436','No',NULL,NULL,'rtttyy'),(6414,'1100','61725333799','2024-09-03 18:25:22',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ettyt'),(6415,'na','61725333799','2024-09-03 18:25:22',320.00,NULL,'','6','1','','1','25','payment','','6172537715173333013727','No',NULL,NULL,'ettyt'),(6416,'1100','61725333772','2024-09-03 18:26:16',NULL,240.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'eeryty'),(6417,'na','61725333772','2024-09-03 18:26:16',240.00,NULL,'','6','1','','1','25','payment','','6172537720170636327574','No',NULL,NULL,'eeryty'),(6418,'1100','61725333011','2024-09-03 18:27:04',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'43545'),(6419,'na','61725333011','2024-09-03 18:27:04',160.00,NULL,'','6','1','','1','25','payment','','6172537724223426326230','No',NULL,NULL,'43545'),(6420,'1010','61725377626','2024-09-03 18:33:58',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537764300037220232','No',NULL,NULL,'mpesa'),(6421,'1110','61725377626','2024-09-03 18:33:58',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6422,'5500','61725377626','2024-09-03 18:33:46',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6423,'4000','61725377626','2024-09-03 18:33:58',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6424,'1010','61725377644','2024-09-03 18:38:26',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537791120230320522','No',NULL,NULL,'mpesa'),(6425,'1110','61725377644','2024-09-03 18:38:26',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6426,'5500','61725377644','2024-09-03 18:34:04',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6427,'4000','61725377644','2024-09-03 18:38:26',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6428,'1010','61725377912','2024-09-03 18:41:08',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537811832734310223','No',NULL,NULL,'bhg'),(6429,'1110','61725377912','2024-09-03 18:41:08',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6430,'5500','61725377912','2024-09-03 18:38:32',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6431,'4000','61725377912','2024-09-03 18:41:08',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6432,'1010','61725378119','2024-09-03 18:44:54',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172537830528222132353','No',NULL,NULL,'mpesa'),(6433,'1110','61725378119','2024-09-03 18:44:54',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6434,'5500','61725378119','2024-09-03 18:41:59',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6435,'4000','61725378119','2024-09-03 18:44:54',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6436,'1010','61725378306','2024-09-03 18:47:00',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537843102203308227','No',NULL,NULL,'mpesa'),(6437,'1110','61725378306','2024-09-03 18:47:00',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6438,'5500','61725378306','2024-09-03 18:45:06',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6439,'4000','61725378306','2024-09-03 18:47:00',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6440,'1010','61725378432','2024-09-03 19:04:04',70.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537947242453730260','No',NULL,NULL,'mpesa'),(6441,'1110','61725378432','2024-09-03 19:04:04',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6442,'5500','61725378432','2024-09-03 18:47:12',59.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6443,'4000','61725378432','2024-09-03 19:04:04',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6444,'1010','61725379473','2024-09-03 19:11:25',90.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537990922202727330','No',NULL,NULL,'mpesa'),(6445,'1050','61725379473','2024-09-03 19:11:25',210.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172537990922202727330','No',NULL,NULL,'mpesa'),(6446,'1110','61725379473','2024-09-03 19:11:25',NULL,255.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6447,'5500','61725379473','2024-09-03 19:04:33',255.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6448,'4000','61725379473','2024-09-03 19:11:25',NULL,300.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6449,'1010','61725379909','2024-09-03 19:17:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538024102320033232','No',NULL,NULL,'bhg'),(6450,'1050','61725379909','2024-09-03 19:17:03',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538024102320033232','No',NULL,NULL,'bhg'),(6451,'1110','61725379909','2024-09-03 19:17:03',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6452,'5500','61725379909','2024-09-03 19:11:49',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6453,'4000','61725379909','2024-09-03 19:17:03',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6454,'1010','61725380242','2024-09-03 19:21:42',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538051363252332101','No',NULL,NULL,'mpesa'),(6455,'1110','61725380242','2024-09-03 19:21:42',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6456,'5500','61725380242','2024-09-03 19:17:22',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6457,'4000','61725380242','2024-09-03 19:21:42',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6458,'1100','61725333736','2024-09-03 19:22:49',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hhmj'),(6459,'na','61725333736','2024-09-03 19:22:49',100.00,NULL,'','6','1','','1','25','payment','','6172538059420410333122','No',NULL,NULL,'hhmj'),(6460,'1100','61725380791','2024-09-03 19:26:41',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172538081472322032303','No',NULL,NULL,''),(6461,'1110','61725380791','2024-09-03 19:26:41',NULL,48.50,'','6','1','Inventory sold','1','25','sales','51','','No',NULL,NULL,''),(6462,'5500','61725380791','2024-09-03 19:26:31',48.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6463,'4000','61725380791','2024-09-03 19:26:41',NULL,100.00,'','6','1','Good sold','1','25','sales','51','','No',NULL,NULL,''),(6464,'1100','61725342284','2024-09-03 19:32:26',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6465,'na','61725342284','2024-09-03 19:32:26',80.00,NULL,'','6','1','','1','25','payment','','6172538115730022240205','No',NULL,NULL,''),(6466,'1100','61725357071','2024-09-03 19:36:18',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6467,'na','61725357071','2024-09-03 19:36:18',80.00,NULL,'','6','1','','1','25','payment','','6172538139002130302220','No',NULL,NULL,''),(6468,'1100','61725347274','2024-09-03 19:37:10',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bgf'),(6469,'na','61725347274','2024-09-03 19:37:10',60.00,NULL,'','6','1','','1','25','payment','','6172538145027183523823','No',NULL,NULL,'bgf'),(6470,'1100','61725347274','2024-09-03 19:37:30',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6471,'na','61725347274','2024-09-03 19:37:30',40.00,NULL,'','6','1','','1','25','payment','','6172538146303262322624','No',NULL,NULL,''),(6472,'1100','61725338299','2024-09-03 19:41:10',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cdsa'),(6473,'na','61725338299','2024-09-03 19:41:10',160.00,NULL,'','6','1','','1','25','payment','','6172538170990303000122','No',NULL,NULL,'cdsa'),(6474,'1010','61725381896','2024-09-03 19:45:13',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538192032210213330','No',NULL,NULL,'bhg'),(6475,'1110','61725381896','2024-09-03 19:45:13',NULL,48.50,'','6','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(6476,'5500','61725381896','2024-09-03 19:44:56',48.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6477,'4000','61725381896','2024-09-03 19:45:13',NULL,100.00,'','6','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(6478,'1010','61725381921','2024-09-03 19:47:45',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538207623383327303','No',NULL,NULL,'bhg'),(6479,'1110','61725381921','2024-09-03 19:47:45',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6480,'5500','61725381921','2024-09-03 19:45:21',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6481,'4000','61725381921','2024-09-03 19:47:45',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6482,'1100','61725342456','2024-09-03 20:04:02',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bbv'),(6483,'na','61725342456','2024-09-03 20:04:02',80.00,NULL,'','6','1','','1','25','payment','','6172538305102203303228','No',NULL,NULL,'bbv'),(6484,'1100','61725360867','2024-09-03 20:04:31',NULL,800.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'3435'),(6485,'na','61725360867','2024-09-03 20:04:31',800.00,NULL,'','6','1','','1','25','payment','','6172538308383232337003','No',NULL,NULL,'3435'),(6486,'1010','61725383485','2024-09-03 20:11:35',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538350120317633303','No',NULL,NULL,'fg'),(6487,'1110','61725383485','2024-09-03 20:11:35',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6488,'5500','61725383485','2024-09-03 20:11:25',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6489,'4000','61725383485','2024-09-03 20:11:35',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6490,'1100','61725371808','2024-09-03 20:13:02',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bmnh'),(6491,'na','61725371808','2024-09-03 20:13:02',80.00,NULL,'','6','1','','1','25','payment','','6172538359322330358783','No',NULL,NULL,'bmnh'),(6492,'1100','61725335711','2024-09-03 20:13:38',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gtuj'),(6493,'na','61725335711','2024-09-03 20:13:38',400.00,NULL,'','6','1','','1','25','payment','','6172538363530332233330','No',NULL,NULL,'gtuj'),(6494,'1100','61725343897','2024-09-03 20:14:17',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uy8'),(6495,'na','61725343897','2024-09-03 20:14:17',100.00,NULL,'','6','1','','1','25','payment','','6172538367040213775302','No',NULL,NULL,'uy8'),(6496,'1100','61725371870','2024-09-03 20:15:31',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6497,'na','61725371870','2024-09-03 20:15:31',160.00,NULL,'','6','1','','1','25','payment','','6172538374430502224074','No',NULL,NULL,''),(6498,'1100','61725368480','2024-09-03 20:16:43',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6499,'na','61725368480','2024-09-03 20:16:43',50.00,NULL,'','6','1','','1','25','payment','','6172538382382037332203','No',NULL,NULL,''),(6500,'2130','61725383921','2024-09-03 20:20:28',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172538406838030283347','No',NULL,NULL,''),(6501,'1110','61725383921','2024-09-03 20:20:28',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(6502,'5500','61725383921','2024-09-03 20:18:41',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(6503,'4000','61725383921','2024-09-03 20:20:28',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(6504,'1100','61725344266','2024-09-03 20:25:38',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(6505,'na','61725344266','2024-09-03 20:25:38',400.00,NULL,'','6','1','','1','25','payment','','6172538438533232263333','No',NULL,NULL,'nhg'),(6506,'1010','61725384391','2024-09-03 20:27:18',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538444708233202772','No',NULL,NULL,'mjh'),(6507,'1110','61725384391','2024-09-03 20:27:18',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6508,'5500','61725384391','2024-09-03 20:27:02',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6509,'4000','61725384391','2024-09-03 20:27:18',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6510,'1010','61725384595','2024-09-03 20:33:31',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538481823226328881','No',NULL,NULL,'bhg'),(6511,'1110','61725384595','2024-09-03 20:33:31',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6512,'5500','61725384595','2024-09-03 20:29:55',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6513,'4000','61725384595','2024-09-03 20:33:31',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6514,'1100','61725380791','2024-09-03 20:36:43',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(6515,'na','61725380791','2024-09-03 20:36:43',100.00,NULL,'','6','1','','1','25','payment','','6172538501363232205248','No',NULL,NULL,'cvf'),(6516,'1050','61725385128','2024-09-03 20:39:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172538515435220224153','No',NULL,NULL,''),(6517,'1110','61725385128','2024-09-03 20:39:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6518,'5500','61725385128','2024-09-03 20:38:48',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6519,'4000','61725385128','2024-09-03 20:39:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6520,'1100','61725340657','2024-09-03 20:44:04',NULL,40.00,'','6','1','','1','26','payment','','','No',NULL,NULL,''),(6521,'na','61725340657','2024-09-03 20:44:04',40.00,NULL,'','6','1','','1','26','payment','','6172538547272125220303','No',NULL,NULL,''),(6522,'1100','61725423181','2024-09-04 07:15:00',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542330663232231332','No',NULL,NULL,''),(6523,'1110','61725423181','2024-09-04 07:15:00',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6524,'5500','61725423181','2024-09-04 07:13:01',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6525,'4000','61725423181','2024-09-04 07:15:00',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6526,'1100','61725423309','2024-09-04 07:15:21',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542333220323224322','No',NULL,NULL,''),(6527,'1110','61725423309','2024-09-04 07:15:21',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6528,'5500','61725423309','2024-09-04 07:15:09',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6529,'4000','61725423309','2024-09-04 07:15:21',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6530,'1100','61725423465','2024-09-04 07:17:58',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542348823223238232','No',NULL,NULL,''),(6531,'1110','61725423465','2024-09-04 07:17:58',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6532,'5500','61725423465','2024-09-04 07:17:45',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6533,'4000','61725423465','2024-09-04 07:17:58',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6534,'1100','61725423490','2024-09-04 07:18:25',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542351420233275022','No',NULL,NULL,''),(6535,'1110','61725423490','2024-09-04 07:18:25',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6536,'5500','61725423490','2024-09-04 07:18:10',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6537,'4000','61725423490','2024-09-04 07:18:25',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6538,'1010','61725423518','2024-09-04 07:18:58',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542355072077103600','No',NULL,NULL,'mpesa'),(6539,'1110','61725423518','2024-09-04 07:18:58',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6540,'1110','61725423518','2024-09-04 07:18:38',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(6541,'5500','61725423518','2024-09-04 07:18:50',63.75,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6542,'4000','61725423518','2024-09-04 07:18:58',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6543,'4000','61725423518','2024-09-04 07:18:38',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(6544,'1050','61725423551','2024-09-04 07:34:15',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542446105406333042','No',NULL,NULL,''),(6545,'1110','61725423551','2024-09-04 07:34:15',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6546,'5500','61725423551','2024-09-04 07:19:11',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6547,'4000','61725423551','2024-09-04 07:34:15',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6548,'1100','61725424462','2024-09-04 07:55:15',220.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172542573030130225223','No',NULL,NULL,''),(6549,'1110','61725424462','2024-09-04 07:55:15',NULL,187.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6550,'5500','61725424462','2024-09-04 07:34:22',187.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6551,'4000','61725424462','2024-09-04 07:55:15',NULL,220.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6552,'1100','61725434567','2024-09-04 10:23:13',720.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172543460144406223203','No',NULL,NULL,''),(6553,'1110','61725434567','2024-09-04 10:23:13',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6554,'1110','61725434567','2024-09-04 10:22:47',NULL,376.16,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(6555,'5500','61725434567','2024-09-04 10:23:00',478.16,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6556,'4000','61725434567','2024-09-04 10:23:13',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6557,'4000','61725434567','2024-09-04 10:22:47',NULL,600.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(6558,'1050','61725434755','2024-09-04 10:26:10',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172543478534403040062','No',NULL,NULL,''),(6559,'1110','61725434755','2024-09-04 10:26:10',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6560,'5500','61725434755','2024-09-04 10:25:55',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6561,'4000','61725434755','2024-09-04 10:26:10',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6562,'1010','61725434786','2024-09-04 10:55:39',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172543655036322120025','No',NULL,NULL,'mpesa'),(6563,'1110','61725434786','2024-09-04 10:55:39',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6564,'5500','61725434786','2024-09-04 10:26:26',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6565,'4000','61725434786','2024-09-04 10:55:39',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6566,'1010','61725438842','2024-09-04 11:37:05',350.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172543904032032393410','No',NULL,NULL,'mpesa'),(6567,'1110','61725438842','2024-09-04 11:37:05',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(6568,'1110','61725438842','2024-09-04 11:34:02',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6569,'1110','61725438842','2024-09-04 11:34:21',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(6570,'5500','61725438842','2024-09-04 11:36:54',264.18,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6571,'4000','61725438842','2024-09-04 11:37:05',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(6572,'4000','61725438842','2024-09-04 11:34:02',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6573,'4000','61725438842','2024-09-04 11:34:21',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(6574,'1010','61725439041','2024-09-04 11:51:17',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172543989803693092404','No',NULL,NULL,'mpesa'),(6575,'1110','61725439041','2024-09-04 11:51:17',NULL,108.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(6576,'5500','61725439041','2024-09-04 11:37:21',108.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6577,'4000','61725439041','2024-09-04 11:51:17',NULL,160.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(6582,'1010','61725440382','2024-09-04 12:01:36',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544056832622200823','No',NULL,NULL,'mpesa'),(6583,'1050','61725440382','2024-09-04 12:01:36',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544056832622200823','No',NULL,NULL,'mpesa'),(6584,'1110','61725440382','2024-09-04 12:01:36',NULL,59.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6585,'1110','61725440382','2024-09-04 11:59:42',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6586,'1110','61725440382','2024-09-04 12:00:16',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6587,'1110','61725440382','2024-09-04 12:00:39',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6588,'5500','61725440382','2024-09-04 12:01:10',297.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6589,'4000','61725440382','2024-09-04 12:01:36',NULL,70.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6590,'4000','61725440382','2024-09-04 11:59:42',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6591,'4000','61725440382','2024-09-04 12:00:16',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6592,'4000','61725440382','2024-09-04 12:00:39',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6593,'2130','61725441340','2024-09-04 12:15:49',80.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172544140535400333203','No',NULL,NULL,''),(6594,'1110','61725441340','2024-09-04 12:15:49',68.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(6595,'5500','61725441340','2024-09-04 12:15:40',NULL,68.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(6596,'4000','61725441340','2024-09-04 12:15:49',80.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(6597,'1050','61725441451','2024-09-04 12:17:57',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544148523231233613','No',NULL,NULL,''),(6598,'1110','61725441451','2024-09-04 12:17:57',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6599,'1110','61725441451','2024-09-04 12:17:31',NULL,27.00,'','6','1','Inventory sold','1','25','sales','71','','No',NULL,NULL,''),(6600,'5500','61725441451','2024-09-04 12:17:44',129.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6601,'4000','61725441451','2024-09-04 12:17:57',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6602,'4000','61725441451','2024-09-04 12:17:31',NULL,40.00,'','6','1','Good sold','1','25','sales','71','','No',NULL,NULL,''),(6603,'1010','61725441485','2024-09-04 12:36:25',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544260802662202223','No',NULL,NULL,'mpesa'),(6604,'1110','61725441485','2024-09-04 12:36:25',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(6605,'5500','61725441485','2024-09-04 12:18:06',56.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6606,'4000','61725441485','2024-09-04 12:36:25',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(6607,'1010','61725443676','2024-09-04 12:54:45',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544369222932442322','No',NULL,NULL,'bhg'),(6608,'1110','61725443676','2024-09-04 12:54:45',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6609,'5500','61725443676','2024-09-04 12:54:36',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6610,'4000','61725443676','2024-09-04 12:54:45',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6611,'1100','61725443693','2024-09-04 12:55:05',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544372172453230260','No',NULL,NULL,''),(6612,'1110','61725443693','2024-09-04 12:55:05',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(6613,'5500','61725443693','2024-09-04 12:54:53',54.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6614,'4000','61725443693','2024-09-04 12:55:05',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(6615,'1010','61725443725','2024-09-04 12:59:24',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544397377262100314','No',NULL,NULL,'bhg'),(6616,'1110','61725443725','2024-09-04 12:59:24',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6617,'5500','61725443725','2024-09-04 12:55:25',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6618,'4000','61725443725','2024-09-04 12:59:24',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6619,'1010','61725443974','2024-09-04 13:08:17',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544450400333343243','No',NULL,NULL,'mjh'),(6620,'1110','61725443974','2024-09-04 13:08:17',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6621,'5500','61725443974','2024-09-04 12:59:34',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6622,'4000','61725443974','2024-09-04 13:08:17',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6623,'1010','61725444505','2024-09-04 13:11:47',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544471362321202037','No',NULL,NULL,'mjh'),(6624,'1110','61725444505','2024-09-04 13:11:47',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6625,'5500','61725444505','2024-09-04 13:08:25',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6626,'4000','61725444505','2024-09-04 13:11:47',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6627,'1010','61725446933','2024-09-04 13:49:01',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544694833026423682','No',NULL,NULL,'fg'),(6628,'1110','61725446933','2024-09-04 13:49:01',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6629,'5500','61725446933','2024-09-04 13:48:53',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6630,'4000','61725446933','2024-09-04 13:49:01',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6631,'1100','61725447358','2024-09-04 13:56:07',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172544738613233430322','No',NULL,NULL,''),(6632,'1110','61725447358','2024-09-04 13:56:07',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6633,'5500','61725447358','2024-09-04 13:55:58',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6634,'4000','61725447358','2024-09-04 13:56:07',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6635,'1010','61725448164','2024-09-04 14:09:40',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544818507232300023','No',NULL,NULL,'bhg'),(6636,'1110','61725448164','2024-09-04 14:09:40',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6637,'5500','61725448164','2024-09-04 14:09:24',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6638,'4000','61725448164','2024-09-04 14:09:40',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6639,'1050','61725448186','2024-09-04 14:18:34',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172544871813323432722','No',NULL,NULL,''),(6640,'1110','61725448186','2024-09-04 14:18:34',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6641,'5500','61725448186','2024-09-04 14:09:46',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6642,'4000','61725448186','2024-09-04 14:18:34',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6643,'1100','61725448719','2024-09-04 14:41:31',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545011905327553332','No',NULL,NULL,''),(6644,'1110','61725448719','2024-09-04 14:41:31',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6645,'5500','61725448719','2024-09-04 14:18:39',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6646,'4000','61725448719','2024-09-04 14:41:31',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6647,'1100','61725450129','2024-09-04 14:45:03',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545031472333421333','No',NULL,NULL,''),(6648,'1110','61725450129','2024-09-04 14:45:03',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6649,'1110','61725450129','2024-09-04 14:42:09',NULL,30.68,'','6','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(6650,'5500','61725450129','2024-09-04 14:44:30',81.68,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6651,'4000','61725450129','2024-09-04 14:45:03',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6652,'4000','61725450129','2024-09-04 14:42:09',NULL,60.00,'','6','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(6653,'1100','61725450329','2024-09-04 14:45:58',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545037634501223203','No',NULL,NULL,''),(6654,'1110','61725450329','2024-09-04 14:45:58',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6655,'5500','61725450329','2024-09-04 14:45:29',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6656,'4000','61725450329','2024-09-04 14:45:58',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6657,'1100','61725450379','2024-09-04 14:46:32',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545039903225932203','No',NULL,NULL,''),(6658,'1110','61725450379','2024-09-04 14:46:32',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6659,'5500','61725450379','2024-09-04 14:46:19',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6660,'4000','61725450379','2024-09-04 14:46:32',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6661,'1100','61725450410','2024-09-04 14:47:14',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545044333032542543','No',NULL,NULL,''),(6662,'1110','61725450410','2024-09-04 14:47:14',NULL,110.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6663,'5500','61725450410','2024-09-04 14:46:51',110.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6664,'4000','61725450410','2024-09-04 14:47:14',NULL,130.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6665,'1100','61725450455','2024-09-04 14:47:41',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545048246322225832','No',NULL,NULL,''),(6666,'1110','61725450455','2024-09-04 14:47:41',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6667,'5500','61725450455','2024-09-04 14:47:35',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6668,'4000','61725450455','2024-09-04 14:47:41',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6669,'2130','61725451988','2024-09-04 15:18:46',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172545236243234322025','No',NULL,NULL,''),(6670,'1110','61725451988','2024-09-04 15:18:46',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(6671,'5500','61725451988','2024-09-04 15:13:08',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(6672,'4000','61725451988','2024-09-04 15:18:46',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(6673,'1100','61725452989','2024-09-04 15:29:55',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545300335333334330','No',NULL,NULL,''),(6674,'1110','61725452989','2024-09-04 15:29:55',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6675,'5500','61725452989','2024-09-04 15:29:49',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6676,'4000','61725452989','2024-09-04 15:29:55',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6677,'1050','61725454562','2024-09-04 15:56:22',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545459163532200021','No',NULL,NULL,''),(6678,'1110','61725454562','2024-09-04 15:56:22',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6679,'5500','61725454562','2024-09-04 15:56:02',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6680,'4000','61725454562','2024-09-04 15:56:22',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6681,'1010','61725454593','2024-09-04 16:06:11',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545518736733232220','No',NULL,NULL,'mpesa'),(6682,'1110','61725454593','2024-09-04 16:06:11',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6683,'5500','61725454593','2024-09-04 15:56:33',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6684,'4000','61725454593','2024-09-04 16:06:11',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6685,'1050','61725455188','2024-09-04 16:14:53',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545570024333203233','No',NULL,NULL,''),(6686,'1110','61725455188','2024-09-04 16:14:53',NULL,29.75,'','6','1','Inventory sold','1','25','sales','113','','No',NULL,NULL,''),(6687,'5500','61725455188','2024-09-04 16:06:28',29.75,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6688,'4000','61725455188','2024-09-04 16:14:53',NULL,60.00,'','6','1','Good sold','1','25','sales','113','','No',NULL,NULL,''),(6689,'1010','61725455701','2024-09-04 16:24:32',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545628932501202263','No',NULL,NULL,'mpesa'),(6690,'1110','61725455701','2024-09-04 16:24:32',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(6691,'5500','61725455701','2024-09-04 16:15:01',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6692,'4000','61725455701','2024-09-04 16:24:32',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(6693,'1010','61725456290','2024-09-04 16:29:36',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545658940550306633','No',NULL,NULL,'mpesa'),(6694,'1110','61725456290','2024-09-04 16:29:36',NULL,110.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6695,'5500','61725456290','2024-09-04 16:24:50',110.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6696,'4000','61725456290','2024-09-04 16:29:36',NULL,130.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6697,'1010','61725456590','2024-09-04 16:52:05',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545793691033230003','No',NULL,NULL,'mpesa'),(6698,'1110','61725456590','2024-09-04 16:52:05',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6699,'5500','61725456590','2024-09-04 16:29:50',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6700,'4000','61725456590','2024-09-04 16:52:05',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6701,'1010','61725457937','2024-09-04 17:03:05',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172545861626530525216','No',NULL,NULL,'mpesa'),(6702,'1050','61725457937','2024-09-04 17:03:05',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172545861626530525216','No',NULL,NULL,'mpesa'),(6703,'1110','61725457937','2024-09-04 17:03:05',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6704,'1110','61725457937','2024-09-04 16:52:17',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6705,'1110','61725457937','2024-09-04 17:00:44',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6706,'5500','61725457937','2024-09-04 17:00:54',174.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6707,'4000','61725457937','2024-09-04 17:03:05',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6708,'4000','61725457937','2024-09-04 16:52:17',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6709,'4000','61725457937','2024-09-04 17:00:44',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6710,'1010','61725458617','2024-09-04 17:07:06',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545883613225130312','No',NULL,NULL,'mpesa'),(6711,'1110','61725458617','2024-09-04 17:07:06',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6712,'5500','61725458617','2024-09-04 17:03:37',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6713,'4000','61725458617','2024-09-04 17:07:06',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6714,'1010','61725458838','2024-09-04 17:08:39',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545894502335233252','No',NULL,NULL,'mpesa'),(6715,'1110','61725458838','2024-09-04 17:08:39',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6716,'5500','61725458838','2024-09-04 17:07:18',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6717,'4000','61725458838','2024-09-04 17:08:39',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6718,'1010','61725458946','2024-09-04 17:13:34',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545922222030220220','No',NULL,NULL,''),(6719,'1110','61725458946','2024-09-04 17:13:34',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6720,'5500','61725458946','2024-09-04 17:09:06',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6721,'4000','61725458946','2024-09-04 17:13:34',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6722,'1100','61725459224','2024-09-04 17:17:13',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545944242024242253','No',NULL,NULL,''),(6723,'1110','61725459224','2024-09-04 17:17:13',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6724,'5500','61725459224','2024-09-04 17:13:44',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6725,'4000','61725459224','2024-09-04 17:17:13',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6726,'1010','61725459470','2024-09-04 17:18:07',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545950022225352072','No',NULL,NULL,'mpesa'),(6727,'1110','61725459470','2024-09-04 17:18:07',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6728,'5500','61725459470','2024-09-04 17:17:50',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6729,'4000','61725459470','2024-09-04 17:18:07',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6730,'1050','61725459501','2024-09-04 17:20:20',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172545963024069362042','No',NULL,NULL,''),(6731,'1110','61725459501','2024-09-04 17:20:20',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6732,'5500','61725459501','2024-09-04 17:18:21',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6733,'4000','61725459501','2024-09-04 17:20:20',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6734,'1010','61725459631','2024-09-04 17:33:04',480.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546042132023737400','No',NULL,NULL,'mpesa'),(6735,'1110','61725459631','2024-09-04 17:33:04',NULL,408.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6736,'5500','61725459631','2024-09-04 17:20:31',408.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6737,'4000','61725459631','2024-09-04 17:33:04',NULL,480.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6738,'2130','61725460583','2024-09-04 17:39:55',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172546081025266325163','No',NULL,NULL,''),(6739,'1110','61725460583','2024-09-04 17:39:55',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(6740,'5500','61725460583','2024-09-04 17:36:23',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(6741,'4000','61725460583','2024-09-04 17:39:55',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(6742,'1010','61725461127','2024-09-04 17:46:03',170.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546118122860350212','No',NULL,NULL,'bhg'),(6743,'1110','61725461127','2024-09-04 17:46:03',NULL,9.40,'','6','1','Inventory sold','1','25','sales','80','','No',NULL,NULL,''),(6744,'1110','61725461127','2024-09-04 17:45:36',NULL,94.04,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(6745,'5500','61725461127','2024-09-04 17:45:49',103.44,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6746,'4000','61725461127','2024-09-04 17:46:03',NULL,20.00,'','6','1','Good sold','1','25','sales','80','','No',NULL,NULL,''),(6747,'4000','61725461127','2024-09-04 17:45:36',NULL,150.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(6748,'1050','61725461181','2024-09-04 17:48:41',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546134023622652323','No',NULL,NULL,''),(6749,'1110','61725461181','2024-09-04 17:48:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6750,'1110','61725461181','2024-09-04 17:46:21',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(6751,'5500','61725461181','2024-09-04 17:48:33',95.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6752,'4000','61725461181','2024-09-04 17:48:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6753,'4000','61725461181','2024-09-04 17:46:21',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(6754,'1050','61725461341','2024-09-04 17:50:04',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546140702323722220','No',NULL,NULL,''),(6755,'1110','61725461341','2024-09-04 17:50:04',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6756,'5500','61725461341','2024-09-04 17:49:01',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6757,'4000','61725461341','2024-09-04 17:50:04',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6758,'1010','61725461408','2024-09-04 18:06:20',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546238973004373202','No',NULL,NULL,'bhg'),(6759,'1110','61725461408','2024-09-04 18:06:20',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6760,'5500','61725461408','2024-09-04 17:50:08',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6761,'4000','61725461408','2024-09-04 18:06:20',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6762,'1010','61725462390','2024-09-04 18:10:57',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546267323332534242','No',NULL,NULL,'bhg'),(6763,'1050','61725462390','2024-09-04 18:10:57',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546267323332534242','No',NULL,NULL,'bhg'),(6764,'1110','61725462390','2024-09-04 18:10:57',NULL,188.08,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6765,'5500','61725462390','2024-09-04 18:06:30',188.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6766,'4000','61725462390','2024-09-04 18:10:57',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6767,'1010','61725462674','2024-09-04 18:11:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546273122012332133','No',NULL,NULL,'bhg'),(6768,'1110','61725462674','2024-09-04 18:11:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6769,'5500','61725462674','2024-09-04 18:11:14',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6770,'4000','61725462674','2024-09-04 18:11:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6771,'1010','61725462732','2024-09-04 18:13:09',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546279422933234372','No',NULL,NULL,'mjh'),(6772,'1110','61725462732','2024-09-04 18:13:09',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6773,'5500','61725462732','2024-09-04 18:12:12',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6774,'4000','61725462732','2024-09-04 18:13:09',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6775,'1050','61725462795','2024-09-04 18:14:54',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546289932330242020','No',NULL,NULL,''),(6776,'1110','61725462795','2024-09-04 18:14:54',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6777,'5500','61725462795','2024-09-04 18:13:15',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6778,'4000','61725462795','2024-09-04 18:14:54',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6779,'1010','61725462900','2024-09-04 18:16:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546298822230422308','No',NULL,NULL,'mjh'),(6780,'1110','61725462900','2024-09-04 18:16:22',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6781,'5500','61725462900','2024-09-04 18:15:00',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6782,'4000','61725462900','2024-09-04 18:16:22',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6783,'1010','61725462989','2024-09-04 18:21:54',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546332222153322626','No',NULL,NULL,'mjh'),(6784,'1110','61725462989','2024-09-04 18:21:54',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6785,'5500','61725462989','2024-09-04 18:16:29',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6786,'4000','61725462989','2024-09-04 18:21:54',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6787,'1010','61725463323','2024-09-04 18:23:31',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546342433434202303','No',NULL,NULL,'bhg'),(6788,'1110','61725463323','2024-09-04 18:23:31',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6789,'5500','61725463323','2024-09-04 18:22:03',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6790,'4000','61725463323','2024-09-04 18:23:31',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6791,'1050','61725463425','2024-09-04 18:25:04',220.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546350737233242203','No',NULL,NULL,''),(6792,'1110','61725463425','2024-09-04 18:25:04',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6793,'1110','61725463425','2024-09-04 18:23:45',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6794,'1110','61725463425','2024-09-04 18:24:10',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6795,'5500','61725463425','2024-09-04 18:24:48',187.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6796,'4000','61725463425','2024-09-04 18:25:04',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6797,'4000','61725463425','2024-09-04 18:23:45',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6798,'4000','61725463425','2024-09-04 18:24:10',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6799,'1010','61725463508','2024-09-04 18:28:38',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546372423272404327','No',NULL,NULL,'bhg'),(6800,'1110','61725463508','2024-09-04 18:28:38',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6801,'5500','61725463508','2024-09-04 18:25:08',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6802,'4000','61725463508','2024-09-04 18:28:38',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6803,'1100','61725463725','2024-09-04 18:29:04',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546375303203010466','No',NULL,NULL,''),(6804,'1110','61725463725','2024-09-04 18:29:04',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6805,'5500','61725463725','2024-09-04 18:28:45',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6806,'4000','61725463725','2024-09-04 18:29:04',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6807,'2130','61725463765','2024-09-04 18:29:32',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172546378323230233033','No',NULL,NULL,''),(6808,'1110','61725463765','2024-09-04 18:29:32',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(6809,'5500','61725463765','2024-09-04 18:29:25',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(6810,'4000','61725463765','2024-09-04 18:29:32',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(6811,'1010','61725464167','2024-09-04 18:36:22',75.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546418821326254431','No',NULL,NULL,'mjh'),(6812,'1110','61725464167','2024-09-04 18:36:22',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6813,'5500','61725464167','2024-09-04 18:36:07',47.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6814,'4000','61725464167','2024-09-04 18:36:22',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6815,'1050','61725464190','2024-09-04 18:36:47',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546421120304222322','No',NULL,NULL,''),(6816,'1110','61725464190','2024-09-04 18:36:47',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6817,'5500','61725464190','2024-09-04 18:36:30',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6818,'4000','61725464190','2024-09-04 18:36:47',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6819,'1010','61725464211','2024-09-04 18:37:52',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546427620227323472','No',NULL,NULL,'bhg'),(6820,'1110','61725464211','2024-09-04 18:37:52',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6821,'5500','61725464211','2024-09-04 18:36:51',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6822,'4000','61725464211','2024-09-04 18:37:52',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6823,'2130','61725439899','2024-09-04 11:59:24',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172546495104205435366','No',NULL,NULL,''),(6824,'1110','61725439899','2024-09-04 11:59:24',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(6825,'5500','61725439899','2024-09-04 11:51:39',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(6826,'4000','61725439899','2024-09-04 11:59:24',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(6827,'1100','61725450455','2024-09-04 18:57:52',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bgjhjh,j'),(6828,'na','61725450455','2024-09-04 18:57:52',80.00,NULL,'','6','1','','1','25','payment','','6172546548552034344552','No',NULL,NULL,'bgjhjh,j'),(6829,'1100','61725450410','2024-09-04 18:59:52',NULL,130.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'k;;ll\''),(6830,'na','61725450410','2024-09-04 18:59:52',130.00,NULL,'','6','1','','1','25','payment','','6172546560903233305330','No',NULL,NULL,'k;;ll\''),(6831,'1100','61725450379','2024-09-04 19:00:50',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ggfbhgng'),(6832,'na','61725450379','2024-09-04 19:00:50',160.00,NULL,'','6','1','','1','25','payment','','6172546566203233622332','No',NULL,NULL,'ggfbhgng'),(6833,'1100','61725448719','2024-09-04 19:01:35',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yiuikuk'),(6834,'na','61725448719','2024-09-04 19:01:35',280.00,NULL,'','6','1','','1','25','payment','','6172546571323323333562','No',NULL,NULL,'yiuikuk'),(6835,'1010','61725465729','2024-09-04 19:02:20',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546574623234302720','No',NULL,NULL,'bhg'),(6836,'1110','61725465729','2024-09-04 19:02:20',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6837,'5500','61725465729','2024-09-04 19:02:10',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6838,'4000','61725465729','2024-09-04 19:02:20',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6839,'1100','61725443693','2024-09-04 19:02:49',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bggnmn'),(6840,'na','61725443693','2024-09-04 19:02:49',80.00,NULL,'','6','1','','1','25','payment','','6172546578424234033332','No',NULL,NULL,'bggnmn'),(6841,'1100','61725423490','2024-09-04 19:04:07',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rtgrtryyy'),(6842,'na','61725423490','2024-09-04 19:04:07',160.00,NULL,'','6','1','','1','25','payment','','6172546586603238023426','No',NULL,NULL,'rtgrtryyy'),(6843,'1100','61725423309','2024-09-04 19:05:01',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jjyjjhjhjj'),(6844,'na','61725423309','2024-09-04 19:05:01',320.00,NULL,'','6','1','','1','25','payment','','6172546591533223633500','No',NULL,NULL,'jjyjjhjhjj'),(6845,'1050','61725465942','2024-09-04 19:05:56',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546595853323250203','No',NULL,NULL,''),(6846,'1110','61725465942','2024-09-04 19:05:56',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6847,'5500','61725465942','2024-09-04 19:05:42',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6848,'4000','61725465942','2024-09-04 19:05:56',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6849,'1100','61725423181','2024-09-04 19:06:54',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gjhjhkj'),(6850,'na','61725423181','2024-09-04 19:06:54',280.00,NULL,'','6','1','','1','25','payment','','6172546602703003202234','No',NULL,NULL,'gjhjhkj'),(6851,'1100','61725423465','2024-09-04 19:07:33',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jgjjjjh'),(6852,'na','61725423465','2024-09-04 19:07:33',100.00,NULL,'','6','1','','1','25','payment','','6172546609513203032322','No',NULL,NULL,'jgjjjjh'),(6853,'1010','61725466242','2024-09-04 19:10:54',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546633402330225443','No',NULL,NULL,'mpesa'),(6854,'1050','61725466242','2024-09-04 19:10:54',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546633402330225443','No',NULL,NULL,'mpesa'),(6855,'1110','61725466242','2024-09-04 19:10:54',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6856,'5500','61725466242','2024-09-04 19:10:42',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6857,'4000','61725466242','2024-09-04 19:10:54',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6858,'1010','61725466363','2024-09-04 19:21:05',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546688513220252601','No',NULL,NULL,'mpesa'),(6859,'1050','61725466363','2024-09-04 19:21:05',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546688513220252601','No',NULL,NULL,'mpesa'),(6860,'1110','61725466363','2024-09-04 19:21:05',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6861,'5500','61725466363','2024-09-04 19:12:43',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6862,'4000','61725466363','2024-09-04 19:21:05',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6863,'1100','61725467033','2024-09-04 19:24:40',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172546710521217320022','No',NULL,NULL,'mjh'),(6864,'1110','61725467033','2024-09-04 19:24:40',NULL,56.37,'','6','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(6865,'1110','61725467033','2024-09-04 19:23:54',NULL,112.90,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(6866,'1110','61725467033','2024-09-04 19:24:12',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(6867,'5500','61725467033','2024-09-04 19:24:25',225.72,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6868,'4000','61725467033','2024-09-04 19:24:40',NULL,100.00,'','6','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(6869,'4000','61725467033','2024-09-04 19:23:54',NULL,200.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(6870,'4000','61725467033','2024-09-04 19:24:12',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(6871,'1100','61725467033','2024-09-04 19:26:57',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'45'),(6872,'na','61725467033','2024-09-04 19:26:57',400.00,NULL,'','6','1','','1','25','payment','','6172546723406006272302','No',NULL,NULL,'45'),(6873,'1050','61725467236','2024-09-04 19:30:07',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546740963360202769','No',NULL,NULL,''),(6874,'1110','61725467236','2024-09-04 19:30:07',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6875,'5500','61725467236','2024-09-04 19:27:16',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6876,'4000','61725467236','2024-09-04 19:30:07',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6877,'1010','61725467410','2024-09-04 19:33:52',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546763835208726200','No',NULL,NULL,'bhg'),(6878,'1110','61725467410','2024-09-04 19:33:52',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(6879,'5500','61725467410','2024-09-04 19:30:10',30.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6880,'4000','61725467410','2024-09-04 19:33:52',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(6881,'1010','61725467858','2024-09-04 19:39:24',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546814933404633233','No',NULL,NULL,'bhg'),(6882,'1110','61725467858','2024-09-04 19:39:24',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6883,'5500','61725467858','2024-09-04 19:37:38',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6884,'4000','61725467858','2024-09-04 19:39:24',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6885,'1010','61725468152','2024-09-04 19:42:48',270.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546825533653533247','No',NULL,NULL,'mjh'),(6886,'1110','61725468152','2024-09-04 19:42:48',NULL,155.21,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(6887,'5500','61725468152','2024-09-04 19:42:32',155.21,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6888,'4000','61725468152','2024-09-04 19:42:48',NULL,270.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(6889,'1100','61725424462','2024-09-04 19:46:03',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jmnhgh'),(6890,'na','61725424462','2024-09-04 19:46:03',60.00,NULL,'','6','1','','1','25','payment','','6172546837402636436303','No',NULL,NULL,'jmnhgh'),(6891,'1100','61725447358','2024-09-04 19:46:50',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(6892,'na','61725447358','2024-09-04 19:46:50',80.00,NULL,'','6','1','','1','25','payment','','6172546842280032024324','No',NULL,NULL,'vbg'),(6893,'1100','61725450329','2024-09-04 19:47:32',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvvcf'),(6894,'na','61725450329','2024-09-04 19:47:32',80.00,NULL,'','6','1','','1','25','payment','','6172546846322632603234','No',NULL,NULL,'cvvcf'),(6895,'1100','61725459224','2024-09-04 19:48:03',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(6896,'na','61725459224','2024-09-04 19:48:03',80.00,NULL,'','6','1','','1','25','payment','','6172546849713232232037','No',NULL,NULL,'vbg'),(6897,'1100','61725463725','2024-09-04 19:48:48',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvbnn'),(6898,'na','61725463725','2024-09-04 19:48:48',160.00,NULL,'','6','1','','1','25','payment','','6172546855024238222052','No',NULL,NULL,'bvbnn'),(6899,'1010','61725468727','2024-09-04 19:52:21',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546874744207260376','No',NULL,NULL,'mjh'),(6900,'1110','61725468727','2024-09-04 19:52:21',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6901,'5500','61725468727','2024-09-04 19:52:07',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6902,'4000','61725468727','2024-09-04 19:52:21',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6903,'1010','61725468748','2024-09-04 19:54:02',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172546884922234232303','No',NULL,NULL,'bhg'),(6904,'1110','61725468748','2024-09-04 19:54:02',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6905,'5500','61725468748','2024-09-04 19:52:28',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6906,'4000','61725468748','2024-09-04 19:54:02',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6907,'1100','61725434567','2024-09-04 20:05:47',NULL,720.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(6908,'na','61725434567','2024-09-04 20:05:47',720.00,NULL,'','6','1','','1','25','payment','','6172546956022242450653','No',NULL,NULL,'cvf'),(6909,'1100','61725450129','2024-09-04 20:08:59',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6910,'na','61725450129','2024-09-04 20:08:59',120.00,NULL,'','6','1','','1','25','payment','','6172546974963290222320','No',NULL,NULL,''),(6911,'2130','61725469833','2024-09-04 20:10:45',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172546986313233028136','No',NULL,NULL,''),(6912,'1110','61725469833','2024-09-04 20:10:45',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(6913,'5500','61725469833','2024-09-04 20:10:33',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(6914,'4000','61725469833','2024-09-04 20:10:45',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(6915,'1050','61725470538','2024-09-04 20:22:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172547055536230165525','No',NULL,NULL,''),(6916,'1110','61725470538','2024-09-04 20:22:31',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(6917,'5500','61725470538','2024-09-04 20:22:18',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6918,'4000','61725470538','2024-09-04 20:22:31',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(6919,'1100','61725452989','2024-09-04 20:24:37',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6920,'na','61725452989','2024-09-04 20:24:37',80.00,NULL,'','6','1','','1','25','payment','','6172547068462220300028','No',NULL,NULL,''),(6921,'1100','61725424462','2024-09-04 20:25:09',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(6922,'na','61725424462','2024-09-04 20:25:09',160.00,NULL,'','6','1','','1','25','payment','','6172547071934070040323','No',NULL,NULL,''),(6923,'1010','61725470830','2024-09-04 20:27:18',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172547084723277603720','No',NULL,NULL,'mpesa'),(6924,'1110','61725470830','2024-09-04 20:27:18',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6925,'5500','61725470830','2024-09-04 20:27:11',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6926,'4000','61725470830','2024-09-04 20:27:18',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6927,'1110','61725385488','2024-09-03 20:44:48',0.00,NULL,'','6','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(6928,'2130','61725385488','2024-09-03 20:44:48',NULL,0.00,'','6','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(6929,'1050','61725470987','2024-09-04 20:30:01',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172547100404323732332','No',NULL,NULL,''),(6930,'1110','61725470987','2024-09-04 20:30:01',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6931,'5500','61725470987','2024-09-04 20:29:47',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6932,'4000','61725470987','2024-09-04 20:30:01',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6933,'1010','61725471382','2024-09-04 20:38:42',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172547152734232237270','No',NULL,NULL,'bhg'),(6934,'1110','61725471382','2024-09-04 20:38:42',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6935,'5500','61725471382','2024-09-04 20:36:22',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6936,'4000','61725471382','2024-09-04 20:38:42',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6937,'1100','41725506765','2024-09-05 06:26:14',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172550679720320633513','No',NULL,NULL,''),(6938,'1110','41725506765','2024-09-05 06:26:14',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6939,'5500','41725506765','2024-09-05 06:26:05',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6940,'4000','41725506765','2024-09-05 06:26:14',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6941,'1100','41725506800','2024-09-05 06:26:51',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172550682020722320222','No',NULL,NULL,''),(6942,'1110','41725506800','2024-09-05 06:26:51',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6943,'5500','41725506800','2024-09-05 06:26:40',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6944,'4000','41725506800','2024-09-05 06:26:51',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6945,'1100','41725506822','2024-09-05 06:27:12',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172550684231522300323','No',NULL,NULL,''),(6946,'1110','41725506822','2024-09-05 06:27:12',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6947,'5500','41725506822','2024-09-05 06:27:02',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6948,'4000','41725506822','2024-09-05 06:27:12',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6949,'1100','41725506844','2024-09-05 06:27:36',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172550686402000032360','No',NULL,NULL,''),(6950,'1110','41725506844','2024-09-05 06:27:36',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6951,'5500','41725506844','2024-09-05 06:27:25',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6952,'4000','41725506844','2024-09-05 06:27:36',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6953,'1010','41725506868','2024-09-05 06:27:57',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172550688572038232443','No',NULL,NULL,'mjh'),(6954,'1110','41725506868','2024-09-05 06:27:57',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6955,'5500','41725506868','2024-09-05 06:27:48',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6956,'4000','41725506868','2024-09-05 06:27:57',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6957,'1010','41725506885','2024-09-05 06:36:45',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172550741337204340102','No',NULL,NULL,'mjh'),(6958,'1110','41725506885','2024-09-05 06:36:45',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6959,'5500','41725506885','2024-09-05 06:28:06',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6960,'4000','41725506885','2024-09-05 06:36:45',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6961,'1010','41725507414','2024-09-05 07:03:49',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172550903473302323333','No',NULL,NULL,'bhg'),(6962,'1110','41725507414','2024-09-05 07:03:49',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6963,'5500','41725507414','2024-09-05 06:36:54',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6964,'4000','41725507414','2024-09-05 07:03:49',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6965,'1100','41725509035','2024-09-05 07:17:10',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172550984001254034093','No',NULL,NULL,''),(6966,'1110','41725509035','2024-09-05 07:17:10',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6967,'5500','41725509035','2024-09-05 07:03:55',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6968,'4000','41725509035','2024-09-05 07:17:10',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6969,'1050','41725512567','2024-09-05 08:03:02',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551259202321022013','No',NULL,NULL,''),(6970,'1110','41725512567','2024-09-05 08:03:02',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6971,'5500','41725512567','2024-09-05 08:02:47',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6972,'4000','41725512567','2024-09-05 08:03:02',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6973,'1010','41725512593','2024-09-05 08:04:34',140.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551268123202134223','No',NULL,NULL,'mjh'),(6974,'1110','41725512593','2024-09-05 08:04:34',NULL,119.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6975,'5500','41725512593','2024-09-05 08:03:13',119.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6976,'4000','41725512593','2024-09-05 08:04:34',NULL,140.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6977,'1050','41725512682','2024-09-05 08:08:05',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551298723338221307','No',NULL,NULL,''),(6978,'1110','41725512682','2024-09-05 08:08:05',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6979,'5500','41725512682','2024-09-05 08:04:42',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6980,'4000','41725512682','2024-09-05 08:08:05',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6981,'2130','41725512988','2024-09-05 08:14:33',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172551328901033520025','No',NULL,NULL,''),(6982,'1110','41725512988','2024-09-05 08:14:33',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(6983,'5500','41725512988','2024-09-05 08:09:48',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(6984,'4000','41725512988','2024-09-05 08:14:33',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(6985,'1110','61725470923','2024-09-04 20:28:43',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(6986,'2130','61725470923','2024-09-04 20:28:43',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(6991,'2130','41725515081','2024-09-05 08:44:56',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172551511704121030102','No',NULL,NULL,''),(6992,'1110','41725515081','2024-09-05 08:44:56',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(6993,'5500','41725515081','2024-09-05 08:44:41',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(6994,'4000','41725515081','2024-09-05 08:44:56',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(6995,'1100','41725515179','2024-09-05 08:46:30',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551520325030733212','No',NULL,NULL,''),(6996,'1110','41725515179','2024-09-05 08:46:30',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(6997,'5500','41725515179','2024-09-05 08:46:19',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(6998,'4000','41725515179','2024-09-05 08:46:30',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(6999,'1100','41725515206','2024-09-05 08:46:56',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551525742305372222','No',NULL,NULL,''),(7000,'1110','41725515206','2024-09-05 08:46:56',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7001,'5500','41725515206','2024-09-05 08:46:46',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7002,'4000','41725515206','2024-09-05 08:46:56',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7003,'1100','41725515262','2024-09-05 08:47:57',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551529113479507003','No',NULL,NULL,''),(7004,'1110','41725515262','2024-09-05 08:47:57',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7005,'5500','41725515262','2024-09-05 08:47:42',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7006,'4000','41725515262','2024-09-05 08:47:57',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7007,'1010','41725515317','2024-09-05 08:48:45',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551533510222232124','No',NULL,NULL,'bhg'),(7008,'1110','41725515317','2024-09-05 08:48:45',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7009,'5500','41725515317','2024-09-05 08:48:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7010,'4000','41725515317','2024-09-05 08:48:45',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7011,'1010','41725515336','2024-09-05 08:57:14',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551584953330222504','No',NULL,NULL,'bhg'),(7012,'1110','41725515336','2024-09-05 08:57:14',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7013,'5500','41725515336','2024-09-05 08:48:56',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7014,'4000','41725515336','2024-09-05 08:57:14',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7015,'1100','41725515850','2024-09-05 09:05:20',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551633636326422262','No',NULL,NULL,''),(7016,'1110','41725515850','2024-09-05 09:05:20',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7017,'1110','41725515850','2024-09-05 08:57:30',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7018,'5500','41725515850','2024-09-05 09:05:09',122.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7019,'4000','41725515850','2024-09-05 09:05:20',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7020,'4000','41725515850','2024-09-05 08:57:30',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7021,'1100','41725517018','2024-09-05 09:17:06',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551703842330433250','No',NULL,NULL,''),(7022,'1110','41725517018','2024-09-05 09:17:06',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7023,'5500','41725517018','2024-09-05 09:16:58',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7024,'4000','41725517018','2024-09-05 09:17:06',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7025,'1050','41725517837','2024-09-05 09:30:51',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551785305012502344','No',NULL,NULL,''),(7026,'1110','41725517837','2024-09-05 09:30:51',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7027,'5500','41725517837','2024-09-05 09:30:37',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7028,'4000','41725517837','2024-09-05 09:30:51',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7029,'1010','41725517853','2024-09-05 09:33:43',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551802955303330123','No',NULL,NULL,'bhg'),(7030,'1110','41725517853','2024-09-05 09:33:43',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7031,'5500','41725517853','2024-09-05 09:30:54',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7032,'4000','41725517853','2024-09-05 09:33:43',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7033,'1050','41725518030','2024-09-05 09:37:39',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172551826032423306323','No',NULL,NULL,''),(7034,'1110','41725518030','2024-09-05 09:37:39',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7035,'5500','41725518030','2024-09-05 09:33:50',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7036,'4000','41725518030','2024-09-05 09:37:39',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7037,'1100','41725518263','2024-09-05 09:37:52',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172551828010523251322','No',NULL,NULL,''),(7038,'1110','41725518263','2024-09-05 09:37:52',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7039,'5500','41725518263','2024-09-05 09:37:43',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7040,'4000','41725518263','2024-09-05 09:37:52',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7041,'1050','41725520441','2024-09-05 10:14:10',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552045230342203324','No',NULL,NULL,''),(7042,'1110','41725520441','2024-09-05 10:14:10',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7043,'5500','41725520441','2024-09-05 10:14:01',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7044,'4000','41725520441','2024-09-05 10:14:10',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7045,'1100','41725520453','2024-09-05 10:20:38',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172552085333034700223','No',NULL,NULL,''),(7046,'1110','41725520453','2024-09-05 10:20:38',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7047,'5500','41725520453','2024-09-05 10:14:13',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7048,'4000','41725520453','2024-09-05 10:20:38',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7049,'1010','41725520943','2024-09-05 10:22:37',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552096523322043533','No',NULL,NULL,'mjh'),(7050,'1110','41725520943','2024-09-05 10:22:37',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7051,'5500','41725520943','2024-09-05 10:22:23',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7052,'4000','41725520943','2024-09-05 10:22:37',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7053,'1050','41725520966','2024-09-05 10:27:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552134132324130334','No',NULL,NULL,''),(7054,'1110','41725520966','2024-09-05 10:27:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7055,'5500','41725520966','2024-09-05 10:22:46',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7056,'4000','41725520966','2024-09-05 10:27:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7057,'1100','41725521342','2024-09-05 10:35:28',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172552174131230324132','No',NULL,NULL,''),(7058,'1110','41725521342','2024-09-05 10:35:28',NULL,30.68,'','4','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(7059,'5500','41725521342','2024-09-05 10:29:02',30.68,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7060,'4000','41725521342','2024-09-05 10:35:28',NULL,60.00,'','4','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(7061,'1010','41725523962','2024-09-05 11:12:53',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552398030382800240','No',NULL,NULL,'bhg'),(7062,'1110','41725523962','2024-09-05 11:12:53',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(7063,'5500','41725523962','2024-09-05 11:12:42',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7064,'4000','41725523962','2024-09-05 11:12:53',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(7065,'1050','41725526051','2024-09-05 11:47:37',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552606202342353230','No',NULL,NULL,''),(7066,'1110','41725526051','2024-09-05 11:47:37',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7067,'5500','41725526051','2024-09-05 11:47:31',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7068,'4000','41725526051','2024-09-05 11:47:37',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7069,'1010','41725526063','2024-09-05 11:58:58',500.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172552674472420723244','No',NULL,NULL,'bhg'),(7070,'1110','41725526063','2024-09-05 11:58:58',NULL,57.38,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7071,'1110','41725526063','2024-09-05 11:47:43',NULL,255.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7072,'5500','41725526063','2024-09-05 11:58:41',312.38,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7073,'4000','41725526063','2024-09-05 11:58:58',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7074,'4000','41725526063','2024-09-05 11:47:43',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7075,'1050','41725527953','2024-09-05 12:43:15',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172552940933290442022','No',NULL,NULL,''),(7076,'1110','41725527953','2024-09-05 12:43:15',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7077,'5500','41725527953','2024-09-05 12:19:13',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7078,'4000','41725527953','2024-09-05 12:43:15',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7079,'1010','41725529409','2024-09-05 12:44:31',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172552948921283223422','No',NULL,NULL,'mpesa'),(7080,'1110','41725529409','2024-09-05 12:44:31',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7081,'5500','41725529409','2024-09-05 12:43:29',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7082,'4000','41725529409','2024-09-05 12:44:31',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7083,'1100','41725529490','2024-09-05 12:45:15',30.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172552952522302223703','No',NULL,NULL,''),(7084,'1110','41725529490','2024-09-05 12:45:15',NULL,25.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7085,'5500','41725529490','2024-09-05 12:44:50',25.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7086,'4000','41725529490','2024-09-05 12:45:15',NULL,30.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7087,'2130','41725530336','2024-09-05 12:59:04',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172553036243524202520','No',NULL,NULL,''),(7088,'1110','41725530336','2024-09-05 12:59:04',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(7089,'5500','41725530336','2024-09-05 12:58:56',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(7090,'4000','41725530336','2024-09-05 12:59:04',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(7091,'1010','41725532618','2024-09-05 13:37:12',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553263822373323320','No',NULL,NULL,'bhg'),(7092,'1110','41725532618','2024-09-05 13:37:12',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(7093,'5500','41725532618','2024-09-05 13:36:58',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7094,'4000','41725532618','2024-09-05 13:37:12',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(7095,'1010','41725532639','2024-09-05 13:39:43',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553278835070344183','No',NULL,NULL,'bhg'),(7096,'1110','41725532639','2024-09-05 13:39:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7097,'5500','41725532639','2024-09-05 13:37:19',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7098,'4000','41725532639','2024-09-05 13:39:43',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7099,'1100','41725532789','2024-09-05 13:47:01',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172553323033320022243','No',NULL,NULL,''),(7100,'1110','41725532789','2024-09-05 13:47:01',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7101,'5500','41725532789','2024-09-05 13:39:49',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7102,'4000','41725532789','2024-09-05 13:47:01',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7103,'1050','41725533643','2024-09-05 13:54:10',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553365330002620305','No',NULL,NULL,''),(7104,'1110','41725533643','2024-09-05 13:54:10',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7105,'5500','41725533643','2024-09-05 13:54:03',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7106,'4000','41725533643','2024-09-05 13:54:10',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7107,'1010','41725533654','2024-09-05 13:55:48',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553375407320002350','No',NULL,NULL,'mjh'),(7108,'1110','41725533654','2024-09-05 13:55:48',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7109,'1110','41725533654','2024-09-05 13:54:14',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7110,'5500','41725533654','2024-09-05 13:55:42',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7111,'4000','41725533654','2024-09-05 13:55:48',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7112,'4000','41725533654','2024-09-05 13:54:14',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7113,'1010','41725533755','2024-09-05 14:05:23',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172553435222224330024','No',NULL,NULL,'mpesa'),(7114,'1050','41725533755','2024-09-05 14:05:23',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172553435222224330024','No',NULL,NULL,'mpesa'),(7115,'1110','41725533755','2024-09-05 14:05:23',NULL,30.68,'','4','1','Inventory sold','1','25','sales','119','','No',NULL,NULL,''),(7116,'1110','41725533755','2024-09-05 13:55:55',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(7117,'5500','41725533755','2024-09-05 14:05:14',60.18,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7118,'4000','41725533755','2024-09-05 14:05:23',NULL,60.00,'','4','1','Good sold','1','25','sales','119','','No',NULL,NULL,''),(7119,'4000','41725533755','2024-09-05 13:55:55',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(7120,'1010','41725534353','2024-09-05 14:15:00',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553490752220435003','No',NULL,NULL,'bhg'),(7121,'1110','41725534353','2024-09-05 14:15:00',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7122,'5500','41725534353','2024-09-05 14:05:53',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7123,'4000','41725534353','2024-09-05 14:15:00',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7124,'1010','41725534908','2024-09-05 14:16:58',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553502343224300335','No',NULL,NULL,'bhg'),(7125,'1110','41725534908','2024-09-05 14:16:58',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(7126,'5500','41725534908','2024-09-05 14:15:08',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7127,'4000','41725534908','2024-09-05 14:16:58',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(7128,'1050','41725535024','2024-09-05 14:40:19',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553642432332323032','No',NULL,NULL,''),(7129,'1110','41725535024','2024-09-05 14:40:19',NULL,59.82,'','4','1','Inventory sold','1','','sales','66','','No',NULL,NULL,''),(7130,'5500','41725535024','2024-09-05 14:17:04',59.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7131,'4000','41725535024','2024-09-05 14:40:19',NULL,200.00,'','4','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7132,'2130','41725537740','2024-09-05 15:05:58',120.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172553797433240250224','No',NULL,NULL,''),(7133,'1110','41725537740','2024-09-05 15:05:58',102.00,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(7134,'5500','41725537740','2024-09-05 15:02:20',NULL,102.00,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(7135,'4000','41725537740','2024-09-05 15:05:58',120.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(7136,'1010','41725539465','2024-09-05 15:31:20',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172553949717701220430','No',NULL,NULL,'bhg'),(7137,'1110','41725539465','2024-09-05 15:31:20',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7138,'5500','41725539465','2024-09-05 15:31:05',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7139,'4000','41725539465','2024-09-05 15:31:20',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7140,'1010','41725539498','2024-09-05 16:21:57',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554253222430324274','No',NULL,NULL,'mpesa'),(7141,'1110','41725539498','2024-09-05 16:21:57',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7142,'5500','41725539498','2024-09-05 15:31:38',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7143,'4000','41725539498','2024-09-05 16:21:57',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7144,'1100','41725542533','2024-09-05 16:22:29',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554255740502105242','No',NULL,NULL,''),(7145,'1110','41725542533','2024-09-05 16:22:29',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(7146,'5500','41725542533','2024-09-05 16:22:13',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7147,'4000','41725542533','2024-09-05 16:22:29',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(7148,'1100','41725543480','2024-09-05 16:38:11',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554349833224334220','No',NULL,NULL,''),(7149,'1110','41725543480','2024-09-05 16:38:11',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7150,'5500','41725543480','2024-09-05 16:38:00',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7151,'4000','41725543480','2024-09-05 16:38:11',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7152,'1100','41725543816','2024-09-05 16:44:05',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554386542330432422','No',NULL,NULL,''),(7153,'1110','41725543816','2024-09-05 16:44:05',NULL,56.45,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(7154,'1110','41725543816','2024-09-05 16:43:36',NULL,56.37,'','4','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(7155,'5500','41725543816','2024-09-05 16:43:56',112.82,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7156,'4000','41725543816','2024-09-05 16:44:05',NULL,100.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(7157,'4000','41725543816','2024-09-05 16:43:36',NULL,100.00,'','4','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(7158,'1010','41725544327','2024-09-05 16:52:18',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554434504342320532','No',NULL,NULL,'mjh'),(7159,'1110','41725544327','2024-09-05 16:52:18',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7160,'5500','41725544327','2024-09-05 16:52:07',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7161,'4000','41725544327','2024-09-05 16:52:18',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7162,'1050','41725544346','2024-09-05 16:58:41',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554472323202203437','No',NULL,NULL,''),(7163,'1110','41725544346','2024-09-05 16:58:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7164,'1110','41725544346','2024-09-05 16:52:26',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(7165,'5500','41725544346','2024-09-05 16:58:34',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7166,'4000','41725544346','2024-09-05 16:58:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7167,'4000','41725544346','2024-09-05 16:52:26',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7168,'1010','41725544724','2024-09-05 17:00:01',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554481125404152325','No',NULL,NULL,'mjh'),(7169,'1110','41725544724','2024-09-05 17:00:01',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7170,'5500','41725544724','2024-09-05 16:58:44',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7171,'4000','41725544724','2024-09-05 17:00:01',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7172,'1100','41725506844','2024-09-05 17:00:38',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(7173,'na','41725506844','2024-09-05 17:00:38',320.00,NULL,'','4','1','','1','25','payment','','4172554485573200222003','No',NULL,NULL,'bnh'),(7174,'1100','41725515850','2024-09-05 17:01:29',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(7175,'na','41725515850','2024-09-05 17:01:29',160.00,NULL,'','4','1','','1','25','payment','','4172554490033233422420','No',NULL,NULL,'vbg'),(7176,'1100','41725506800','2024-09-05 17:02:02',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(7177,'na','41725506800','2024-09-05 17:02:02',160.00,NULL,'','4','1','','1','25','payment','','4172554493325342123553','No',NULL,NULL,'bnh'),(7178,'1010','41725544999','2024-09-05 17:05:54',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554516047532210245','No',NULL,NULL,'fg'),(7179,'1110','41725544999','2024-09-05 17:05:54',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7180,'5500','41725544999','2024-09-05 17:03:19',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7181,'4000','41725544999','2024-09-05 17:05:54',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7182,'1010','41725545161','2024-09-05 17:08:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554531623337332302','No',NULL,NULL,'mjh'),(7183,'1110','41725545161','2024-09-05 17:08:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7184,'5500','41725545161','2024-09-05 17:06:01',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7185,'4000','41725545161','2024-09-05 17:08:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7186,'1010','41725545317','2024-09-05 17:11:13',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554547992200002370','No',NULL,NULL,'bhg'),(7187,'1110','41725545317','2024-09-05 17:11:13',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7188,'5500','41725545317','2024-09-05 17:08:37',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7189,'4000','41725545317','2024-09-05 17:11:13',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7190,'1010','41725545480','2024-09-05 17:22:17',440.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554614523252341222','No',NULL,NULL,'mpesa'),(7191,'1110','41725545480','2024-09-05 17:22:17',NULL,204.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7192,'1110','41725545480','2024-09-05 17:11:20',NULL,56.55,'','4','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(7193,'1110','41725545480','2024-09-05 17:18:58',NULL,56.45,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(7194,'5500','41725545480','2024-09-05 17:22:08',317.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7195,'4000','41725545480','2024-09-05 17:22:17',NULL,240.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7196,'4000','41725545480','2024-09-05 17:11:20',NULL,100.00,'','4','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(7197,'4000','41725545480','2024-09-05 17:18:58',NULL,100.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(7198,'2130','41725546146','2024-09-05 17:36:04',320.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172554698430980332583','No',NULL,NULL,''),(7199,'1110','41725546146','2024-09-05 17:36:04',272.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(7200,'5500','41725546146','2024-09-05 17:22:26',NULL,272.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(7201,'4000','41725546146','2024-09-05 17:36:04',320.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(7202,'1010','41725547049','2024-09-05 17:37:39',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554708182332442237','No',NULL,NULL,'mpesa'),(7203,'1050','41725547049','2024-09-05 17:37:39',10.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554708182332442237','No',NULL,NULL,'mpesa'),(7204,'1110','41725547049','2024-09-05 17:37:39',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7205,'5500','41725547049','2024-09-05 17:37:29',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7206,'4000','41725547049','2024-09-05 17:37:39',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7207,'1010','41725547082','2024-09-05 17:38:40',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554716124343133063','No',NULL,NULL,'mpesa'),(7208,'1050','41725547082','2024-09-05 17:38:40',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172554716124343133063','No',NULL,NULL,'mpesa'),(7209,'1110','41725547082','2024-09-05 17:38:40',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7210,'5500','41725547082','2024-09-05 17:38:02',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7211,'4000','41725547082','2024-09-05 17:38:40',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7212,'1010','41725547601','2024-09-05 17:46:48',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554761771372402234','No',NULL,NULL,'mpesa'),(7213,'1110','41725547601','2024-09-05 17:46:48',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(7214,'5500','41725547601','2024-09-05 17:46:41',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7215,'4000','41725547601','2024-09-05 17:46:48',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7216,'1010','41725547618','2024-09-05 17:51:55',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554793537002437234','No',NULL,NULL,'mpesa'),(7217,'1110','41725547618','2024-09-05 17:51:55',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7218,'5500','41725547618','2024-09-05 17:46:58',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7219,'4000','41725547618','2024-09-05 17:51:55',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7220,'1010','41725547936','2024-09-05 18:02:01',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554853883322140134','No',NULL,NULL,'mpesa'),(7221,'1110','41725547936','2024-09-05 18:02:01',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7222,'5500','41725547936','2024-09-05 17:52:16',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7223,'4000','41725547936','2024-09-05 18:02:01',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7224,'1100','41725509035','2024-09-05 18:05:17',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7225,'na','41725509035','2024-09-05 18:05:17',280.00,NULL,'','4','1','','1','25','payment','','4172554872522732523300','No',NULL,NULL,''),(7226,'1050','41725548735','2024-09-05 18:14:39',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554928310229423704','No',NULL,NULL,''),(7227,'1110','41725548735','2024-09-05 18:14:39',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7228,'5500','41725548735','2024-09-05 18:05:35',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7229,'4000','41725548735','2024-09-05 18:14:39',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7230,'1010','41725549284','2024-09-05 18:18:15',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172554954532235230534','No',NULL,NULL,'mpesa'),(7231,'1110','41725549284','2024-09-05 18:18:15',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7232,'5500','41725549284','2024-09-05 18:14:44',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7233,'4000','41725549284','2024-09-05 18:18:15',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7234,'2130','41725549546','2024-09-05 18:19:18',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172554958292000232122','No',NULL,NULL,''),(7235,'1110','41725549546','2024-09-05 18:19:18',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(7236,'5500','41725549546','2024-09-05 18:19:06',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(7237,'4000','41725549546','2024-09-05 18:19:18',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(7238,'1010','41725549732','2024-09-05 18:28:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555012533272203023','No',NULL,NULL,'mpesa'),(7239,'1110','41725549732','2024-09-05 18:28:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7240,'5500','41725549732','2024-09-05 18:22:12',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7241,'4000','41725549732','2024-09-05 18:28:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7242,'1050','41725550126','2024-09-05 18:33:12',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555039870235352583','No',NULL,NULL,''),(7243,'1110','41725550126','2024-09-05 18:33:12',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7244,'1110','41725550126','2024-09-05 18:28:46',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(7245,'5500','41725550126','2024-09-05 18:32:28',124.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7246,'4000','41725550126','2024-09-05 18:33:12',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7247,'4000','41725550126','2024-09-05 18:28:46',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(7248,'1050','41725550425','2024-09-05 18:42:24',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555094920024020522','No',NULL,NULL,''),(7249,'1110','41725550425','2024-09-05 18:42:24',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7250,'5500','41725550425','2024-09-05 18:33:45',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7251,'4000','41725550425','2024-09-05 18:42:24',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7252,'1100','41725506822','2024-09-05 18:43:41',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'t55uu6i'),(7253,'na','41725506822','2024-09-05 18:43:41',320.00,NULL,'','4','1','','1','25','payment','','4172555104220250252104','No',NULL,NULL,'t55uu6i'),(7254,'1050','41725551597','2024-09-05 19:03:05',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555218723353328305','No',NULL,NULL,''),(7255,'1110','41725551597','2024-09-05 19:03:05',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7256,'5500','41725551597','2024-09-05 18:53:17',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7257,'4000','41725551597','2024-09-05 19:03:05',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7258,'1100','41725552188','2024-09-05 19:04:33',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172555228232543020022','No',NULL,NULL,''),(7259,'1110','41725552188','2024-09-05 19:04:33',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7260,'5500','41725552188','2024-09-05 19:03:08',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7261,'4000','41725552188','2024-09-05 19:04:33',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7262,'1050','41725553137','2024-09-05 19:19:19',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555316123403400743','No',NULL,NULL,''),(7263,'1110','41725553137','2024-09-05 19:19:19',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(7264,'1110','41725553137','2024-09-05 19:18:57',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7265,'5500','41725553137','2024-09-05 19:19:07',99.29,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7266,'4000','41725553137','2024-09-05 19:19:19',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(7267,'4000','41725553137','2024-09-05 19:18:57',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7268,'1010','41725553162','2024-09-05 19:21:48',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555331432353031310','No',NULL,NULL,'mjh'),(7269,'1110','41725553162','2024-09-05 19:21:48',NULL,153.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7270,'5500','41725553162','2024-09-05 19:19:22',153.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7271,'4000','41725553162','2024-09-05 19:21:48',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7272,'1010','41725553333','2024-09-05 19:24:33',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555348034422223523','No',NULL,NULL,'bhg'),(7273,'1110','41725553333','2024-09-05 19:24:33',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7274,'5500','41725553333','2024-09-05 19:22:13',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7275,'4000','41725553333','2024-09-05 19:24:33',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7276,'1100','41725520453','2024-09-05 19:25:10',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(7277,'na','41725520453','2024-09-05 19:25:10',160.00,NULL,'','4','1','','1','25','payment','','4172555352122213204057','No',NULL,NULL,'cvf'),(7278,'1010','41725553526','2024-09-05 19:29:17',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555376233622603372','No',NULL,NULL,'bhg'),(7279,'1110','41725553526','2024-09-05 19:29:17',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7280,'5500','41725553526','2024-09-05 19:25:26',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7281,'4000','41725553526','2024-09-05 19:29:17',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7282,'1010','41725553763','2024-09-05 19:32:21',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555395495422234339','No',NULL,NULL,'mjh'),(7283,'1110','41725553763','2024-09-05 19:32:21',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7284,'5500','41725553763','2024-09-05 19:29:23',56.55,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7285,'4000','41725553763','2024-09-05 19:32:21',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7286,'1010','41725553955','2024-09-05 19:36:51',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555421722043450235','No',NULL,NULL,'mjh'),(7287,'1110','41725553955','2024-09-05 19:36:51',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(7288,'1110','41725553955','2024-09-05 19:32:35',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(7289,'1110','41725553955','2024-09-05 19:36:09',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(7290,'5500','41725553955','2024-09-05 19:36:28',147.88,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7291,'4000','41725553955','2024-09-05 19:36:51',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(7292,'4000','41725553955','2024-09-05 19:32:35',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(7293,'4000','41725553955','2024-09-05 19:36:09',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(7294,'1050','41725554426','2024-09-05 19:40:47',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555445040744250204','No',NULL,NULL,''),(7295,'1110','41725554426','2024-09-05 19:40:47',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7296,'5500','41725554426','2024-09-05 19:40:26',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7297,'4000','41725554426','2024-09-05 19:40:47',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7298,'2130','41725554451','2024-09-05 19:42:53',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172555458904552243040','No',NULL,NULL,''),(7299,'1110','41725554451','2024-09-05 19:42:53',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(7300,'5500','41725554451','2024-09-05 19:40:51',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(7301,'4000','41725554451','2024-09-05 19:42:53',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(7302,'1100','41725506765','2024-09-05 19:45:02',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cff'),(7303,'na','41725506765','2024-09-05 19:45:02',100.00,NULL,'','4','1','','1','25','payment','','4172555471321354445543','No',NULL,NULL,'cff'),(7304,'1100','41725529490','2024-09-05 19:46:26',NULL,30.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7305,'na','41725529490','2024-09-05 19:46:26',30.00,NULL,'','4','1','','1','25','payment','','4172555479424303402145','No',NULL,NULL,''),(7306,'1010','41725554829','2024-09-05 19:47:18',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555484433423332222','No',NULL,NULL,'mjh'),(7307,'1110','41725554829','2024-09-05 19:47:18',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7308,'5500','41725554829','2024-09-05 19:47:09',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7309,'4000','41725554829','2024-09-05 19:47:18',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7310,'1100','41725552188','2024-09-05 19:47:36',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(7311,'na','41725552188','2024-09-05 19:47:36',80.00,NULL,'','4','1','','1','25','payment','','4172555487135750203282','No',NULL,NULL,'cvf'),(7312,'1100','41725515179','2024-09-05 19:48:29',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ed'),(7313,'na','41725515179','2024-09-05 19:48:29',60.00,NULL,'','4','1','','1','25','payment','','4172555492642222392132','No',NULL,NULL,'ed'),(7314,'1100','41725515179','2024-09-05 19:48:46',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7315,'na','41725515179','2024-09-05 19:48:46',40.00,NULL,'','4','1','','1','25','payment','','4172555495250034250201','No',NULL,NULL,''),(7316,'1100','41725518263','2024-09-05 19:53:08',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7317,'na','41725518263','2024-09-05 19:53:08',160.00,NULL,'','4','1','','1','25','payment','','4172555519602300332439','No',NULL,NULL,''),(7318,'1100','41725532789','2024-09-05 19:53:39',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7319,'na','41725532789','2024-09-05 19:53:39',160.00,NULL,'','4','1','','1','25','payment','','4172555522732232212223','No',NULL,NULL,''),(7320,'1050','41725555398','2024-09-05 19:56:50',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555541253005322303','No',NULL,NULL,''),(7321,'1110','41725555398','2024-09-05 19:56:50',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7322,'5500','41725555398','2024-09-05 19:56:38',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7323,'4000','41725555398','2024-09-05 19:56:50',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7324,'1100','41725515206','2024-09-05 19:57:26',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vge'),(7325,'na','41725515206','2024-09-05 19:57:26',160.00,NULL,'','4','1','','1','25','payment','','4172555546120130024244','No',NULL,NULL,'vge'),(7326,'1100','41725543816','2024-09-05 19:58:22',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(7327,'na','41725543816','2024-09-05 19:58:22',200.00,NULL,'','4','1','','1','25','payment','','4172555551423503402512','No',NULL,NULL,'cvf'),(7328,'1100','41725521342','2024-09-05 20:00:14',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7329,'na','41725521342','2024-09-05 20:00:14',60.00,NULL,'','4','1','','1','25','payment','','4172555562703613032203','No',NULL,NULL,''),(7330,'1100','41725542533','2024-09-05 20:01:22',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'hyy'),(7331,'na','41725542533','2024-09-05 20:01:22',50.00,NULL,'','4','1','','1','25','payment','','4172555570903525530207','No',NULL,NULL,'hyy'),(7332,'1010','41725555832','2024-09-05 20:04:01',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555584722178772542','No',NULL,NULL,'bhg'),(7333,'1110','41725555832','2024-09-05 20:04:01',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7334,'5500','41725555832','2024-09-05 20:03:52',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7335,'4000','41725555832','2024-09-05 20:04:01',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7336,'1010','41725555894','2024-09-05 20:09:30',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555617533532103337','No',NULL,NULL,'mjh'),(7337,'1110','41725555894','2024-09-05 20:09:30',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7338,'5500','41725555894','2024-09-05 20:04:54',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7339,'4000','41725555894','2024-09-05 20:09:30',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7340,'1100','41725515262','2024-09-05 20:10:29',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(7341,'na','41725515262','2024-09-05 20:10:29',100.00,NULL,'','4','1','','1','25','payment','','4172555624042245302323','No',NULL,NULL,'bvc'),(7342,'1010','41725556787','2024-09-05 20:20:03',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555680845523332533','No',NULL,NULL,'bhg'),(7343,'1110','41725556787','2024-09-05 20:20:03',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7344,'5500','41725556787','2024-09-05 20:19:47',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7345,'4000','41725556787','2024-09-05 20:20:03',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7346,'1100','41725517018','2024-09-05 20:22:14',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(7347,'na','41725517018','2024-09-05 20:22:14',80.00,NULL,'','4','1','','1','25','payment','','4172555694722024022249','No',NULL,NULL,'nbv'),(7348,'1100','41725543480','2024-09-05 20:22:54',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(7349,'na','41725543480','2024-09-05 20:22:54',80.00,NULL,'','4','1','','1','25','payment','','4172555698293232820628','No',NULL,NULL,''),(7350,'1010','41725556985','2024-09-05 20:23:28',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555702734232227303','No',NULL,NULL,'mjh'),(7351,'1110','41725556985','2024-09-05 20:23:28',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7352,'5500','41725556985','2024-09-05 20:23:05',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7353,'4000','41725556985','2024-09-05 20:23:28',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7354,'1050','41725557134','2024-09-05 20:25:49',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555715550552253330','No',NULL,NULL,''),(7355,'1110','41725557134','2024-09-05 20:25:49',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7356,'5500','41725557134','2024-09-05 20:25:34',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7357,'4000','41725557134','2024-09-05 20:25:49',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7358,'1010','41725557495','2024-09-05 20:31:57',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555752577532345222','No',NULL,NULL,'mjh'),(7359,'1110','41725557495','2024-09-05 20:31:57',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7360,'5500','41725557495','2024-09-05 20:31:35',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7361,'4000','41725557495','2024-09-05 20:31:57',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7362,'1050','41725557525','2024-09-05 20:32:28',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555755030224005231','No',NULL,NULL,''),(7363,'1110','41725557525','2024-09-05 20:32:28',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7364,'5500','41725557525','2024-09-05 20:32:06',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7365,'4000','41725557525','2024-09-05 20:32:28',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7366,'1010','41725557983','2024-09-05 20:40:13',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172555802572221330200','No',NULL,NULL,'bhg'),(7367,'1110','41725557983','2024-09-05 20:40:13',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7368,'5500','41725557983','2024-09-05 20:39:43',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7369,'4000','41725557983','2024-09-05 20:40:13',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7370,'1100','41725592177','2024-09-06 06:17:03',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559263603952157305','No',NULL,NULL,''),(7371,'1110','41725592177','2024-09-06 06:17:03',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7372,'5500','41725592177','2024-09-06 06:09:37',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7373,'4000','41725592177','2024-09-06 06:17:03',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7374,'1100','41725592713','2024-09-06 06:19:17',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559276730370202302','No',NULL,NULL,''),(7375,'1110','41725592713','2024-09-06 06:19:17',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7376,'5500','41725592713','2024-09-06 06:18:33',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7377,'4000','41725592713','2024-09-06 06:19:17',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7378,'1100','41725592809','2024-09-06 06:20:28',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559285352302223703','No',NULL,NULL,''),(7379,'1110','41725592809','2024-09-06 06:20:28',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7380,'5500','41725592809','2024-09-06 06:20:09',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7381,'4000','41725592809','2024-09-06 06:20:28',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7382,'1010','41725593067','2024-09-06 06:24:38',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559308403233323320','No',NULL,NULL,'bhg'),(7383,'1110','41725593067','2024-09-06 06:24:38',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7384,'5500','41725593067','2024-09-06 06:24:27',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7385,'4000','41725593067','2024-09-06 06:24:38',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7386,'1010','41725593085','2024-09-06 06:36:28',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559381100413421025','No',NULL,NULL,'bhg'),(7387,'1110','41725593085','2024-09-06 06:36:28',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7388,'5500','41725593085','2024-09-06 06:24:45',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7389,'4000','41725593085','2024-09-06 06:36:28',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7390,'1100','41725593812','2024-09-06 06:49:45',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559459292323022422','No',NULL,NULL,''),(7391,'1110','41725593812','2024-09-06 06:49:45',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7392,'5500','41725593812','2024-09-06 06:36:52',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7393,'4000','41725593812','2024-09-06 06:49:45',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7394,'1100','41725596359','2024-09-06 07:19:31',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559638330921323030','No',NULL,NULL,''),(7395,'1110','41725596359','2024-09-06 07:19:31',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7396,'5500','41725596359','2024-09-06 07:19:19',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7397,'4000','41725596359','2024-09-06 07:19:31',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7398,'1100','41725596816','2024-09-06 07:27:06',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559684117101220430','No',NULL,NULL,''),(7399,'1110','41725596816','2024-09-06 07:27:06',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7400,'5500','41725596816','2024-09-06 07:26:56',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7401,'4000','41725596816','2024-09-06 07:27:06',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7402,'1100','41725596843','2024-09-06 07:27:33',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172559686208395272132','No',NULL,NULL,''),(7403,'1110','41725596843','2024-09-06 07:27:33',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7404,'5500','41725596843','2024-09-06 07:27:23',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7405,'4000','41725596843','2024-09-06 07:27:33',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7406,'1010','41725597489','2024-09-06 07:38:21',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559750533240911000','No',NULL,NULL,'bhg'),(7407,'1110','41725597489','2024-09-06 07:38:21',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(7408,'5500','41725597489','2024-09-06 07:38:09',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7409,'4000','41725597489','2024-09-06 07:38:21',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(7410,'1050','41725597506','2024-09-06 07:45:56',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559796020426242724','No',NULL,NULL,''),(7411,'1110','41725597506','2024-09-06 07:45:56',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7412,'5500','41725597506','2024-09-06 07:38:26',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7413,'4000','41725597506','2024-09-06 07:45:56',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7414,'1010','41725597961','2024-09-06 07:51:05',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559827007233392270','No',NULL,NULL,'mjh'),(7415,'1110','41725597961','2024-09-06 07:51:05',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7416,'5500','41725597961','2024-09-06 07:46:01',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7417,'4000','41725597961','2024-09-06 07:51:05',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7418,'1050','41725598271','2024-09-06 08:17:02',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172559982594903040042','No',NULL,NULL,''),(7419,'1110','41725598271','2024-09-06 08:17:02',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7420,'5500','41725598271','2024-09-06 07:51:11',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7421,'4000','41725598271','2024-09-06 08:17:02',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7422,'2130','41725599826','2024-09-06 08:22:19',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172560015230507210020','No',NULL,NULL,''),(7423,'1110','41725599826','2024-09-06 08:22:19',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(7424,'5500','41725599826','2024-09-06 08:17:06',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(7425,'4000','41725599826','2024-09-06 08:22:19',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(7426,'1100','41725601164','2024-09-06 08:39:38',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172560118723338221307','No',NULL,NULL,''),(7427,'1110','41725601164','2024-09-06 08:39:38',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7428,'5500','41725601164','2024-09-06 08:39:24',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7429,'4000','41725601164','2024-09-06 08:39:38',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7430,'1100','41725601189','2024-09-06 08:40:20',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172560123433364052276','No',NULL,NULL,''),(7431,'1110','41725601189','2024-09-06 08:40:20',NULL,0.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7432,'1110','41725601189','2024-09-06 08:39:49',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7433,'5500','41725601189','2024-09-06 08:40:00',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7434,'4000','41725601189','2024-09-06 08:40:20',NULL,0.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7435,'4000','41725601189','2024-09-06 08:39:49',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7436,'2130','41725601723','2024-09-06 08:48:56',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172560175246202426327','No',NULL,NULL,''),(7437,'1110','41725601723','2024-09-06 08:48:56',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(7438,'5500','41725601723','2024-09-06 08:48:43',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(7439,'4000','41725601723','2024-09-06 08:48:56',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(7440,'1050','41725601903','2024-09-06 08:52:12',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172560193822159122034','No',NULL,NULL,''),(7441,'1110','41725601903','2024-09-06 08:52:12',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7442,'5500','41725601903','2024-09-06 08:51:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7443,'4000','41725601903','2024-09-06 08:52:12',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7444,'1010','41725616821','2024-09-06 13:00:34',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172561684080126023150','No',NULL,NULL,'mjh'),(7445,'1110','41725616821','2024-09-06 13:00:34',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7446,'5500','41725616821','2024-09-06 13:00:21',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7447,'4000','41725616821','2024-09-06 13:00:34',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7448,'1100','41725616841','2024-09-06 13:01:11',120.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172561688235202724200','No',NULL,NULL,''),(7449,'1110','41725616841','2024-09-06 13:01:11',NULL,102.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7450,'5500','41725616841','2024-09-06 13:00:41',102.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7451,'4000','41725616841','2024-09-06 13:01:11',NULL,120.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7452,'1100','41725616894','2024-09-06 13:01:44',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172561691432124622024','No',NULL,NULL,''),(7453,'1110','41725616894','2024-09-06 13:01:44',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7454,'5500','41725616894','2024-09-06 13:01:34',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7455,'4000','41725616894','2024-09-06 13:01:44',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7456,'1010','41725616930','2024-09-06 13:04:26',1260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172561707260200540222','No',NULL,NULL,'bhg'),(7457,'1110','41725616930','2024-09-06 13:04:26',NULL,748.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7458,'1110','41725616930','2024-09-06 13:02:10',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(7459,'1110','41725616930','2024-09-06 13:03:10',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7460,'1110','41725616930','2024-09-06 13:03:18',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7461,'1110','41725616930','2024-09-06 13:03:31',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7462,'1110','41725616930','2024-09-06 13:03:49',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7463,'1110','41725616930','2024-09-06 13:04:05',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7464,'5500','41725616930','2024-09-06 13:04:16',968.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7465,'4000','41725616930','2024-09-06 13:04:26',NULL,880.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7466,'4000','41725616930','2024-09-06 13:02:10',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7467,'4000','41725616930','2024-09-06 13:03:10',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7468,'4000','41725616930','2024-09-06 13:03:18',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7469,'4000','41725616930','2024-09-06 13:03:31',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7470,'4000','41725616930','2024-09-06 13:03:49',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7471,'4000','41725616930','2024-09-06 13:04:05',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7472,'1050','41725617073','2024-09-06 13:04:49',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172561709043313773367','No',NULL,NULL,''),(7473,'1110','41725617073','2024-09-06 13:04:49',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7474,'5500','41725617073','2024-09-06 13:04:33',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7475,'4000','41725617073','2024-09-06 13:04:49',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7476,'1100','41725592713','2024-09-06 13:05:51',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(7477,'na','41725592713','2024-09-06 13:05:51',320.00,NULL,'','4','1','','1','25','payment','','4172561716327403400743','No',NULL,NULL,'bnh'),(7478,'1010','41725617199','2024-09-06 13:12:37',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172561757736227223163','No',NULL,NULL,'mpesa'),(7479,'1050','41725617199','2024-09-06 13:12:37',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172561757736227223163','No',NULL,NULL,'mpesa'),(7480,'1110','41725617199','2024-09-06 13:12:37',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7481,'5500','41725617199','2024-09-06 13:06:39',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7482,'4000','41725617199','2024-09-06 13:12:37',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7483,'2130','41725617578','2024-09-06 13:22:46',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172561957522244223025','No',NULL,NULL,''),(7484,'1110','41725617578','2024-09-06 13:22:46',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(7485,'5500','41725617578','2024-09-06 13:12:58',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(7486,'4000','41725617578','2024-09-06 13:22:46',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(7487,'1010','41725619650','2024-09-06 14:09:54',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172562100534221362030','No',NULL,NULL,'mjh'),(7488,'1110','41725619650','2024-09-06 14:09:54',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7489,'5500','41725619650','2024-09-06 13:47:30',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7490,'4000','41725619650','2024-09-06 14:09:54',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7491,'1010','41725621006','2024-09-06 14:11:48',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172562111402324333220','No',NULL,NULL,'bhg'),(7492,'1110','41725621006','2024-09-06 14:11:48',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7493,'5500','41725621006','2024-09-06 14:10:06',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7494,'4000','41725621006','2024-09-06 14:11:48',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7495,'1050','61725625700','2024-09-06 15:40:28',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172562643522322213332','No',NULL,NULL,''),(7496,'1110','61725625700','2024-09-06 15:40:28',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7497,'5500','61725625700','2024-09-06 15:28:20',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7498,'4000','61725625700','2024-09-06 15:40:28',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7499,'1010','61725626436','2024-09-06 15:47:08',870.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172562687422223260402','No',NULL,NULL,'mpesa'),(7500,'1110','61725626436','2024-09-06 15:47:08',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7501,'1110','61725626436','2024-09-06 15:40:36',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7502,'1110','61725626436','2024-09-06 15:46:05',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(7503,'1110','61725626436','2024-09-06 15:46:20',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7504,'1110','61725626436','2024-09-06 15:46:31',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7505,'5500','61725626436','2024-09-06 15:46:49',650.58,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7506,'4000','61725626436','2024-09-06 15:47:08',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7507,'4000','61725626436','2024-09-06 15:40:36',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7508,'4000','61725626436','2024-09-06 15:46:05',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(7509,'4000','61725626436','2024-09-06 15:46:20',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7510,'4000','61725626436','2024-09-06 15:46:31',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7511,'2130','61725626878','2024-09-06 15:48:06',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172562690333239240063','No',NULL,NULL,''),(7512,'1110','61725626878','2024-09-06 15:48:06',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(7513,'5500','61725626878','2024-09-06 15:47:58',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(7514,'4000','61725626878','2024-09-06 15:48:06',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(7515,'1050','61725627963','2024-09-06 16:06:12',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172562797543533203270','No',NULL,NULL,''),(7516,'1110','61725627963','2024-09-06 16:06:12',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7517,'5500','61725627963','2024-09-06 16:06:03',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7518,'4000','61725627963','2024-09-06 16:06:12',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7519,'1100','61725627977','2024-09-06 16:13:00',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172562838922529398802','No',NULL,NULL,''),(7520,'1110','61725627977','2024-09-06 16:13:00',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7521,'5500','61725627977','2024-09-06 16:06:17',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7522,'4000','61725627977','2024-09-06 16:13:00',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7523,'1010','61725629186','2024-09-06 16:27:34',230.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172562945222230522214','No',NULL,NULL,''),(7524,'1050','61725629186','2024-09-06 16:27:34',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172562945222230522214','No',NULL,NULL,''),(7525,'1110','61725629186','2024-09-06 16:27:34',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7526,'1110','61725629186','2024-09-06 16:26:26',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7527,'1110','61725629186','2024-09-06 16:26:57',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7528,'5500','61725629186','2024-09-06 16:27:10',192.72,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7529,'4000','61725629186','2024-09-06 16:27:34',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7530,'4000','61725629186','2024-09-06 16:26:26',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7531,'4000','61725629186','2024-09-06 16:26:57',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7532,'1100','61725629453','2024-09-06 16:31:23',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172562949009333309330','No',NULL,NULL,''),(7533,'1110','61725629453','2024-09-06 16:31:23',NULL,29.50,'','6','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(7534,'5500','61725629453','2024-09-06 16:30:53',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7535,'4000','61725629453','2024-09-06 16:31:23',NULL,60.00,'','6','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(7536,'1110','41725514568','2024-09-05 08:36:08',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(7537,'2130','41725514568','2024-09-05 08:36:08',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(7538,'1050','61725630392','2024-09-06 16:46:44',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563040932329349321','No',NULL,NULL,''),(7539,'1110','61725630392','2024-09-06 16:46:44',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7540,'5500','61725630392','2024-09-06 16:46:32',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7541,'4000','61725630392','2024-09-06 16:46:44',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7548,'1110','41725557836','2024-09-05 20:37:16',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(7549,'2130','41725557836','2024-09-05 20:37:16',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(7550,'1010','61725630717','2024-09-06 16:52:09',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563073936225646035','No',NULL,NULL,'mpesa'),(7551,'1110','61725630717','2024-09-06 16:52:09',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7552,'5500','61725630717','2024-09-06 16:51:57',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7553,'4000','61725630717','2024-09-06 16:52:09',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7554,'2130','61725630744','2024-09-06 16:52:39',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172563078656303337323','No',NULL,NULL,''),(7555,'1110','61725630744','2024-09-06 16:52:39',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(7556,'5500','61725630744','2024-09-06 16:52:24',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(7557,'4000','61725630744','2024-09-06 16:52:39',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(7558,'1010','61725630791','2024-09-06 16:53:58',180.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563085222132034325','No',NULL,NULL,'mpesa'),(7559,'1110','61725630791','2024-09-06 16:53:58',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7560,'1110','61725630791','2024-09-06 16:53:11',NULL,48.50,'','6','1','Inventory sold','1','25','sales','51','','No',NULL,NULL,''),(7561,'5500','61725630791','2024-09-06 16:53:32',102.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7562,'4000','61725630791','2024-09-06 16:53:58',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7563,'4000','61725630791','2024-09-06 16:53:11',NULL,100.00,'','6','1','Good sold','1','25','sales','51','','No',NULL,NULL,''),(7564,'1100','61725630853','2024-09-06 17:06:22',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563159233542233230','No',NULL,NULL,''),(7565,'1110','61725630853','2024-09-06 17:06:22',NULL,52.66,'','6','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(7566,'5500','61725630853','2024-09-06 16:54:13',52.66,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7567,'4000','61725630853','2024-09-06 17:06:22',NULL,80.00,'','6','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(7568,'1100','61725632102','2024-09-06 17:15:11',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563211823618312230','No',NULL,NULL,''),(7569,'1110','61725632102','2024-09-06 17:15:11',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7570,'5500','61725632102','2024-09-06 17:15:03',54.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7571,'4000','61725632102','2024-09-06 17:15:11',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7572,'1010','61725632477','2024-09-06 17:21:25',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563249332203500332','No',NULL,NULL,'fg'),(7573,'1110','61725632477','2024-09-06 17:21:25',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7574,'5500','61725632477','2024-09-06 17:21:17',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7575,'4000','61725632477','2024-09-06 17:21:25',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7576,'1010','61725632494','2024-09-06 17:27:51',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563289820232233336','No',NULL,NULL,'mpesa'),(7577,'1110','61725632494','2024-09-06 17:27:51',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7578,'5500','61725632494','2024-09-06 17:21:34',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7579,'4000','61725632494','2024-09-06 17:27:51',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7580,'1010','61725632899','2024-09-06 17:33:30',210.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563322022300002403','No',NULL,NULL,'mpesa'),(7581,'1110','61725632899','2024-09-06 17:33:30',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7582,'1110','61725632899','2024-09-06 17:28:19',NULL,30.83,'','6','1','Inventory sold','1','25','sales','5','','No',NULL,NULL,''),(7583,'5500','61725632899','2024-09-06 17:33:18',166.83,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7584,'4000','61725632899','2024-09-06 17:33:30',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7585,'4000','61725632899','2024-09-06 17:28:19',NULL,50.00,'','6','1','Good sold','1','25','sales','5','','No',NULL,NULL,''),(7586,'1050','61725633221','2024-09-06 17:38:44',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563352840383233208','No',NULL,NULL,''),(7587,'1110','61725633221','2024-09-06 17:38:44',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7588,'5500','61725633221','2024-09-06 17:33:41',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7589,'4000','61725633221','2024-09-06 17:38:44',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7590,'1010','61725633529','2024-09-06 17:44:11',10.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563387123263630022','No',NULL,NULL,'bhg'),(7591,'1050','61725633529','2024-09-06 17:44:11',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563387123263630022','No',NULL,NULL,'bhg'),(7592,'1110','61725633529','2024-09-06 17:44:11',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7593,'5500','61725633529','2024-09-06 17:38:49',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7594,'4000','61725633529','2024-09-06 17:44:11',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7595,'1010','61725633872','2024-09-06 17:48:41',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563433204273233323','No',NULL,NULL,'mpesa'),(7596,'1110','61725633872','2024-09-06 17:48:41',NULL,108.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(7597,'5500','61725633872','2024-09-06 17:44:32',108.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7598,'4000','61725633872','2024-09-06 17:48:41',NULL,160.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7599,'1010','61725634514','2024-09-06 17:55:24',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563453643662245634','No',NULL,NULL,'mpesa'),(7600,'1110','61725634514','2024-09-06 17:55:24',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7601,'5500','61725634514','2024-09-06 17:55:14',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7602,'4000','61725634514','2024-09-06 17:55:24',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7603,'1010','61725634701','2024-09-06 17:59:57',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563498642200253230','No',NULL,NULL,'mpesa'),(7604,'1110','61725634701','2024-09-06 17:59:57',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7605,'5500','61725634701','2024-09-06 17:58:21',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7606,'4000','61725634701','2024-09-06 17:59:57',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7607,'1010','61725634987','2024-09-06 18:08:25',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563531223226220350','No',NULL,NULL,'mjh'),(7608,'1110','61725634987','2024-09-06 18:08:25',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7609,'1110','61725634987','2024-09-06 18:03:07',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(7610,'5500','61725634987','2024-09-06 18:08:15',163.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7611,'4000','61725634987','2024-09-06 18:08:25',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7612,'4000','61725634987','2024-09-06 18:03:07',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(7613,'1050','61725635731','2024-09-06 18:16:48',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563581102203011013','No',NULL,NULL,''),(7614,'1110','61725635731','2024-09-06 18:16:48',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7615,'5500','61725635731','2024-09-06 18:15:31',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7616,'4000','61725635731','2024-09-06 18:16:48',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7617,'1050','61725635811','2024-09-06 18:23:39',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563622354332300320','No',NULL,NULL,''),(7618,'1110','61725635811','2024-09-06 18:23:39',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7619,'5500','61725635811','2024-09-06 18:16:51',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7620,'4000','61725635811','2024-09-06 18:23:39',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7621,'1010','61725636223','2024-09-06 18:28:53',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563653935313700173','No',NULL,NULL,'mjh'),(7622,'1110','61725636223','2024-09-06 18:28:53',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7623,'5500','61725636223','2024-09-06 18:23:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7624,'4000','61725636223','2024-09-06 18:28:53',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7625,'1050','61725636540','2024-09-06 18:34:07',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563685036233280237','No',NULL,NULL,''),(7626,'1110','61725636540','2024-09-06 18:34:07',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7627,'5500','61725636540','2024-09-06 18:29:00',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7628,'4000','61725636540','2024-09-06 18:34:07',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7629,'1010','61725636851','2024-09-06 18:43:52',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563743720343620075','No',NULL,NULL,'mjh'),(7630,'1110','61725636851','2024-09-06 18:43:52',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7631,'5500','61725636851','2024-09-06 18:34:11',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7632,'4000','61725636851','2024-09-06 18:43:52',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7633,'1100','61725630853','2024-09-06 18:46:29',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(7634,'na','61725630853','2024-09-06 18:46:29',20.00,NULL,'','6','1','','1','25','payment','','6172563760202603233373','No',NULL,NULL,'bnhg'),(7635,'1100','61725630853','2024-09-06 18:46:43',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(7636,'na','61725630853','2024-09-06 18:46:43',60.00,NULL,'','6','1','','1','25','payment','','6172563762032162732330','No',NULL,NULL,''),(7637,'1100','41725592177','2024-09-06 18:48:13',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(7638,'na','41725592177','2024-09-06 18:48:13',160.00,NULL,'','6','1','','1','25','payment','','6172563770353362372330','No',NULL,NULL,'vbg'),(7639,'1100','41725616894','2024-09-06 18:48:48',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbcv'),(7640,'na','41725616894','2024-09-06 18:48:48',80.00,NULL,'','6','1','','1','25','payment','','6172563773723132265572','No',NULL,NULL,'nbcv'),(7641,'1100','41725596359','2024-09-06 18:49:26',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'t55y5'),(7642,'na','41725596359','2024-09-06 18:49:26',280.00,NULL,'','6','1','','1','25','payment','','6172563777802471233222','No',NULL,NULL,'t55y5'),(7643,'2130','61725637915','2024-09-06 18:52:03',80.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172563795320272362791','No',NULL,NULL,''),(7644,'1110','61725637915','2024-09-06 18:52:03',68.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(7645,'5500','61725637915','2024-09-06 18:51:55',NULL,68.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(7646,'4000','61725637915','2024-09-06 18:52:03',80.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(7647,'1050','61725637969','2024-09-06 19:00:51',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563845828355642222','No',NULL,NULL,''),(7648,'1110','61725637969','2024-09-06 19:00:51',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7649,'5500','61725637969','2024-09-06 18:52:49',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7650,'4000','61725637969','2024-09-06 19:00:51',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7651,'2130','61725638483','2024-09-06 19:01:29',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172563850330003263572','No',NULL,NULL,''),(7652,'1110','61725638483','2024-09-06 19:01:29',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(7653,'5500','61725638483','2024-09-06 19:01:23',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(7654,'4000','61725638483','2024-09-06 19:01:29',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(7655,'1100','61725638606','2024-09-06 19:03:46',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563864062000380672','No',NULL,NULL,''),(7656,'1110','61725638606','2024-09-06 19:03:46',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7657,'5500','61725638606','2024-09-06 19:03:26',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7658,'4000','61725638606','2024-09-06 19:03:46',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7659,'1010','61725638838','2024-09-06 19:08:19',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563892930312232082','No',NULL,NULL,'mpesa'),(7660,'1050','61725638838','2024-09-06 19:08:19',340.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172563892930312232082','No',NULL,NULL,'mpesa'),(7661,'1110','61725638838','2024-09-06 19:08:19',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(7662,'1110','61725638838','2024-09-06 19:07:18',NULL,188.08,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(7663,'1110','61725638838','2024-09-06 19:07:25',NULL,27.00,'','6','1','Inventory sold','1','25','sales','71','','No',NULL,NULL,''),(7664,'1110','61725638838','2024-09-06 19:07:56',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7665,'5500','61725638838','2024-09-06 19:08:04',311.92,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7666,'4000','61725638838','2024-09-06 19:08:19',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(7667,'4000','61725638838','2024-09-06 19:07:18',NULL,300.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(7668,'4000','61725638838','2024-09-06 19:07:25',NULL,40.00,'','6','1','Good sold','1','25','sales','71','','No',NULL,NULL,''),(7669,'4000','61725638838','2024-09-06 19:07:56',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7670,'1010','61725638930','2024-09-06 19:09:51',160.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172563901435200333303','No',NULL,NULL,'mpesa'),(7671,'1050','61725638930','2024-09-06 19:09:51',80.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172563901435200333303','No',NULL,NULL,'mpesa'),(7672,'1110','61725638930','2024-09-06 19:09:51',NULL,136.00,'','6','1','Inventory sold','1','26','sales','9','','No',NULL,NULL,''),(7673,'1110','61725638930','2024-09-06 19:08:50',NULL,52.66,'','6','1','Inventory sold','1','26','sales','6','','No',NULL,NULL,''),(7674,'5500','61725638930','2024-09-06 19:09:42',188.66,NULL,'','6','1','Cost of goods sold','1','26','sales','','','No',NULL,NULL,''),(7675,'4000','61725638930','2024-09-06 19:09:51',NULL,160.00,'','6','1','Good sold','1','26','sales','9','','No',NULL,NULL,''),(7676,'4000','61725638930','2024-09-06 19:08:50',NULL,80.00,'','6','1','Good sold','1','26','sales','6','','No',NULL,NULL,''),(7677,'1010','61725639015','2024-09-06 19:23:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172563984533038233347','No',NULL,NULL,'mjh'),(7678,'1110','61725639015','2024-09-06 19:23:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7679,'5500','61725639015','2024-09-06 19:10:15',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7680,'4000','61725639015','2024-09-06 19:23:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7681,'1100','41725592809','2024-09-06 19:24:58',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvf'),(7682,'na','41725592809','2024-09-06 19:24:58',100.00,NULL,'','6','1','','1','25','payment','','6172563990727263274292','No',NULL,NULL,'cvf'),(7683,'1100','41725616841','2024-09-06 19:28:15',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvb'),(7684,'na','41725616841','2024-09-06 19:28:15',120.00,NULL,'','6','1','','1','25','payment','','6172564010646332143423','No',NULL,NULL,'cvb'),(7685,'1050','61725640123','2024-09-06 19:31:51',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564031330022240205','No',NULL,NULL,''),(7686,'1110','61725640123','2024-09-06 19:31:51',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7687,'5500','61725640123','2024-09-06 19:28:43',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7688,'4000','61725640123','2024-09-06 19:31:51',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7689,'1010','61725640314','2024-09-06 19:35:46',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564055323200373550','No',NULL,NULL,'bhg'),(7690,'1110','61725640314','2024-09-06 19:35:46',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7691,'5500','61725640314','2024-09-06 19:31:54',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7692,'4000','61725640314','2024-09-06 19:35:46',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7693,'1050','61725640554','2024-09-06 19:36:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564058832326716283','No',NULL,NULL,''),(7694,'1110','61725640554','2024-09-06 19:36:22',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7695,'5500','61725640554','2024-09-06 19:35:54',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7696,'4000','61725640554','2024-09-06 19:36:22',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7697,'1010','61725640589','2024-09-06 19:38:55',340.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564074740322022730','No',NULL,NULL,'mjh'),(7698,'1110','61725640589','2024-09-06 19:38:55',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7699,'1110','61725640589','2024-09-06 19:36:29',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7700,'1110','61725640589','2024-09-06 19:38:10',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7701,'5500','61725640589','2024-09-06 19:38:39',263.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7702,'4000','61725640589','2024-09-06 19:38:55',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7703,'4000','61725640589','2024-09-06 19:36:29',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7704,'4000','61725640589','2024-09-06 19:38:10',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7705,'1010','61725640748','2024-09-06 19:41:16',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564088352803321232','No',NULL,NULL,'bhg'),(7706,'1110','61725640748','2024-09-06 19:41:16',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7707,'5500','61725640748','2024-09-06 19:39:08',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7708,'4000','61725640748','2024-09-06 19:41:16',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7709,'1010','61725640884','2024-09-06 19:52:02',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564153131230050341','No',NULL,NULL,'bhg'),(7710,'1110','61725640884','2024-09-06 19:52:02',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7711,'5500','61725640884','2024-09-06 19:41:24',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7712,'4000','61725640884','2024-09-06 19:52:02',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7713,'1010','61725641532','2024-09-06 19:59:13',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564196263222022320','No',NULL,NULL,'bhg'),(7714,'1110','61725641532','2024-09-06 19:59:13',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7715,'5500','61725641532','2024-09-06 19:52:12',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7716,'4000','61725641532','2024-09-06 19:59:13',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7717,'1100','41725593812','2024-09-06 20:05:59',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bhg'),(7718,'na','41725593812','2024-09-06 20:05:59',280.00,NULL,'','6','1','','1','25','payment','','6172564238423366033861','No',NULL,NULL,'bhg'); INSERT INTO `debitcredit` VALUES (7719,'1100','41725596816','2024-09-06 20:08:00',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(7720,'na','41725596816','2024-09-06 20:08:00',400.00,NULL,'','6','1','','1','25','payment','','6172564249223333633376','No',NULL,NULL,'nhg'),(7721,'1100','61725638606','2024-09-06 20:08:49',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(7722,'na','61725638606','2024-09-06 20:08:49',40.00,NULL,'','6','1','','1','25','payment','','6172564254123222530232','No',NULL,NULL,'nhg'),(7723,'1100','61725638606','2024-09-06 20:09:02',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(7724,'na','61725638606','2024-09-06 20:09:02',40.00,NULL,'','6','1','','1','25','payment','','6172564255130330333330','No',NULL,NULL,''),(7725,'1100','61725627977','2024-09-06 20:09:29',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nmj'),(7726,'na','61725627977','2024-09-06 20:09:29',50.00,NULL,'','6','1','','1','25','payment','','6172564258880302035032','No',NULL,NULL,'nmj'),(7727,'1100','41725601189','2024-09-06 20:11:14',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(7728,'na','41725601189','2024-09-06 20:11:14',60.00,NULL,'','6','1','','1','25','payment','','6172564269134033233020','No',NULL,NULL,'nbv'),(7729,'1100','61725629453','2024-09-06 20:11:58',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(7730,'na','61725629453','2024-09-06 20:11:58',30.00,NULL,'','6','1','','1','25','payment','','6172564273020223020222','No',NULL,NULL,'nhg'),(7731,'1100','61725629453','2024-09-06 20:12:10',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(7732,'na','61725629453','2024-09-06 20:12:10',30.00,NULL,'','6','1','','1','25','payment','','6172564275323525334700','No',NULL,NULL,''),(7733,'1100','41725601164','2024-09-06 20:19:27',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bhg'),(7734,'na','41725601164','2024-09-06 20:19:27',160.00,NULL,'','6','1','','1','25','payment','','6172564318126633232220','No',NULL,NULL,'bhg'),(7735,'1100','41725596843','2024-09-06 20:27:58',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'etrtuyui'),(7736,'na','41725596843','2024-09-06 20:27:58',160.00,NULL,'','6','1','','1','25','payment','','6172564370653220623337','No',NULL,NULL,'etrtuyui'),(7737,'1100','61725632102','2024-09-06 20:28:50',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'5yuyuii'),(7738,'na','61725632102','2024-09-06 20:28:50',80.00,NULL,'','6','1','','1','25','payment','','6172564375903004720300','No',NULL,NULL,'5yuyuii'),(7739,'1010','61725643816','2024-09-06 20:30:55',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564388837223432342','No',NULL,NULL,'mjh'),(7740,'1050','61725643816','2024-09-06 20:30:55',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172564388837223432342','No',NULL,NULL,'mjh'),(7741,'1110','61725643816','2024-09-06 20:30:55',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7742,'5500','61725643816','2024-09-06 20:30:16',56.55,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7743,'4000','61725643816','2024-09-06 20:30:55',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7746,'1100','41725679363','2024-09-07 06:22:55',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172567938403370333813','No',NULL,NULL,''),(7747,'1110','41725679363','2024-09-07 06:22:55',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7748,'5500','41725679363','2024-09-07 06:22:43',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7749,'4000','41725679363','2024-09-07 06:22:55',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7750,'1100','41725679924','2024-09-07 06:32:19',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172567994922222332745','No',NULL,NULL,''),(7751,'1110','41725679924','2024-09-07 06:32:19',NULL,170.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7752,'5500','41725679924','2024-09-07 06:32:05',170.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7753,'4000','41725679924','2024-09-07 06:32:19',NULL,200.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7754,'1050','41725679969','2024-09-07 06:37:48',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568027126022102222','No',NULL,NULL,''),(7755,'1110','41725679969','2024-09-07 06:37:48',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7756,'5500','41725679969','2024-09-07 06:32:49',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7757,'4000','41725679969','2024-09-07 06:37:48',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7758,'1050','41725680272','2024-09-07 06:45:21',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568072400220600224','No',NULL,NULL,''),(7759,'1110','41725680272','2024-09-07 06:45:21',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7760,'5500','41725680272','2024-09-07 06:37:52',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7761,'4000','41725680272','2024-09-07 06:45:21',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7762,'1100','41725680725','2024-09-07 06:55:19',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568137032102043202','No',NULL,NULL,''),(7763,'1110','41725680725','2024-09-07 06:55:19',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7764,'5500','41725680725','2024-09-07 06:45:25',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7765,'4000','41725680725','2024-09-07 06:55:19',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7766,'1100','41725681501','2024-09-07 06:58:32',720.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568152132222200123','No',NULL,NULL,''),(7767,'1110','41725681501','2024-09-07 06:58:32',NULL,612.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7768,'5500','41725681501','2024-09-07 06:58:21',612.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7769,'4000','41725681501','2024-09-07 06:58:32',NULL,720.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7770,'1100','41725682940','2024-09-07 07:22:32',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568296421460213280','No',NULL,NULL,''),(7771,'1110','41725682940','2024-09-07 07:22:32',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7772,'5500','41725682940','2024-09-07 07:22:20',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7773,'4000','41725682940','2024-09-07 07:22:32',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7774,'1010','41725683114','2024-09-07 07:25:22',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568312822240262362','No',NULL,NULL,'bhg'),(7775,'1110','41725683114','2024-09-07 07:25:22',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7776,'5500','41725683114','2024-09-07 07:25:14',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7777,'4000','41725683114','2024-09-07 07:25:22',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7778,'1100','41725683129','2024-09-07 07:34:31',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568367959022726402','No',NULL,NULL,''),(7779,'1110','41725683129','2024-09-07 07:34:31',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7780,'5500','41725683129','2024-09-07 07:25:29',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7781,'4000','41725683129','2024-09-07 07:34:31',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7782,'1050','41725683746','2024-09-07 07:36:00',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568376680352400302','No',NULL,NULL,''),(7783,'1110','41725683746','2024-09-07 07:36:00',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7784,'5500','41725683746','2024-09-07 07:35:46',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7785,'4000','41725683746','2024-09-07 07:36:00',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7786,'2130','41725683766','2024-09-07 07:36:39',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172568381233201243322','No',NULL,NULL,''),(7787,'1110','41725683766','2024-09-07 07:36:39',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(7788,'5500','41725683766','2024-09-07 07:36:06',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(7789,'4000','41725683766','2024-09-07 07:36:39',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(7790,'1010','41725684614','2024-09-07 07:50:24',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568463702224200324','No',NULL,NULL,'bhg'),(7791,'1110','41725684614','2024-09-07 07:50:24',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7792,'5500','41725684614','2024-09-07 07:50:14',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7793,'4000','41725684614','2024-09-07 07:50:24',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7794,'1010','41725684638','2024-09-07 08:04:02',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568545230304301422','No',NULL,NULL,'bhg'),(7795,'1110','41725684638','2024-09-07 08:04:02',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(7796,'5500','41725684638','2024-09-07 07:50:38',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7797,'4000','41725684638','2024-09-07 08:04:02',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(7798,'1010','41725685455','2024-09-07 08:04:27',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568547837230320268','No',NULL,NULL,'bhg'),(7799,'1110','41725685455','2024-09-07 08:04:27',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7800,'5500','41725685455','2024-09-07 08:04:15',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7801,'4000','41725685455','2024-09-07 08:04:27',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7802,'1010','41725685478','2024-09-07 08:05:37',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568554428323233350','No',NULL,NULL,'mjh'),(7803,'1110','41725685478','2024-09-07 08:05:37',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7804,'5500','41725685478','2024-09-07 08:04:39',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7805,'4000','41725685478','2024-09-07 08:05:37',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7806,'1010','41725685545','2024-09-07 08:08:38',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568572605563678122','No',NULL,NULL,'bhg'),(7807,'1110','41725685545','2024-09-07 08:08:38',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7808,'5500','41725685545','2024-09-07 08:05:45',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7809,'4000','41725685545','2024-09-07 08:08:38',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7810,'2130','41725685727','2024-09-07 08:30:03',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172568701433232240230','No',NULL,NULL,''),(7811,'1110','41725685727','2024-09-07 08:30:03',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(7812,'5500','41725685727','2024-09-07 08:08:47',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(7813,'4000','41725685727','2024-09-07 08:30:03',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(7814,'1100','41725687166','2024-09-07 08:32:54',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568718775702023133','No',NULL,NULL,''),(7815,'1110','41725687166','2024-09-07 08:32:54',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7816,'5500','41725687166','2024-09-07 08:32:46',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7817,'4000','41725687166','2024-09-07 08:32:54',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7818,'2130','41725687222','2024-09-07 08:33:51',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172568724324602232222','No',NULL,NULL,''),(7819,'1110','41725687222','2024-09-07 08:33:51',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(7820,'5500','41725687222','2024-09-07 08:33:42',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(7821,'4000','41725687222','2024-09-07 08:33:51',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(7822,'1100','41725687290','2024-09-07 08:36:48',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568741820335322824','No',NULL,NULL,''),(7823,'1110','41725687290','2024-09-07 08:36:48',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7824,'5500','41725687290','2024-09-07 08:34:50',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7825,'4000','41725687290','2024-09-07 08:36:48',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7826,'1010','41725688734','2024-09-07 08:59:05',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568875000032333050','No',NULL,NULL,'mjh'),(7827,'1110','41725688734','2024-09-07 08:59:05',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7828,'5500','41725688734','2024-09-07 08:58:54',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7829,'4000','41725688734','2024-09-07 08:59:05',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7830,'1010','41725688751','2024-09-07 09:06:35',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568929322320273832','No',NULL,NULL,'fg'),(7831,'1110','41725688751','2024-09-07 09:06:35',NULL,48.50,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(7832,'1110','41725688751','2024-09-07 08:59:11',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(7833,'5500','41725688751','2024-09-07 09:06:26',102.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7834,'4000','41725688751','2024-09-07 09:06:35',NULL,100.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(7835,'4000','41725688751','2024-09-07 08:59:11',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7836,'1100','41725689294','2024-09-07 09:08:45',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568934334222384029','No',NULL,NULL,''),(7837,'1110','41725689294','2024-09-07 09:08:45',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7838,'5500','41725689294','2024-09-07 09:08:14',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7839,'4000','41725689294','2024-09-07 09:08:45',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7840,'1100','41725689569','2024-09-07 09:12:54',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172568958232413418323','No',NULL,NULL,''),(7841,'1110','41725689569','2024-09-07 09:12:54',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7842,'5500','41725689569','2024-09-07 09:12:49',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7843,'4000','41725689569','2024-09-07 09:12:54',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7844,'1010','41725689711','2024-09-07 09:15:23',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172568972842245203282','No',NULL,NULL,'mjh'),(7845,'1110','41725689711','2024-09-07 09:15:23',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7846,'5500','41725689711','2024-09-07 09:15:11',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7847,'4000','41725689711','2024-09-07 09:15:23',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7848,'1100','41725690018','2024-09-07 09:23:23',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172569021320462145347','No',NULL,NULL,''),(7849,'1110','41725690018','2024-09-07 09:23:23',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7850,'5500','41725690018','2024-09-07 09:20:19',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7851,'4000','41725690018','2024-09-07 09:23:23',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7852,'1050','41725691395','2024-09-07 09:43:27',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569140923134410205','No',NULL,NULL,''),(7853,'1110','41725691395','2024-09-07 09:43:27',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7854,'5500','41725691395','2024-09-07 09:43:15',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7855,'4000','41725691395','2024-09-07 09:43:27',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7856,'1050','41725691410','2024-09-07 09:44:55',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569149902301400222','No',NULL,NULL,''),(7857,'1110','41725691410','2024-09-07 09:44:55',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7858,'5500','41725691410','2024-09-07 09:43:30',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7859,'4000','41725691410','2024-09-07 09:44:55',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7860,'1010','41725691499','2024-09-07 09:49:21',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569177494372234007','No',NULL,NULL,'bhg'),(7861,'1110','41725691499','2024-09-07 09:49:21',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7862,'5500','41725691499','2024-09-07 09:44:59',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7863,'4000','41725691499','2024-09-07 09:49:21',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7864,'1010','41725691774','2024-09-07 09:53:31',55.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569203243302203220','No',NULL,NULL,'bhg'),(7865,'1050','41725691774','2024-09-07 09:53:31',95.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569203243302203220','No',NULL,NULL,'bhg'),(7866,'1110','41725691774','2024-09-07 09:53:31',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7867,'5500','41725691774','2024-09-07 09:49:34',127.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7868,'4000','41725691774','2024-09-07 09:53:31',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7869,'1050','41725692032','2024-09-07 10:33:22',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569440402232426200','No',NULL,NULL,''),(7870,'1110','41725692032','2024-09-07 10:33:22',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7871,'5500','41725692032','2024-09-07 09:53:52',56.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7872,'4000','41725692032','2024-09-07 10:33:22',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7873,'1010','41725694405','2024-09-07 10:40:34',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172569484132336324735','No',NULL,NULL,'bhg'),(7874,'1110','41725694405','2024-09-07 10:40:34',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7875,'5500','41725694405','2024-09-07 10:33:25',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7876,'4000','41725694405','2024-09-07 10:40:34',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7877,'1100','61725708261','2024-09-07 14:26:59',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172570843132728838210','No',NULL,NULL,''),(7878,'1110','61725708261','2024-09-07 14:26:59',NULL,56.47,'','6','1','Inventory sold','1','25','sales','104','','No',NULL,NULL,''),(7879,'5500','61725708261','2024-09-07 14:24:21',56.47,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7880,'4000','61725708261','2024-09-07 14:26:59',NULL,100.00,'','6','1','Good sold','1','25','sales','104','','No',NULL,NULL,''),(7881,'1010','61725708449','2024-09-07 14:28:28',220.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570852133232722228','No',NULL,NULL,'mpesa'),(7882,'1110','61725708449','2024-09-07 14:28:28',NULL,48.50,'','6','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(7883,'1110','61725708449','2024-09-07 14:27:29',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7884,'5500','61725708449','2024-09-07 14:27:54',150.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7885,'4000','61725708449','2024-09-07 14:28:28',NULL,100.00,'','6','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(7886,'4000','61725708449','2024-09-07 14:27:29',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7887,'1010','61725708522','2024-09-07 14:29:40',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570864427382123753','No',NULL,NULL,'mpesa'),(7888,'1050','61725708522','2024-09-07 14:29:40',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570864427382123753','No',NULL,NULL,'mpesa'),(7889,'1110','61725708522','2024-09-07 14:29:40',NULL,172.14,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7890,'5500','61725708522','2024-09-07 14:28:42',172.14,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7891,'4000','61725708522','2024-09-07 14:29:40',NULL,600.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7892,'1010','61725708645','2024-09-07 14:32:36',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570883533203023528','No',NULL,NULL,'mpesa'),(7893,'1050','61725708645','2024-09-07 14:32:36',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570883533203023528','No',NULL,NULL,'mpesa'),(7894,'1110','61725708645','2024-09-07 14:32:36',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7895,'5500','61725708645','2024-09-07 14:30:45',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7896,'4000','61725708645','2024-09-07 14:32:36',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7897,'1010','61725708836','2024-09-07 14:36:01',130.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172570896934232235332','No',NULL,NULL,'mpesa'),(7898,'1110','61725708836','2024-09-07 14:36:01',NULL,52.66,'','6','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(7899,'1110','61725708836','2024-09-07 14:33:56',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7900,'5500','61725708836','2024-09-07 14:35:49',95.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7901,'4000','61725708836','2024-09-07 14:36:01',NULL,80.00,'','6','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(7902,'4000','61725708836','2024-09-07 14:33:56',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7903,'1100','61725708970','2024-09-07 14:37:32',300.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172570906030303333224','No',NULL,NULL,''),(7904,'1110','61725708970','2024-09-07 14:37:32',NULL,1.00,'','6','1','Inventory sold','1','25','sales','98','','No',NULL,NULL,''),(7905,'1110','61725708970','2024-09-07 14:36:10',NULL,112.94,'','6','1','Inventory sold','1','25','sales','104','','No',NULL,NULL,''),(7906,'5500','61725708970','2024-09-07 14:37:05',113.94,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7907,'4000','61725708970','2024-09-07 14:37:32',NULL,100.00,'','6','1','Good sold','1','25','sales','98','','No',NULL,NULL,''),(7908,'4000','61725708970','2024-09-07 14:36:10',NULL,200.00,'','6','1','Good sold','1','25','sales','104','','No',NULL,NULL,''),(7909,'1010','61725709092','2024-09-07 14:38:48',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570916122620571219','No',NULL,NULL,'mpesa'),(7910,'1110','61725709092','2024-09-07 14:38:48',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7911,'5500','61725709092','2024-09-07 14:38:12',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7912,'4000','61725709092','2024-09-07 14:38:48',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7913,'1010','61725709162','2024-09-07 14:43:00',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570938543230772330','No',NULL,NULL,'mpesa'),(7914,'1110','61725709162','2024-09-07 14:43:00',NULL,103.52,'','6','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(7915,'1110','61725709162','2024-09-07 14:39:22',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(7916,'5500','61725709162','2024-09-07 14:42:47',112.92,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7917,'4000','61725709162','2024-09-07 14:43:00',NULL,180.00,'','6','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(7918,'4000','61725709162','2024-09-07 14:39:22',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7919,'1100','61725709386','2024-09-07 14:45:23',120.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172570953479362332433','No',NULL,NULL,''),(7920,'1110','61725709386','2024-09-07 14:45:23',NULL,102.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(7921,'5500','61725709386','2024-09-07 14:43:06',102.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7922,'4000','61725709386','2024-09-07 14:45:23',NULL,120.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(7923,'1010','61725709555','2024-09-07 14:46:40',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570961425436263452','No',NULL,NULL,'mpesa'),(7924,'1110','61725709555','2024-09-07 14:46:40',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7925,'5500','61725709555','2024-09-07 14:45:55',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7926,'4000','61725709555','2024-09-07 14:46:40',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7927,'1050','61725709649','2024-09-07 14:47:38',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570965922633067226','No',NULL,NULL,''),(7928,'1110','61725709649','2024-09-07 14:47:38',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7929,'5500','61725709649','2024-09-07 14:47:29',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7930,'4000','61725709649','2024-09-07 14:47:38',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7933,'1110','61725643473','2024-09-06 20:24:33',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(7934,'2130','61725643473','2024-09-06 20:24:33',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(7935,'1010','61725709703','2024-09-07 14:48:58',960.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570976120235366676','No',NULL,NULL,'mpesa'),(7936,'1110','61725709703','2024-09-07 14:48:58',NULL,816.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7937,'5500','61725709703','2024-09-07 14:48:23',816.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7938,'4000','61725709703','2024-09-07 14:48:58',NULL,960.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7939,'1100','61725709765','2024-09-07 14:49:46',300.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172570980265032325724','No',NULL,NULL,''),(7940,'1110','61725709765','2024-09-07 14:49:46',NULL,169.41,'','6','1','Inventory sold','1','25','sales','104','','No',NULL,NULL,''),(7941,'5500','61725709765','2024-09-07 14:49:25',169.41,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(7942,'4000','61725709765','2024-09-07 14:49:46',NULL,300.00,'','6','1','Good sold','1','25','sales','104','','No',NULL,NULL,''),(7943,'1010','61725709823','2024-09-07 14:51:02',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172570986726703102810','No',NULL,NULL,'mpesa'),(7944,'1110','61725709823','2024-09-07 14:51:02',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7945,'1110','61725709823','2024-09-07 14:50:23',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7946,'5500','61725709823','2024-09-07 14:50:52',98.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7947,'4000','61725709823','2024-09-07 14:51:02',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7948,'4000','61725709823','2024-09-07 14:50:23',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7949,'1010','61725709868','2024-09-07 14:53:42',640.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571010111330200213','No',NULL,NULL,'mpesa'),(7950,'1050','61725709868','2024-09-07 14:53:42',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571010111330200213','No',NULL,NULL,'mpesa'),(7951,'1110','61725709868','2024-09-07 14:53:42',NULL,3.00,'','6','1','Inventory sold','1','','sales','98','','No',NULL,NULL,''),(7952,'1110','61725709868','2024-09-07 14:51:08',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7953,'1110','61725709868','2024-09-07 14:52:29',NULL,54.00,'','6','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(7954,'1110','61725709868','2024-09-07 14:52:47',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(7955,'5500','61725709868','2024-09-07 14:53:20',358.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7956,'4000','61725709868','2024-09-07 14:53:42',NULL,300.00,'','6','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(7957,'4000','61725709868','2024-09-07 14:51:08',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7958,'4000','61725709868','2024-09-07 14:52:29',NULL,100.00,'','6','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(7959,'4000','61725709868','2024-09-07 14:52:47',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(7960,'2130','61725710788','2024-09-07 15:06:38',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172571082103770722212','No',NULL,NULL,''),(7961,'1110','61725710788','2024-09-07 15:06:38',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(7962,'5500','61725710788','2024-09-07 15:06:28',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(7963,'4000','61725710788','2024-09-07 15:06:38',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(7964,'1050','61725710950','2024-09-07 15:09:20',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571096421330732063','No',NULL,NULL,''),(7965,'1110','61725710950','2024-09-07 15:09:20',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7966,'5500','61725710950','2024-09-07 15:09:10',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7967,'4000','61725710950','2024-09-07 15:09:20',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7968,'1010','61725710966','2024-09-07 15:29:14',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571220723072770202','No',NULL,NULL,'vbg'),(7969,'1050','61725710966','2024-09-07 15:29:14',110.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571220723072770202','No',NULL,NULL,'vbg'),(7970,'1110','61725710966','2024-09-07 15:29:14',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7971,'1110','61725710966','2024-09-07 15:09:26',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(7972,'1110','61725710966','2024-09-07 15:28:01',NULL,47.02,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7973,'1110','61725710966','2024-09-07 15:28:22',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7974,'5500','61725710966','2024-09-07 15:28:42',149.96,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7975,'4000','61725710966','2024-09-07 15:29:14',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7976,'4000','61725710966','2024-09-07 15:09:26',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(7977,'4000','61725710966','2024-09-07 15:28:01',NULL,75.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7978,'4000','61725710966','2024-09-07 15:28:22',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7979,'1010','61725712208','2024-09-07 15:48:14',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571329873820202038','No',NULL,NULL,'mjh'),(7980,'1110','61725712208','2024-09-07 15:48:14',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(7981,'5500','61725712208','2024-09-07 15:30:08',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7982,'4000','61725712208','2024-09-07 15:48:14',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(7983,'1050','61725713299','2024-09-07 16:00:03',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571400653226713032','No',NULL,NULL,''),(7984,'1110','61725713299','2024-09-07 16:00:03',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7985,'5500','61725713299','2024-09-07 15:48:19',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7986,'4000','61725713299','2024-09-07 16:00:03',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7987,'2130','61725714007','2024-09-07 16:13:22',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172571482236722335202','No',NULL,NULL,''),(7988,'1110','61725714007','2024-09-07 16:13:22',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(7989,'5500','61725714007','2024-09-07 16:00:07',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(7990,'4000','61725714007','2024-09-07 16:13:22',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(7991,'1010','61725714873','2024-09-07 16:14:42',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571489084233932227','No',NULL,NULL,'bhg'),(7992,'1110','61725714873','2024-09-07 16:14:42',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7993,'5500','61725714873','2024-09-07 16:14:33',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7994,'4000','61725714873','2024-09-07 16:14:42',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7995,'1010','61725714891','2024-09-07 16:52:21',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571714712773332320','No',NULL,NULL,'mpesa'),(7996,'1110','61725714891','2024-09-07 16:52:21',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7997,'5500','61725714891','2024-09-07 16:14:51',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7998,'4000','61725714891','2024-09-07 16:52:21',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7999,'1010','61725717148','2024-09-07 17:04:36',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571789726733050382','No',NULL,NULL,'mpesa'),(8000,'1110','61725717148','2024-09-07 17:04:36',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8001,'5500','61725717148','2024-09-07 16:52:28',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8002,'4000','61725717148','2024-09-07 17:04:36',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8003,'1010','61725717898','2024-09-07 17:05:16',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571792233252327227','No',NULL,NULL,'mpesa'),(8004,'1110','61725717898','2024-09-07 17:05:16',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8005,'5500','61725717898','2024-09-07 17:04:58',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8006,'4000','61725717898','2024-09-07 17:05:16',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8007,'1010','61725717923','2024-09-07 17:09:28',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571817406002823723','No',NULL,NULL,'mpesa'),(8008,'1110','61725717923','2024-09-07 17:09:28',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8009,'5500','61725717923','2024-09-07 17:05:23',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8010,'4000','61725717923','2024-09-07 17:09:28',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8011,'2130','61725718175','2024-09-07 17:24:42',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172571909969029135032','No',NULL,NULL,''),(8012,'1110','61725718175','2024-09-07 17:24:42',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(8013,'5500','61725718175','2024-09-07 17:09:35',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(8014,'4000','61725718175','2024-09-07 17:24:42',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(8015,'1010','61725719606','2024-09-07 17:33:39',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571964126002100261','No',NULL,NULL,'mpesa'),(8016,'1110','61725719606','2024-09-07 17:33:39',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8017,'5500','61725719606','2024-09-07 17:33:26',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8018,'4000','61725719606','2024-09-07 17:33:39',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8019,'1010','61725719642','2024-09-07 17:37:35',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172571986390010202230','No',NULL,NULL,'mjh'),(8020,'1110','61725719642','2024-09-07 17:37:35',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8021,'5500','61725719642','2024-09-07 17:34:02',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8022,'4000','61725719642','2024-09-07 17:37:35',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8023,'1050','61725719864','2024-09-07 17:49:36',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572058383231322330','No',NULL,NULL,''),(8024,'1110','61725719864','2024-09-07 17:49:36',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8025,'5500','61725719864','2024-09-07 17:37:44',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8026,'4000','61725719864','2024-09-07 17:49:36',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8027,'1100','61725720842','2024-09-07 17:55:18',140.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172572094023003210202','No',NULL,NULL,''),(8028,'1110','61725720842','2024-09-07 17:55:18',NULL,54.00,'','6','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(8029,'1110','61725720842','2024-09-07 17:54:02',NULL,29.50,'','6','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(8030,'5500','61725720842','2024-09-07 17:54:41',83.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8031,'4000','61725720842','2024-09-07 17:55:18',NULL,80.00,'','6','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(8032,'4000','61725720842','2024-09-07 17:54:02',NULL,60.00,'','6','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(8033,'4000','61725720967','2024-09-07 17:56:19',NULL,0.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8034,'1010','61725721007','2024-09-07 17:59:13',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572116122302120233','No',NULL,NULL,'bhg'),(8035,'1110','61725721007','2024-09-07 17:59:13',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8036,'5500','61725721007','2024-09-07 17:56:47',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8037,'4000','61725721007','2024-09-07 17:59:13',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8038,'1010','61725721162','2024-09-07 18:15:55',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572216124303602217','No',NULL,NULL,'bhg'),(8039,'1110','61725721162','2024-09-07 18:15:55',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8040,'5500','61725721162','2024-09-07 17:59:22',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8041,'4000','61725721162','2024-09-07 18:15:55',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8042,'1100','61725722162','2024-09-07 18:18:02',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172572229307330233712','No',NULL,NULL,''),(8043,'1110','61725722162','2024-09-07 18:18:02',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8044,'5500','61725722162','2024-09-07 18:16:02',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8045,'4000','61725722162','2024-09-07 18:18:02',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8046,'1050','61725722459','2024-09-07 18:21:32',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572249442324223210','No',NULL,NULL,''),(8047,'1110','61725722459','2024-09-07 18:21:32',NULL,54.00,'','6','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(8048,'5500','61725722459','2024-09-07 18:20:59',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8049,'4000','61725722459','2024-09-07 18:21:32',NULL,100.00,'','6','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(8050,'1010','61725722495','2024-09-07 18:24:29',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572267702070227224','No',NULL,NULL,'bhg'),(8051,'1110','61725722495','2024-09-07 18:24:29',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8052,'5500','61725722495','2024-09-07 18:21:35',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8053,'4000','61725722495','2024-09-07 18:24:29',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8054,'1050','61725722678','2024-09-07 18:28:20',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572290891392122182','No',NULL,NULL,''),(8055,'1110','61725722678','2024-09-07 18:28:20',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8056,'5500','61725722678','2024-09-07 18:24:38',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8057,'4000','61725722678','2024-09-07 18:28:20',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8058,'1050','61725722909','2024-09-07 18:39:31',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572357457252277202','No',NULL,NULL,''),(8059,'1110','61725722909','2024-09-07 18:39:31',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8060,'5500','61725722909','2024-09-07 18:28:29',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8061,'4000','61725722909','2024-09-07 18:39:31',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8062,'1010','61725723575','2024-09-07 18:46:45',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572402916233433033','No',NULL,NULL,'mjh'),(8063,'1050','61725723575','2024-09-07 18:46:45',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572402916233433033','No',NULL,NULL,'mjh'),(8064,'1110','61725723575','2024-09-07 18:46:45',NULL,238.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8065,'5500','61725723575','2024-09-07 18:39:35',238.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8066,'4000','61725723575','2024-09-07 18:46:45',NULL,280.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8067,'1100','41725679924','2024-09-07 18:47:31',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(8068,'na','41725679924','2024-09-07 18:47:31',200.00,NULL,'','6','1','','1','25','payment','','6172572406300423326620','No',NULL,NULL,'bnh'),(8069,'1100','41725679363','2024-09-07 18:48:19',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(8070,'na','41725679363','2024-09-07 18:48:19',160.00,NULL,'','6','1','','1','25','payment','','6172572410813202162252','No',NULL,NULL,'bnhg'),(8071,'1100','41725681501','2024-09-07 18:48:53',NULL,720.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(8072,'na','41725681501','2024-09-07 18:48:53',720.00,NULL,'','6','1','','1','25','payment','','6172572414632041532232','No',NULL,NULL,'bnh'),(8073,'1010','61725724319','2024-09-07 18:52:14',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572434424622422337','No',NULL,NULL,'bhg'),(8074,'1110','61725724319','2024-09-07 18:52:14',NULL,118.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8075,'5500','61725724319','2024-09-07 18:51:59',118.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8076,'4000','61725724319','2024-09-07 18:52:14',NULL,200.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8077,'1010','61725724366','2024-09-07 18:53:09',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572439850212300224','No',NULL,NULL,'fg'),(8078,'1110','61725724366','2024-09-07 18:53:09',NULL,127.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8079,'5500','61725724366','2024-09-07 18:52:46',127.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8080,'4000','61725724366','2024-09-07 18:53:09',NULL,150.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8081,'1050','61725724399','2024-09-07 18:54:15',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572447023073333430','No',NULL,NULL,''),(8082,'1110','61725724399','2024-09-07 18:54:15',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8083,'5500','61725724399','2024-09-07 18:53:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8084,'4000','61725724399','2024-09-07 18:54:15',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8085,'1010','61725724473','2024-09-07 18:56:03',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572456933663223293','No',NULL,NULL,'bhg'),(8086,'1110','61725724473','2024-09-07 18:56:03',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8087,'5500','61725724473','2024-09-07 18:54:33',188.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8088,'4000','61725724473','2024-09-07 18:56:03',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8089,'1010','61725724570','2024-09-07 19:03:12',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572499777330632221','No',NULL,NULL,'bhg'),(8090,'1110','61725724570','2024-09-07 19:03:12',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8091,'5500','61725724570','2024-09-07 18:56:10',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8092,'4000','61725724570','2024-09-07 19:03:12',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8093,'1010','61725724999','2024-09-07 19:03:56',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572504407026233203','No',NULL,NULL,'mjh'),(8094,'1110','61725724999','2024-09-07 19:03:56',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8095,'5500','61725724999','2024-09-07 19:03:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8096,'4000','61725724999','2024-09-07 19:03:56',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8097,'1100','41725689569','2024-09-07 19:04:59',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(8098,'na','41725689569','2024-09-07 19:04:59',80.00,NULL,'','6','1','','1','25','payment','','6172572512534332041372','No',NULL,NULL,'bnhg'),(8099,'1100','41725680725','2024-09-07 19:06:49',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bgf'),(8100,'na','41725680725','2024-09-07 19:06:49',280.00,NULL,'','6','1','','1','25','payment','','6172572522034021020242','No',NULL,NULL,'bgf'),(8101,'2130','61725725828','2024-09-07 19:17:31',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172572586927223263230','No',NULL,NULL,''),(8102,'1110','61725725828','2024-09-07 19:17:31',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(8103,'5500','61725725828','2024-09-07 19:17:08',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(8104,'4000','61725725828','2024-09-07 19:17:31',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(8105,'1010','61725725984','2024-09-07 19:20:21',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572602803332002222','No',NULL,NULL,'mjh'),(8106,'1110','61725725984','2024-09-07 19:20:21',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8107,'5500','61725725984','2024-09-07 19:19:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8108,'4000','61725725984','2024-09-07 19:20:21',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8109,'1050','61725726398','2024-09-07 19:26:55',750.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172572642626202003622','No',NULL,NULL,''),(8110,'1110','61725726398','2024-09-07 19:26:55',NULL,470.20,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8111,'5500','61725726398','2024-09-07 19:26:38',470.20,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8112,'4000','61725726398','2024-09-07 19:26:55',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8113,'1100','41725687166','2024-09-07 19:28:40',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(8114,'na','41725687166','2024-09-07 19:28:40',100.00,NULL,'','6','1','','1','25','payment','','6172572653065332053106','No',NULL,NULL,'bnh'),(8115,'1100','41725683129','2024-09-07 19:30:38',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(8116,'na','41725683129','2024-09-07 19:30:38',280.00,NULL,'','6','1','','1','25','payment','','6172572665312220036233','No',NULL,NULL,'bnhg'),(8117,'1100','61725720842','2024-09-07 19:39:27',NULL,140.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bgf'),(8118,'na','61725720842','2024-09-07 19:39:27',140.00,NULL,'','4','1','','1','25','payment','','4172572718232331723733','No',NULL,NULL,'bgf'),(8119,'1100','61725709765','2024-09-07 19:40:12',NULL,300.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nhg'),(8120,'na','61725709765','2024-09-07 19:40:12',300.00,NULL,'','4','1','','1','25','payment','','4172572722673636223403','No',NULL,NULL,'nhg'),(8121,'1100','41725689294','2024-09-07 19:43:17',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(8122,'na','41725689294','2024-09-07 19:43:17',80.00,NULL,'','4','1','','1','25','payment','','4172572740931020733291','No',NULL,NULL,'mnb'),(8123,'1010','41725727413','2024-09-07 19:43:47',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172572743320403403733','No',NULL,NULL,'mjh'),(8124,'1110','41725727413','2024-09-07 19:43:47',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8125,'5500','41725727413','2024-09-07 19:43:33',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8126,'4000','41725727413','2024-09-07 19:43:47',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8127,'1010','41725727433','2024-09-07 19:45:59',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172572756833250232003','No',NULL,NULL,'mjh'),(8128,'1110','41725727433','2024-09-07 19:45:59',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(8129,'5500','41725727433','2024-09-07 19:43:54',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8130,'4000','41725727433','2024-09-07 19:45:59',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8131,'1100','61725708970','2024-09-07 19:46:54',NULL,300.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(8132,'na','61725708970','2024-09-07 19:46:54',300.00,NULL,'','4','1','','1','25','payment','','4172572762622722704222','No',NULL,NULL,'mnb'),(8133,'1100','41725687290','2024-09-07 19:49:09',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvv'),(8134,'na','41725687290','2024-09-07 19:49:09',60.00,NULL,'','4','1','','1','25','payment','','4172572777022130034325','No',NULL,NULL,'cvv'),(8135,'1100','61725709386','2024-09-07 19:53:24',NULL,120.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmh'),(8136,'na','61725709386','2024-09-07 19:53:24',120.00,NULL,'','4','1','','1','25','payment','','4172572801623320672174','No',NULL,NULL,'nmh'),(8137,'1010','41725728158','2024-09-07 19:56:11',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172572817703284744533','No',NULL,NULL,'bhg'),(8138,'1110','41725728158','2024-09-07 19:56:11',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8139,'5500','41725728158','2024-09-07 19:55:59',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8140,'4000','41725728158','2024-09-07 19:56:11',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8141,'1100','41725682940','2024-09-07 19:58:52',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnv'),(8142,'na','41725682940','2024-09-07 19:58:52',160.00,NULL,'','4','1','','1','25','payment','','4172572834333272203023','No',NULL,NULL,'bnv'),(8143,'1010','41725728959','2024-09-07 20:09:59',95.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172572902502930337029','No',NULL,NULL,'bhg'),(8144,'1050','41725728959','2024-09-07 20:09:59',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172572902502930337029','No',NULL,NULL,'bhg'),(8145,'1110','41725728959','2024-09-07 20:09:59',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8146,'1110','41725728959','2024-09-07 20:09:19',NULL,29.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(8147,'5500','41725728959','2024-09-07 20:09:45',76.52,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8148,'4000','41725728959','2024-09-07 20:09:59',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8149,'4000','41725728959','2024-09-07 20:09:19',NULL,60.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(8150,'1100','61725708261','2024-09-07 20:14:03',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(8151,'na','61725708261','2024-09-07 20:14:03',100.00,NULL,'','4','1','','1','25','payment','','4172572927473729379232','No',NULL,NULL,''),(8152,'1100','41725690018','2024-09-07 20:15:25',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(8153,'na','41725690018','2024-09-07 20:15:25',160.00,NULL,'','4','1','','1','25','payment','','4172572934620422230220','No',NULL,NULL,''),(8154,'1100','61725722162','2024-09-07 20:16:13',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(8155,'na','61725722162','2024-09-07 20:16:13',80.00,NULL,'','4','1','','1','25','payment','','4172572938120223243314','No',NULL,NULL,''),(8156,'1100','61725765837','2024-09-08 06:25:55',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172576596731322242333','No',NULL,NULL,''),(8157,'1110','61725765837','2024-09-08 06:25:55',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8158,'5500','61725765837','2024-09-08 06:23:57',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8159,'4000','61725765837','2024-09-08 06:25:55',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8160,'1010','61725766006','2024-09-08 06:26:56',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172576602430621423000','No',NULL,NULL,'mpesa'),(8161,'1110','61725766006','2024-09-08 06:26:56',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8162,'5500','61725766006','2024-09-08 06:26:46',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8163,'4000','61725766006','2024-09-08 06:26:56',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8164,'1100','61725766025','2024-09-08 07:17:21',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172576906267362206222','No',NULL,NULL,''),(8165,'1110','61725766025','2024-09-08 07:17:21',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8166,'5500','61725766025','2024-09-08 06:27:05',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8167,'4000','61725766025','2024-09-08 07:17:21',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8168,'1100','61725769151','2024-09-08 07:19:21',1280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172576917677262100317','No',NULL,NULL,''),(8169,'1110','61725769151','2024-09-08 07:19:21',NULL,1088.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8170,'5500','61725769151','2024-09-08 07:19:11',1088.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8171,'4000','61725769151','2024-09-08 07:19:21',NULL,1280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8172,'1010','61725769192','2024-09-08 07:20:06',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172576921613223320223','No',NULL,NULL,'mpesa'),(8173,'1110','61725769192','2024-09-08 07:20:06',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8174,'5500','61725769192','2024-09-08 07:19:52',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8175,'4000','61725769192','2024-09-08 07:20:06',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8180,'2130','61725770698','2024-09-08 07:45:13',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172577073020332343020','No',NULL,NULL,''),(8181,'1110','61725770698','2024-09-08 07:45:13',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(8182,'5500','61725770698','2024-09-08 07:44:58',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(8183,'4000','61725770698','2024-09-08 07:45:13',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(8184,'1010','61725770899','2024-09-08 07:48:26',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577102502025727323','No',NULL,NULL,'mpesa'),(8185,'1110','61725770899','2024-09-08 07:48:26',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8186,'5500','61725770899','2024-09-08 07:48:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8187,'4000','61725770899','2024-09-08 07:48:26',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8188,'1010','61725771025','2024-09-08 07:54:11',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577126023322002210','No',NULL,NULL,'mpesa'),(8189,'1110','61725771025','2024-09-08 07:54:11',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8190,'5500','61725771025','2024-09-08 07:50:25',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8191,'4000','61725771025','2024-09-08 07:54:11',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8192,'2130','61725771261','2024-09-08 08:22:49',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172577298737297303200','No',NULL,NULL,''),(8193,'1110','61725771261','2024-09-08 08:22:49',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(8194,'5500','61725771261','2024-09-08 07:54:21',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(8195,'4000','61725771261','2024-09-08 08:22:49',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(8196,'1010','61725773058','2024-09-08 08:24:28',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577307927237320524','No',NULL,NULL,'mpesa'),(8197,'1110','61725773058','2024-09-08 08:24:28',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8198,'5500','61725773058','2024-09-08 08:24:18',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8199,'4000','61725773058','2024-09-08 08:24:28',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8200,'1010','61725773080','2024-09-08 08:25:44',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577315530705550232','No',NULL,NULL,'mpesa'),(8201,'1110','61725773080','2024-09-08 08:25:44',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8202,'5500','61725773080','2024-09-08 08:24:40',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8203,'4000','61725773080','2024-09-08 08:25:44',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8204,'1010','61725773156','2024-09-08 08:27:25',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577325420020307372','No',NULL,NULL,'mpesa'),(8205,'1110','61725773156','2024-09-08 08:27:25',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8206,'5500','61725773156','2024-09-08 08:25:56',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8207,'4000','61725773156','2024-09-08 08:27:25',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8208,'2130','61725773255','2024-09-08 08:30:48',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172577358821382032582','No',NULL,NULL,''),(8209,'1110','61725773255','2024-09-08 08:30:48',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(8210,'5500','61725773255','2024-09-08 08:27:35',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(8211,'4000','61725773255','2024-09-08 08:30:48',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(8212,'1010','61725775058','2024-09-08 08:57:59',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577508702332360047','No',NULL,NULL,'mpesa'),(8213,'1110','61725775058','2024-09-08 08:57:59',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8214,'5500','61725775058','2024-09-08 08:57:38',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8215,'4000','61725775058','2024-09-08 08:57:59',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8216,'1100','61725775087','2024-09-08 09:02:35',220.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172577537133240711000','No',NULL,NULL,''),(8217,'1110','61725775087','2024-09-08 09:02:35',NULL,187.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8218,'5500','61725775087','2024-09-08 08:58:07',187.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8219,'4000','61725775087','2024-09-08 09:02:35',NULL,220.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8220,'1050','61725775594','2024-09-08 09:06:41',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577560540307221030','No',NULL,NULL,''),(8221,'1110','61725775594','2024-09-08 09:06:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8222,'5500','61725775594','2024-09-08 09:06:34',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8223,'4000','61725775594','2024-09-08 09:06:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8224,'1010','61725775606','2024-09-08 09:24:24',850.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577667026223020227','No',NULL,NULL,'mpesa'),(8225,'1110','61725775606','2024-09-08 09:24:24',NULL,722.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8226,'5500','61725775606','2024-09-08 09:06:46',722.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8227,'4000','61725775606','2024-09-08 09:24:24',NULL,850.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8228,'1010','61725776671','2024-09-08 09:29:49',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577699532210022333','No',NULL,NULL,'mpesa'),(8229,'1110','61725776671','2024-09-08 09:29:49',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8230,'5500','61725776671','2024-09-08 09:24:31',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8231,'4000','61725776671','2024-09-08 09:29:49',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8232,'1010','61725776995','2024-09-08 09:42:38',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577777557273020373','No',NULL,NULL,'mpesa'),(8233,'1110','61725776995','2024-09-08 09:42:38',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8234,'5500','61725776995','2024-09-08 09:29:56',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8235,'4000','61725776995','2024-09-08 09:42:38',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8236,'1050','61725777776','2024-09-08 09:57:59',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172577868522671033702','No',NULL,NULL,''),(8237,'1110','61725777776','2024-09-08 09:57:59',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8238,'5500','61725777776','2024-09-08 09:42:56',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8239,'4000','61725777776','2024-09-08 09:57:59',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8240,'1100','61725778686','2024-09-08 09:58:25',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172577871773007327303','No',NULL,NULL,''),(8241,'1110','61725778686','2024-09-08 09:58:25',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(8242,'5500','61725778686','2024-09-08 09:58:06',56.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8243,'4000','61725778686','2024-09-08 09:58:25',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(8244,'1100','61725779287','2024-09-08 10:08:22',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172577931059273020333','No',NULL,NULL,''),(8245,'1110','61725779287','2024-09-08 10:08:22',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(8246,'5500','61725779287','2024-09-08 10:08:07',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8247,'4000','61725779287','2024-09-08 10:08:22',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(8248,'1010','61725779495','2024-09-08 10:11:45',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577951132543533224','No',NULL,NULL,'mpesa'),(8249,'1110','61725779495','2024-09-08 10:11:45',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8250,'5500','61725779495','2024-09-08 10:11:35',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8251,'4000','61725779495','2024-09-08 10:11:45',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8252,'1100','61725779511','2024-09-08 10:15:13',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172577972102722023279','No',NULL,NULL,''),(8253,'1110','61725779511','2024-09-08 10:15:13',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8254,'5500','61725779511','2024-09-08 10:11:51',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8255,'4000','61725779511','2024-09-08 10:15:13',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8256,'1010','61725779732','2024-09-08 10:15:42',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577974924903202730','No',NULL,NULL,'mpesa'),(8257,'1110','61725779732','2024-09-08 10:15:42',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8258,'5500','61725779732','2024-09-08 10:15:32',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8259,'4000','61725779732','2024-09-08 10:15:42',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8260,'1010','61725779769','2024-09-08 10:16:53',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577983108367323319','No',NULL,NULL,'mpesa'),(8261,'1110','61725779769','2024-09-08 10:16:53',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8262,'5500','61725779769','2024-09-08 10:16:09',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8263,'4000','61725779769','2024-09-08 10:16:53',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8264,'1010','61725779854','2024-09-08 10:18:31',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172577991823222743202','No',NULL,NULL,'mpesa'),(8265,'1110','61725779854','2024-09-08 10:18:31',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8266,'5500','61725779854','2024-09-08 10:17:34',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8267,'4000','61725779854','2024-09-08 10:18:31',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8268,'1010','61725779919','2024-09-08 10:29:25',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578057027203022252','No',NULL,NULL,'mpesa'),(8269,'1110','61725779919','2024-09-08 10:29:25',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(8270,'5500','61725779919','2024-09-08 10:18:39',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8271,'4000','61725779919','2024-09-08 10:29:25',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(8272,'1010','61725780571','2024-09-08 10:39:35',340.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578118184328331332','No',NULL,NULL,'mpesa'),(8273,'1110','61725780571','2024-09-08 10:39:35',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(8274,'1110','61725780571','2024-09-08 10:29:31',NULL,188.08,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8275,'5500','61725780571','2024-09-08 10:39:20',215.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8276,'4000','61725780571','2024-09-08 10:39:35',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(8277,'4000','61725780571','2024-09-08 10:29:31',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8278,'1050','61725781182','2024-09-08 11:00:35',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578243924223135202','No',NULL,NULL,''),(8279,'1110','61725781182','2024-09-08 11:00:35',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8280,'5500','61725781182','2024-09-08 10:39:42',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8281,'4000','61725781182','2024-09-08 11:00:35',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8282,'1010','61725782440','2024-09-08 11:33:45',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578443021331223232','No',NULL,NULL,'mpesa'),(8283,'1110','61725782440','2024-09-08 11:33:45',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8284,'5500','61725782440','2024-09-08 11:00:40',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8285,'4000','61725782440','2024-09-08 11:33:45',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8286,'1010','61725784430','2024-09-08 11:52:51',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578557623232722133','No',NULL,NULL,'mpesa'),(8287,'1110','61725784430','2024-09-08 11:52:51',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8288,'5500','61725784430','2024-09-08 11:33:50',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8289,'4000','61725784430','2024-09-08 11:52:51',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8290,'1010','61725785577','2024-09-08 11:55:27',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578573321262730223','No',NULL,NULL,'mpesa'),(8291,'1110','61725785577','2024-09-08 11:55:27',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8292,'5500','61725785577','2024-09-08 11:52:57',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8293,'4000','61725785577','2024-09-08 11:55:27',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8294,'1100','61725785734','2024-09-08 12:06:13',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172578637823276000262','No',NULL,NULL,''),(8295,'1110','61725785734','2024-09-08 12:06:13',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(8296,'5500','61725785734','2024-09-08 11:55:34',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8297,'4000','61725785734','2024-09-08 12:06:13',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(8298,'1010','61725787348','2024-09-08 12:22:47',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578737620033316033','No',NULL,NULL,'mpesa'),(8299,'1110','61725787348','2024-09-08 12:22:47',NULL,29.50,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8300,'5500','61725787348','2024-09-08 12:22:28',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8301,'4000','61725787348','2024-09-08 12:22:47',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8302,'1010','61725787377','2024-09-08 12:36:41',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578820630027632282','No',NULL,NULL,'mpesa'),(8303,'1110','61725787377','2024-09-08 12:36:41',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8304,'5500','61725787377','2024-09-08 12:22:57',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8305,'4000','61725787377','2024-09-08 12:36:41',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8306,'1010','61725788207','2024-09-08 12:56:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172578957073020202090','No',NULL,NULL,'mpesa'),(8307,'1110','61725788207','2024-09-08 12:56:03',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8308,'5500','61725788207','2024-09-08 12:36:47',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8309,'4000','61725788207','2024-09-08 12:56:03',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8310,'1010','61725791353','2024-09-08 13:29:24',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579137033332007022','No',NULL,NULL,'mpesa'),(8311,'1110','61725791353','2024-09-08 13:29:24',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8312,'5500','61725791353','2024-09-08 13:29:13',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8313,'4000','61725791353','2024-09-08 13:29:24',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8314,'1050','61725791371','2024-09-08 13:54:55',80.00,NULL,'','6','1','Payment of goods sold','1','34','payment','','6172579290232223022674','No',NULL,NULL,''),(8315,'1110','61725791371','2024-09-08 13:54:55',NULL,68.00,'','6','1','Inventory sold','1','34','sales','9','','No',NULL,NULL,''),(8316,'5500','61725791371','2024-09-08 13:29:31',68.00,NULL,'','6','1','Cost of goods sold','1','34','sales','','','No',NULL,NULL,''),(8317,'4000','61725791371','2024-09-08 13:54:55',NULL,80.00,'','6','1','Good sold','1','34','sales','9','','No',NULL,NULL,''),(8318,'1010','61725792903','2024-09-08 14:01:10',260.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579327723622952323','No',NULL,NULL,'mpesa'),(8319,'1110','61725792903','2024-09-08 14:01:10',NULL,112.34,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8320,'1110','61725792903','2024-09-08 13:55:03',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8321,'5500','61725792903','2024-09-08 14:00:57',142.09,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8322,'4000','61725792903','2024-09-08 14:01:10',NULL,200.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8323,'4000','61725792903','2024-09-08 13:55:03',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8324,'1010','61725793278','2024-09-08 15:11:34',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579750133262403627','No',NULL,NULL,'mpesa'),(8325,'1110','61725793278','2024-09-08 15:11:34',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8326,'1110','61725793278','2024-09-08 14:01:18',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(8327,'5500','61725793278','2024-09-08 15:11:23',163.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8328,'4000','61725793278','2024-09-08 15:11:34',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8329,'4000','61725793278','2024-09-08 14:01:18',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(8330,'1010','61725797502','2024-09-08 15:24:10',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579825722230523327','No',NULL,NULL,'mpesa'),(8331,'1110','61725797502','2024-09-08 15:24:10',NULL,121.47,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8332,'5500','61725797502','2024-09-08 15:11:42',121.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8333,'4000','61725797502','2024-09-08 15:24:10',NULL,200.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8334,'1010','61725798257','2024-09-08 15:34:12',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579885922343238843','No',NULL,NULL,'mpesa'),(8335,'1110','61725798257','2024-09-08 15:34:12',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8336,'5500','61725798257','2024-09-08 15:24:17',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8337,'4000','61725798257','2024-09-08 15:34:12',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8338,'1010','61725798860','2024-09-08 15:42:00',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172579932595322265743','No',NULL,NULL,'mpesa'),(8339,'1110','61725798860','2024-09-08 15:42:00',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8340,'5500','61725798860','2024-09-08 15:34:20',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8341,'4000','61725798860','2024-09-08 15:42:00',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8342,'1050','61725799326','2024-09-08 16:13:32',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580121772402033352','No',NULL,NULL,''),(8343,'1110','61725799326','2024-09-08 16:13:32',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8344,'5500','61725799326','2024-09-08 15:42:06',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8345,'4000','61725799326','2024-09-08 16:13:32',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8346,'1010','61725801218','2024-09-08 16:46:07',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580317123233230301','No',NULL,NULL,'mpesa'),(8347,'1110','61725801218','2024-09-08 16:46:07',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8348,'5500','61725801218','2024-09-08 16:13:38',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8349,'4000','61725801218','2024-09-08 16:46:07',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8350,'1010','61725803172','2024-09-08 17:00:54',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580405954273020303','No',NULL,NULL,'mpesa'),(8351,'1110','61725803172','2024-09-08 17:00:54',NULL,59.50,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8352,'5500','61725803172','2024-09-08 16:46:12',59.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8353,'4000','61725803172','2024-09-08 17:00:54',NULL,120.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8354,'1010','61725804060','2024-09-08 17:13:37',690.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580482408452750224','No',NULL,NULL,'mpesa'),(8355,'1110','61725804060','2024-09-08 17:13:37',NULL,282.12,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8356,'1110','61725804060','2024-09-08 17:01:00',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8357,'5500','61725804060','2024-09-08 17:10:37',486.12,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8358,'4000','61725804060','2024-09-08 17:13:37',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8359,'4000','61725804060','2024-09-08 17:01:00',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8360,'2130','61725804825','2024-09-08 17:21:05',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172580527725233232703','No',NULL,NULL,''),(8361,'1110','61725804825','2024-09-08 17:21:05',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(8362,'5500','61725804825','2024-09-08 17:13:45',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(8363,'4000','61725804825','2024-09-08 17:21:05',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(8364,'2130','61725805400','2024-09-08 17:23:39',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172580543348207260336','No',NULL,NULL,''),(8365,'1110','61725805400','2024-09-08 17:23:39',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(8366,'5500','61725805400','2024-09-08 17:23:20',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(8367,'4000','61725805400','2024-09-08 17:23:39',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(8368,'1010','61725805501','2024-09-08 17:25:19',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580558841328203328','No',NULL,NULL,'mpesa'),(8369,'1050','61725805501','2024-09-08 17:25:19',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580558841328203328','No',NULL,NULL,'mpesa'),(8370,'1110','61725805501','2024-09-08 17:25:19',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8371,'1110','61725805501','2024-09-08 17:25:01',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(8372,'5500','61725805501','2024-09-08 17:25:09',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8373,'4000','61725805501','2024-09-08 17:25:19',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8374,'4000','61725805501','2024-09-08 17:25:01',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8375,'1100','61725778686','2024-09-08 17:32:25',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ssdsd'),(8376,'na','61725778686','2024-09-08 17:32:25',100.00,NULL,'','6','1','','1','25','payment','','6172580595806252230022','No',NULL,NULL,'ssdsd'),(8377,'1100','61725769151','2024-09-08 17:33:12',NULL,1280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'wewer'),(8378,'na','61725769151','2024-09-08 17:33:12',1280.00,NULL,'','6','1','','1','25','payment','','6172580600830330325012','No',NULL,NULL,'wewer'),(8379,'1010','61725806436','2024-09-08 17:44:42',820.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172580671031336518260','No',NULL,NULL,'mpesa'),(8380,'1110','61725806436','2024-09-08 17:44:42',NULL,544.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8381,'1110','61725806436','2024-09-08 17:40:36',NULL,115.08,'','6','1','Inventory sold','1','25','sales','111','','No',NULL,NULL,''),(8382,'5500','61725806436','2024-09-08 17:40:46',659.08,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8383,'4000','61725806436','2024-09-08 17:44:42',NULL,640.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8384,'4000','61725806436','2024-09-08 17:40:36',NULL,180.00,'','6','1','Good sold','1','25','sales','111','','No',NULL,NULL,''),(8385,'1010','61725806711','2024-09-08 17:47:33',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580685983053240162','No',NULL,NULL,'mpesa'),(8386,'1110','61725806711','2024-09-08 17:47:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8387,'5500','61725806711','2024-09-08 17:45:11',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8388,'4000','61725806711','2024-09-08 17:47:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8389,'1010','61725807681','2024-09-08 18:01:35',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580771033470237070','No',NULL,NULL,'mpesa'),(8390,'1050','61725807681','2024-09-08 18:01:35',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172580771033470237070','No',NULL,NULL,'mpesa'),(8391,'1110','61725807681','2024-09-08 18:01:35',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8392,'5500','61725807681','2024-09-08 18:01:21',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8393,'4000','61725807681','2024-09-08 18:01:35',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8396,'1110','41725729394','2024-09-07 20:16:35',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(8397,'2130','41725729394','2024-09-07 20:16:35',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(8398,'1100','61725807880','2024-09-08 18:04:56',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172580791093320872202','No',NULL,NULL,''),(8399,'1110','61725807880','2024-09-08 18:04:56',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8400,'5500','61725807880','2024-09-08 18:04:40',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8401,'4000','61725807880','2024-09-08 18:04:56',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8402,'1100','61725779287','2024-09-08 18:06:57',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tuy6ui'),(8403,'na','61725779287','2024-09-08 18:06:57',50.00,NULL,'','6','1','','1','25','payment','','6172580803520233270022','No',NULL,NULL,'tuy6ui'),(8404,'2130','61725808396','2024-09-08 18:23:20',150.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172580906202329023222','No',NULL,NULL,''),(8405,'1110','61725808396','2024-09-08 18:23:20',94.04,NULL,'','6','1','Inventory returned','1','28','creditnote','4','','No',NULL,NULL,''),(8406,'5500','61725808396','2024-09-08 18:13:16',NULL,94.04,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(8407,'4000','61725808396','2024-09-08 18:23:20',150.00,NULL,'','6','1','Good returned','1','28','creditnote','4','','No',NULL,NULL,''),(8408,'1010','61725809098','2024-09-08 18:41:30',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581009717502800556','No',NULL,NULL,'mpesa'),(8409,'1110','61725809098','2024-09-08 18:41:30',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8410,'5500','61725809098','2024-09-08 18:24:58',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8411,'4000','61725809098','2024-09-08 18:41:30',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8412,'1100','61725779511','2024-09-08 18:42:47',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ju6u7i'),(8413,'na','61725779511','2024-09-08 18:42:47',50.00,NULL,'','6','1','','1','25','payment','','6172581018142721023302','No',NULL,NULL,'ju6u7i'),(8414,'1010','61725810310','2024-09-08 18:45:22',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581032733400230070','No',NULL,NULL,'mpesa'),(8415,'1110','61725810310','2024-09-08 18:45:22',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8416,'5500','61725810310','2024-09-08 18:45:10',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8417,'4000','61725810310','2024-09-08 18:45:22',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8418,'1010','61725810328','2024-09-08 18:45:44',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581035533337282351','No',NULL,NULL,'mpesa'),(8419,'1110','61725810328','2024-09-08 18:45:44',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8420,'5500','61725810328','2024-09-08 18:45:28',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8421,'4000','61725810328','2024-09-08 18:45:44',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8422,'1010','61725810356','2024-09-08 18:50:27',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581063433237420220','No',NULL,NULL,'mpesa'),(8423,'1110','61725810356','2024-09-08 18:50:27',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8424,'1110','61725810356','2024-09-08 18:45:56',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8425,'5500','61725810356','2024-09-08 18:50:16',128.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8426,'4000','61725810356','2024-09-08 18:50:27',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8427,'4000','61725810356','2024-09-08 18:45:56',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8428,'1010','61725810635','2024-09-08 18:54:14',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581086160062603463','No',NULL,NULL,'mpesa'),(8429,'1110','61725810635','2024-09-08 18:54:14',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8430,'5500','61725810635','2024-09-08 18:50:35',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8431,'4000','61725810635','2024-09-08 18:54:14',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8432,'1010','61725810862','2024-09-08 18:58:28',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581111530302152130','No',NULL,NULL,'mpesa'),(8433,'1110','61725810862','2024-09-08 18:58:28',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8434,'5500','61725810862','2024-09-08 18:54:22',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8435,'4000','61725810862','2024-09-08 18:58:28',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8436,'1010','61725811119','2024-09-08 18:58:58',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581129422006042113','No',NULL,NULL,'mpesa'),(8437,'1110','61725811119','2024-09-08 18:58:58',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8438,'1110','61725811119','2024-09-08 18:58:39',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8439,'5500','61725811119','2024-09-08 18:58:46',81.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8440,'4000','61725811119','2024-09-08 18:58:58',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8441,'4000','61725811119','2024-09-08 18:58:39',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8442,'1010','61725811295','2024-09-08 19:02:39',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581137121226220350','No',NULL,NULL,'mpesa'),(8443,'1110','61725811295','2024-09-08 19:02:39',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8444,'5500','61725811295','2024-09-08 19:01:35',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8445,'4000','61725811295','2024-09-08 19:02:39',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8446,'1100','61725807880','2024-09-08 19:04:16',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cbbnnn'),(8447,'na','61725807880','2024-09-08 19:04:16',160.00,NULL,'','6','1','','1','25','payment','','6172581147842230003273','No',NULL,NULL,'cbbnnn'),(8448,'1100','61725765837','2024-09-08 19:05:11',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(8449,'na','61725765837','2024-09-08 19:05:11',160.00,NULL,'','6','1','','1','25','payment','','6172581156603004520300','No',NULL,NULL,''),(8450,'1100','61725765837','2024-09-08 19:06:06',NULL,210.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'rerrere'),(8451,'na','61725765837','2024-09-08 19:06:06',210.00,NULL,'','6','1','','1','25','payment','','6172581163280433223821','No',NULL,NULL,'rerrere'),(8452,'1100','61725765837','2024-09-08 19:07:13',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(8453,'na','61725765837','2024-09-08 19:07:13',30.00,NULL,'','6','1','','1','25','payment','','6172581164723303222222','No',NULL,NULL,''),(8454,'1010','61725811694','2024-09-08 19:10:26',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581183228413254213','No',NULL,NULL,'mpesa'),(8455,'1110','61725811694','2024-09-08 19:10:26',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8456,'5500','61725811694','2024-09-08 19:08:15',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8457,'4000','61725811694','2024-09-08 19:10:26',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8458,'1010','61725811832','2024-09-08 19:25:10',585.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581281545332843123','No',NULL,NULL,'mpesa'),(8459,'1050','61725811832','2024-09-08 19:25:10',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581281545332843123','No',NULL,NULL,'mpesa'),(8460,'1110','61725811832','2024-09-08 19:25:10',NULL,76.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8461,'1110','61725811832','2024-09-08 19:10:33',NULL,141.06,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8462,'1110','61725811832','2024-09-08 19:18:07',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(8463,'1110','61725811832','2024-09-08 19:18:22',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8464,'1110','61725811832','2024-09-08 19:18:46',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(8465,'1110','61725811832','2024-09-08 19:18:56',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8466,'5500','61725811832','2024-09-08 19:24:55',467.10,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8467,'4000','61725811832','2024-09-08 19:25:10',NULL,90.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8468,'4000','61725811832','2024-09-08 19:10:33',NULL,225.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8469,'4000','61725811832','2024-09-08 19:18:07',NULL,40.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(8470,'4000','61725811832','2024-09-08 19:18:22',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8471,'4000','61725811832','2024-09-08 19:18:46',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(8472,'4000','61725811832','2024-09-08 19:18:56',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8473,'1010','61725812816','2024-09-08 19:27:24',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581285123222722232','No',NULL,NULL,'mpesa'),(8474,'1110','61725812816','2024-09-08 19:27:24',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8475,'5500','61725812816','2024-09-08 19:26:56',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8476,'4000','61725812816','2024-09-08 19:27:24',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8477,'1010','61725813261','2024-09-08 19:34:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581328513583323382','No',NULL,NULL,'mpesa'),(8478,'1110','61725813261','2024-09-08 19:34:31',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8479,'5500','61725813261','2024-09-08 19:34:21',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8480,'4000','61725813261','2024-09-08 19:34:31',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8481,'1010','61725813684','2024-09-08 19:41:33',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581370007232300023','No',NULL,NULL,'mpesa'),(8482,'1110','61725813684','2024-09-08 19:41:33',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8483,'5500','61725813684','2024-09-08 19:41:24',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8484,'4000','61725813684','2024-09-08 19:41:33',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8485,'1010','61725813792','2024-09-08 19:43:23',75.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581381053330061033','No',NULL,NULL,'mpesa'),(8486,'1110','61725813792','2024-09-08 19:43:23',NULL,47.02,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8487,'5500','61725813792','2024-09-08 19:43:12',47.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8488,'4000','61725813792','2024-09-08 19:43:23',NULL,75.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8489,'1010','61725813949','2024-09-08 19:46:04',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581398753029320709','No',NULL,NULL,'mpesa'),(8490,'1110','61725813949','2024-09-08 19:46:04',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8491,'5500','61725813949','2024-09-08 19:45:49',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8492,'4000','61725813949','2024-09-08 19:46:04',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8493,'1010','61725814133','2024-09-08 19:49:37',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581419437340012340','No',NULL,NULL,'mpesa'),(8494,'1050','61725814133','2024-09-08 19:49:37',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581419437340012340','No',NULL,NULL,'mpesa'),(8495,'1110','61725814133','2024-09-08 19:49:37',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8496,'1110','61725814133','2024-09-08 19:48:53',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8497,'5500','61725814133','2024-09-08 19:49:00',127.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8498,'4000','61725814133','2024-09-08 19:49:37',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8499,'4000','61725814133','2024-09-08 19:48:53',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8500,'1050','61725814195','2024-09-08 19:52:42',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581436521651022314','No',NULL,NULL,''),(8501,'1110','61725814195','2024-09-08 19:52:42',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8502,'5500','61725814195','2024-09-08 19:49:55',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8503,'4000','61725814195','2024-09-08 19:52:42',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8504,'1010','61725815956','2024-09-08 20:19:26',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581597223037425951','No',NULL,NULL,'mpesa'),(8505,'1110','61725815956','2024-09-08 20:19:26',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(8506,'5500','61725815956','2024-09-08 20:19:16',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8507,'4000','61725815956','2024-09-08 20:19:26',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8508,'1100','61725769217','2024-09-08 07:41:53',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172581619513200312232','No',NULL,NULL,''),(8509,'1110','61725769217','2024-09-08 07:41:53',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8510,'5500','61725769217','2024-09-08 07:20:17',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8511,'4000','61725769217','2024-09-08 07:41:53',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8512,'1100','61725769217','2024-09-08 20:23:44',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(8513,'na','61725769217','2024-09-08 20:23:44',80.00,NULL,'','6','1','','1','25','payment','','6172581623033336518261','No',NULL,NULL,''),(8514,'1100','61725775087','2024-09-08 20:24:20',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'wtete4yt'),(8515,'na','61725775087','2024-09-08 20:24:20',160.00,NULL,'','6','1','','1','25','payment','','6172581629225520702225','No',NULL,NULL,'wtete4yt'),(8516,'1100','61725775087','2024-09-08 20:24:52',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(8517,'na','61725775087','2024-09-08 20:24:52',60.00,NULL,'','6','1','','1','25','payment','','6172581635012352063322','No',NULL,NULL,''),(8518,'1010','61725816358','2024-09-08 20:26:08',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581638331333662383','No',NULL,NULL,'mpesa'),(8519,'1110','61725816358','2024-09-08 20:26:08',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8520,'5500','61725816358','2024-09-08 20:25:58',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8521,'4000','61725816358','2024-09-08 20:26:08',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8522,'1100','61725785734','2024-09-08 20:26:35',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tytyuju'),(8523,'na','61725785734','2024-09-08 20:26:35',50.00,NULL,'','6','1','','1','25','payment','','6172581643443422212381','No',NULL,NULL,'tytyuju'),(8524,'2130','61725816624','2024-09-08 20:30:36',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172581665502662202223','No',NULL,NULL,''),(8525,'1110','61725816624','2024-09-08 20:30:36',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(8526,'5500','61725816624','2024-09-08 20:30:24',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(8527,'4000','61725816624','2024-09-08 20:30:36',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(8528,'1100','61725766025','2024-09-08 20:43:00',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(8529,'na','61725766025','2024-09-08 20:43:00',80.00,NULL,'','6','1','','1','25','payment','','6172581738830582327382','No',NULL,NULL,''),(8530,'2130','61725817399','2024-09-08 20:43:31',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172581742113321333338','No',NULL,NULL,''),(8531,'1110','61725817399','2024-09-08 20:43:31',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(8532,'5500','61725817399','2024-09-08 20:43:20',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(8533,'4000','61725817399','2024-09-08 20:43:31',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(8534,'1050','61725818457','2024-09-08 21:01:14',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581848213220222601','No',NULL,NULL,''),(8535,'1110','61725818457','2024-09-08 21:01:14',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(8536,'5500','61725818457','2024-09-08 21:00:57',56.55,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8537,'4000','61725818457','2024-09-08 21:01:14',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(8538,'1050','61725818484','2024-09-08 21:03:08',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581859485293301003','No',NULL,NULL,''),(8539,'1110','61725818484','2024-09-08 21:03:08',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(8540,'5500','61725818484','2024-09-08 21:01:24',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8541,'4000','61725818484','2024-09-08 21:03:08',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(8542,'1010','61725818595','2024-09-08 21:06:05',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581878437332820247','No',NULL,NULL,'mpesa'),(8543,'1110','61725818595','2024-09-08 21:06:05',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8544,'5500','61725818595','2024-09-08 21:03:15',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8545,'4000','61725818595','2024-09-08 21:06:05',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8546,'1010','61725818786','2024-09-08 21:06:54',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172581884508120331322','No',NULL,NULL,'mpesa'),(8547,'1110','61725818786','2024-09-08 21:06:54',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(8548,'5500','61725818786','2024-09-08 21:06:26',9.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8549,'4000','61725818786','2024-09-08 21:06:54',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8550,'1010','41725851377','2024-09-09 06:12:24',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585155003383204100','No',NULL,NULL,'mpesa'),(8551,'1110','41725851377','2024-09-09 06:12:24',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8552,'5500','41725851377','2024-09-09 06:09:37',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8553,'4000','41725851377','2024-09-09 06:12:24',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8554,'1100','41725851550','2024-09-09 06:14:18',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585182420423230422','No',NULL,NULL,''),(8555,'1110','41725851550','2024-09-09 06:14:18',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8556,'5500','41725851550','2024-09-09 06:12:31',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8557,'4000','41725851550','2024-09-09 06:14:18',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8558,'1100','41725851829','2024-09-09 06:17:20',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585185033072320202','No',NULL,NULL,''),(8559,'1110','41725851829','2024-09-09 06:17:20',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8560,'5500','41725851829','2024-09-09 06:17:09',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8561,'4000','41725851829','2024-09-09 06:17:20',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8562,'1100','41725851876','2024-09-09 06:19:51',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585199912332309428','No',NULL,NULL,''),(8563,'1110','41725851876','2024-09-09 06:19:51',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8564,'5500','41725851876','2024-09-09 06:17:56',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8565,'4000','41725851876','2024-09-09 06:19:51',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8566,'1010','41725854428','2024-09-09 07:00:48',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585446232222126326','No',NULL,NULL,'bhg'),(8567,'1050','41725854428','2024-09-09 07:00:48',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585446232222126326','No',NULL,NULL,'bhg'),(8568,'1110','41725854428','2024-09-09 07:00:48',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8569,'5500','41725854428','2024-09-09 07:00:28',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8570,'4000','41725854428','2024-09-09 07:00:48',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8571,'1010','41725854463','2024-09-09 07:01:50',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585454153134242323','No',NULL,NULL,'bhg'),(8572,'1050','41725854463','2024-09-09 07:01:50',90.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585454153134242323','No',NULL,NULL,'bhg'),(8573,'1110','41725854463','2024-09-09 07:01:50',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8574,'5500','41725854463','2024-09-09 07:01:03',127.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8575,'4000','41725854463','2024-09-09 07:01:50',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8576,'1010','41725854542','2024-09-09 07:08:20',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585491042245203252','No',NULL,NULL,'mjh'),(8577,'1110','41725854542','2024-09-09 07:08:20',NULL,195.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8578,'5500','41725854542','2024-09-09 07:02:22',195.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8579,'4000','41725854542','2024-09-09 07:08:20',NULL,230.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8580,'1100','41725854911','2024-09-09 07:16:53',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585542235002213322','No',NULL,NULL,''),(8581,'1110','41725854911','2024-09-09 07:16:53',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8582,'5500','41725854911','2024-09-09 07:08:31',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8583,'4000','41725854911','2024-09-09 07:16:53',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8584,'1050','41725855825','2024-09-09 07:23:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585583515015820233','No',NULL,NULL,''),(8585,'1110','41725855825','2024-09-09 07:23:52',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8586,'5500','41725855825','2024-09-09 07:23:45',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8587,'4000','41725855825','2024-09-09 07:23:52',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8588,'1100','41725855835','2024-09-09 07:27:20',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585604872322632303','No',NULL,NULL,''),(8589,'1110','41725855835','2024-09-09 07:27:20',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8590,'5500','41725855835','2024-09-09 07:23:56',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8591,'4000','41725855835','2024-09-09 07:27:20',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8592,'1010','41725856458','2024-09-09 07:34:24',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585647020033314033','No',NULL,NULL,'mjh'),(8593,'1110','41725856458','2024-09-09 07:34:24',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8594,'5500','41725856458','2024-09-09 07:34:18',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8595,'4000','41725856458','2024-09-09 07:34:24',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8596,'2130','41725856471','2024-09-09 07:52:41',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172585757833232822277','No',NULL,NULL,''),(8597,'1110','41725856471','2024-09-09 07:52:41',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(8598,'5500','41725856471','2024-09-09 07:34:31',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(8599,'4000','41725856471','2024-09-09 07:52:41',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(8600,'2130','41725857668','2024-09-09 07:54:37',60.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172585769350223723232','No',NULL,NULL,''),(8601,'1110','41725857668','2024-09-09 07:54:37',30.68,NULL,'','4','1','Inventory returned','1','36','creditnote','119','','No',NULL,NULL,''),(8602,'5500','41725857668','2024-09-09 07:54:28',NULL,30.68,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(8603,'4000','41725857668','2024-09-09 07:54:37',60.00,NULL,'','4','1','Good returned','1','36','creditnote','119','','No',NULL,NULL,''),(8604,'1050','41725857747','2024-09-09 07:55:56',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585775872227258023','No',NULL,NULL,''),(8605,'1110','41725857747','2024-09-09 07:55:56',NULL,29.50,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8606,'5500','41725857747','2024-09-09 07:55:47',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8607,'4000','41725857747','2024-09-09 07:55:56',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8608,'1050','41725857759','2024-09-09 08:18:10',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585909553031904020','No',NULL,NULL,''),(8609,'1110','41725857759','2024-09-09 08:18:10',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8610,'5500','41725857759','2024-09-09 07:55:59',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8611,'4000','41725857759','2024-09-09 08:18:10',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8612,'1100','41725859096','2024-09-09 08:29:29',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172585977680782273330','No',NULL,NULL,''),(8613,'1110','41725859096','2024-09-09 08:29:29',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8614,'5500','41725859096','2024-09-09 08:18:16',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8615,'4000','41725859096','2024-09-09 08:29:29',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8616,'1050','41725859854','2024-09-09 08:31:06',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172585986885223435532','No',NULL,NULL,''),(8617,'1110','41725859854','2024-09-09 08:31:06',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8618,'5500','41725859854','2024-09-09 08:30:54',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8619,'4000','41725859854','2024-09-09 08:31:06',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8620,'2130','41725859869','2024-09-09 08:31:54',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172585992931288339923','No',NULL,NULL,''),(8621,'1110','41725859869','2024-09-09 08:31:54',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(8622,'5500','41725859869','2024-09-09 08:31:09',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(8623,'4000','41725859869','2024-09-09 08:31:54',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(8624,'1050','41725860208','2024-09-09 08:37:16',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586023733242032443','No',NULL,NULL,''),(8625,'1110','41725860208','2024-09-09 08:37:16',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8626,'1110','41725860208','2024-09-09 08:36:49',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8627,'5500','41725860208','2024-09-09 08:36:58',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8628,'4000','41725860208','2024-09-09 08:37:16',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8629,'4000','41725860208','2024-09-09 08:36:49',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8630,'1010','41725860238','2024-09-09 08:51:28',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586109300320002180','No',NULL,NULL,'mjh'),(8631,'1110','41725860238','2024-09-09 08:51:28',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8632,'5500','41725860238','2024-09-09 08:37:18',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8633,'4000','41725860238','2024-09-09 08:51:28',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8634,'1050','41725861094','2024-09-09 09:03:55',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586183726200104032','No',NULL,NULL,''),(8635,'1110','41725861094','2024-09-09 09:03:55',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(8636,'5500','41725861094','2024-09-09 08:51:34',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8637,'4000','41725861094','2024-09-09 09:03:55',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(8638,'1010','41725861842','2024-09-09 09:04:17',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586187410232323445','No',NULL,NULL,'bhg'),(8639,'1050','41725861842','2024-09-09 09:04:17',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586187410232323445','No',NULL,NULL,'bhg'),(8640,'1110','41725861842','2024-09-09 09:04:17',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8641,'5500','41725861842','2024-09-09 09:04:02',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8642,'4000','41725861842','2024-09-09 09:04:17',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8643,'1110','61725818864','2024-09-08 21:07:44',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(8644,'2130','61725818864','2024-09-08 21:07:44',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(8645,'2130','61725818864','2024-09-08 21:07:44',NULL,10200.00,'0','4','1','Purchases','1','','','','','No',NULL,NULL,''),(8646,'1110','61725818864','2024-09-09 09:10:09',10200.00,NULL,'','4','1','Inventory ','1','','inventory','9','','No',NULL,NULL,''),(8647,'2130','41725862237','2024-09-09 09:10:46',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172586226020322240843','No',NULL,NULL,''),(8648,'1110','41725862237','2024-09-09 09:10:46',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(8649,'5500','41725862237','2024-09-09 09:10:37',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(8650,'4000','41725862237','2024-09-09 09:10:46',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(8651,'1100','41725862500','2024-09-09 09:15:08',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172586251822403233302','No',NULL,NULL,''),(8652,'1110','41725862500','2024-09-09 09:15:08',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8653,'5500','41725862500','2024-09-09 09:15:00',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8654,'4000','41725862500','2024-09-09 09:15:08',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8655,'1010','41725862665','2024-09-09 09:17:55',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586268413233026136','No',NULL,NULL,'mjh'),(8656,'1110','41725862665','2024-09-09 09:17:55',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8657,'5500','41725862665','2024-09-09 09:17:45',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8658,'4000','41725862665','2024-09-09 09:17:55',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8659,'1010','41725862685','2024-09-09 09:32:54',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586357982663258050','No',NULL,NULL,'bhg'),(8660,'1110','41725862685','2024-09-09 09:32:54',NULL,29.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(8661,'5500','41725862685','2024-09-09 09:18:05',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8662,'4000','41725862685','2024-09-09 09:32:54',NULL,60.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(8663,'1100','41725863580','2024-09-09 09:46:13',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172586438783202032322','No',NULL,NULL,''),(8664,'1110','41725863580','2024-09-09 09:46:13',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8665,'5500','41725863580','2024-09-09 09:33:00',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8666,'4000','41725863580','2024-09-09 09:46:13',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8667,'1050','41725864668','2024-09-09 09:51:16',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586467842243828020','No',NULL,NULL,''),(8668,'1110','41725864668','2024-09-09 09:51:16',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8669,'5500','41725864668','2024-09-09 09:51:08',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8670,'4000','41725864668','2024-09-09 09:51:16',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8671,'1050','41725864679','2024-09-09 09:54:34',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586487500218233042','No',NULL,NULL,''),(8672,'1110','41725864679','2024-09-09 09:54:34',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8673,'5500','41725864679','2024-09-09 09:51:19',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8674,'4000','41725864679','2024-09-09 09:54:34',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8675,'1010','41725864876','2024-09-09 10:01:23',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586529323233223302','No',NULL,NULL,'bhg'),(8676,'1110','41725864876','2024-09-09 10:01:23',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8677,'5500','41725864876','2024-09-09 09:54:36',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8678,'4000','41725864876','2024-09-09 10:01:23',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8679,'1050','41725865294','2024-09-09 10:02:47',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586537604203321381','No',NULL,NULL,''),(8680,'1110','41725865294','2024-09-09 10:02:47',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8681,'5500','41725865294','2024-09-09 10:01:34',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8682,'4000','41725865294','2024-09-09 10:02:47',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8683,'1010','41725865377','2024-09-09 10:11:56',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586592233302022033','No',NULL,NULL,'mjh'),(8684,'1110','41725865377','2024-09-09 10:11:56',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8685,'5500','41725865377','2024-09-09 10:02:57',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8686,'4000','41725865377','2024-09-09 10:11:56',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8687,'1050','41725865922','2024-09-09 10:25:22',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586672522330376763','No',NULL,NULL,''),(8688,'1110','41725865922','2024-09-09 10:25:22',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(8689,'5500','41725865922','2024-09-09 10:12:02',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8690,'4000','41725865922','2024-09-09 10:25:22',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(8691,'1010','41725866726','2024-09-09 10:25:53',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586675927253323322','No',NULL,NULL,'mjh'),(8692,'1110','41725866726','2024-09-09 10:25:53',NULL,238.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8693,'5500','41725866726','2024-09-09 10:25:26',238.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8694,'4000','41725866726','2024-09-09 10:25:53',NULL,280.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8695,'1010','41725867183','2024-09-09 10:33:38',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586722300530232003','No',NULL,NULL,'fg'),(8696,'1110','41725867183','2024-09-09 10:33:38',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(8697,'5500','41725867183','2024-09-09 10:33:03',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8698,'4000','41725867183','2024-09-09 10:33:38',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(8699,'1010','41725867224','2024-09-09 10:44:30',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586787513252683273','No',NULL,NULL,'mjh'),(8700,'1110','41725867224','2024-09-09 10:44:30',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8701,'5500','41725867224','2024-09-09 10:33:44',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8702,'4000','41725867224','2024-09-09 10:44:30',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8703,'1010','41725867876','2024-09-09 10:52:47',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172586837652733353624','No',NULL,NULL,'mjh'),(8704,'1110','41725867876','2024-09-09 10:52:47',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8705,'5500','41725867876','2024-09-09 10:44:36',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8706,'4000','41725867876','2024-09-09 10:52:47',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8707,'1100','41725868377','2024-09-09 11:22:00',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172587012823143307213','No',NULL,NULL,''),(8708,'1110','41725868377','2024-09-09 11:22:00',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8709,'5500','41725868377','2024-09-09 10:52:57',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8710,'4000','41725868377','2024-09-09 11:22:00',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8711,'1050','41725870771','2024-09-09 11:32:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172587077903928202292','No',NULL,NULL,''),(8712,'1110','41725870771','2024-09-09 11:32:57',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8713,'5500','41725870771','2024-09-09 11:32:52',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8714,'4000','41725870771','2024-09-09 11:32:57',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8715,'1050','41725870780','2024-09-09 11:46:36',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172587159820232273738','No',NULL,NULL,''),(8716,'1110','41725870780','2024-09-09 11:46:36',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8717,'5500','41725870780','2024-09-09 11:33:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8718,'4000','41725870780','2024-09-09 11:46:36',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8719,'1050','41725871620','2024-09-09 11:51:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172587190302290292300','No',NULL,NULL,''),(8720,'1110','41725871620','2024-09-09 11:51:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8721,'5500','41725871620','2024-09-09 11:47:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8722,'4000','41725871620','2024-09-09 11:51:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8723,'1100','41725871904','2024-09-09 12:33:38',300.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172587442513333223344','No',NULL,NULL,''),(8724,'1110','41725871904','2024-09-09 12:33:38',NULL,98.25,'','4','1','Inventory sold','1','25','sales','69','','No',NULL,NULL,''),(8725,'5500','41725871904','2024-09-09 11:51:44',98.25,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8726,'4000','41725871904','2024-09-09 12:33:38',NULL,300.00,'','4','1','Good sold','1','25','sales','69','','No',NULL,NULL,''),(8727,'1010','41725883074','2024-09-09 14:58:10',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588309733233383232','No',NULL,NULL,'mjh'),(8728,'1110','41725883074','2024-09-09 14:58:10',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8729,'5500','41725883074','2024-09-09 14:57:54',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8730,'4000','41725883074','2024-09-09 14:58:10',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8731,'2130','41725883724','2024-09-09 15:09:04',120.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172588375602833422802','No',NULL,NULL,''),(8732,'1110','41725883724','2024-09-09 15:09:04',102.00,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(8733,'5500','41725883724','2024-09-09 15:08:44',NULL,102.00,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(8734,'4000','41725883724','2024-09-09 15:09:04',120.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(8735,'1050','41725883765','2024-09-09 15:17:03',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588422524008325223','No',NULL,NULL,''),(8736,'1110','41725883765','2024-09-09 15:17:03',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8737,'5500','41725883765','2024-09-09 15:09:25',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8738,'4000','41725883765','2024-09-09 15:17:03',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8739,'1100','41725884226','2024-09-09 15:33:32',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172588522322222223330','No',NULL,NULL,''),(8740,'1110','41725884226','2024-09-09 15:33:32',NULL,56.55,'','4','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(8741,'5500','41725884226','2024-09-09 15:17:06',56.55,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8742,'4000','41725884226','2024-09-09 15:33:32',NULL,100.00,'','4','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(8743,'1010','41725885746','2024-09-09 15:42:37',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588576348228530363','No',NULL,NULL,'mjh'),(8744,'1110','41725885746','2024-09-09 15:42:37',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8745,'5500','41725885746','2024-09-09 15:42:26',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8746,'4000','41725885746','2024-09-09 15:42:37',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8747,'1010','41725885764','2024-09-09 15:43:56',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588584504734022322','No',NULL,NULL,'mjh'),(8748,'1110','41725885764','2024-09-09 15:43:56',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8749,'5500','41725885764','2024-09-09 15:42:44',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8750,'4000','41725885764','2024-09-09 15:43:56',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8751,'1050','41725885846','2024-09-09 15:46:58',800.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588602032223335023','No',NULL,NULL,''),(8752,'1110','41725885846','2024-09-09 15:46:58',NULL,680.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8753,'5500','41725885846','2024-09-09 15:44:06',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8754,'4000','41725885846','2024-09-09 15:46:58',NULL,800.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8755,'1050','41725886309','2024-09-09 15:52:00',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588632223220313260','No',NULL,NULL,''),(8756,'1110','41725886309','2024-09-09 15:52:00',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8757,'5500','41725886309','2024-09-09 15:51:49',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8758,'4000','41725886309','2024-09-09 15:52:00',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8759,'1100','41725863580','2024-09-09 15:52:27',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'hh'),(8760,'na','41725863580','2024-09-09 15:52:27',80.00,NULL,'','4','1','','1','25','payment','','4172588635723200240225','No',NULL,NULL,'hh'),(8761,'1100','41725851876','2024-09-09 15:53:02',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnh'),(8762,'na','41725851876','2024-09-09 15:53:02',320.00,NULL,'','4','1','','1','25','payment','','4172588640626303602168','No',NULL,NULL,'bnh'),(8763,'1100','41725851550','2024-09-09 15:53:49',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'565'),(8764,'na','41725851550','2024-09-09 15:53:49',160.00,NULL,'','4','1','','1','25','payment','','4172588644008038305202','No',NULL,NULL,'565'),(8765,'1010','41725886503','2024-09-09 16:11:56',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588752172304320813','No',NULL,NULL,'bhg'),(8766,'1110','41725886503','2024-09-09 16:11:56',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8767,'5500','41725886503','2024-09-09 15:55:03',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8768,'4000','41725886503','2024-09-09 16:11:56',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8769,'1100','41725887523','2024-09-09 16:13:11',300.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172588775707337208275','No',NULL,NULL,''),(8770,'1110','41725887523','2024-09-09 16:13:11',NULL,112.90,'','4','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(8771,'1110','41725887523','2024-09-09 16:12:03',NULL,56.37,'','4','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(8772,'5500','41725887523','2024-09-09 16:12:59',169.27,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8773,'4000','41725887523','2024-09-09 16:13:11',NULL,200.00,'','4','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(8774,'4000','41725887523','2024-09-09 16:12:03',NULL,100.00,'','4','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(8775,'1010','41725887879','2024-09-09 16:18:07',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588795627704333874','No',NULL,NULL,'mjh'),(8776,'1110','41725887879','2024-09-09 16:18:07',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8777,'5500','41725887879','2024-09-09 16:17:59',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8778,'4000','41725887879','2024-09-09 16:18:07',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8779,'1010','41725888277','2024-09-09 16:26:33',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588839835010220333','No',NULL,NULL,'bhg'),(8780,'1110','41725888277','2024-09-09 16:26:33',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8781,'5500','41725888277','2024-09-09 16:24:37',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8782,'4000','41725888277','2024-09-09 16:26:33',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8783,'1010','41725888399','2024-09-09 16:29:26',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588902132293028003','No',NULL,NULL,'mjh'),(8784,'1110','41725888399','2024-09-09 16:29:26',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(8785,'5500','41725888399','2024-09-09 16:26:39',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8786,'4000','41725888399','2024-09-09 16:29:26',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(8787,'1100','41725887523','2024-09-09 16:38:31',NULL,300.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmjh'),(8788,'na','41725887523','2024-09-09 16:38:31',300.00,NULL,'','4','1','','1','25','payment','','4172588912320385231323','No',NULL,NULL,'nmjh'),(8789,'1010','41725889214','2024-09-09 16:40:22',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172588922930220393800','No',NULL,NULL,'bhg'),(8790,'1110','41725889214','2024-09-09 16:40:22',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8791,'5500','41725889214','2024-09-09 16:40:14',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8792,'4000','41725889214','2024-09-09 16:40:22',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8793,'1100','41725855835','2024-09-09 16:42:38',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmj'),(8794,'na','41725855835','2024-09-09 16:42:38',280.00,NULL,'','4','1','','1','25','payment','','4172588937003202325020','No',NULL,NULL,'nmj'),(8795,'1050','41725891338','2024-09-09 17:15:49',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589135420302945303','No',NULL,NULL,''),(8796,'1110','41725891338','2024-09-09 17:15:49',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8797,'5500','41725891338','2024-09-09 17:15:38',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8798,'4000','41725891338','2024-09-09 17:15:49',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8799,'1010','41725891355','2024-09-09 17:17:23',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589144930432230021','No',NULL,NULL,'mjh'),(8800,'1110','41725891355','2024-09-09 17:17:23',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8801,'5500','41725891355','2024-09-09 17:15:56',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8802,'4000','41725891355','2024-09-09 17:17:23',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8803,'1010','41725891819','2024-09-09 17:24:46',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589189110301132223','No',NULL,NULL,'mpesa'),(8804,'1110','41725891819','2024-09-09 17:24:46',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8805,'5500','41725891819','2024-09-09 17:23:39',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8806,'4000','41725891819','2024-09-09 17:24:46',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8807,'1010','41725891891','2024-09-09 17:34:40',340.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589248682033338024','No',NULL,NULL,'bhg'),(8808,'1110','41725891891','2024-09-09 17:34:40',NULL,289.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8809,'5500','41725891891','2024-09-09 17:24:52',289.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8810,'4000','41725891891','2024-09-09 17:34:40',NULL,340.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8811,'2130','41725892846','2024-09-09 17:41:10',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172589294032082022922','No',NULL,NULL,''),(8812,'1110','41725892846','2024-09-09 17:41:10',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(8813,'5500','41725892846','2024-09-09 17:40:46',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(8814,'4000','41725892846','2024-09-09 17:41:10',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(8815,'1010','41725893292','2024-09-09 17:48:51',370.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589333930322323243','No',NULL,NULL,'mjh'),(8816,'1110','41725893292','2024-09-09 17:48:51',NULL,103.52,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(8817,'1110','41725893292','2024-09-09 17:48:12',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(8818,'1110','41725893292','2024-09-09 17:48:19',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8819,'1110','41725893292','2024-09-09 17:48:29',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8820,'5500','41725893292','2024-09-09 17:48:39',241.09,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8821,'4000','41725893292','2024-09-09 17:48:51',NULL,180.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(8822,'4000','41725893292','2024-09-09 17:48:12',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8823,'4000','41725893292','2024-09-09 17:48:19',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8824,'4000','41725893292','2024-09-09 17:48:29',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8825,'1010','41725893436','2024-09-09 17:55:47',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589384642203702443','No',NULL,NULL,'mjh'),(8826,'1050','41725893436','2024-09-09 17:55:47',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589384642203702443','No',NULL,NULL,'mjh'),(8827,'1110','41725893436','2024-09-09 17:55:47',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8828,'5500','41725893436','2024-09-09 17:50:36',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8829,'4000','41725893436','2024-09-09 17:55:47',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8830,'1010','41725893847','2024-09-09 18:10:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589462965232331304','No',NULL,NULL,'mjh'),(8831,'1110','41725893847','2024-09-09 18:10:25',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8832,'5500','41725893847','2024-09-09 17:57:27',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8833,'4000','41725893847','2024-09-09 18:10:25',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8834,'2130','41725894630','2024-09-09 18:12:35',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172589476872138842248','No',NULL,NULL,''),(8835,'1110','41725894630','2024-09-09 18:12:35',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(8836,'5500','41725894630','2024-09-09 18:10:30',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(8837,'4000','41725894630','2024-09-09 18:12:35',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(8838,'1010','41725895189','2024-09-09 18:19:56',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589520320392022532','No',NULL,NULL,'mjh'),(8839,'1110','41725895189','2024-09-09 18:19:56',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8840,'5500','41725895189','2024-09-09 18:19:49',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8841,'4000','41725895189','2024-09-09 18:19:56',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8842,'1010','41725895205','2024-09-09 18:23:55',460.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589568703602037733','No',NULL,NULL,'fg'),(8843,'1110','41725895205','2024-09-09 18:23:55',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8844,'1110','41725895205','2024-09-09 18:20:05',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8845,'1110','41725895205','2024-09-09 18:23:32',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8846,'5500','41725895205','2024-09-09 18:23:43',324.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8847,'4000','41725895205','2024-09-09 18:23:55',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8848,'4000','41725895205','2024-09-09 18:20:05',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8849,'4000','41725895205','2024-09-09 18:23:32',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8850,'1050','41725895687','2024-09-09 18:34:54',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589609723453373220','No',NULL,NULL,''),(8851,'1110','41725895687','2024-09-09 18:34:54',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8852,'5500','41725895687','2024-09-09 18:28:08',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8853,'4000','41725895687','2024-09-09 18:34:54',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8854,'1050','41725896098','2024-09-09 18:35:55',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589615823202273350','No',NULL,NULL,''),(8855,'1110','41725896098','2024-09-09 18:35:55',NULL,255.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8856,'5500','41725896098','2024-09-09 18:34:58',255.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8857,'4000','41725896098','2024-09-09 18:35:55',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8858,'1010','41725896159','2024-09-09 18:38:47',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589633320210631022','No',NULL,NULL,'bhg'),(8859,'1110','41725896159','2024-09-09 18:38:47',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8860,'5500','41725896159','2024-09-09 18:35:59',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8861,'4000','41725896159','2024-09-09 18:38:47',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8862,'1050','41725896605','2024-09-09 18:45:46',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589674872322632303','No',NULL,NULL,''),(8863,'1110','41725896605','2024-09-09 18:45:46',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8864,'5500','41725896605','2024-09-09 18:43:25',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8865,'4000','41725896605','2024-09-09 18:45:46',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8866,'1050','41725896749','2024-09-09 18:52:06',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589712825773282083','No',NULL,NULL,''),(8867,'1110','41725896749','2024-09-09 18:52:06',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8868,'1110','41725896749','2024-09-09 18:45:49',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(8869,'5500','41725896749','2024-09-09 18:51:37',154.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8870,'4000','41725896749','2024-09-09 18:52:06',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8871,'4000','41725896749','2024-09-09 18:45:49',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8872,'1010','41725897129','2024-09-09 18:53:10',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589719999073132219','No',NULL,NULL,'mjh'),(8873,'1110','41725897129','2024-09-09 18:53:10',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8874,'5500','41725897129','2024-09-09 18:52:09',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8875,'4000','41725897129','2024-09-09 18:53:10',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8876,'1050','41725897200','2024-09-09 18:55:57',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589737003275233339','No',NULL,NULL,''),(8877,'1110','41725897200','2024-09-09 18:55:57',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8878,'1110','41725897200','2024-09-09 18:53:20',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(8879,'5500','41725897200','2024-09-09 18:55:48',60.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8880,'4000','41725897200','2024-09-09 18:55:57',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8881,'4000','41725897200','2024-09-09 18:53:20',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8882,'1010','41725897373','2024-09-09 18:56:23',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589738825249325193','No',NULL,NULL,'mjh'),(8883,'1110','41725897373','2024-09-09 18:56:23',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8884,'5500','41725897373','2024-09-09 18:56:13',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8885,'4000','41725897373','2024-09-09 18:56:23',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8886,'1010','41725897389','2024-09-09 18:58:12',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589749922723284333','No',NULL,NULL,'mjh'),(8887,'1110','41725897389','2024-09-09 18:58:12',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8888,'5500','41725897389','2024-09-09 18:56:29',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8889,'4000','41725897389','2024-09-09 18:58:12',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8890,'1010','41725897500','2024-09-09 19:11:11',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589827682418332320','No',NULL,NULL,'mjh'),(8891,'1110','41725897500','2024-09-09 19:11:11',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8892,'5500','41725897500','2024-09-09 18:58:20',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8893,'4000','41725897500','2024-09-09 19:11:11',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8894,'2130','41725898459','2024-09-09 19:14:31',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172589848725813840332','No',NULL,NULL,''),(8895,'1110','41725898459','2024-09-09 19:14:31',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(8896,'5500','41725898459','2024-09-09 19:14:19',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(8897,'4000','41725898459','2024-09-09 19:14:31',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(8898,'1050','41725899004','2024-09-09 19:23:33',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589901432212227331','No',NULL,NULL,''),(8899,'1110','41725899004','2024-09-09 19:23:33',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8900,'5500','41725899004','2024-09-09 19:23:24',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8901,'4000','41725899004','2024-09-09 19:23:33',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8902,'1050','41725899015','2024-09-09 19:34:40',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172589968332042033220','No',NULL,NULL,''),(8903,'1110','41725899015','2024-09-09 19:34:40',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8904,'5500','41725899015','2024-09-09 19:23:35',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8905,'4000','41725899015','2024-09-09 19:34:40',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8906,'1050','41725899684','2024-09-09 19:40:57',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590006114152115300','No',NULL,NULL,''),(8907,'1110','41725899684','2024-09-09 19:40:57',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8908,'1110','41725899684','2024-09-09 19:34:44',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(8909,'5500','41725899684','2024-09-09 19:40:48',61.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8910,'4000','41725899684','2024-09-09 19:40:57',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8911,'4000','41725899684','2024-09-09 19:34:44',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(8912,'1010','41725900064','2024-09-09 19:41:13',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590007773220313200','No',NULL,NULL,'mjh'),(8913,'1110','41725900064','2024-09-09 19:41:13',NULL,56.47,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(8914,'5500','41725900064','2024-09-09 19:41:04',56.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8915,'4000','41725900064','2024-09-09 19:41:13',NULL,100.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(8916,'1050','41725900112','2024-09-09 19:42:39',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590016104732070393','No',NULL,NULL,''),(8917,'1110','41725900112','2024-09-09 19:42:39',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8918,'5500','41725900112','2024-09-09 19:41:52',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8919,'4000','41725900112','2024-09-09 19:42:39',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8920,'1100','41725851829','2024-09-09 19:43:54',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbg'),(8921,'na','41725851829','2024-09-09 19:43:54',100.00,NULL,'','4','1','','1','25','payment','','4172590024334723202333','No',NULL,NULL,'vbg'),(8922,'1100','41725854911','2024-09-09 19:45:32',NULL,400.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cv'),(8923,'na','41725854911','2024-09-09 19:45:32',400.00,NULL,'','4','1','','1','25','payment','','4172590034292374020422','No',NULL,NULL,'cv'),(8924,'1100','41725868377','2024-09-09 19:47:15',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvg'),(8925,'na','41725868377','2024-09-09 19:47:15',80.00,NULL,'','4','1','','1','25','payment','','4172590044722322014332','No',NULL,NULL,'cvg'),(8926,'1010','41725900816','2024-09-09 19:53:56',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590084322140035524','No',NULL,NULL,'fg'),(8927,'1110','41725900816','2024-09-09 19:53:56',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8928,'1110','41725900816','2024-09-09 19:53:36',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(8929,'5500','41725900816','2024-09-09 19:53:45',112.54,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8930,'4000','41725900816','2024-09-09 19:53:56',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8931,'4000','41725900816','2024-09-09 19:53:36',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(8932,'1100','41725862500','2024-09-09 19:55:05',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'gvbgf'),(8933,'na','41725862500','2024-09-09 19:55:05',100.00,NULL,'','4','1','','1','25','payment','','4172590091523203233322','No',NULL,NULL,'gvbgf'),(8934,'1010','41725901104','2024-09-09 19:58:32',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590112102332440122','No',NULL,NULL,'mjh'),(8935,'1110','41725901104','2024-09-09 19:58:32',NULL,56.47,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(8936,'5500','41725901104','2024-09-09 19:58:24',56.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8937,'4000','41725901104','2024-09-09 19:58:32',NULL,100.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(8938,'1010','41725901121','2024-09-09 20:01:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590130632200330030','No',NULL,NULL,'bhg'),(8939,'1110','41725901121','2024-09-09 20:01:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8940,'5500','41725901121','2024-09-09 19:58:41',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8941,'4000','41725901121','2024-09-09 20:01:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8942,'1010','41725901307','2024-09-09 20:07:52',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590167820233602123','No',NULL,NULL,'mjh'),(8943,'1110','41725901307','2024-09-09 20:07:52',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8944,'5500','41725901307','2024-09-09 20:01:47',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8945,'4000','41725901307','2024-09-09 20:07:52',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8946,'1010','41725901793','2024-09-09 20:10:39',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590184420703342039','No',NULL,NULL,'bhg'),(8947,'1110','41725901793','2024-09-09 20:10:39',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8948,'5500','41725901793','2024-09-09 20:09:53',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8949,'4000','41725901793','2024-09-09 20:10:39',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8950,'1100','41725871904','2024-09-09 20:14:34',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(8951,'na','41725871904','2024-09-09 20:14:34',200.00,NULL,'','4','1','','1','25','payment','','4172590208220309008222','No',NULL,NULL,''),(8952,'1100','41725871904','2024-09-09 20:14:43',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bgf'),(8953,'na','41725871904','2024-09-09 20:14:43',100.00,NULL,'','4','1','','1','25','payment','','4172590209220003032239','No',NULL,NULL,'bgf'),(8954,'1010','41725902114','2024-09-09 20:15:20',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590212532232212213','No',NULL,NULL,'mjh'),(8955,'1110','41725902114','2024-09-09 20:15:20',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8956,'5500','41725902114','2024-09-09 20:15:14',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8957,'4000','41725902114','2024-09-09 20:15:20',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8958,'1050','41725902125','2024-09-09 20:17:37',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590226529623423432','No',NULL,NULL,''),(8959,'1110','41725902125','2024-09-09 20:17:37',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8960,'5500','41725902125','2024-09-09 20:15:26',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8961,'4000','41725902125','2024-09-09 20:17:37',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8962,'1010','41725902265','2024-09-09 20:22:44',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172590257631322152455','No',NULL,NULL,'bhg'),(8963,'1110','41725902265','2024-09-09 20:22:44',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(8964,'5500','41725902265','2024-09-09 20:17:45',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8965,'4000','41725902265','2024-09-09 20:22:44',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8966,'1100','41725859096','2024-09-09 20:23:42',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvbfg'),(8967,'na','41725859096','2024-09-09 20:23:42',160.00,NULL,'','4','1','','1','25','payment','','4172590263509222337003','No',NULL,NULL,'cvbfg'),(8968,'1100','41725884226','2024-09-09 20:24:16',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(8969,'na','41725884226','2024-09-09 20:24:16',100.00,NULL,'','4','1','','1','25','payment','','4172590266402223204000','No',NULL,NULL,''),(8970,'1010','41725937732','2024-09-10 06:13:47',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172593803222334320143','No',NULL,NULL,'mjh'),(8971,'1110','41725937732','2024-09-10 06:13:47',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8972,'5500','41725937732','2024-09-10 06:08:52',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8973,'4000','41725937732','2024-09-10 06:13:47',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8974,'1100','41725938033','2024-09-10 06:18:07',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172593829743900373700','No',NULL,NULL,''),(8975,'1110','41725938033','2024-09-10 06:18:07',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8976,'5500','41725938033','2024-09-10 06:13:53',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8977,'4000','41725938033','2024-09-10 06:18:07',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8978,'1010','41725938314','2024-09-10 06:18:47',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172593833603060333249','No',NULL,NULL,'mjh'),(8979,'1110','41725938314','2024-09-10 06:18:47',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8980,'5500','41725938314','2024-09-10 06:18:34',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8981,'4000','41725938314','2024-09-10 06:18:47',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8982,'1010','41725938337','2024-09-10 06:19:52',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172593839702207333222','No',NULL,NULL,'mjh'),(8983,'1110','41725938337','2024-09-10 06:19:52',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8984,'5500','41725938337','2024-09-10 06:18:57',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8985,'4000','41725938337','2024-09-10 06:19:52',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8986,'1050','41725938640','2024-09-10 06:24:30',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172593867432065284324','No',NULL,NULL,''),(8987,'1110','41725938640','2024-09-10 06:24:30',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8988,'5500','41725938640','2024-09-10 06:24:13',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8989,'4000','41725938640','2024-09-10 06:24:30',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8990,'1010','41725938675','2024-09-10 06:38:21',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172593950552002193293','No',NULL,NULL,'mpesa'),(8991,'1110','41725938675','2024-09-10 06:38:21',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8992,'5500','41725938675','2024-09-10 06:24:35',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8993,'4000','41725938675','2024-09-10 06:38:21',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8994,'1100','41725939506','2024-09-10 06:42:11',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172593974033290222320','No',NULL,NULL,''),(8995,'1110','41725939506','2024-09-10 06:42:11',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(8996,'5500','41725939506','2024-09-10 06:38:26',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(8997,'4000','41725939506','2024-09-10 06:42:11',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(8998,'1100','41725939938','2024-09-10 06:45:47',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172593995930343297293','No',NULL,NULL,''),(8999,'1110','41725939938','2024-09-10 06:45:47',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9000,'5500','41725939938','2024-09-10 06:45:38',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9001,'4000','41725939938','2024-09-10 06:45:47',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9002,'1100','41725942692','2024-09-10 07:31:45',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594271952040902909','No',NULL,NULL,''),(9003,'1110','41725942692','2024-09-10 07:31:45',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9004,'5500','41725942692','2024-09-10 07:31:32',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9005,'4000','41725942692','2024-09-10 07:31:45',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9006,'1010','41725943049','2024-09-10 07:37:40',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594307303442233324','No',NULL,NULL,'bnh'),(9007,'1110','41725943049','2024-09-10 07:37:40',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9008,'5500','41725943049','2024-09-10 07:37:29',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9009,'4000','41725943049','2024-09-10 07:37:40',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9010,'1050','41725943217','2024-09-10 07:40:29',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594323123052173320','No',NULL,NULL,''),(9011,'1110','41725943217','2024-09-10 07:40:29',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9012,'5500','41725943217','2024-09-10 07:40:17',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9013,'4000','41725943217','2024-09-10 07:40:29',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9014,'2130','41725943232','2024-09-10 07:46:15',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172594358813801533358','No',NULL,NULL,''),(9015,'1110','41725943232','2024-09-10 07:46:15',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(9016,'5500','41725943232','2024-09-10 07:40:32',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(9017,'4000','41725943232','2024-09-10 07:46:15',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(9018,'1010','41725943988','2024-09-10 07:53:24',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594400823227423293','No',NULL,NULL,'mjh'),(9019,'1110','41725943988','2024-09-10 07:53:24',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9020,'5500','41725943988','2024-09-10 07:53:08',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9021,'4000','41725943988','2024-09-10 07:53:24',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9022,'2130','41725944009','2024-09-10 07:59:04',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172594435904322373540','No',NULL,NULL,''),(9023,'1110','41725944009','2024-09-10 07:59:04',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(9024,'5500','41725944009','2024-09-10 07:53:29',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(9025,'4000','41725944009','2024-09-10 07:59:04',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(9026,'1010','41725945570','2024-09-10 08:19:41',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594558604332357855','No',NULL,NULL,'bhg'),(9027,'1110','41725945570','2024-09-10 08:19:41',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9028,'5500','41725945570','2024-09-10 08:19:30',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9029,'4000','41725945570','2024-09-10 08:19:41',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9030,'1050','41725945587','2024-09-10 08:23:12',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594581722841033402','No',NULL,NULL,''),(9031,'1110','41725945587','2024-09-10 08:23:12',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9032,'5500','41725945587','2024-09-10 08:19:47',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9033,'4000','41725945587','2024-09-10 08:23:12',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9034,'1010','41725945818','2024-09-10 08:24:46',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594589121182422227','No',NULL,NULL,'fg'),(9035,'1110','41725945818','2024-09-10 08:24:46',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9036,'5500','41725945818','2024-09-10 08:23:38',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9037,'4000','41725945818','2024-09-10 08:24:46',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9038,'1100','41725945892','2024-09-10 08:27:16',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594604462263336472','No',NULL,NULL,''),(9039,'1110','41725945892','2024-09-10 08:27:16',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9040,'5500','41725945892','2024-09-10 08:24:52',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9041,'4000','41725945892','2024-09-10 08:27:16',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9042,'1100','41725946048','2024-09-10 08:27:37',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594606722062536134','No',NULL,NULL,''),(9043,'1110','41725946048','2024-09-10 08:27:37',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9044,'5500','41725946048','2024-09-10 08:27:28',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9045,'4000','41725946048','2024-09-10 08:27:37',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9046,'1050','41725947562','2024-09-10 08:52:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172594757442323320353','No',NULL,NULL,''),(9047,'1110','41725947562','2024-09-10 08:52:52',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9048,'5500','41725947562','2024-09-10 08:52:42',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9049,'4000','41725947562','2024-09-10 08:52:52',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9050,'1100','41725947912','2024-09-10 08:58:46',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594793524333343253','No',NULL,NULL,''),(9051,'1110','41725947912','2024-09-10 08:58:46',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9052,'5500','41725947912','2024-09-10 08:58:32',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9053,'4000','41725947912','2024-09-10 08:58:46',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9054,'1100','41725948313','2024-09-10 09:05:19',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172594833222230344252','No',NULL,NULL,''),(9055,'1110','41725948313','2024-09-10 09:05:19',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9056,'5500','41725948313','2024-09-10 09:05:13',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9057,'4000','41725948313','2024-09-10 09:05:19',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9058,'1100','41725950943','2024-09-10 09:49:10',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172595095870729223220','No',NULL,NULL,''),(9059,'1110','41725950943','2024-09-10 09:49:10',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9060,'5500','41725950943','2024-09-10 09:49:03',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9061,'4000','41725950943','2024-09-10 09:49:10',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9068,'1110','41725901707','2024-09-09 20:08:27',10200.00,NULL,'','4','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(9069,'2130','41725901707','2024-09-09 20:08:27',NULL,10200.00,'','4','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(9070,'1010','41725952047','2024-09-10 10:07:36',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595206430625134434','No',NULL,NULL,'mjh'),(9071,'1110','41725952047','2024-09-10 10:07:36',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9072,'5500','41725952047','2024-09-10 10:07:27',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9073,'4000','41725952047','2024-09-10 10:07:36',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9074,'1010','41725952065','2024-09-10 10:09:24',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595217120122534275','No',NULL,NULL,'fg'),(9075,'1110','41725952065','2024-09-10 10:09:24',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9076,'5500','41725952065','2024-09-10 10:07:45',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9077,'4000','41725952065','2024-09-10 10:09:24',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9078,'1010','41725953371','2024-09-10 10:29:54',130.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595340833232922203','No',NULL,NULL,'bhg'),(9079,'1050','41725953371','2024-09-10 10:29:54',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595340833232922203','No',NULL,NULL,'bhg'),(9080,'1110','41725953371','2024-09-10 10:29:54',NULL,59.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9081,'1110','41725953371','2024-09-10 10:29:31',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9082,'5500','41725953371','2024-09-10 10:29:48',127.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9083,'4000','41725953371','2024-09-10 10:29:54',NULL,100.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9084,'4000','41725953371','2024-09-10 10:29:31',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9085,'1010','41725955195','2024-09-10 11:08:40',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595572522132520435','No',NULL,NULL,'mjh'),(9086,'1110','41725955195','2024-09-10 11:08:40',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9087,'5500','41725955195','2024-09-10 10:59:55',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9088,'4000','41725955195','2024-09-10 11:08:40',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9089,'1100','41725955726','2024-09-10 11:11:28',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172595591120224223033','No',NULL,NULL,''),(9090,'1110','41725955726','2024-09-10 11:11:28',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9091,'5500','41725955726','2024-09-10 11:08:46',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9092,'4000','41725955726','2024-09-10 11:11:28',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9093,'1050','41725956443','2024-09-10 11:20:53',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595663343339322025','No',NULL,NULL,''),(9094,'1110','41725956443','2024-09-10 11:20:53',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9095,'5500','41725956443','2024-09-10 11:20:43',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9096,'4000','41725956443','2024-09-10 11:20:53',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9097,'1010','41725956633','2024-09-10 11:32:58',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595718300033300030','No',NULL,NULL,'bhg'),(9098,'1110','41725956633','2024-09-10 11:32:58',NULL,112.34,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(9099,'5500','41725956633','2024-09-10 11:23:53',112.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9100,'4000','41725956633','2024-09-10 11:32:58',NULL,200.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(9101,'1010','41725957184','2024-09-10 11:47:50',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595807704432037823','No',NULL,NULL,'bhg'),(9102,'1110','41725957184','2024-09-10 11:47:50',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(9103,'5500','41725957184','2024-09-10 11:33:04',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9104,'4000','41725957184','2024-09-10 11:47:50',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(9105,'1010','41725958078','2024-09-10 11:51:59',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595841432242301021','No',NULL,NULL,'bhg'),(9106,'1110','41725958078','2024-09-10 11:51:59',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9107,'5500','41725958078','2024-09-10 11:47:58',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9108,'4000','41725958078','2024-09-10 11:51:59',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9109,'1010','41725958415','2024-09-10 12:13:36',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172595962203304332920','No',NULL,NULL,'bhg'),(9110,'1110','41725958415','2024-09-10 12:13:36',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9111,'5500','41725958415','2024-09-10 11:53:35',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9112,'4000','41725958415','2024-09-10 12:13:36',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9113,'2130','41725960559','2024-09-10 12:34:01',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172596085353325600233','No',NULL,NULL,''),(9114,'1110','41725960559','2024-09-10 12:34:01',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(9115,'5500','41725960559','2024-09-10 12:29:19',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(9116,'4000','41725960559','2024-09-10 12:34:01',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(9117,'1010','41725963062','2024-09-10 13:11:13',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172596308933423238330','No',NULL,NULL,'mpesa'),(9118,'1110','41725963062','2024-09-10 13:11:13',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9119,'5500','41725963062','2024-09-10 13:11:02',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9120,'4000','41725963062','2024-09-10 13:11:13',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9121,'1010','41725963090','2024-09-10 14:03:24',140.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172596623143363202741','No',NULL,NULL,'mpesa'),(9122,'1050','41725963090','2024-09-10 14:03:24',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172596623143363202741','No',NULL,NULL,'mpesa'),(9123,'1110','41725963090','2024-09-10 14:03:24',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9124,'1110','41725963090','2024-09-10 13:11:30',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9125,'1110','41725963090','2024-09-10 14:02:46',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(9126,'5500','41725963090','2024-09-10 14:02:54',112.93,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9127,'4000','41725963090','2024-09-10 14:03:24',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9128,'4000','41725963090','2024-09-10 13:11:30',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9129,'4000','41725963090','2024-09-10 14:02:46',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(9130,'1100','41725966232','2024-09-10 14:07:14',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172596644332332230326','No',NULL,NULL,''),(9131,'1110','41725966232','2024-09-10 14:07:14',NULL,30.83,'','4','1','Inventory sold','1','25','sales','5','','No',NULL,NULL,''),(9132,'5500','41725966232','2024-09-10 14:03:52',30.83,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9133,'4000','41725966232','2024-09-10 14:07:14',NULL,50.00,'','4','1','Good sold','1','25','sales','5','','No',NULL,NULL,''),(9134,'1010','41725966957','2024-09-10 14:17:09',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172596703939232237260','No',NULL,NULL,'mpesa'),(9135,'1110','41725966957','2024-09-10 14:17:09',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9136,'1110','41725966957','2024-09-10 14:15:57',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9137,'1110','41725966957','2024-09-10 14:16:15',NULL,56.17,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(9138,'5500','41725966957','2024-09-10 14:17:01',173.36,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9139,'4000','41725966957','2024-09-10 14:17:09',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9140,'4000','41725966957','2024-09-10 14:15:57',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9141,'4000','41725966957','2024-09-10 14:16:15',NULL,100.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(9142,'1100','41725967040','2024-09-10 14:36:59',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172596823022432000841','No',NULL,NULL,''),(9143,'1110','41725967040','2024-09-10 14:36:59',NULL,57.38,'','4','1','Inventory sold','1','25','sales','70','','No',NULL,NULL,''),(9144,'5500','41725967040','2024-09-10 14:17:20',57.38,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9145,'4000','41725967040','2024-09-10 14:36:59',NULL,200.00,'','4','1','Good sold','1','25','sales','70','','No',NULL,NULL,''),(9146,'1010','41725969098','2024-09-10 14:52:19',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172596914453222322222','No',NULL,NULL,'fg'),(9147,'1110','41725969098','2024-09-10 14:52:19',NULL,59.82,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(9148,'5500','41725969098','2024-09-10 14:51:38',59.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9149,'4000','41725969098','2024-09-10 14:52:19',NULL,200.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9150,'2130','41725970049','2024-09-10 15:08:32',120.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172597012422213204057','No',NULL,NULL,''),(9151,'1110','41725970049','2024-09-10 15:08:32',102.00,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(9152,'5500','41725970049','2024-09-10 15:07:29',NULL,102.00,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(9153,'4000','41725970049','2024-09-10 15:08:32',120.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(9154,'1010','41725970928','2024-09-10 15:23:10',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597099523733225192','No',NULL,NULL,'mjh'),(9155,'1110','41725970928','2024-09-10 15:23:10',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9156,'1110','41725970928','2024-09-10 15:22:08',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(9157,'1110','41725970928','2024-09-10 15:22:30',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9158,'1110','41725970928','2024-09-10 15:22:43',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9159,'5500','41725970928','2024-09-10 15:22:57',230.01,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9160,'4000','41725970928','2024-09-10 15:23:10',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9161,'4000','41725970928','2024-09-10 15:22:08',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(9162,'4000','41725970928','2024-09-10 15:22:30',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9163,'4000','41725970928','2024-09-10 15:22:43',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9164,'1010','41725970996','2024-09-10 15:34:43',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597168803073830825','No',NULL,NULL,'bhg'),(9165,'1110','41725970996','2024-09-10 15:34:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9166,'5500','41725970996','2024-09-10 15:23:16',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9167,'4000','41725970996','2024-09-10 15:34:43',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9168,'1050','41725971689','2024-09-10 15:37:35',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597185720532315030','No',NULL,NULL,''),(9169,'1110','41725971689','2024-09-10 15:37:35',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9170,'5500','41725971689','2024-09-10 15:34:49',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9171,'4000','41725971689','2024-09-10 15:37:35',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9172,'1010','41725971954','2024-09-10 16:08:11',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597369822234941242','No',NULL,NULL,'fg'),(9173,'1110','41725971954','2024-09-10 16:08:11',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9174,'5500','41725971954','2024-09-10 15:39:14',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9175,'4000','41725971954','2024-09-10 16:08:11',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9176,'1010','41725973699','2024-09-10 16:16:41',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597420832230038230','No',NULL,NULL,'mpesa'),(9177,'1110','41725973699','2024-09-10 16:16:41',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9178,'5500','41725973699','2024-09-10 16:08:19',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9179,'4000','41725973699','2024-09-10 16:16:41',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9180,'1010','41725974208','2024-09-10 16:21:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597453533330039592','No',NULL,NULL,'mpesa'),(9181,'1110','41725974208','2024-09-10 16:21:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9182,'5500','41725974208','2024-09-10 16:16:49',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9183,'4000','41725974208','2024-09-10 16:21:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9184,'1100','41725974536','2024-09-10 16:25:39',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172597474840450203317','No',NULL,NULL,''),(9185,'1110','41725974536','2024-09-10 16:25:39',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(9186,'5500','41725974536','2024-09-10 16:22:16',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9187,'4000','41725974536','2024-09-10 16:25:39',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(9188,'1050','41725975476','2024-09-10 16:38:02',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597548734000044340','No',NULL,NULL,''),(9189,'1110','41725975476','2024-09-10 16:38:02',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9190,'5500','41725975476','2024-09-10 16:37:56',30.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9191,'4000','41725975476','2024-09-10 16:38:02',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9192,'1010','41725975488','2024-09-10 16:45:05',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597591633362933052','No',NULL,NULL,'bhg'),(9193,'1110','41725975488','2024-09-10 16:45:05',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(9194,'5500','41725975488','2024-09-10 16:38:08',56.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9195,'4000','41725975488','2024-09-10 16:45:05',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(9196,'1010','41725975917','2024-09-10 16:46:12',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597598223249373375','No',NULL,NULL,'fg'),(9197,'1110','41725975917','2024-09-10 16:46:12',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9198,'5500','41725975917','2024-09-10 16:45:17',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9199,'4000','41725975917','2024-09-10 16:46:12',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9200,'1010','41725976008','2024-09-10 16:59:07',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597675230223230232','No',NULL,NULL,'bhg'),(9201,'1110','41725976008','2024-09-10 16:59:07',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9202,'5500','41725976008','2024-09-10 16:46:48',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9203,'4000','41725976008','2024-09-10 16:59:07',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9204,'1010','41725976753','2024-09-10 17:18:15',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597795113235424225','No',NULL,NULL,'mjh'),(9205,'1110','41725976753','2024-09-10 17:18:15',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9206,'5500','41725976753','2024-09-10 16:59:13',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9207,'4000','41725976753','2024-09-10 17:18:15',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9208,'1010','41725977952','2024-09-10 17:24:30',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597827528372130212','No',NULL,NULL,'fg'),(9209,'1110','41725977952','2024-09-10 17:24:30',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9210,'1110','41725977952','2024-09-10 17:19:12',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(9211,'5500','41725977952','2024-09-10 17:24:21',61.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9212,'4000','41725977952','2024-09-10 17:24:30',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9213,'4000','41725977952','2024-09-10 17:19:12',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(9214,'2130','41725978276','2024-09-10 17:35:32',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172597896002639724032','No',NULL,NULL,''),(9215,'1110','41725978276','2024-09-10 17:35:32',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(9216,'5500','41725978276','2024-09-10 17:24:36',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(9217,'4000','41725978276','2024-09-10 17:35:32',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(9218,'1010','41725978988','2024-09-10 17:38:41',90.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597921133223395123','No',NULL,NULL,'vf'),(9219,'1050','41725978988','2024-09-10 17:38:41',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597921133223395123','No',NULL,NULL,'vf'),(9220,'1110','41725978988','2024-09-10 17:38:41',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9221,'1110','41725978988','2024-09-10 17:36:28',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9222,'5500','41725978988','2024-09-10 17:36:36',61.51,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9223,'4000','41725978988','2024-09-10 17:38:41',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9224,'4000','41725978988','2024-09-10 17:36:28',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9225,'1050','41725979214','2024-09-10 17:40:24',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597922605032323422','No',NULL,NULL,''),(9226,'1110','41725979214','2024-09-10 17:40:24',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9227,'5500','41725979214','2024-09-10 17:40:14',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9228,'4000','41725979214','2024-09-10 17:40:24',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9229,'1050','41725979227','2024-09-10 17:47:16',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172597963822233232303','No',NULL,NULL,''),(9230,'1110','41725979227','2024-09-10 17:47:16',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9231,'5500','41725979227','2024-09-10 17:40:27',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9232,'4000','41725979227','2024-09-10 17:47:16',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9233,'1010','41725979639','2024-09-10 17:58:33',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598032243525045301','No',NULL,NULL,'mpesa'),(9234,'1110','41725979639','2024-09-10 17:58:33',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9235,'5500','41725979639','2024-09-10 17:47:19',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9236,'4000','41725979639','2024-09-10 17:58:33',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9237,'1010','41725980324','2024-09-10 18:07:42',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598087030172204980','No',NULL,NULL,'mpesa'),(9238,'1110','41725980324','2024-09-10 18:07:42',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9239,'5500','41725980324','2024-09-10 17:58:44',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9240,'4000','41725980324','2024-09-10 18:07:42',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9241,'1010','41725980871','2024-09-10 18:19:03',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598155202232500235','No',NULL,NULL,'mpesa'),(9242,'1110','41725980871','2024-09-10 18:19:03',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9243,'5500','41725980871','2024-09-10 18:07:51',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9244,'4000','41725980871','2024-09-10 18:19:03',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9245,'1010','41725981553','2024-09-10 18:35:12',385.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598253603240354233','No',NULL,NULL,'mpesa'),(9246,'1110','41725981553','2024-09-10 18:35:12',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9247,'1110','41725981553','2024-09-10 18:19:13',NULL,59.50,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9248,'1110','41725981553','2024-09-10 18:30:46',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9249,'1110','41725981553','2024-09-10 18:30:57',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9250,'5500','41725981553','2024-09-10 18:34:47',268.36,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9251,'4000','41725981553','2024-09-10 18:35:12',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9252,'4000','41725981553','2024-09-10 18:19:13',NULL,120.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9253,'4000','41725981553','2024-09-10 18:30:46',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9254,'4000','41725981553','2024-09-10 18:30:57',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9255,'1010','41725982665','2024-09-10 18:37:53',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598268428238320524','No',NULL,NULL,'mpesa'),(9256,'1110','41725982665','2024-09-10 18:37:53',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9257,'5500','41725982665','2024-09-10 18:37:45',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9258,'4000','41725982665','2024-09-10 18:37:53',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9259,'2130','41725982685','2024-09-10 18:38:26',320.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172598271602132445723','No',NULL,NULL,''),(9260,'1110','41725982685','2024-09-10 18:38:26',272.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(9261,'5500','41725982685','2024-09-10 18:38:05',NULL,272.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(9262,'4000','41725982685','2024-09-10 18:38:26',320.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(9263,'1010','41725983079','2024-09-10 18:44:45',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598309732390023830','No',NULL,NULL,'mpesa'),(9264,'1110','41725983079','2024-09-10 18:44:45',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9265,'5500','41725983079','2024-09-10 18:44:39',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9266,'4000','41725983079','2024-09-10 18:44:45',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9267,'1050','41725983098','2024-09-10 18:51:16',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598348083073433344','No',NULL,NULL,''),(9268,'1110','41725983098','2024-09-10 18:51:16',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9269,'5500','41725983098','2024-09-10 18:44:58',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9270,'4000','41725983098','2024-09-10 18:51:16',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9271,'1010','41725983481','2024-09-10 18:55:43',310.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598379830033983222','No',NULL,NULL,''),(9272,'1050','41725983481','2024-09-10 18:55:43',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598379830033983222','No',NULL,NULL,''),(9273,'1110','41725983481','2024-09-10 18:55:43',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9274,'1110','41725983481','2024-09-10 18:51:21',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9275,'1110','41725983481','2024-09-10 18:55:07',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9276,'5500','41725983481','2024-09-10 18:55:27',297.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9277,'4000','41725983481','2024-09-10 18:55:43',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9278,'4000','41725983481','2024-09-10 18:51:21',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9279,'4000','41725983481','2024-09-10 18:55:07',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9280,'1050','41725984571','2024-09-10 19:10:05',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598462806291322333','No',NULL,NULL,''),(9281,'1110','41725984571','2024-09-10 19:10:05',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9282,'5500','41725984571','2024-09-10 19:09:31',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9283,'4000','41725984571','2024-09-10 19:10:05',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9284,'1010','41725984628','2024-09-10 19:11:20',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598468939232423254','No',NULL,NULL,'mpesa'),(9285,'1110','41725984628','2024-09-10 19:11:20',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9286,'5500','41725984628','2024-09-10 19:10:29',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9287,'4000','41725984628','2024-09-10 19:11:20',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9288,'2130','41725985328','2024-09-10 19:22:16',80.00,NULL,'','4','1','Goods returned','1','30','creditnote','','4172598535223820037224','No',NULL,NULL,''),(9289,'1110','41725985328','2024-09-10 19:22:16',68.00,NULL,'','4','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(9290,'5500','41725985328','2024-09-10 19:22:08',NULL,68.00,'','4','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(9291,'4000','41725985328','2024-09-10 19:22:16',80.00,NULL,'','4','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(9292,'1010','41725985355','2024-09-10 19:29:05',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598574995243021342','No',NULL,NULL,'mjh'),(9293,'1110','41725985355','2024-09-10 19:29:05',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9294,'5500','41725985355','2024-09-10 19:22:35',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9295,'4000','41725985355','2024-09-10 19:29:05',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9296,'1010','41725985750','2024-09-10 19:34:06',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598605009032320630','No',NULL,NULL,'fg'),(9297,'1110','41725985750','2024-09-10 19:34:06',NULL,188.08,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9298,'5500','41725985750','2024-09-10 19:29:10',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9299,'4000','41725985750','2024-09-10 19:34:06',NULL,300.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9300,'1010','41725986051','2024-09-10 19:37:51',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598627777352272822','No',NULL,NULL,'bhg'),(9301,'1110','41725986051','2024-09-10 19:37:51',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9302,'5500','41725986051','2024-09-10 19:34:11',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9303,'4000','41725986051','2024-09-10 19:37:51',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9304,'1050','41725986278','2024-09-10 19:40:11',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598641332303024202','No',NULL,NULL,''),(9305,'1110','41725986278','2024-09-10 19:40:11',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9306,'5500','41725986278','2024-09-10 19:37:58',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9307,'4000','41725986278','2024-09-10 19:40:11',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9308,'1050','41725986414','2024-09-10 19:44:11',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598671843340082323','No',NULL,NULL,''),(9309,'1110','41725986414','2024-09-10 19:44:11',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9310,'1110','41725986414','2024-09-10 19:40:14',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(9311,'1110','41725986414','2024-09-10 19:43:44',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(9312,'5500','41725986414','2024-09-10 19:43:57',206.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9313,'4000','41725986414','2024-09-10 19:44:11',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9314,'4000','41725986414','2024-09-10 19:40:14',NULL,40.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(9315,'4000','41725986414','2024-09-10 19:43:44',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9316,'1010','41725986719','2024-09-10 19:45:43',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598675070523033935','No',NULL,NULL,'bhg'),(9317,'1110','41725986719','2024-09-10 19:45:43',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9318,'5500','41725986719','2024-09-10 19:45:19',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9319,'4000','41725986719','2024-09-10 19:45:43',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9320,'1010','41725986793','2024-09-10 19:46:44',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598681049207240304','No',NULL,NULL,'bhg'),(9321,'1110','41725986793','2024-09-10 19:46:44',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9322,'5500','41725986793','2024-09-10 19:46:33',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9323,'4000','41725986793','2024-09-10 19:46:44',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9324,'1010','41725986811','2024-09-10 19:47:00',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598682630726231320','No',NULL,NULL,'mjh'),(9325,'1110','41725986811','2024-09-10 19:47:00',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9326,'5500','41725986811','2024-09-10 19:46:51',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9327,'4000','41725986811','2024-09-10 19:47:00',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9328,'1050','41725986827','2024-09-10 19:49:38',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598699032320390321','No',NULL,NULL,''),(9329,'1110','41725986827','2024-09-10 19:49:38',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9330,'5500','41725986827','2024-09-10 19:47:07',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9331,'4000','41725986827','2024-09-10 19:49:38',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9332,'1100','41725974536','2024-09-10 19:50:09',NULL,0.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvbg'),(9333,'na','41725974536','2024-09-10 19:50:09',0.00,NULL,'','4','1','','1','25','payment','','4172598702303573023233','No',NULL,NULL,'cvbg'),(9334,'1100','41725967040','2024-09-10 19:51:00',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvfd'),(9335,'na','41725967040','2024-09-10 19:51:00',200.00,NULL,'','4','1','','1','25','payment','','4172598707430312237072','No',NULL,NULL,'cvfd'),(9336,'1100','41725939506','2024-09-10 19:51:50',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbgf'),(9337,'na','41725939506','2024-09-10 19:51:50',320.00,NULL,'','4','1','','1','25','payment','','4172598712012252322332','No',NULL,NULL,'vbgf'),(9338,'1100','41725939938','2024-09-10 19:53:39',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(9339,'na','41725939938','2024-09-10 19:53:39',80.00,NULL,'','4','1','','1','25','payment','','4172598722930323332221','No',NULL,NULL,'bnhg'),(9340,'1100','41725942692','2024-09-10 19:54:10',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbfd'),(9341,'na','41725942692','2024-09-10 19:54:10',280.00,NULL,'','4','1','','1','25','payment','','4172598726991212922322','No',NULL,NULL,'nbfd'),(9342,'1100','41725945892','2024-09-10 19:55:12',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(9343,'na','41725945892','2024-09-10 19:55:12',80.00,NULL,'','4','1','','1','25','payment','','4172598733422050122223','No',NULL,NULL,'bvc'),(9344,'1100','41725950943','2024-09-10 19:55:58',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(9345,'na','41725950943','2024-09-10 19:55:58',80.00,NULL,'','4','1','','1','25','payment','','4172598737323233332252','No',NULL,NULL,'bvc'),(9346,'1100','41725955726','2024-09-10 19:56:32',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(9347,'na','41725955726','2024-09-10 19:56:32',80.00,NULL,'','4','1','','1','25','payment','','4172598740332332272320','No',NULL,NULL,'bvc'),(9348,'1100','41725938033','2024-09-10 19:57:01',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnv'),(9349,'na','41725938033','2024-09-10 19:57:01',160.00,NULL,'','4','1','','1','25','payment','','4172598743627303333423','No',NULL,NULL,'bnv'),(9350,'1010','41725987438','2024-09-10 19:57:26',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598745023420432804','No',NULL,NULL,'mjh'),(9351,'1110','41725987438','2024-09-10 19:57:26',NULL,48.50,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(9352,'5500','41725987438','2024-09-10 19:57:18',48.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9353,'4000','41725987438','2024-09-10 19:57:26',NULL,100.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(9354,'1050','41725987451','2024-09-10 20:00:09',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598762322133643322','No',NULL,NULL,''),(9355,'1110','41725987451','2024-09-10 20:00:09',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9356,'5500','41725987451','2024-09-10 19:57:31',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9357,'4000','41725987451','2024-09-10 20:00:09',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9358,'1100','41725946048','2024-09-10 20:10:08',NULL,400.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(9359,'na','41725946048','2024-09-10 20:10:08',400.00,NULL,'','4','1','','1','25','payment','','4172598822213947202023','No',NULL,NULL,'bnhg'),(9360,'1100','41725947912','2024-09-10 20:10:45',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(9361,'na','41725947912','2024-09-10 20:10:45',100.00,NULL,'','4','1','','1','25','payment','','4172598825808202843320','No',NULL,NULL,'nbv'),(9362,'1100','41725966232','2024-09-10 20:11:55',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(9363,'na','41725966232','2024-09-10 20:11:55',50.00,NULL,'','4','1','','1','25','payment','','4172598832722902232339','No',NULL,NULL,'bvc'),(9364,'1010','41725988445','2024-09-10 20:15:27',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598853223993320842','No',NULL,NULL,'bhg'),(9365,'1110','41725988445','2024-09-10 20:15:27',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9366,'5500','41725988445','2024-09-10 20:14:05',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9367,'4000','41725988445','2024-09-10 20:15:27',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9368,'1100','41725939938','2024-09-10 20:18:21',NULL,20.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(9369,'na','41725939938','2024-09-10 20:18:21',20.00,NULL,'','4','1','','1','25','payment','','4172598871392022424282','No',NULL,NULL,'nbv'),(9370,'1100','41725974536','2024-09-10 20:20:34',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcfd'),(9371,'na','41725974536','2024-09-10 20:20:34',80.00,NULL,'','4','1','','1','25','payment','','4172598885533222094374','No',NULL,NULL,'vcfd'),(9372,'1010','41725988868','2024-09-10 20:21:17',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598888537380082340','No',NULL,NULL,'mjh'),(9373,'1110','41725988868','2024-09-10 20:21:17',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9374,'5500','41725988868','2024-09-10 20:21:08',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9375,'4000','41725988868','2024-09-10 20:21:17',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9376,'1100','41725948313','2024-09-10 20:22:14',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnghg'),(9377,'na','41725948313','2024-09-10 20:22:14',80.00,NULL,'','4','1','','1','25','payment','','4172598895335423252033','No',NULL,NULL,'bnghg'),(9378,'2130','41725989027','2024-09-10 20:24:02',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172598905950039250201','No',NULL,NULL,''),(9379,'1110','41725989027','2024-09-10 20:24:02',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(9380,'5500','41725989027','2024-09-10 20:23:47',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(9381,'4000','41725989027','2024-09-10 20:24:02',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(9382,'2130','41725989271','2024-09-10 20:28:00',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172598930033325302052','No',NULL,NULL,''),(9383,'1110','41725989271','2024-09-10 20:28:00',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(9384,'5500','41725989271','2024-09-10 20:27:51',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(9385,'4000','41725989271','2024-09-10 20:28:00',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(9386,'1010','41725989434','2024-09-10 20:31:03',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598947903239370337','No',NULL,NULL,'mjh'),(9387,'1110','41725989434','2024-09-10 20:31:03',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9388,'5500','41725989434','2024-09-10 20:30:34',52.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9389,'4000','41725989434','2024-09-10 20:31:03',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9390,'1010','41725989484','2024-09-10 20:34:14',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172598966423503222203','No',NULL,NULL,'mjh'),(9391,'1110','41725989484','2024-09-10 20:34:14',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9392,'5500','41725989484','2024-09-10 20:31:24',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9393,'4000','41725989484','2024-09-10 20:34:14',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9394,'1010','41726024059','2024-09-11 06:10:35',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172602424202233233600','No',NULL,NULL,'mjh'),(9395,'1110','41726024059','2024-09-11 06:10:35',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9396,'5500','41726024059','2024-09-11 06:07:39',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9397,'4000','41726024059','2024-09-11 06:10:35',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9398,'1100','41726024243','2024-09-11 06:11:37',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172602430633636202304','No',NULL,NULL,''),(9399,'1110','41726024243','2024-09-11 06:11:37',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9400,'5500','41726024243','2024-09-11 06:10:43',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9401,'4000','41726024243','2024-09-11 06:11:37',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9402,'1010','41726024309','2024-09-11 06:12:29',550.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172602436062302022224','No',NULL,NULL,'mjh'),(9403,'1110','41726024309','2024-09-11 06:12:29',NULL,103.47,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(9404,'1110','41726024309','2024-09-11 06:11:49',NULL,174.71,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9405,'1110','41726024309','2024-09-11 06:12:00',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9406,'1110','41726024309','2024-09-11 06:12:08',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(9407,'5500','41726024309','2024-09-11 06:12:16',391.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9408,'4000','41726024309','2024-09-11 06:12:29',NULL,180.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(9409,'4000','41726024309','2024-09-11 06:11:49',NULL,180.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9410,'4000','41726024309','2024-09-11 06:12:00',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9411,'4000','41726024309','2024-09-11 06:12:08',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9412,'1100','41726024361','2024-09-11 06:25:37',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172602514562432323407','No',NULL,NULL,''),(9413,'1110','41726024361','2024-09-11 06:25:37',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9414,'5500','41726024361','2024-09-11 06:12:41',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9415,'4000','41726024361','2024-09-11 06:25:37',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9416,'1100','41726026865','2024-09-11 06:54:35',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172602688542002352446','No',NULL,NULL,''),(9417,'1110','41726026865','2024-09-11 06:54:35',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9418,'5500','41726026865','2024-09-11 06:54:25',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9419,'4000','41726026865','2024-09-11 06:54:35',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9420,'1010','41726027745','2024-09-11 07:38:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172602953523020342250','No',NULL,NULL,'mjh'),(9421,'1110','41726027745','2024-09-11 07:38:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9422,'5500','41726027745','2024-09-11 07:09:05',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9423,'4000','41726027745','2024-09-11 07:38:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9424,'1100','41726029536','2024-09-11 07:39:56',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172602960632320604230','No',NULL,NULL,''),(9425,'1110','41726029536','2024-09-11 07:39:56',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9426,'5500','41726029536','2024-09-11 07:38:56',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9427,'4000','41726029536','2024-09-11 07:39:56',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9428,'1010','41726030406','2024-09-11 07:53:40',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603042442332230320','No',NULL,NULL,'mjh'),(9429,'1110','41726030406','2024-09-11 07:53:40',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9430,'5500','41726030406','2024-09-11 07:53:27',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9431,'4000','41726030406','2024-09-11 07:53:40',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9432,'1100','41726030425','2024-09-11 07:56:46',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172603061520400311330','No',NULL,NULL,''),(9433,'1110','41726030425','2024-09-11 07:56:46',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9434,'5500','41726030425','2024-09-11 07:53:45',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9435,'4000','41726030425','2024-09-11 07:56:46',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9436,'1100','41726031973','2024-09-11 08:19:46',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172603200522000204007','No',NULL,NULL,''),(9437,'1110','41726031973','2024-09-11 08:19:46',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9438,'5500','41726031973','2024-09-11 08:19:33',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9439,'4000','41726031973','2024-09-11 08:19:46',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9440,'1100','41726032081','2024-09-11 08:21:30',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172603209934322120026','No',NULL,NULL,''),(9441,'1110','41726032081','2024-09-11 08:21:30',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9442,'5500','41726032081','2024-09-11 08:21:21',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9443,'4000','41726032081','2024-09-11 08:21:30',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9444,'2130','41726032118','2024-09-11 08:22:09',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172603214302402216300','No',NULL,NULL,''),(9445,'1110','41726032118','2024-09-11 08:22:09',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(9446,'5500','41726032118','2024-09-11 08:21:58',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(9447,'4000','41726032118','2024-09-11 08:22:09',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(9448,'1010','41726033425','2024-09-11 08:43:52',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603344236004130332','No',NULL,NULL,'bhg'),(9449,'1110','41726033425','2024-09-11 08:43:52',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9450,'5500','41726033425','2024-09-11 08:43:45',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9451,'4000','41726033425','2024-09-11 08:43:52',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9452,'2130','41726033443','2024-09-11 08:48:31',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172603372432233333472','No',NULL,NULL,''),(9453,'1110','41726033443','2024-09-11 08:48:31',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(9454,'5500','41726033443','2024-09-11 08:44:03',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(9455,'4000','41726033443','2024-09-11 08:48:31',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(9456,'1050','41726033728','2024-09-11 08:48:57',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603374822306332284','No',NULL,NULL,''),(9457,'1110','41726033728','2024-09-11 08:48:57',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9458,'5500','41726033728','2024-09-11 08:48:48',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9459,'4000','41726033728','2024-09-11 08:48:57',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9460,'1050','41726033749','2024-09-11 09:03:52',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603463670334403326','No',NULL,NULL,''),(9461,'1110','41726033749','2024-09-11 09:03:52',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9462,'5500','41726033749','2024-09-11 08:49:09',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9463,'4000','41726033749','2024-09-11 09:03:52',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9464,'1100','41726034636','2024-09-11 09:08:25',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172603491493232120421','No',NULL,NULL,''),(9465,'1110','41726034636','2024-09-11 09:08:25',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9466,'5500','41726034636','2024-09-11 09:03:56',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9467,'4000','41726034636','2024-09-11 09:08:25',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9468,'1050','41726035994','2024-09-11 09:29:13',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603615633023220330','No',NULL,NULL,''),(9469,'1110','41726035994','2024-09-11 09:29:13',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9470,'1110','41726035994','2024-09-11 09:26:34',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9471,'5500','41726035994','2024-09-11 09:27:34',195.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9472,'4000','41726035994','2024-09-11 09:29:13',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9473,'4000','41726035994','2024-09-11 09:26:34',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9474,'1010','41726036157','2024-09-11 09:48:44',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603734573202071022','No',NULL,NULL,'bhg'),(9475,'1110','41726036157','2024-09-11 09:48:44',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9476,'1110','41726036157','2024-09-11 09:29:17',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9477,'5500','41726036157','2024-09-11 09:48:30',107.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9478,'4000','41726036157','2024-09-11 09:48:44',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9479,'4000','41726036157','2024-09-11 09:29:17',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9480,'1010','41726037346','2024-09-11 10:18:04',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603909003000333240','No',NULL,NULL,'mjh'),(9481,'1110','41726037346','2024-09-11 10:18:04',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9482,'5500','41726037346','2024-09-11 09:49:06',127.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9483,'4000','41726037346','2024-09-11 10:18:04',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9484,'1010','41726039091','2024-09-11 10:18:28',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603912131331112312','No',NULL,NULL,'vbvc'),(9485,'1110','41726039091','2024-09-11 10:18:28',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9486,'5500','41726039091','2024-09-11 10:18:11',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9487,'4000','41726039091','2024-09-11 10:18:28',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9488,'2130','41726039122','2024-09-11 10:24:31',50.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172603949240023332333','No',NULL,NULL,''),(9489,'1110','41726039122','2024-09-11 10:24:31',29.50,NULL,'','4','1','Inventory returned','1','36','creditnote','11','','No',NULL,NULL,''),(9490,'5500','41726039122','2024-09-11 10:18:42',NULL,29.50,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(9491,'4000','41726039122','2024-09-11 10:24:31',50.00,NULL,'','4','1','Good returned','1','36','creditnote','11','','No',NULL,NULL,''),(9492,'1050','41726039748','2024-09-11 10:29:30',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603977333324330013','No',NULL,NULL,''),(9493,'1110','41726039748','2024-09-11 10:29:30',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9494,'1110','41726039748','2024-09-11 10:29:08',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9495,'5500','41726039748','2024-09-11 10:29:20',81.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9496,'4000','41726039748','2024-09-11 10:29:30',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9497,'4000','41726039748','2024-09-11 10:29:08',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9498,'1010','41726039773','2024-09-11 10:32:54',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172603998022026734262','No',NULL,NULL,'mjh'),(9499,'1110','41726039773','2024-09-11 10:32:54',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(9500,'5500','41726039773','2024-09-11 10:29:34',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9501,'4000','41726039773','2024-09-11 10:32:54',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(9502,'1010','41726039981','2024-09-11 10:49:31',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604097642020303032','No',NULL,NULL,'fg'),(9503,'1110','41726039981','2024-09-11 10:49:31',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9504,'5500','41726039981','2024-09-11 10:33:01',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9505,'4000','41726039981','2024-09-11 10:49:31',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9506,'1010','41726040977','2024-09-11 11:24:09',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604306433320223223','No',NULL,NULL,'mkj'),(9507,'1110','41726040977','2024-09-11 11:24:09',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9508,'5500','41726040977','2024-09-11 10:49:37',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9509,'4000','41726040977','2024-09-11 11:24:09',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9510,'1010','41726043075','2024-09-11 12:12:57',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604599551352402234','No',NULL,NULL,'mjh'),(9511,'1050','41726043075','2024-09-11 12:12:57',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604599551352402234','No',NULL,NULL,'mjh'),(9512,'1110','41726043075','2024-09-11 12:12:57',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9513,'1110','41726043075','2024-09-11 11:24:35',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9514,'5500','41726043075','2024-09-11 12:12:48',63.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9515,'4000','41726043075','2024-09-11 12:12:57',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9516,'4000','41726043075','2024-09-11 11:24:35',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9517,'1010','41726045996','2024-09-11 12:17:16',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604624103143040332','No',NULL,NULL,'bhg'),(9518,'1110','41726045996','2024-09-11 12:17:16',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9519,'5500','41726045996','2024-09-11 12:13:16',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9520,'4000','41726045996','2024-09-11 12:17:16',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9521,'1100','41726046242','2024-09-11 12:25:49',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172604675623362332326','No',NULL,NULL,''),(9522,'1110','41726046242','2024-09-11 12:25:49',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9523,'5500','41726046242','2024-09-11 12:17:22',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9524,'4000','41726046242','2024-09-11 12:25:49',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9525,'1100','41726046242','2024-09-11 12:26:41',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9526,'na','41726046242','2024-09-11 12:26:41',80.00,NULL,'','4','1','','1','25','payment','','4172604680726222132063','No',NULL,NULL,''),(9527,'1010','41726046824','2024-09-11 12:31:43',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604711637132232223','No',NULL,NULL,'bhg'),(9528,'1110','41726046824','2024-09-11 12:31:43',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9529,'5500','41726046824','2024-09-11 12:27:04',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9530,'4000','41726046824','2024-09-11 12:31:43',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9531,'1010','41726047117','2024-09-11 12:32:58',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604719232002202326','No',NULL,NULL,'bhg'),(9532,'1110','41726047117','2024-09-11 12:32:58',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9533,'5500','41726047117','2024-09-11 12:31:57',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9534,'4000','41726047117','2024-09-11 12:32:58',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9535,'1050','41726047193','2024-09-11 12:50:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172604824342232132240','No',NULL,NULL,''),(9536,'1110','41726047193','2024-09-11 12:50:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9537,'5500','41726047193','2024-09-11 12:33:13',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9538,'4000','41726047193','2024-09-11 12:50:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9539,'1010','41726048244','2024-09-11 13:25:33',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605037623330423000','No',NULL,NULL,'mjh'),(9540,'1110','41726048244','2024-09-11 13:25:33',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9541,'1110','41726048244','2024-09-11 12:50:44',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9542,'5500','41726048244','2024-09-11 13:25:21',85.95,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9543,'4000','41726048244','2024-09-11 13:25:33',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9544,'4000','41726048244','2024-09-11 12:50:44',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9545,'1010','41726050376','2024-09-11 13:29:20',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605057025747200733','No',NULL,NULL,'bhg'),(9546,'1110','41726050376','2024-09-11 13:29:20',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9547,'5500','41726050376','2024-09-11 13:26:16',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9548,'4000','41726050376','2024-09-11 13:29:20',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9549,'1050','41726050574','2024-09-11 13:41:56',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605132630053042007','No',NULL,NULL,''),(9550,'1110','41726050574','2024-09-11 13:41:56',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(9551,'5500','41726050574','2024-09-11 13:29:34',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9552,'4000','41726050574','2024-09-11 13:41:56',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(9553,'2130','41726051327','2024-09-11 13:45:05',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172605152132431502414','No',NULL,NULL,''),(9554,'1110','41726051327','2024-09-11 13:45:05',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(9555,'5500','41726051327','2024-09-11 13:42:07',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(9556,'4000','41726051327','2024-09-11 13:45:05',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(9557,'1050','41726052703','2024-09-11 14:07:48',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605287122777228603','No',NULL,NULL,''),(9558,'1110','41726052703','2024-09-11 14:07:48',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9559,'1110','41726052703','2024-09-11 14:05:03',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9560,'5500','41726052703','2024-09-11 14:07:41',103.89,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9561,'4000','41726052703','2024-09-11 14:07:48',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9562,'4000','41726052703','2024-09-11 14:05:03',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9563,'1010','41726053158','2024-09-11 14:12:50',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605317504033202333','No',NULL,NULL,'mjh'),(9564,'1110','41726053158','2024-09-11 14:12:50',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9565,'5500','41726053158','2024-09-11 14:12:38',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9566,'4000','41726053158','2024-09-11 14:12:50',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9567,'1110','41725990195','2024-09-10 20:43:15',0.00,NULL,'','4','1','Inventory Purchased','1','','Purchases','9','','No',NULL,NULL,''),(9568,'2130','41725990195','2024-09-10 20:43:15',NULL,0.00,'','4','1','Account payable for inventory','1','','Purchases','','','No',NULL,NULL,''),(9569,'1010','41726053812','2024-09-11 14:37:43',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605466836422202230','No',NULL,NULL,'fg'),(9570,'1110','41726053812','2024-09-11 14:37:43',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9571,'5500','41726053812','2024-09-11 14:23:32',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9572,'4000','41726053812','2024-09-11 14:37:43',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9573,'1010','41726054669','2024-09-11 14:51:34',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605555920220030203','No',NULL,NULL,'mpesa'),(9574,'1050','41726054669','2024-09-11 14:51:34',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605555920220030203','No',NULL,NULL,'mpesa'),(9575,'1110','41726054669','2024-09-11 14:51:34',NULL,29.50,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9576,'1110','41726054669','2024-09-11 14:37:49',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9577,'5500','41726054669','2024-09-11 14:51:26',85.95,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9578,'4000','41726054669','2024-09-11 14:51:34',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9579,'4000','41726054669','2024-09-11 14:37:49',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9580,'1100','41726055560','2024-09-11 14:54:54',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172605570320425220732','No',NULL,NULL,''),(9581,'1110','41726055560','2024-09-11 14:54:54',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9582,'5500','41726055560','2024-09-11 14:52:40',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9583,'4000','41726055560','2024-09-11 14:54:54',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9584,'1050','41726055711','2024-09-11 14:55:28',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605573004533024320','No',NULL,NULL,''),(9585,'1110','41726055711','2024-09-11 14:55:28',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9586,'5500','41726055711','2024-09-11 14:55:11',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9587,'4000','41726055711','2024-09-11 14:55:28',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9588,'1100','41726055731','2024-09-11 15:01:36',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172605610233232022206','No',NULL,NULL,''),(9589,'1110','41726055731','2024-09-11 15:01:36',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9590,'5500','41726055731','2024-09-11 14:55:31',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9591,'4000','41726055731','2024-09-11 15:01:36',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9592,'1010','41726056798','2024-09-11 15:13:33',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605688222302552274','No',NULL,NULL,'mpesa'),(9593,'1110','41726056798','2024-09-11 15:13:33',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9594,'5500','41726056798','2024-09-11 15:13:18',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9595,'4000','41726056798','2024-09-11 15:13:33',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9596,'1100','41726056883','2024-09-11 15:17:26',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172605706137536713023','No',NULL,NULL,''),(9597,'1110','41726056883','2024-09-11 15:17:26',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9598,'5500','41726056883','2024-09-11 15:14:43',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9599,'4000','41726056883','2024-09-11 15:17:26',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9600,'1050','41726058264','2024-09-11 15:37:55',800.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172605828342200033824','No',NULL,NULL,''),(9601,'1110','41726058264','2024-09-11 15:37:55',NULL,680.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9602,'5500','41726058264','2024-09-11 15:37:44',680.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9603,'4000','41726058264','2024-09-11 15:37:55',NULL,800.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9604,'1010','41726058285','2024-09-11 15:45:06',270.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172605871228330723220','No',NULL,NULL,'mpesa'),(9605,'1110','41726058285','2024-09-11 15:45:06',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9606,'1110','41726058285','2024-09-11 15:38:05',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9607,'5500','41726058285','2024-09-11 15:44:57',196.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9608,'4000','41726058285','2024-09-11 15:45:06',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9609,'4000','41726058285','2024-09-11 15:38:05',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9610,'1100','41726058713','2024-09-11 15:52:07',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172605913732234130720','No',NULL,NULL,''),(9611,'1110','41726058713','2024-09-11 15:52:07',NULL,59.00,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9612,'5500','41726058713','2024-09-11 15:45:13',59.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9613,'4000','41726058713','2024-09-11 15:52:07',NULL,100.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9614,'1050','41726060990','2024-09-11 16:23:19',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606100322323326606','No',NULL,NULL,''),(9615,'1110','41726060990','2024-09-11 16:23:19',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9616,'5500','41726060990','2024-09-11 16:23:10',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9617,'4000','41726060990','2024-09-11 16:23:19',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9618,'2130','41726061004','2024-09-11 16:38:36',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172606192922194170031','No',NULL,NULL,''),(9619,'1110','41726061004','2024-09-11 16:38:36',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(9620,'5500','41726061004','2024-09-11 16:23:24',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(9621,'4000','41726061004','2024-09-11 16:38:36',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(9622,'1010','41726061945','2024-09-11 16:39:16',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606196404692213040','No',NULL,NULL,'mpesa'),(9623,'1110','41726061945','2024-09-11 16:39:16',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9624,'5500','41726061945','2024-09-11 16:39:05',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9625,'4000','41726061945','2024-09-11 16:39:16',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9626,'1100','41726062117','2024-09-11 17:02:14',140.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172606335620224223033','No',NULL,NULL,''),(9627,'1110','41726062117','2024-09-11 17:02:14',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(9628,'1110','41726062117','2024-09-11 16:41:57',NULL,29.50,'','4','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(9629,'5500','41726062117','2024-09-11 17:01:39',83.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9630,'4000','41726062117','2024-09-11 17:02:14',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(9631,'4000','41726062117','2024-09-11 16:41:57',NULL,60.00,'','4','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(9632,'1100','41726064412','2024-09-11 17:20:19',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172606442833326382862','No',NULL,NULL,''),(9633,'1110','41726064412','2024-09-11 17:20:19',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9634,'5500','41726064412','2024-09-11 17:20:12',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9635,'4000','41726064412','2024-09-11 17:20:19',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9636,'2130','41726064482','2024-09-11 17:21:32',160.00,NULL,'','4','1','Goods returned','1','41','creditnote','','4172606451042345345333','No',NULL,NULL,''),(9637,'1110','41726064482','2024-09-11 17:21:32',136.00,NULL,'','4','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(9638,'5500','41726064482','2024-09-11 17:21:22',NULL,136.00,'','4','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(9639,'4000','41726064482','2024-09-11 17:21:32',160.00,NULL,'','4','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(9640,'1010','41726065269','2024-09-11 17:35:34',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606538033223244232','No',NULL,NULL,'mpesa'),(9641,'1110','41726065269','2024-09-11 17:35:34',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9642,'1110','41726065269','2024-09-11 17:34:29',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9643,'1110','41726065269','2024-09-11 17:35:03',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9644,'5500','41726065269','2024-09-11 17:35:26',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9645,'4000','41726065269','2024-09-11 17:35:34',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9646,'4000','41726065269','2024-09-11 17:34:29',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9647,'4000','41726065269','2024-09-11 17:35:03',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9648,'1010','41726065381','2024-09-11 17:41:25',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606569165342432403','No',NULL,NULL,'mpesa'),(9649,'1110','41726065381','2024-09-11 17:41:25',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9650,'5500','41726065381','2024-09-11 17:36:21',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9651,'4000','41726065381','2024-09-11 17:41:25',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9652,'1100','41726055560','2024-09-11 18:06:55',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9653,'na','41726055560','2024-09-11 18:06:55',50.00,NULL,'','4','1','','1','25','payment','','4172606723373722226403','No',NULL,NULL,''),(9654,'1100','41726055731','2024-09-11 18:07:28',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9655,'na','41726055731','2024-09-11 18:07:28',50.00,NULL,'','4','1','','1','25','payment','','4172606725943136272233','No',NULL,NULL,''),(9656,'1100','41726058713','2024-09-11 18:08:03',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ujyjykul'),(9657,'na','41726058713','2024-09-11 18:08:03',100.00,NULL,'','4','1','','1','25','payment','','4172606729524102032333','No',NULL,NULL,'ujyjykul'),(9658,'1100','41726032081','2024-09-11 18:08:31',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'tytyutui'),(9659,'na','41726032081','2024-09-11 18:08:31',80.00,NULL,'','4','1','','1','25','payment','','4172606732302070014733','No',NULL,NULL,'tytyutui'),(9660,'1100','41726029536','2024-09-11 18:09:12',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'erertytyt'),(9661,'na','41726029536','2024-09-11 18:09:12',280.00,NULL,'','4','1','','1','25','payment','','4172606736826062270603','No',NULL,NULL,'erertytyt'),(9662,'1100','41726026865','2024-09-11 18:10:41',NULL,120.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'ereetyy'),(9663,'na','41726026865','2024-09-11 18:10:41',120.00,NULL,'','4','1','','1','25','payment','','4172606746423326742422','No',NULL,NULL,'ereetyy'),(9664,'1100','41726024361','2024-09-11 18:11:45',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'jhjh,'),(9665,'na','41726024361','2024-09-11 18:11:45',160.00,NULL,'','4','1','','1','25','payment','','4172606752333703302722','No',NULL,NULL,'jhjh,'),(9666,'1010','41726067705','2024-09-11 18:15:29',220.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606773622222073220','No',NULL,NULL,'mpesa'),(9667,'1110','41726067705','2024-09-11 18:15:29',NULL,187.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9668,'5500','41726067705','2024-09-11 18:15:05',187.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9669,'4000','41726067705','2024-09-11 18:15:29',NULL,220.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9670,'1010','41726067737','2024-09-11 18:18:40',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606792924200600364','No',NULL,NULL,'mpesa'),(9671,'1110','41726067737','2024-09-11 18:18:40',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9672,'1110','41726067737','2024-09-11 18:15:37',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(9673,'5500','41726067737','2024-09-11 18:18:28',154.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9674,'4000','41726067737','2024-09-11 18:18:40',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9675,'4000','41726067737','2024-09-11 18:15:37',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9676,'1010','41726067930','2024-09-11 18:21:04',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606807133233822030','No',NULL,NULL,'mpesa'),(9677,'1110','41726067930','2024-09-11 18:21:04',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9678,'5500','41726067930','2024-09-11 18:18:50',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9679,'4000','41726067930','2024-09-11 18:21:04',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9680,'1100','41726064412','2024-09-11 18:24:39',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'23535'),(9681,'na','41726064412','2024-09-11 18:24:39',80.00,NULL,'','4','1','','1','25','payment','','4172606835520302645303','No',NULL,NULL,'23535'),(9682,'1010','41726068358','2024-09-11 18:26:34',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606840262422200303','No',NULL,NULL,'mpesa'),(9683,'1110','41726068358','2024-09-11 18:26:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9684,'1110','41726068358','2024-09-11 18:25:58',NULL,59.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(9685,'5500','41726068358','2024-09-11 18:26:10',127.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9686,'4000','41726068358','2024-09-11 18:26:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9687,'4000','41726068358','2024-09-11 18:25:58',NULL,120.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(9688,'1100','41726068403','2024-09-11 18:36:13',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172606899023223230332','No',NULL,NULL,''),(9689,'1110','41726068403','2024-09-11 18:36:13',NULL,29.50,'','4','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(9690,'5500','41726068403','2024-09-11 18:26:43',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9691,'4000','41726068403','2024-09-11 18:36:13',NULL,60.00,'','4','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(9692,'1010','41726069575','2024-09-11 18:46:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606960163032203422','No',NULL,NULL,'bhg'),(9693,'1110','41726069575','2024-09-11 18:46:25',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(9694,'5500','41726069575','2024-09-11 18:46:15',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9695,'4000','41726069575','2024-09-11 18:46:25',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9696,'1010','41726069602','2024-09-11 18:49:46',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172606979263032322303','No',NULL,NULL,'mpesa'),(9697,'1110','41726069602','2024-09-11 18:49:46',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9698,'5500','41726069602','2024-09-11 18:46:42',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9699,'4000','41726069602','2024-09-11 18:49:46',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9700,'1010','41726069823','2024-09-11 18:54:18',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172607007002277343732','No',NULL,NULL,'mpesa'),(9701,'1110','41726069823','2024-09-11 18:54:18',NULL,26.17,'','4','1','Inventory sold','1','25','sales','2','','No',NULL,NULL,''),(9702,'5500','41726069823','2024-09-11 18:50:23',26.17,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9703,'4000','41726069823','2024-09-11 18:54:18',NULL,50.00,'','4','1','Good sold','1','25','sales','2','','No',NULL,NULL,''),(9704,'1010','41726070070','2024-09-11 18:56:30',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607019602113223324','No',NULL,NULL,'mpesa'),(9705,'1110','41726070070','2024-09-11 18:56:30',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9706,'5500','41726070070','2024-09-11 18:54:30',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9707,'4000','41726070070','2024-09-11 18:56:30',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9708,'1010','41726070196','2024-09-11 19:00:19',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607047022423130320','No',NULL,NULL,'mpesa'),(9709,'1050','41726070196','2024-09-11 19:00:19',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607047022423130320','No',NULL,NULL,'mpesa'),(9710,'1110','41726070196','2024-09-11 19:00:19',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9711,'1110','41726070196','2024-09-11 18:56:36',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9712,'5500','41726070196','2024-09-11 19:00:08',97.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9713,'4000','41726070196','2024-09-11 19:00:19',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9714,'4000','41726070196','2024-09-11 18:56:36',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9715,'1010','41726070471','2024-09-11 19:05:13',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607071972200002230','No',NULL,NULL,'mpesa'),(9716,'1110','41726070471','2024-09-11 19:05:13',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9717,'5500','41726070471','2024-09-11 19:01:11',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9718,'4000','41726070471','2024-09-11 19:05:13',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9719,'1100','41726070720','2024-09-11 19:13:31',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172607121930770323204','No',NULL,NULL,''),(9720,'1110','41726070720','2024-09-11 19:13:31',NULL,170.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9721,'5500','41726070720','2024-09-11 19:05:20',170.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9722,'4000','41726070720','2024-09-11 19:13:31',NULL,200.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9723,'1010','41726071318','2024-09-11 19:15:30',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607133732000022312','No',NULL,NULL,'mpesa'),(9724,'1110','41726071318','2024-09-11 19:15:30',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9725,'5500','41726071318','2024-09-11 19:15:18',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9726,'4000','41726071318','2024-09-11 19:15:30',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9727,'1010','41726071338','2024-09-11 19:19:48',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607166226126332021','No',NULL,NULL,'bhg'),(9728,'1110','41726071338','2024-09-11 19:19:48',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9729,'5500','41726071338','2024-09-11 19:15:38',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9730,'4000','41726071338','2024-09-11 19:19:48',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9731,'1100','41726024243','2024-09-11 19:25:58',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnv'),(9732,'na','41726024243','2024-09-11 19:25:58',100.00,NULL,'','4','1','','1','25','payment','','4172607196831342224223','No',NULL,NULL,'bnv'),(9733,'2130','41726072478','2024-09-11 19:34:44',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172607250502202376053','No',NULL,NULL,''),(9734,'1110','41726072478','2024-09-11 19:34:44',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(9735,'5500','41726072478','2024-09-11 19:34:38',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(9736,'4000','41726072478','2024-09-11 19:34:44',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(9737,'1010','41726072538','2024-09-11 19:35:52',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607255862303864533','No',NULL,NULL,'bhg'),(9738,'1110','41726072538','2024-09-11 19:35:52',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9739,'5500','41726072538','2024-09-11 19:35:38',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9740,'4000','41726072538','2024-09-11 19:35:52',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9741,'1100','41726034636','2024-09-11 19:38:40',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(9742,'na','41726034636','2024-09-11 19:38:40',80.00,NULL,'','4','1','','1','25','payment','','4172607273532602332330','No',NULL,NULL,'nbv'),(9743,'1010','41726072930','2024-09-11 19:42:26',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607295220204032391','No',NULL,NULL,'mjh'),(9744,'1110','41726072930','2024-09-11 19:42:26',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9745,'5500','41726072930','2024-09-11 19:42:10',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9746,'4000','41726072930','2024-09-11 19:42:26',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9747,'1100','41726031973','2024-09-11 19:43:16',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(9748,'na','41726031973','2024-09-11 19:43:16',160.00,NULL,'','4','1','','1','25','payment','','4172607300846033022263','No',NULL,NULL,'mnb'),(9749,'1100','41726062117','2024-09-11 19:47:52',NULL,140.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbvc'),(9750,'na','41726062117','2024-09-11 19:47:52',140.00,NULL,'','4','1','','1','25','payment','','4172607329103339322231','No',NULL,NULL,'nbvc'),(9751,'1100','41726070720','2024-09-11 19:48:31',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(9752,'na','41726070720','2024-09-11 19:48:31',160.00,NULL,'','4','1','','1','25','payment','','4172607332223330723220','No',NULL,NULL,'nbv'),(9753,'1100','41726026865','2024-09-11 19:52:18',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmb'),(9754,'na','41726026865','2024-09-11 19:52:18',200.00,NULL,'','4','1','','1','25','payment','','4172607360332333362133','No',NULL,NULL,'nmb'),(9755,'1050','41726073613','2024-09-11 19:53:53',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607364032240332303','No',NULL,NULL,''),(9756,'1110','41726073613','2024-09-11 19:53:53',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9757,'5500','41726073613','2024-09-11 19:53:33',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9758,'4000','41726073613','2024-09-11 19:53:53',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9759,'1100','41726070720','2024-09-11 19:54:44',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9760,'na','41726070720','2024-09-11 19:54:44',40.00,NULL,'','4','1','','1','25','payment','','4172607371020422021230','No',NULL,NULL,''),(9761,'1010','41726073778','2024-09-11 19:56:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607379024000496327','No',NULL,NULL,'mjh'),(9762,'1110','41726073778','2024-09-11 19:56:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9763,'5500','41726073778','2024-09-11 19:56:18',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9764,'4000','41726073778','2024-09-11 19:56:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9765,'1100','41726030425','2024-09-11 19:57:48',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9766,'na','41726030425','2024-09-11 19:57:48',40.00,NULL,'','4','1','','1','25','payment','','4172607388422271473822','No',NULL,NULL,''),(9767,'1050','41726074056','2024-09-11 20:01:19',70.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607408422724402232','No',NULL,NULL,''),(9768,'1110','41726074056','2024-09-11 20:01:19',NULL,59.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9769,'5500','41726074056','2024-09-11 20:00:56',59.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9770,'4000','41726074056','2024-09-11 20:01:19',NULL,70.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9771,'1010','41726074085','2024-09-11 20:03:29',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607421321022202042','No',NULL,NULL,'mjh'),(9772,'1110','41726074085','2024-09-11 20:03:29',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9773,'5500','41726074085','2024-09-11 20:01:25',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9774,'4000','41726074085','2024-09-11 20:03:29',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9775,'1010','41726074214','2024-09-11 20:08:05',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607449823004334340','No',NULL,NULL,'mpesa'),(9776,'1110','41726074214','2024-09-11 20:08:05',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9777,'5500','41726074214','2024-09-11 20:03:34',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9778,'4000','41726074214','2024-09-11 20:08:05',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9779,'1100','41726056883','2024-09-11 20:09:53',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'tyt5'),(9780,'na','41726056883','2024-09-11 20:09:53',50.00,NULL,'','4','1','','1','25','payment','','4172607460407204423104','No',NULL,NULL,'tyt5'),(9781,'1050','41726075034','2024-09-11 20:17:26',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607504813262703243','No',NULL,NULL,''),(9782,'1110','41726075034','2024-09-11 20:17:26',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9783,'5500','41726075034','2024-09-11 20:17:14',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9784,'4000','41726075034','2024-09-11 20:17:26',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9785,'1010','41726075049','2024-09-11 20:21:31',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607529839025202638','No',NULL,NULL,'mpesa'),(9786,'1110','41726075049','2024-09-11 20:21:31',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9787,'5500','41726075049','2024-09-11 20:17:29',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9788,'4000','41726075049','2024-09-11 20:21:31',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9789,'1050','41726075299','2024-09-11 20:25:05',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607550855022034303','No',NULL,NULL,''),(9790,'1110','41726075299','2024-09-11 20:25:05',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9791,'5500','41726075299','2024-09-11 20:21:39',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9792,'4000','41726075299','2024-09-11 20:25:05',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9793,'1010','41726075512','2024-09-11 20:25:24',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607553030322717450','No',NULL,NULL,'mjh'),(9794,'1110','41726075512','2024-09-11 20:25:24',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(9795,'5500','41726075512','2024-09-11 20:25:12',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9796,'4000','41726075512','2024-09-11 20:25:24',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(9797,'1100','41726068403','2024-09-11 20:27:29',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(9798,'na','41726068403','2024-09-11 20:27:29',60.00,NULL,'','4','1','','1','25','payment','','4172607566822322302346','No',NULL,NULL,''),(9799,'1010','41726075777','2024-09-11 20:29:49',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607580323003333430','No',NULL,NULL,'bhg'),(9800,'1050','41726075777','2024-09-11 20:29:49',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607580323003333430','No',NULL,NULL,'bhg'),(9801,'1110','41726075777','2024-09-11 20:29:49',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9802,'5500','41726075777','2024-09-11 20:29:37',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9803,'4000','41726075777','2024-09-11 20:29:49',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9804,'2130','41726075974','2024-09-11 20:33:09',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172607603433223733400','No',NULL,NULL,''),(9805,'1110','41726075974','2024-09-11 20:33:09',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(9806,'5500','41726075974','2024-09-11 20:32:54',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(9807,'4000','41726075974','2024-09-11 20:33:09',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(9808,'1010','41726076227','2024-09-11 20:38:11',450.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172607629696333222002','No',NULL,NULL,'mjh'),(9809,'1110','41726076227','2024-09-11 20:38:11',NULL,282.12,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9810,'5500','41726076227','2024-09-11 20:37:07',282.12,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9811,'4000','41726076227','2024-09-11 20:38:11',NULL,450.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9812,'2130','41725952180','2024-09-10 10:09:40',NULL,2155.00,'0','4','1','Purchases','1','','','','','No',NULL,NULL,''),(9813,'1110','41725952180','2024-09-11 20:46:16',100.00,NULL,'','4','1','Inventory ','1','','inventory','91','','No',NULL,NULL,''),(9814,'1110','41725952180','2024-09-11 20:46:16',100.00,NULL,'','4','1','Inventory ','1','','inventory','87','','No',NULL,NULL,''),(9815,'1110','41725952180','2024-09-11 20:46:16',75.00,NULL,'','4','1','Inventory ','1','','inventory','74','','No',NULL,NULL,''),(9816,'1110','41725952180','2024-09-11 20:46:16',160.00,NULL,'','4','1','Inventory ','1','','inventory','76','','No',NULL,NULL,''),(9817,'1110','41725952180','2024-09-11 20:46:16',300.00,NULL,'','4','1','Inventory ','1','','inventory','81','','No',NULL,NULL,''),(9818,'1110','41725952180','2024-09-11 20:46:16',170.00,NULL,'','4','1','Inventory ','1','','inventory','94','','No',NULL,NULL,''),(9819,'1110','41725952180','2024-09-11 20:46:16',250.00,NULL,'','4','1','Inventory ','1','','inventory','85','','No',NULL,NULL,''),(9820,'1110','41725952180','2024-09-11 20:46:16',1000.00,NULL,'','4','1','Inventory ','1','','inventory','88','','No',NULL,NULL,''),(9821,'1100','61726110448','2024-09-12 06:13:24',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611081134312133143','No',NULL,NULL,''),(9822,'1110','61726110448','2024-09-12 06:13:24',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9823,'5500','61726110448','2024-09-12 06:07:28',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9824,'4000','61726110448','2024-09-12 06:13:24',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9825,'1100','61726110815','2024-09-12 06:13:48',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611083536322120026','No',NULL,NULL,''),(9826,'1110','61726110815','2024-09-12 06:13:48',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9827,'5500','61726110815','2024-09-12 06:13:35',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9828,'4000','61726110815','2024-09-12 06:13:48',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9829,'1100','61726110838','2024-09-12 06:14:06',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611085222100220552','No',NULL,NULL,''),(9830,'1110','61726110838','2024-09-12 06:14:06',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9831,'5500','61726110838','2024-09-12 06:13:58',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9832,'4000','61726110838','2024-09-12 06:14:06',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9833,'1100','61726111258','2024-09-12 06:21:20',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611129160003362291','No',NULL,NULL,''),(9834,'1110','61726111258','2024-09-12 06:21:20',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9835,'5500','61726111258','2024-09-12 06:20:58',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9836,'4000','61726111258','2024-09-12 06:21:20',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9837,'1010','61726111294','2024-09-12 06:21:59',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611134360022334014','No',NULL,NULL,'mpesa'),(9838,'1050','61726111294','2024-09-12 06:21:59',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611134360022334014','No',NULL,NULL,'mpesa'),(9839,'1110','61726111294','2024-09-12 06:21:59',NULL,76.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9840,'5500','61726111294','2024-09-12 06:21:34',76.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9841,'4000','61726111294','2024-09-12 06:21:59',NULL,90.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9842,'1100','61726111344','2024-09-12 06:56:31',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611340137221303203','No',NULL,NULL,''),(9843,'1110','61726111344','2024-09-12 06:56:31',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9844,'5500','61726111344','2024-09-12 06:22:24',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9845,'4000','61726111344','2024-09-12 06:56:31',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9846,'1010','61726114054','2024-09-12 07:07:46',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611407903032203622','No',NULL,NULL,'mpesa'),(9847,'1110','61726114054','2024-09-12 07:07:46',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9848,'5500','61726114054','2024-09-12 07:07:34',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9849,'4000','61726114054','2024-09-12 07:07:46',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9850,'1010','61726114080','2024-09-12 07:16:11',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611457824050325203','No',NULL,NULL,'mpesa'),(9851,'1110','61726114080','2024-09-12 07:16:11',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9852,'5500','61726114080','2024-09-12 07:08:00',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9853,'4000','61726114080','2024-09-12 07:16:11',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9854,'1010','61726114579','2024-09-12 07:17:59',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611468922322022368','No',NULL,NULL,'mpesa'),(9855,'1110','61726114579','2024-09-12 07:17:59',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9856,'5500','61726114579','2024-09-12 07:16:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9857,'4000','61726114579','2024-09-12 07:17:59',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9858,'1100','61726114690','2024-09-12 07:40:10',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611602001133302312','No',NULL,NULL,''),(9859,'1110','61726114690','2024-09-12 07:40:10',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9860,'5500','61726114690','2024-09-12 07:18:10',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9861,'4000','61726114690','2024-09-12 07:40:10',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9862,'1100','61726116035','2024-09-12 07:40:46',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611605705237217204','No',NULL,NULL,''),(9863,'1110','61726116035','2024-09-12 07:40:46',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9864,'5500','61726116035','2024-09-12 07:40:35',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9865,'4000','61726116035','2024-09-12 07:40:46',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9866,'1100','61726116320','2024-09-12 07:45:52',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611636663333632462','No',NULL,NULL,''),(9867,'1110','61726116320','2024-09-12 07:45:52',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9868,'5500','61726116320','2024-09-12 07:45:20',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9869,'4000','61726116320','2024-09-12 07:45:52',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9870,'1010','61726116388','2024-09-12 07:46:37',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611641133272020062','No',NULL,NULL,'mpesa'),(9871,'1110','61726116388','2024-09-12 07:46:37',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9872,'5500','61726116388','2024-09-12 07:46:29',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9873,'4000','61726116388','2024-09-12 07:46:37',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9874,'2130','61726116469','2024-09-12 07:48:05',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172611649922921622932','No',NULL,NULL,''),(9875,'1110','61726116469','2024-09-12 07:48:05',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(9876,'5500','61726116469','2024-09-12 07:47:49',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(9877,'4000','61726116469','2024-09-12 07:48:05',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(9878,'1010','61726118155','2024-09-12 08:16:18',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611820006100333012','No',NULL,NULL,'mpesa'),(9879,'1050','61726118155','2024-09-12 08:16:18',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611820006100333012','No',NULL,NULL,'mpesa'),(9880,'1110','61726118155','2024-09-12 08:16:18',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9881,'5500','61726118155','2024-09-12 08:15:55',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9882,'4000','61726118155','2024-09-12 08:16:18',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9885,'1110','61726116067','2024-09-12 07:41:07',6800.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(9886,'2130','61726116067','2024-09-12 07:41:07',NULL,6800.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(9887,'1100','61726118240','2024-09-12 08:17:38',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172611827969024304329','No',NULL,NULL,''),(9888,'1110','61726118240','2024-09-12 08:17:38',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9889,'5500','61726118240','2024-09-12 08:17:20',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9890,'4000','61726118240','2024-09-12 08:17:38',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9891,'1010','61726118539','2024-09-12 08:22:25',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611855056202231221','No',NULL,NULL,'mpesa'),(9892,'1110','61726118539','2024-09-12 08:22:25',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9893,'5500','61726118539','2024-09-12 08:22:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9894,'4000','61726118539','2024-09-12 08:22:25',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9895,'1100','61726118240','2024-09-12 08:23:45',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(9896,'na','61726118240','2024-09-12 08:23:45',40.00,NULL,'','6','1','','1','25','payment','','6172611863222332203260','No',NULL,NULL,''),(9897,'2130','61726118700','2024-09-12 08:25:09',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172611873432067160232','No',NULL,NULL,''),(9898,'1110','61726118700','2024-09-12 08:25:09',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(9899,'5500','61726118700','2024-09-12 08:25:00',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(9900,'4000','61726118700','2024-09-12 08:25:09',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(9901,'1010','61726119261','2024-09-12 08:34:32',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172611927932092632232','No',NULL,NULL,'mjh'),(9902,'1110','61726119261','2024-09-12 08:34:32',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9903,'5500','61726119261','2024-09-12 08:34:21',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9904,'4000','61726119261','2024-09-12 08:34:32',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9909,'1100','61726119379','2024-09-12 09:05:55',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172612116501311203002','No',NULL,NULL,''),(9910,'1110','61726119379','2024-09-12 09:05:55',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9911,'5500','61726119379','2024-09-12 08:36:19',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9912,'4000','61726119379','2024-09-12 09:05:55',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9913,'1010','61726121178','2024-09-12 09:06:29',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612119822316322163','No',NULL,NULL,'mpesa'),(9914,'1110','61726121178','2024-09-12 09:06:29',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9915,'5500','61726121178','2024-09-12 09:06:18',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9916,'4000','61726121178','2024-09-12 09:06:29',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9917,'1100','61726121198','2024-09-12 09:10:18',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172612142731220220322','No',NULL,NULL,''),(9918,'1110','61726121198','2024-09-12 09:10:18',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9919,'5500','61726121198','2024-09-12 09:06:39',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9920,'4000','61726121198','2024-09-12 09:10:18',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9921,'1010','61726121458','2024-09-12 09:11:09',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612147706422320632','No',NULL,NULL,'mpesa'),(9922,'1110','61726121458','2024-09-12 09:11:09',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9923,'5500','61726121458','2024-09-12 09:10:58',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9924,'4000','61726121458','2024-09-12 09:11:09',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9925,'1010','61726121478','2024-09-12 09:52:31',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612400162243121020','No',NULL,NULL,'mpesa'),(9926,'1050','61726121478','2024-09-12 09:52:31',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612400162243121020','No',NULL,NULL,'mpesa'),(9927,'1110','61726121478','2024-09-12 09:52:31',NULL,119.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9928,'5500','61726121478','2024-09-12 09:11:18',119.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9929,'4000','61726121478','2024-09-12 09:52:31',NULL,140.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9930,'1010','61726124002','2024-09-12 10:05:20',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612472702623163243','No',NULL,NULL,'mpesa'),(9931,'1110','61726124002','2024-09-12 10:05:20',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9932,'5500','61726124002','2024-09-12 09:53:22',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9933,'4000','61726124002','2024-09-12 10:05:20',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9934,'1100','61726124728','2024-09-12 10:25:06',800.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172612591337032344323','No',NULL,NULL,''),(9935,'1110','61726124728','2024-09-12 10:25:06',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9936,'5500','61726124728','2024-09-12 10:05:28',680.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9937,'4000','61726124728','2024-09-12 10:25:06',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9938,'1010','61726126275','2024-09-12 10:31:25',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612629503026230622','No',NULL,NULL,'mpesa'),(9939,'1110','61726126275','2024-09-12 10:31:25',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9940,'5500','61726126275','2024-09-12 10:31:15',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9941,'4000','61726126275','2024-09-12 10:31:25',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9942,'1010','61726126296','2024-09-12 11:03:20',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612820543122030628','No',NULL,NULL,'mpesa'),(9943,'1110','61726126296','2024-09-12 11:03:20',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9944,'5500','61726126296','2024-09-12 10:31:36',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9945,'4000','61726126296','2024-09-12 11:03:20',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9946,'1010','61726128206','2024-09-12 11:31:37',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172612990263323290203','No',NULL,NULL,'mpesa'),(9947,'1110','61726128206','2024-09-12 11:31:37',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9948,'5500','61726128206','2024-09-12 11:03:26',26.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9949,'4000','61726128206','2024-09-12 11:31:37',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9950,'1100','61726134196','2024-09-12 12:44:14',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172613435952332923300','No',NULL,NULL,'mpesa'),(9951,'1110','61726134196','2024-09-12 12:44:14',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(9952,'5500','61726134196','2024-09-12 12:43:16',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9953,'4000','61726134196','2024-09-12 12:44:14',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(9954,'1010','61726135134','2024-09-12 12:59:05',225.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172613515757331230173','No',NULL,NULL,'bhg'),(9955,'1110','61726135134','2024-09-12 12:59:05',NULL,141.06,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9956,'5500','61726135134','2024-09-12 12:58:54',141.06,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9957,'4000','61726135134','2024-09-12 12:59:05',NULL,225.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9958,'1010','61726135158','2024-09-12 13:13:11',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172613599935313302033','No',NULL,NULL,'mpesa'),(9959,'1110','61726135158','2024-09-12 13:13:11',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9960,'5500','61726135158','2024-09-12 12:59:18',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9961,'4000','61726135158','2024-09-12 13:13:11',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9962,'1100','61726136000','2024-09-12 13:30:10',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172613701817328422282','No',NULL,NULL,''),(9963,'1110','61726136000','2024-09-12 13:30:10',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9964,'5500','61726136000','2024-09-12 13:13:20',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9965,'4000','61726136000','2024-09-12 13:30:10',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9966,'2130','61726138416','2024-09-12 13:53:43',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172613844301203036337','No',NULL,NULL,''),(9967,'1110','61726138416','2024-09-12 13:53:43',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(9968,'5500','61726138416','2024-09-12 13:53:36',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(9969,'4000','61726138416','2024-09-12 13:53:43',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(9970,'1010','61726138451','2024-09-12 13:54:20',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172613847332232423337','No',NULL,NULL,'mpesa'),(9971,'1110','61726138451','2024-09-12 13:54:20',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9972,'5500','61726138451','2024-09-12 13:54:11',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9973,'4000','61726138451','2024-09-12 13:54:20',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9974,'1010','61726138474','2024-09-12 14:53:31',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614201636632662606','No',NULL,NULL,'mpesa'),(9975,'1110','61726138474','2024-09-12 14:53:31',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9976,'5500','61726138474','2024-09-12 13:54:34',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9977,'4000','61726138474','2024-09-12 14:53:31',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9978,'1010','61726143031','2024-09-12 15:14:55',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614338822362223336','No',NULL,NULL,'mpesa'),(9979,'1110','61726143031','2024-09-12 15:14:55',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(9980,'5500','61726143031','2024-09-12 15:10:31',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9981,'4000','61726143031','2024-09-12 15:14:55',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(9982,'1100','61726143394','2024-09-12 15:16:49',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172614342602624367234','No',NULL,NULL,''),(9983,'1110','61726143394','2024-09-12 15:16:49',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(9984,'1110','61726143394','2024-09-12 15:16:34',NULL,56.55,'','6','1','Inventory sold','1','25','sales','117','','No',NULL,NULL,''),(9985,'5500','61726143394','2024-09-12 15:16:42',117.29,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9986,'4000','61726143394','2024-09-12 15:16:49',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(9987,'4000','61726143394','2024-09-12 15:16:34',NULL,100.00,'','6','1','Good sold','1','25','sales','117','','No',NULL,NULL,''),(9988,'1100','61726144241','2024-09-12 15:30:48',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172614425633001422120','No',NULL,NULL,''),(9989,'1110','61726144241','2024-09-12 15:30:48',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(9990,'5500','61726144241','2024-09-12 15:30:41',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9991,'4000','61726144241','2024-09-12 15:30:48',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(9992,'1100','61726144482','2024-09-12 15:34:50',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172614449800034423231','No',NULL,NULL,''),(9993,'1110','61726144482','2024-09-12 15:34:50',NULL,56.45,'','6','1','Inventory sold','1','25','sales','108','','No',NULL,NULL,''),(9994,'5500','61726144482','2024-09-12 15:34:42',56.45,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(9995,'4000','61726144482','2024-09-12 15:34:50',NULL,100.00,'','6','1','Good sold','1','25','sales','108','','No',NULL,NULL,''),(9996,'1010','61726144960','2024-09-12 15:42:49',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614497532023737400','No',NULL,NULL,'mpesa'),(9997,'1110','61726144960','2024-09-12 15:42:49',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(9998,'5500','61726144960','2024-09-12 15:42:40',56.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9999,'4000','61726144960','2024-09-12 15:42:49',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(10000,'1010','61726144976','2024-09-12 15:46:07',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614517442323221333','No',NULL,NULL,'mpesa'),(10001,'1110','61726144976','2024-09-12 15:46:07',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10002,'5500','61726144976','2024-09-12 15:42:56',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10003,'4000','61726144976','2024-09-12 15:46:07',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10004,'1010','61726145175','2024-09-12 15:51:32',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614550020030133226','No',NULL,NULL,'bhg'),(10005,'1110','61726145175','2024-09-12 15:51:32',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10006,'5500','61726145175','2024-09-12 15:46:15',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10007,'4000','61726145175','2024-09-12 15:51:32',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10008,'1010','61726145501','2024-09-12 15:55:23',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614573321352123163','No',NULL,NULL,'mpesa'),(10009,'1110','61726145501','2024-09-12 15:55:23',NULL,112.74,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(10010,'5500','61726145501','2024-09-12 15:51:41',112.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10011,'4000','61726145501','2024-09-12 15:55:23',NULL,200.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(10012,'1010','61726145734','2024-09-12 16:01:15',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614608513762104322','No',NULL,NULL,'fg'),(10013,'1110','61726145734','2024-09-12 16:01:15',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10014,'5500','61726145734','2024-09-12 15:55:34',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10015,'4000','61726145734','2024-09-12 16:01:15',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10016,'1010','61726148116','2024-09-12 16:35:35',250.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614814330331632332','No',NULL,NULL,'mpesa'),(10017,'1110','61726148116','2024-09-12 16:35:35',NULL,212.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10018,'5500','61726148116','2024-09-12 16:35:16',212.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10019,'4000','61726148116','2024-09-12 16:35:35',NULL,250.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10020,'1100','61726148144','2024-09-12 16:42:58',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172614858530330326012','No',NULL,NULL,''),(10021,'1110','61726148144','2024-09-12 16:42:58',NULL,60.74,'','6','1','Inventory sold','1','25','sales','120','','No',NULL,NULL,''),(10022,'5500','61726148144','2024-09-12 16:35:44',60.74,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10023,'4000','61726148144','2024-09-12 16:42:58',NULL,100.00,'','6','1','Good sold','1','25','sales','120','','No',NULL,NULL,''),(10024,'1010','61726149235','2024-09-12 16:54:04',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614925000072732302','No',NULL,NULL,'mpesa'),(10025,'1110','61726149235','2024-09-12 16:54:04',NULL,56.26,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(10026,'5500','61726149235','2024-09-12 16:53:55',56.26,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10027,'4000','61726149235','2024-09-12 16:54:04',NULL,100.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10028,'1010','61726149251','2024-09-12 16:57:20',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614944514033202339','No',NULL,NULL,'bhg'),(10029,'1110','61726149251','2024-09-12 16:57:20',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10030,'5500','61726149251','2024-09-12 16:54:11',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10031,'4000','61726149251','2024-09-12 16:57:20',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10032,'1010','61726149446','2024-09-12 17:04:22',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172614986702200710222','No',NULL,NULL,'mjh'),(10033,'1110','61726149446','2024-09-12 17:04:22',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10034,'1110','61726149446','2024-09-12 16:57:26',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(10035,'5500','61726149446','2024-09-12 17:04:10',87.28,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10036,'4000','61726149446','2024-09-12 17:04:22',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10037,'4000','61726149446','2024-09-12 16:57:26',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(10038,'1010','61726154220','2024-09-12 18:17:42',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615427623452463330','No',NULL,NULL,'mpesa'),(10039,'1050','61726154220','2024-09-12 18:17:42',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615427623452463330','No',NULL,NULL,'mpesa'),(10040,'1110','61726154220','2024-09-12 18:17:42',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10041,'5500','61726154220','2024-09-12 18:17:00',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10042,'4000','61726154220','2024-09-12 18:17:42',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10043,'1010','61726154277','2024-09-12 18:24:15',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615466273604237372','No',NULL,NULL,'bhg'),(10044,'1110','61726154277','2024-09-12 18:24:15',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10045,'5500','61726154277','2024-09-12 18:17:57',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10046,'4000','61726154277','2024-09-12 18:24:15',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10047,'1010','61726154664','2024-09-12 18:27:16',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615494262320302260','No',NULL,NULL,'mpesa'),(10048,'1050','61726154664','2024-09-12 18:27:16',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615494262320302260','No',NULL,NULL,'mpesa'),(10049,'1110','61726154664','2024-09-12 18:27:16',NULL,527.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10050,'5500','61726154664','2024-09-12 18:24:24',527.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10051,'4000','61726154664','2024-09-12 18:27:16',NULL,620.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10052,'1010','61726154943','2024-09-12 18:29:26',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615497242232132271','No',NULL,NULL,'mpesa'),(10053,'1110','61726154943','2024-09-12 18:29:26',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(10054,'5500','61726154943','2024-09-12 18:29:04',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10055,'4000','61726154943','2024-09-12 18:29:26',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(10056,'2130','61726154977','2024-09-12 18:29:48',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172615500522232252333','No',NULL,NULL,''),(10057,'1110','61726154977','2024-09-12 18:29:48',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(10058,'5500','61726154977','2024-09-12 18:29:37',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(10059,'4000','61726154977','2024-09-12 18:29:48',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(10060,'2130','61726155011','2024-09-12 18:30:19',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172615503320042322001','No',NULL,NULL,''),(10061,'1110','61726155011','2024-09-12 18:30:19',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(10062,'5500','61726155011','2024-09-12 18:30:11',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(10063,'4000','61726155011','2024-09-12 18:30:19',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(10064,'1100','61726155039','2024-09-12 18:31:50',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172615511833220312732','No',NULL,NULL,''),(10065,'1110','61726155039','2024-09-12 18:31:50',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10066,'5500','61726155039','2024-09-12 18:30:39',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10067,'4000','61726155039','2024-09-12 18:31:50',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10068,'1050','61726155211','2024-09-12 18:33:41',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615522805273006022','No',NULL,NULL,''),(10069,'1110','61726155211','2024-09-12 18:33:41',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10070,'5500','61726155211','2024-09-12 18:33:31',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10071,'4000','61726155211','2024-09-12 18:33:41',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10072,'1100','61726144482','2024-09-12 18:34:03',NULL,0.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'grnn'),(10073,'na','61726144482','2024-09-12 18:34:03',0.00,NULL,'','6','1','','1','25','payment','','6172615525440520306533','No',NULL,NULL,'grnn'),(10074,'1100','61726110815','2024-09-12 18:34:58',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'trytytk'),(10075,'na','61726110815','2024-09-12 18:34:58',160.00,NULL,'','6','1','','1','25','payment','','6172615531500425330024','No',NULL,NULL,'trytytk'),(10076,'1100','61726110448','2024-09-12 18:35:42',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ytytuu'),(10077,'na','61726110448','2024-09-12 18:35:42',280.00,NULL,'','6','1','','1','25','payment','','6172615536620203223032','No',NULL,NULL,'ytytuu'),(10078,'1100','61726111258','2024-09-12 18:36:38',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyyyuyk'),(10079,'na','61726111258','2024-09-12 18:36:38',160.00,NULL,'','6','1','','1','25','payment','','6172615541774032205013','No',NULL,NULL,'tyyyuyk'),(10080,'1100','61726114690','2024-09-12 18:37:29',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'thytuky'),(10081,'na','61726114690','2024-09-12 18:37:29',280.00,NULL,'','6','1','','1','25','payment','','6172615546033232232510','No',NULL,NULL,'thytuky'),(10082,'1050','61726155508','2024-09-12 18:38:45',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615552835002537234','No',NULL,NULL,''),(10083,'1110','61726155508','2024-09-12 18:38:45',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10084,'1110','61726155508','2024-09-12 18:38:28',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(10085,'5500','61726155508','2024-09-12 18:38:36',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10086,'4000','61726155508','2024-09-12 18:38:45',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10087,'4000','61726155508','2024-09-12 18:38:28',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10088,'1010','61726155531','2024-09-12 18:39:04',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615555154233532227','No',NULL,NULL,'mjh'),(10089,'1110','61726155531','2024-09-12 18:39:04',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10090,'5500','61726155531','2024-09-12 18:38:51',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10091,'4000','61726155531','2024-09-12 18:39:04',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10092,'1010','61726155829','2024-09-12 18:43:55',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615585403802034733','No',NULL,NULL,'mpesa'),(10093,'1110','61726155829','2024-09-12 18:43:55',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10094,'5500','61726155829','2024-09-12 18:43:49',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10095,'4000','61726155829','2024-09-12 18:43:55',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10096,'2130','61726155855','2024-09-12 18:45:19',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172615593921327923060','No',NULL,NULL,''),(10097,'1110','61726155855','2024-09-12 18:45:19',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(10098,'5500','61726155855','2024-09-12 18:44:15',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(10099,'4000','61726155855','2024-09-12 18:45:19',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(10100,'1100','61726124728','2024-09-12 19:21:18',NULL,800.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'jk.lkll'),(10101,'na','61726124728','2024-09-12 19:21:18',800.00,NULL,'','6','1','','1','25','payment','','6172615809930902270010','No',NULL,NULL,'jk.lkll'),(10102,'1100','61726116320','2024-09-12 19:22:24',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'trttrtyyty'),(10103,'na','61726116320','2024-09-12 19:22:24',40.00,NULL,'','6','1','','1','25','payment','','6172615816612803063060','No',NULL,NULL,'trttrtyyty'),(10104,'1100','61726116320','2024-09-12 19:22:46',NULL,120.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10105,'na','61726116320','2024-09-12 19:22:46',120.00,NULL,'','6','1','','1','25','payment','','6172615818802333347601','No',NULL,NULL,''),(10106,'1010','61726158409','2024-09-12 19:27:00',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172615842512230020300','No',NULL,NULL,'bhg'),(10107,'1110','61726158409','2024-09-12 19:27:00',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10108,'5500','61726158409','2024-09-12 19:26:49',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10109,'4000','61726158409','2024-09-12 19:27:00',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10112,'1100','61726136000','2024-09-12 19:31:57',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'lklk;//'),(10113,'na','61726136000','2024-09-12 19:31:57',50.00,NULL,'','6','1','','1','25','payment','','6172615873113312120306','No',NULL,NULL,'lklk;//'),(10114,'1100','61726119280','2024-09-12 08:35:44',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172615918521103322353','No',NULL,NULL,''),(10115,'1110','61726119280','2024-09-12 08:35:44',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10116,'5500','61726119280','2024-09-12 08:34:40',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10117,'4000','61726119280','2024-09-12 08:35:44',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10118,'1100','61726119280','2024-09-12 19:40:15',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tyuiol'),(10119,'na','61726119280','2024-09-12 19:40:15',160.00,NULL,'','6','1','','1','25','payment','','6172615923152300235909','No',NULL,NULL,'tyuiol'),(10120,'1100','61726121198','2024-09-12 19:43:16',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ttruyu'),(10121,'na','61726121198','2024-09-12 19:43:16',40.00,NULL,'','6','1','','1','25','payment','','6172615941053433400366','No',NULL,NULL,'ttruyu'),(10122,'1100','61726111344','2024-09-12 19:43:47',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'576o'),(10123,'na','61726111344','2024-09-12 19:43:47',400.00,NULL,'','6','1','','1','25','payment','','6172615944094170332232','No',NULL,NULL,'576o'),(10124,'1100','61726144241','2024-09-12 19:44:14',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gehhy'),(10125,'na','61726144241','2024-09-12 19:44:14',50.00,NULL,'','6','1','','1','25','payment','','6172615946525520020223','No',NULL,NULL,'gehhy'),(10126,'1100','61726110838','2024-09-12 19:45:48',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'dhgjm'),(10127,'na','61726110838','2024-09-12 19:45:48',100.00,NULL,'','6','1','','1','25','payment','','6172615955991319053316','No',NULL,NULL,'dhgjm'),(10128,'1100','61726116035','2024-09-12 19:48:32',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gghhj'),(10129,'na','61726116035','2024-09-12 19:48:32',200.00,NULL,'','6','1','','1','25','payment','','6172615972992312626142','No',NULL,NULL,'gghhj'),(10130,'2130','61726159760','2024-09-12 19:49:34',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172615979353331033925','No',NULL,NULL,''),(10131,'1110','61726159760','2024-09-12 19:49:34',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(10132,'5500','61726159760','2024-09-12 19:49:20',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(10133,'4000','61726159760','2024-09-12 19:49:34',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(10134,'1100','61726155039','2024-09-12 19:50:39',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10135,'na','61726155039','2024-09-12 19:50:39',80.00,NULL,'','6','1','','1','25','payment','','6172615984725302020944','No',NULL,NULL,''),(10136,'1100','61726155039','2024-09-12 19:50:47',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gjhjh'),(10137,'na','61726155039','2024-09-12 19:50:47',80.00,NULL,'','6','1','','1','25','payment','','6172615986000132122233','No',NULL,NULL,'gjhjh'),(10138,'1100','61726134196','2024-09-12 19:58:39',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10139,'na','61726134196','2024-09-12 19:58:39',80.00,NULL,'','6','1','','1','25','payment','','6172616032730206233302','No',NULL,NULL,''),(10140,'1100','61726119280','2024-09-12 19:59:11',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10141,'na','61726119280','2024-09-12 19:59:11',40.00,NULL,'','6','1','','1','25','payment','','6172616036023223363362','No',NULL,NULL,''),(10142,'1100','61726110815','2024-09-12 20:00:16',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'65767'),(10143,'na','61726110815','2024-09-12 20:00:16',80.00,NULL,'','6','1','','1','25','payment','','6172616043302070266206','No',NULL,NULL,'65767'),(10144,'1100','61726144482','2024-09-12 20:08:38',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yuyiuuioo'),(10145,'na','61726144482','2024-09-12 20:08:38',100.00,NULL,'','6','1','','1','25','payment','','6172616093023940222043','No',NULL,NULL,'yuyiuuioo'),(10146,'1100','61726143394','2024-09-12 20:14:20',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'yyuyyk'),(10147,'na','61726143394','2024-09-12 20:14:20',200.00,NULL,'','6','1','','1','25','payment','','6172616127303362273233','No',NULL,NULL,'yyuyyk'),(10148,'1100','61726148144','2024-09-12 20:15:12',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gghjhk'),(10149,'na','61726148144','2024-09-12 20:15:12',100.00,NULL,'','6','1','','1','25','payment','','6172616132632332120233','No',NULL,NULL,'gghjhk'),(10150,'1100','61726119379','2024-09-12 20:16:28',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tytuk'),(10151,'na','61726119379','2024-09-12 20:16:28',100.00,NULL,'','6','1','','1','25','payment','','6172616140032330212020','No',NULL,NULL,'tytuk'),(10152,'2130','61726161408','2024-09-12 20:16:57',150.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172616143406223222002','No',NULL,NULL,''),(10153,'1110','61726161408','2024-09-12 20:16:57',94.04,NULL,'','6','1','Inventory returned','1','36','creditnote','4','','No',NULL,NULL,''),(10154,'5500','61726161408','2024-09-12 20:16:48',NULL,94.04,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(10155,'4000','61726161408','2024-09-12 20:16:57',150.00,NULL,'','6','1','Good returned','1','36','creditnote','4','','No',NULL,NULL,''),(10156,'1010','61726161801','2024-09-12 20:23:30',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172616182330320230232','No',NULL,NULL,'mpesa'),(10157,'1110','61726161801','2024-09-12 20:23:30',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10158,'5500','61726161801','2024-09-12 20:23:21',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10159,'4000','61726161801','2024-09-12 20:23:30',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10164,'1100','61726197594','2024-09-13 06:20:07',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172619762420312012222','No',NULL,NULL,''),(10165,'1110','61726197594','2024-09-13 06:20:07',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10166,'5500','61726197594','2024-09-13 06:19:54',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10167,'4000','61726197594','2024-09-13 06:20:07',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10168,'1010','61726197643','2024-09-13 06:21:06',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172619767403323462312','No',NULL,NULL,'mpesa'),(10169,'1110','61726197643','2024-09-13 06:21:06',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10170,'5500','61726197643','2024-09-13 06:20:43',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10171,'4000','61726197643','2024-09-13 06:21:06',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10172,'1100','61726197473','2024-09-13 06:19:45',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172619770233270027724','No',NULL,NULL,''),(10173,'1110','61726197473','2024-09-13 06:19:45',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10174,'5500','61726197473','2024-09-13 06:17:53',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10175,'4000','61726197473','2024-09-13 06:19:45',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10176,'1050','61726198000','2024-09-13 06:26:53',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172619801822002337302','No',NULL,NULL,''),(10177,'1110','61726198000','2024-09-13 06:26:53',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10178,'5500','61726198000','2024-09-13 06:26:40',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10179,'4000','61726198000','2024-09-13 06:26:53',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10180,'1100','61726198019','2024-09-13 06:33:01',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172619841329226220360','No',NULL,NULL,''),(10181,'1110','61726198019','2024-09-13 06:33:01',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10182,'5500','61726198019','2024-09-13 06:26:59',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10183,'4000','61726198019','2024-09-13 06:33:01',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10184,'1100','61726198429','2024-09-13 06:33:59',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172619844728031243301','No',NULL,NULL,''),(10185,'1110','61726198429','2024-09-13 06:33:59',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10186,'5500','61726198429','2024-09-13 06:33:49',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10187,'4000','61726198429','2024-09-13 06:33:59',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10188,'1010','61726200620','2024-09-13 07:10:51',270.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620069423270603420','No',NULL,NULL,'mpesa'),(10189,'1050','61726200620','2024-09-13 07:10:51',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620069423270603420','No',NULL,NULL,'mpesa'),(10190,'1110','61726200620','2024-09-13 07:10:51',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10191,'1110','61726200620','2024-09-13 07:10:20',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10192,'5500','61726200620','2024-09-13 07:10:35',234.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10193,'4000','61726200620','2024-09-13 07:10:51',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10194,'4000','61726200620','2024-09-13 07:10:20',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10195,'1010','61726201739','2024-09-13 07:29:36',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620178533330122200','No',NULL,NULL,'mpesa'),(10196,'1110','61726201739','2024-09-13 07:29:36',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10197,'5500','61726201739','2024-09-13 07:28:59',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10198,'4000','61726201739','2024-09-13 07:29:36',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10199,'1100','61726201786','2024-09-13 07:47:08',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172620283683223372222','No',NULL,NULL,''),(10200,'1110','61726201786','2024-09-13 07:47:08',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10201,'5500','61726201786','2024-09-13 07:29:46',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10202,'4000','61726201786','2024-09-13 07:47:08',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10203,'1010','61726202852','2024-09-13 07:47:50',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620289836262006202','No',NULL,NULL,'mpesa'),(10204,'1050','61726202852','2024-09-13 07:47:50',10.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620289836262006202','No',NULL,NULL,'mpesa'),(10205,'1110','61726202852','2024-09-13 07:47:50',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10206,'5500','61726202852','2024-09-13 07:47:32',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10207,'4000','61726202852','2024-09-13 07:47:50',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10208,'1010','61726202898','2024-09-13 07:58:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620351803266003212','No',NULL,NULL,'mpesa'),(10209,'1110','61726202898','2024-09-13 07:58:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10210,'5500','61726202898','2024-09-13 07:48:18',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10211,'4000','61726202898','2024-09-13 07:58:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10212,'1100','61726203518','2024-09-13 08:10:00',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172620421520200404032','No',NULL,NULL,''),(10213,'1110','61726203518','2024-09-13 08:10:00',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10214,'5500','61726203518','2024-09-13 07:58:38',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10215,'4000','61726203518','2024-09-13 08:10:00',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10216,'2130','61726204742','2024-09-13 08:19:13',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172620481402332423317','No',NULL,NULL,''),(10217,'1110','61726204742','2024-09-13 08:19:13',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(10218,'5500','61726204742','2024-09-13 08:19:02',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(10219,'4000','61726204742','2024-09-13 08:19:13',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(10220,'1010','61726204817','2024-09-13 08:20:28',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620484244230303002','No',NULL,NULL,'mpesa'),(10221,'1110','61726204817','2024-09-13 08:20:28',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10222,'5500','61726204817','2024-09-13 08:20:17',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10223,'4000','61726204817','2024-09-13 08:20:28',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10224,'1010','61726204843','2024-09-13 08:31:54',260.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620554042612254333','No',NULL,NULL,'mpesa'),(10225,'1050','61726204843','2024-09-13 08:31:54',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172620554042612254333','No',NULL,NULL,'mpesa'),(10226,'1110','61726204843','2024-09-13 08:31:54',NULL,238.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10227,'5500','61726204843','2024-09-13 08:20:43',238.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10228,'4000','61726204843','2024-09-13 08:31:54',NULL,280.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10229,'1100','61726205548','2024-09-13 08:32:42',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172620557502523540277','No',NULL,NULL,''),(10230,'1110','61726205548','2024-09-13 08:32:42',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10231,'5500','61726205548','2024-09-13 08:32:29',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10232,'4000','61726205548','2024-09-13 08:32:42',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10233,'1100','61726205581','2024-09-13 08:33:13',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172620560133222002772','No',NULL,NULL,''),(10234,'1110','61726205581','2024-09-13 08:33:13',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10235,'5500','61726205581','2024-09-13 08:33:01',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10236,'4000','61726205581','2024-09-13 08:33:13',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10237,'2130','61726205605','2024-09-13 08:33:37',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172620563050206360626','No',NULL,NULL,''),(10238,'1110','61726205605','2024-09-13 08:33:37',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(10239,'5500','61726205605','2024-09-13 08:33:25',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(10240,'4000','61726205605','2024-09-13 08:33:37',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(10241,'1100','61726213144','2024-09-13 10:39:24',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172621318621324032632','No',NULL,NULL,''),(10242,'1110','61726213144','2024-09-13 10:39:24',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10243,'5500','61726213144','2024-09-13 10:39:04',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10244,'4000','61726213144','2024-09-13 10:39:24',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10245,'1100','61726213200','2024-09-13 10:40:19',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172621323436202130334','No',NULL,NULL,''),(10246,'1110','61726213200','2024-09-13 10:40:19',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10247,'5500','61726213200','2024-09-13 10:40:00',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10248,'4000','61726213200','2024-09-13 10:40:19',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10249,'1100','61726213237','2024-09-13 10:40:46',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172621325702203303221','No',NULL,NULL,''),(10250,'1110','61726213237','2024-09-13 10:40:46',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10251,'5500','61726213237','2024-09-13 10:40:37',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10252,'4000','61726213237','2024-09-13 10:40:46',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10253,'1010','61726213265','2024-09-13 10:41:46',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172621331323322206002','No',NULL,NULL,'mpesa'),(10254,'1110','61726213265','2024-09-13 10:41:46',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10255,'5500','61726213265','2024-09-13 10:41:05',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10256,'4000','61726213265','2024-09-13 10:41:46',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10257,'1100','61726198429','2024-09-13 10:42:53',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'2075'),(10258,'na','61726198429','2024-09-13 10:42:53',320.00,NULL,'','6','1','','1','25','payment','','6172621339630322717636','No',NULL,NULL,'2075'),(10259,'1010','61726213451','2024-09-13 10:55:11',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172621411704221332231','No',NULL,NULL,'mpesa'),(10260,'1110','61726213451','2024-09-13 10:55:11',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10261,'5500','61726213451','2024-09-13 10:44:11',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10262,'4000','61726213451','2024-09-13 10:55:11',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10263,'1010','61726214118','2024-09-13 11:18:07',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172621549623271603625','No',NULL,NULL,'mpesa'),(10264,'1110','61726214118','2024-09-13 11:18:07',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10265,'5500','61726214118','2024-09-13 10:55:18',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10266,'4000','61726214118','2024-09-13 11:18:07',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10267,'1010','61726222779','2024-09-13 13:20:21',1380.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172622286932232823634','No',NULL,NULL,'mjh'),(10268,'1110','61726222779','2024-09-13 13:20:21',NULL,188.08,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10269,'1110','61726222779','2024-09-13 13:19:39',NULL,621.12,'','6','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(10270,'5500','61726222779','2024-09-13 13:19:51',809.20,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10271,'4000','61726222779','2024-09-13 13:20:21',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10272,'4000','61726222779','2024-09-13 13:19:39',NULL,1080.00,'','6','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(10273,'1010','61726222870','2024-09-13 13:21:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172622289922020223393','No',NULL,NULL,'mjh'),(10274,'1110','61726222870','2024-09-13 13:21:30',NULL,67.00,'','6','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(10275,'5500','61726222870','2024-09-13 13:21:10',67.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10276,'4000','61726222870','2024-09-13 13:21:30',NULL,80.00,'','6','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(10277,'1010','61726228748','2024-09-13 15:04:50',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172622910039330216233','No',NULL,NULL,'bhg'),(10278,'1110','61726228748','2024-09-13 15:04:50',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10279,'1110','61726228748','2024-09-13 14:59:08',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10280,'1110','61726228748','2024-09-13 14:59:27',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(10281,'1110','61726228748','2024-09-13 15:03:52',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10282,'1110','61726228748','2024-09-13 15:04:06',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10283,'5500','61726228748','2024-09-13 15:04:18',239.06,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10284,'4000','61726228748','2024-09-13 15:04:50',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10285,'4000','61726228748','2024-09-13 14:59:08',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10286,'4000','61726228748','2024-09-13 14:59:27',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10287,'4000','61726228748','2024-09-13 15:03:52',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10288,'4000','61726228748','2024-09-13 15:04:06',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10289,'1050','61726229101','2024-09-13 15:11:00',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172622946231230230422','No',NULL,NULL,''),(10290,'1110','61726229101','2024-09-13 15:11:00',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10291,'5500','61726229101','2024-09-13 15:05:01',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10292,'4000','61726229101','2024-09-13 15:11:00',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10293,'1030','61726229462','2024-09-13 15:23:57',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623024442324203210','No',NULL,NULL,'mjh'),(10294,'1110','61726229462','2024-09-13 15:23:57',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10295,'5500','61726229462','2024-09-13 15:11:02',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10296,'4000','61726229462','2024-09-13 15:23:57',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10297,'1100','61726231163','2024-09-13 15:39:42',1500.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172623120203033306203','No',NULL,NULL,''),(10298,'1110','61726231163','2024-09-13 15:39:42',NULL,940.40,'','6','1','Inventory sold','1','25','sales','3','','No',NULL,NULL,''),(10299,'5500','61726231163','2024-09-13 15:39:23',940.40,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10300,'4000','61726231163','2024-09-13 15:39:42',NULL,1500.00,'','6','1','Good sold','1','25','sales','3','','No',NULL,NULL,''),(10301,'1050','61726231402','2024-09-13 15:43:30',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623141116324020303','No',NULL,NULL,''),(10302,'1110','61726231402','2024-09-13 15:43:30',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10303,'5500','61726231402','2024-09-13 15:43:22',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10304,'4000','61726231402','2024-09-13 15:43:30',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10305,'1010','61726231412','2024-09-13 15:57:58',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623228461803323682','No',NULL,NULL,'mjh'),(10306,'1110','61726231412','2024-09-13 15:57:58',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10307,'5500','61726231412','2024-09-13 15:43:32',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10308,'4000','61726231412','2024-09-13 15:57:58',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10309,'1050','61726232285','2024-09-13 16:27:26',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623404843202042227','No',NULL,NULL,''),(10310,'1110','61726232285','2024-09-13 16:27:26',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10311,'5500','61726232285','2024-09-13 15:58:05',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10312,'4000','61726232285','2024-09-13 16:27:26',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10313,'1100','61726213237','2024-09-13 16:42:23',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ghyt'),(10314,'na','61726213237','2024-09-13 16:42:23',80.00,NULL,'','6','1','','1','25','payment','','6172623495302423236000','No',NULL,NULL,'ghyt'),(10315,'1100','61726201786','2024-09-13 16:42:57',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'thgf'),(10316,'na','61726201786','2024-09-13 16:42:57',280.00,NULL,'','6','1','','1','25','payment','','6172623498830342263622','No',NULL,NULL,'thgf'),(10317,'1100','61726197473','2024-09-13 16:43:27',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(10318,'na','61726197473','2024-09-13 16:43:27',160.00,NULL,'','6','1','','1','25','payment','','6172623501710132143322','No',NULL,NULL,'nbv'),(10319,'1010','61726235091','2024-09-13 16:48:22',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623530802320022022','No',NULL,NULL,'mjh'),(10320,'1110','61726235091','2024-09-13 16:48:22',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10321,'5500','61726235091','2024-09-13 16:44:51',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10322,'4000','61726235091','2024-09-13 16:48:22',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10323,'1010','61726236148','2024-09-13 17:03:13',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623619900272232327','No',NULL,NULL,'bhg'),(10324,'1110','61726236148','2024-09-13 17:03:13',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10325,'1110','61726236148','2024-09-13 17:02:28',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10326,'5500','61726236148','2024-09-13 17:02:56',91.51,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10327,'4000','61726236148','2024-09-13 17:03:13',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10328,'4000','61726236148','2024-09-13 17:02:28',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10329,'1010','61726236548','2024-09-13 17:09:17',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623656320320632222','No',NULL,NULL,'mjh'),(10330,'1110','61726236548','2024-09-13 17:09:17',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10331,'5500','61726236548','2024-09-13 17:09:08',30.77,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10332,'4000','61726236548','2024-09-13 17:09:17',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10333,'1050','61726236834','2024-09-13 17:14:06',75.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623684960323862633','No',NULL,NULL,''),(10334,'1110','61726236834','2024-09-13 17:14:06',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10335,'5500','61726236834','2024-09-13 17:13:54',47.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10336,'4000','61726236834','2024-09-13 17:14:06',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10337,'1010','61726236850','2024-09-13 17:17:02',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623702703203402773','No',NULL,NULL,'mjh'),(10338,'1110','61726236850','2024-09-13 17:17:02',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10339,'1110','61726236850','2024-09-13 17:14:10',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10340,'5500','61726236850','2024-09-13 17:16:42',76.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10341,'4000','61726236850','2024-09-13 17:17:02',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10342,'4000','61726236850','2024-09-13 17:14:10',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10343,'2130','61726237028','2024-09-13 17:45:10',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172623872422273036363','No',NULL,NULL,''),(10344,'1110','61726237028','2024-09-13 17:45:10',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(10345,'5500','61726237028','2024-09-13 17:17:08',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(10346,'4000','61726237028','2024-09-13 17:45:10',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(10347,'2130','61726238728','2024-09-13 17:45:59',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172623878923202304202','No',NULL,NULL,''),(10348,'1110','61726238728','2024-09-13 17:45:59',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(10349,'5500','61726238728','2024-09-13 17:45:28',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(10350,'4000','61726238728','2024-09-13 17:45:59',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(10351,'1010','61726238792','2024-09-13 17:46:42',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623880923220382390','No',NULL,NULL,'bhg'),(10352,'1110','61726238792','2024-09-13 17:46:42',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10353,'5500','61726238792','2024-09-13 17:46:32',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10354,'4000','61726238792','2024-09-13 17:46:42',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10355,'1100','61726205548','2024-09-13 17:49:11',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(10356,'na','61726205548','2024-09-13 17:49:11',160.00,NULL,'','6','1','','1','25','payment','','6172623896296979270033','No',NULL,NULL,'bvc'),(10357,'1050','61726239570','2024-09-13 18:00:04',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623960720603203362','No',NULL,NULL,''),(10358,'1110','61726239570','2024-09-13 18:00:04',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10359,'5500','61726239570','2024-09-13 17:59:30',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10360,'4000','61726239570','2024-09-13 18:00:04',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10361,'1010','61726239610','2024-09-13 18:00:22',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623962820233362060','No',NULL,NULL,'mjh'),(10362,'1110','61726239610','2024-09-13 18:00:22',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10363,'5500','61726239610','2024-09-13 18:00:10',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10364,'4000','61726239610','2024-09-13 18:00:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10365,'1010','61726239629','2024-09-13 18:05:46',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172623995151036323333','No',NULL,NULL,'mjh'),(10366,'1110','61726239629','2024-09-13 18:05:46',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10367,'5500','61726239629','2024-09-13 18:00:29',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10368,'4000','61726239629','2024-09-13 18:05:46',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10369,'1010','61726239952','2024-09-13 18:19:40',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624078533220032028','No',NULL,NULL,'mjh'),(10370,'1110','61726239952','2024-09-13 18:19:40',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10371,'5500','61726239952','2024-09-13 18:05:52',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10372,'4000','61726239952','2024-09-13 18:19:40',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10373,'2130','61726241000','2024-09-13 18:28:12',80.00,NULL,'','6','1','Goods returned','1','25','creditnote','','6172624130333020632203','No',NULL,NULL,''),(10374,'1110','61726241000','2024-09-13 18:28:12',68.00,NULL,'','6','1','Inventory returned','1','25','creditnote','9','','No',NULL,NULL,''),(10375,'5500','61726241000','2024-09-13 18:23:20',NULL,68.00,'','6','1','Cost of goods returned','1','25','creditnote','','','No',NULL,NULL,''),(10376,'4000','61726241000','2024-09-13 18:28:12',80.00,NULL,'','6','1','Good returned','1','25','creditnote','9','','No',NULL,NULL,''),(10377,'1010','61726242603','2024-09-13 18:50:10',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624261464123263323','No',NULL,NULL,'mjh'),(10378,'1110','61726242603','2024-09-13 18:50:10',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10379,'5500','61726242603','2024-09-13 18:50:03',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10380,'4000','61726242603','2024-09-13 18:50:10',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10381,'1100','61726231163','2024-09-13 19:00:33',NULL,1500.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(10382,'na','61726231163','2024-09-13 19:00:33',1500.00,NULL,'','6','1','','1','25','payment','','6172624324523226437526','No',NULL,NULL,'bvc'),(10383,'1010','61726243269','2024-09-13 19:03:53',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624343723332021000','No',NULL,NULL,'bhg'),(10384,'1110','61726243269','2024-09-13 19:03:53',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10385,'5500','61726243269','2024-09-13 19:01:09',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10386,'4000','61726243269','2024-09-13 19:03:53',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10387,'1010','61726243438','2024-09-13 19:06:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624357362032333002','No',NULL,NULL,'mjh'),(10388,'1110','61726243438','2024-09-13 19:06:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10389,'5500','61726243438','2024-09-13 19:03:58',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10390,'4000','61726243438','2024-09-13 19:06:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10391,'1010','61726243574','2024-09-13 19:08:10',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624369761320392433','No',NULL,NULL,'bhg'),(10392,'1110','61726243574','2024-09-13 19:08:10',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10393,'5500','61726243574','2024-09-13 19:06:14',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10394,'4000','61726243574','2024-09-13 19:08:10',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10395,'1100','61726243698','2024-09-13 19:09:32',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172624378012232222330','No',NULL,NULL,''),(10396,'1110','61726243698','2024-09-13 19:09:32',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10397,'5500','61726243698','2024-09-13 19:08:18',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10398,'4000','61726243698','2024-09-13 19:09:32',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10399,'1100','61726197594','2024-09-13 19:10:46',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bnfg'),(10400,'na','61726197594','2024-09-13 19:10:46',100.00,NULL,'','6','1','','1','25','payment','','6172624385444635230220','No',NULL,NULL,'bnfg'),(10401,'1100','61726198019','2024-09-13 19:11:11',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(10402,'na','61726198019','2024-09-13 19:11:11',200.00,NULL,'','6','1','','1','25','payment','','6172624389300330332204','No',NULL,NULL,'nbv'),(10403,'1050','61726244090','2024-09-13 19:17:55',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624428222283436238','No',NULL,NULL,''),(10404,'1110','61726244090','2024-09-13 19:17:55',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10405,'5500','61726244090','2024-09-13 19:15:52',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10406,'4000','61726244090','2024-09-13 19:17:55',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10407,'1010','61726244283','2024-09-13 19:18:27',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624431363100333700','No',NULL,NULL,'bhg'),(10408,'1110','61726244283','2024-09-13 19:18:27',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10409,'5500','61726244283','2024-09-13 19:18:03',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10410,'4000','61726244283','2024-09-13 19:18:27',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10411,'1050','61726244487','2024-09-13 19:21:37',320.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624450242203262234','No',NULL,NULL,''),(10412,'1110','61726244487','2024-09-13 19:21:37',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10413,'5500','61726244487','2024-09-13 19:21:27',272.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10414,'4000','61726244487','2024-09-13 19:21:37',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10415,'1050','61726244503','2024-09-13 19:23:07',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624459333023200223','No',NULL,NULL,''),(10416,'1110','61726244503','2024-09-13 19:23:07',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10417,'5500','61726244503','2024-09-13 19:21:43',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10418,'4000','61726244503','2024-09-13 19:23:07',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10419,'1050','61726244594','2024-09-13 19:27:20',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624484141432332843','No',NULL,NULL,''),(10420,'1110','61726244594','2024-09-13 19:27:20',NULL,56.26,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(10421,'5500','61726244594','2024-09-13 19:23:14',56.26,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10422,'4000','61726244594','2024-09-13 19:27:20',NULL,100.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10423,'1010','61726244842','2024-09-13 19:27:52',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624487772332442234','No',NULL,NULL,'bhg'),(10424,'1110','61726244842','2024-09-13 19:27:52',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10425,'5500','61726244842','2024-09-13 19:27:22',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10426,'4000','61726244842','2024-09-13 19:27:52',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10427,'1010','61726245051','2024-09-13 19:31:25',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624508922790222222','No',NULL,NULL,'mjh'),(10428,'1110','61726245051','2024-09-13 19:31:25',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10429,'5500','61726245051','2024-09-13 19:30:51',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10430,'4000','61726245051','2024-09-13 19:31:25',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10431,'1010','61726245090','2024-09-13 19:42:13',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624573822042300202','No',NULL,NULL,'mjh'),(10432,'1110','61726245090','2024-09-13 19:42:13',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10433,'5500','61726245090','2024-09-13 19:31:30',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10434,'4000','61726245090','2024-09-13 19:42:13',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10435,'1010','61726245739','2024-09-13 19:45:26',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624593023630123920','No',NULL,NULL,'mjh'),(10436,'1110','61726245739','2024-09-13 19:45:26',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10437,'5500','61726245739','2024-09-13 19:42:19',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10438,'4000','61726245739','2024-09-13 19:45:26',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10439,'1100','61726243698','2024-09-13 19:46:19',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vbvc'),(10440,'na','61726243698','2024-09-13 19:46:19',80.00,NULL,'','6','1','','1','25','payment','','6172624599434333303230','No',NULL,NULL,'vbvc'),(10441,'1100','61726213144','2024-09-13 19:47:22',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(10442,'na','61726213144','2024-09-13 19:47:22',100.00,NULL,'','6','1','','1','25','payment','','6172624605434232344402','No',NULL,NULL,'nbv'),(10443,'1050','61726246064','2024-09-13 19:49:06',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624614811726830242','No',NULL,NULL,''),(10444,'1110','61726246064','2024-09-13 19:49:06',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10445,'5500','61726246064','2024-09-13 19:47:44',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10446,'4000','61726246064','2024-09-13 19:49:06',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10447,'1010','61726246149','2024-09-13 19:52:05',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624633033332336230','No',NULL,NULL,'mjh'),(10448,'1110','61726246149','2024-09-13 19:52:05',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10449,'5500','61726246149','2024-09-13 19:49:09',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10450,'4000','61726246149','2024-09-13 19:52:05',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10451,'2130','61726246357','2024-09-13 19:52:45',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172624637631004622233','No',NULL,NULL,''),(10452,'1110','61726246357','2024-09-13 19:52:45',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(10453,'5500','61726246357','2024-09-13 19:52:37',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(10454,'4000','61726246357','2024-09-13 19:52:45',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(10455,'2130','61726246393','2024-09-13 19:53:27',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172624641533136330312','No',NULL,NULL,''),(10456,'1110','61726246393','2024-09-13 19:53:27',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(10457,'5500','61726246393','2024-09-13 19:53:13',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(10458,'4000','61726246393','2024-09-13 19:53:27',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(10459,'1050','61726247442','2024-09-13 20:10:50',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624745524325210434','No',NULL,NULL,''),(10460,'1110','61726247442','2024-09-13 20:10:50',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10461,'5500','61726247442','2024-09-13 20:10:42',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10462,'4000','61726247442','2024-09-13 20:10:50',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10463,'1010','61726247456','2024-09-13 20:13:32',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624762831622304323','No',NULL,NULL,'bhg'),(10464,'1110','61726247456','2024-09-13 20:13:32',NULL,59.50,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(10465,'5500','61726247456','2024-09-13 20:10:56',59.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10466,'4000','61726247456','2024-09-13 20:13:32',NULL,120.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(10467,'1010','61726247629','2024-09-13 20:21:15',310.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624808123232722133','No',NULL,NULL,'fg'),(10468,'1110','61726247629','2024-09-13 20:21:15',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10469,'1110','61726247629','2024-09-13 20:13:49',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10470,'5500','61726247629','2024-09-13 20:21:00',230.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10471,'4000','61726247629','2024-09-13 20:21:15',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10472,'4000','61726247629','2024-09-13 20:13:49',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10473,'1100','61726203518','2024-09-13 20:22:21',NULL,360.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(10474,'na','61726203518','2024-09-13 20:22:21',360.00,NULL,'','6','1','','1','25','payment','','6172624815241131374032','No',NULL,NULL,'bvc'),(10475,'1100','61726205581','2024-09-13 20:22:54',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10476,'na','61726205581','2024-09-13 20:22:54',60.00,NULL,'','6','1','','1','25','payment','','6172624820122261022022','No',NULL,NULL,''),(10477,'1100','61726213200','2024-09-13 20:23:47',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(10478,'na','61726213200','2024-09-13 20:23:47',80.00,NULL,'','6','1','','1','25','payment','','6172624824062203222102','No',NULL,NULL,''),(10479,'1010','61726248468','2024-09-13 20:27:58',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624848383442742833','No',NULL,NULL,'fg'),(10480,'1110','61726248468','2024-09-13 20:27:58',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10481,'5500','61726248468','2024-09-13 20:27:48',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10482,'4000','61726248468','2024-09-13 20:27:58',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10483,'1010','61726249153','2024-09-13 20:39:20',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172624916630200230643','No',NULL,NULL,'mjh'),(10484,'1110','61726249153','2024-09-13 20:39:20',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10485,'5500','61726249153','2024-09-13 20:39:13',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10486,'4000','61726249153','2024-09-13 20:39:20',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10489,'1110','61726160959','2024-09-12 20:09:19',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(10490,'2130','61726160959','2024-09-12 20:09:19',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(10491,'1100','41726283222','2024-09-14 06:14:10',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628366004328622200','No',NULL,NULL,''),(10492,'1110','41726283222','2024-09-14 06:14:10',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10493,'5500','41726283222','2024-09-14 06:07:02',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10494,'4000','41726283222','2024-09-14 06:14:10',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10495,'1100','41726283664','2024-09-14 06:14:34',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628368321122338333','No',NULL,NULL,''),(10496,'1110','41726283664','2024-09-14 06:14:34',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10497,'5500','41726283664','2024-09-14 06:14:24',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10498,'4000','41726283664','2024-09-14 06:14:34',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10499,'1100','41726284455','2024-09-14 06:27:47',800.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628447432216200273','No',NULL,NULL,''),(10500,'1110','41726284455','2024-09-14 06:27:47',NULL,680.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10501,'5500','41726284455','2024-09-14 06:27:35',680.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10502,'4000','41726284455','2024-09-14 06:27:47',NULL,800.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10503,'1010','41726285320','2024-09-14 06:42:12',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628533634730322063','No',NULL,NULL,'mjh'),(10504,'1110','41726285320','2024-09-14 06:42:12',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10505,'5500','41726285320','2024-09-14 06:42:00',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10506,'4000','41726285320','2024-09-14 06:42:12',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10507,'1050','41726285336','2024-09-14 06:53:05',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628598730308872202','No',NULL,NULL,''),(10508,'1110','41726285336','2024-09-14 06:53:05',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10509,'5500','41726285336','2024-09-14 06:42:16',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10510,'4000','41726285336','2024-09-14 06:53:05',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10511,'1010','41726285987','2024-09-14 06:56:15',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628618136760460332','No',NULL,NULL,'mjh'),(10512,'1110','41726285987','2024-09-14 06:56:15',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10513,'5500','41726285987','2024-09-14 06:53:07',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10514,'4000','41726285987','2024-09-14 06:56:15',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10515,'1050','41726286182','2024-09-14 07:22:56',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628778187328370412','No',NULL,NULL,''),(10516,'1110','41726286182','2024-09-14 07:22:56',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10517,'5500','41726286182','2024-09-14 06:56:22',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10518,'4000','41726286182','2024-09-14 07:22:56',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10519,'1050','41726287782','2024-09-14 07:24:40',800.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628788303373203880','No',NULL,NULL,''),(10520,'1110','41726287782','2024-09-14 07:24:40',NULL,680.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10521,'5500','41726287782','2024-09-14 07:23:02',680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10522,'4000','41726287782','2024-09-14 07:24:40',NULL,800.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10523,'1100','41726287884','2024-09-14 07:29:13',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628816033602824637','No',NULL,NULL,''),(10524,'1110','41726287884','2024-09-14 07:29:13',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10525,'5500','41726287884','2024-09-14 07:24:44',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10526,'4000','41726287884','2024-09-14 07:29:13',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10527,'1010','41726288262','2024-09-14 07:31:46',430.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628831131223022474','No',NULL,NULL,'bhg'),(10528,'1110','41726288262','2024-09-14 07:31:46',NULL,365.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10529,'5500','41726288262','2024-09-14 07:31:02',365.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10530,'4000','41726288262','2024-09-14 07:31:46',NULL,430.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10531,'1100','41726288312','2024-09-14 07:39:07',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628875520220063225','No',NULL,NULL,''),(10532,'1110','41726288312','2024-09-14 07:39:07',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10533,'5500','41726288312','2024-09-14 07:31:52',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10534,'4000','41726288312','2024-09-14 07:39:07',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10535,'1050','41726288791','2024-09-14 07:40:07',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628881032223330234','No',NULL,NULL,''),(10536,'1110','41726288791','2024-09-14 07:40:07',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10537,'5500','41726288791','2024-09-14 07:39:51',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10538,'4000','41726288791','2024-09-14 07:40:07',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10539,'2130','41726288810','2024-09-14 07:41:53',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172628892322222322220','No',NULL,NULL,''),(10540,'1110','41726288810','2024-09-14 07:41:53',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(10541,'5500','41726288810','2024-09-14 07:40:10',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(10542,'4000','41726288810','2024-09-14 07:41:53',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(10543,'1050','41726289034','2024-09-14 07:44:00',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628904133490239070','No',NULL,NULL,''),(10544,'1110','41726289034','2024-09-14 07:44:00',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10545,'5500','41726289034','2024-09-14 07:43:54',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10546,'4000','41726289034','2024-09-14 07:44:00',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10547,'1010','41726289042','2024-09-14 07:56:29',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172628979733272020062','No',NULL,NULL,'bhg'),(10548,'1110','41726289042','2024-09-14 07:56:29',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10549,'5500','41726289042','2024-09-14 07:44:02',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10550,'4000','41726289042','2024-09-14 07:56:29',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10551,'1100','41726289798','2024-09-14 07:57:42',150.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172628987383320372724','No',NULL,NULL,''),(10552,'1110','41726289798','2024-09-14 07:57:42',NULL,127.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10553,'5500','41726289798','2024-09-14 07:56:38',127.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10554,'4000','41726289798','2024-09-14 07:57:42',NULL,150.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10555,'1010','41726290833','2024-09-14 08:14:04',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629085023322083541','No',NULL,NULL,'mjh'),(10556,'1110','41726290833','2024-09-14 08:14:04',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10557,'5500','41726290833','2024-09-14 08:13:53',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10558,'4000','41726290833','2024-09-14 08:14:04',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10559,'1010','41726290850','2024-09-14 08:36:52',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629221723322002210','No',NULL,NULL,'bhg'),(10560,'1110','41726290850','2024-09-14 08:36:52',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10561,'5500','41726290850','2024-09-14 08:14:10',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10562,'4000','41726290850','2024-09-14 08:36:52',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10563,'1100','41726292218','2024-09-14 08:38:19',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629230702227337323','No',NULL,NULL,''),(10564,'1110','41726292218','2024-09-14 08:38:19',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10565,'5500','41726292218','2024-09-14 08:36:58',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10566,'4000','41726292218','2024-09-14 08:38:19',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10567,'1100','41726293379','2024-09-14 08:56:31',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629339803302222222','No',NULL,NULL,''),(10568,'1110','41726293379','2024-09-14 08:56:31',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10569,'5500','41726293379','2024-09-14 08:56:19',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10570,'4000','41726293379','2024-09-14 08:56:31',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10571,'1010','41726293466','2024-09-14 08:57:56',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629348038022183420','No',NULL,NULL,'bhg'),(10572,'1110','41726293466','2024-09-14 08:57:56',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10573,'5500','41726293466','2024-09-14 08:57:46',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10574,'4000','41726293466','2024-09-14 08:57:56',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10575,'1100','41726293481','2024-09-14 08:59:13',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629356332625012335','No',NULL,NULL,''),(10576,'1110','41726293481','2024-09-14 08:59:13',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10577,'5500','41726293481','2024-09-14 08:58:01',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10578,'4000','41726293481','2024-09-14 08:59:13',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10579,'1100','41726294204','2024-09-14 09:10:10',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629421813820721202','No',NULL,NULL,''),(10580,'1110','41726294204','2024-09-14 09:10:10',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10581,'5500','41726294204','2024-09-14 09:10:04',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10582,'4000','41726294204','2024-09-14 09:10:10',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10583,'1100','41726294204','2024-09-14 09:29:54',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(10584,'na','41726294204','2024-09-14 09:29:54',80.00,NULL,'','4','1','','1','25','payment','','4172629541322249243303','No',NULL,NULL,'bvc'),(10585,'2130','41726295463','2024-09-14 09:31:37',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172629551220222527030','No',NULL,NULL,''),(10586,'1110','41726295463','2024-09-14 09:31:37',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(10587,'5500','41726295463','2024-09-14 09:31:03',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(10588,'4000','41726295463','2024-09-14 09:31:37',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(10589,'1100','41726295575','2024-09-14 09:33:04',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629559031331152302','No',NULL,NULL,''),(10590,'1110','41726295575','2024-09-14 09:33:04',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10591,'5500','41726295575','2024-09-14 09:32:55',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10592,'4000','41726295575','2024-09-14 09:33:04',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10593,'1100','41726284455','2024-09-14 09:33:36',NULL,800.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(10594,'na','41726284455','2024-09-14 09:33:36',800.00,NULL,'','4','1','','1','25','payment','','4172629563900333202222','No',NULL,NULL,'bvc'),(10597,'1110','41726295278','2024-09-14 09:27:58',10200.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(10598,'2130','41726295278','2024-09-14 09:27:58',NULL,10200.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(10599,'1100','41726295728','2024-09-14 09:35:37',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172629574529590033020','No',NULL,NULL,''),(10600,'1110','41726295728','2024-09-14 09:35:37',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10601,'5500','41726295728','2024-09-14 09:35:28',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10602,'4000','41726295728','2024-09-14 09:35:37',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10603,'1010','41726298528','2024-09-14 10:22:17',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629854222264268032','No',NULL,NULL,'bhg'),(10604,'1110','41726298528','2024-09-14 10:22:17',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10605,'5500','41726298528','2024-09-14 10:22:08',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10606,'4000','41726298528','2024-09-14 10:22:17',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10607,'1010','41726298543','2024-09-14 10:30:09',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629901533102249412','No',NULL,NULL,'bhg'),(10608,'1110','41726298543','2024-09-14 10:30:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10609,'5500','41726298543','2024-09-14 10:22:23',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10610,'4000','41726298543','2024-09-14 10:30:09',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10611,'1010','41726299016','2024-09-14 10:44:03',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172629985209301902296','No',NULL,NULL,'nhg'),(10612,'1110','41726299016','2024-09-14 10:44:03',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10613,'5500','41726299016','2024-09-14 10:30:16',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10614,'4000','41726299016','2024-09-14 10:44:03',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10615,'2130','41726299853','2024-09-14 10:48:34',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172630012833430020201','No',NULL,NULL,''),(10616,'1110','41726299853','2024-09-14 10:48:34',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(10617,'5500','41726299853','2024-09-14 10:44:13',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(10618,'4000','41726299853','2024-09-14 10:48:34',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(10619,'1010','41726300496','2024-09-14 10:55:08',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630051303020003030','No',NULL,NULL,'bhg'),(10620,'1110','41726300496','2024-09-14 10:55:08',NULL,59.82,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(10621,'5500','41726300496','2024-09-14 10:54:56',59.82,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10622,'4000','41726300496','2024-09-14 10:55:08',NULL,200.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10623,'1100','41726300514','2024-09-14 10:56:46',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172630061303300023322','No',NULL,NULL,''),(10624,'1110','41726300514','2024-09-14 10:56:46',NULL,42.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10625,'5500','41726300514','2024-09-14 10:55:14',42.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10626,'4000','41726300514','2024-09-14 10:56:46',NULL,50.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10627,'1050','41726302188','2024-09-14 11:23:17',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630219961214270002','No',NULL,NULL,''),(10628,'1110','41726302188','2024-09-14 11:23:17',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10629,'5500','41726302188','2024-09-14 11:23:08',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10630,'4000','41726302188','2024-09-14 11:23:17',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10631,'1010','41726302200','2024-09-14 11:59:40',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630438603340427332','No',NULL,NULL,'mjh'),(10632,'1110','41726302200','2024-09-14 11:59:40',NULL,174.71,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(10633,'5500','41726302200','2024-09-14 11:23:20',174.71,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10634,'4000','41726302200','2024-09-14 11:59:40',NULL,180.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(10635,'1010','41726304387','2024-09-14 12:36:46',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630661123603300232','No',NULL,NULL,'bhg'),(10636,'1110','41726304387','2024-09-14 12:36:46',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10637,'5500','41726304387','2024-09-14 11:59:47',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10638,'4000','41726304387','2024-09-14 12:36:46',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10639,'1010','41726306612','2024-09-14 12:40:44',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630684922200433943','No',NULL,NULL,'mjh'),(10640,'1110','41726306612','2024-09-14 12:40:44',NULL,112.90,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(10641,'5500','41726306612','2024-09-14 12:36:52',112.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10642,'4000','41726306612','2024-09-14 12:40:44',NULL,200.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(10643,'1010','41726308618','2024-09-14 13:10:27',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172630863163342372330','No',NULL,NULL,'bhg'),(10644,'1110','41726308618','2024-09-14 13:10:27',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10645,'5500','41726308618','2024-09-14 13:10:18',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10646,'4000','41726308618','2024-09-14 13:10:27',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10647,'1010','41726308632','2024-09-14 13:33:52',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631003832212020222','No',NULL,NULL,'mjh'),(10648,'1110','41726308632','2024-09-14 13:33:52',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10649,'5500','41726308632','2024-09-14 13:10:32',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10650,'4000','41726308632','2024-09-14 13:33:52',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10651,'1010','41726310039','2024-09-14 13:47:33',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631086034281201011','No',NULL,NULL,'mjh'),(10652,'1110','41726310039','2024-09-14 13:47:33',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10653,'5500','41726310039','2024-09-14 13:33:59',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10654,'4000','41726310039','2024-09-14 13:47:33',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10655,'1050','41726310860','2024-09-14 13:53:34',280.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631121623023617362','No',NULL,NULL,''),(10656,'1110','41726310860','2024-09-14 13:53:34',NULL,238.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10657,'5500','41726310860','2024-09-14 13:47:40',238.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10658,'4000','41726310860','2024-09-14 13:53:34',NULL,280.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10659,'1050','41726311217','2024-09-14 13:58:49',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631153132212520222','No',NULL,NULL,''),(10660,'1110','41726311217','2024-09-14 13:58:49',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10661,'5500','41726311217','2024-09-14 13:53:37',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10662,'4000','41726311217','2024-09-14 13:58:49',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10663,'1010','41726311532','2024-09-14 14:11:17',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631228320361333338','No',NULL,NULL,'fg'),(10664,'1110','41726311532','2024-09-14 14:11:17',NULL,61.36,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10665,'5500','41726311532','2024-09-14 13:58:52',61.36,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10666,'4000','41726311532','2024-09-14 14:11:17',NULL,120.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10667,'1050','41726312283','2024-09-14 14:16:31',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631259731323724393','No',NULL,NULL,''),(10668,'1110','41726312283','2024-09-14 14:16:31',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10669,'5500','41726312283','2024-09-14 14:11:24',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10670,'4000','41726312283','2024-09-14 14:16:31',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10671,'1010','41726312598','2024-09-14 14:36:12',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631378130104321133','No',NULL,NULL,'bhg'),(10672,'1110','41726312598','2024-09-14 14:36:12',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10673,'5500','41726312598','2024-09-14 14:16:38',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10674,'4000','41726312598','2024-09-14 14:36:12',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10675,'1010','41726313782','2024-09-14 14:44:56',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631430432003232430','No',NULL,NULL,'bhg'),(10676,'1110','41726313782','2024-09-14 14:44:56',NULL,188.08,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10677,'5500','41726313782','2024-09-14 14:36:22',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10678,'4000','41726313782','2024-09-14 14:44:56',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10679,'1010','41726314305','2024-09-14 14:48:18',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631462525420033127','No',NULL,NULL,'mjh160'),(10680,'1050','41726314305','2024-09-14 14:48:18',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631462525420033127','No',NULL,NULL,'mjh160'),(10681,'1110','41726314305','2024-09-14 14:48:18',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10682,'1110','41726314305','2024-09-14 14:45:05',NULL,56.47,'','4','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(10683,'5500','41726314305','2024-09-14 14:48:06',117.21,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10684,'4000','41726314305','2024-09-14 14:48:18',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10685,'4000','41726314305','2024-09-14 14:45:05',NULL,100.00,'','4','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(10686,'1050','41726314625','2024-09-14 14:58:38',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631512233010030323','No',NULL,NULL,''),(10687,'1110','41726314625','2024-09-14 14:58:38',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10688,'5500','41726314625','2024-09-14 14:50:25',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10689,'4000','41726314625','2024-09-14 14:58:38',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10690,'1010','41726315123','2024-09-14 15:14:03',440.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631604932260213330','No',NULL,NULL,'bhg'),(10691,'1110','41726315123','2024-09-14 15:14:03',NULL,103.47,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10692,'1110','41726315123','2024-09-14 14:58:43',NULL,103.52,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(10693,'1110','41726315123','2024-09-14 15:13:37',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10694,'5500','41726315123','2024-09-14 15:13:55',274.99,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10695,'4000','41726315123','2024-09-14 15:14:03',NULL,180.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10696,'4000','41726315123','2024-09-14 14:58:43',NULL,180.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(10697,'4000','41726315123','2024-09-14 15:13:37',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10698,'1010','41726316050','2024-09-14 15:29:34',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631697922203430024','No',NULL,NULL,'mjh'),(10699,'1110','41726316050','2024-09-14 15:29:34',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(10700,'5500','41726316050','2024-09-14 15:14:10',18.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10701,'4000','41726316050','2024-09-14 15:29:34',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10702,'1010','41726316980','2024-09-14 15:34:37',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631728531250402323','No',NULL,NULL,'mjh'),(10703,'1110','41726316980','2024-09-14 15:34:37',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10704,'5500','41726316980','2024-09-14 15:29:40',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10705,'4000','41726316980','2024-09-14 15:34:37',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10706,'1100','41726317285','2024-09-14 15:37:17',120.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172631744430334221334','No',NULL,NULL,''),(10707,'1110','41726317285','2024-09-14 15:37:17',NULL,59.00,'','4','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(10708,'5500','41726317285','2024-09-14 15:34:46',59.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10709,'4000','41726317285','2024-09-14 15:37:17',NULL,120.00,'','4','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(10710,'1100','41726317575','2024-09-14 15:39:42',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172631759242224427232','No',NULL,NULL,''),(10711,'1110','41726317575','2024-09-14 15:39:42',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(10712,'5500','41726317575','2024-09-14 15:39:35',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10713,'4000','41726317575','2024-09-14 15:39:42',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(10714,'1010','41726317630','2024-09-14 15:40:36',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631764533223223433','No',NULL,NULL,'mjh'),(10715,'1110','41726317630','2024-09-14 15:40:36',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10716,'5500','41726317630','2024-09-14 15:40:30',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10717,'4000','41726317630','2024-09-14 15:40:36',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10718,'1100','41726317285','2024-09-14 15:50:43',NULL,120.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(10719,'na','41726317285','2024-09-14 15:50:43',120.00,NULL,'','4','1','','1','25','payment','','4172631825623327333728','No',NULL,NULL,'nbv'),(10720,'1100','41726300514','2024-09-14 15:52:05',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bn'),(10721,'na','41726300514','2024-09-14 15:52:05',50.00,NULL,'','4','1','','1','25','payment','','4172631833413340340040','No',NULL,NULL,'bn'),(10722,'1100','41726295575','2024-09-14 15:52:32',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmb'),(10723,'na','41726295575','2024-09-14 15:52:32',160.00,NULL,'','4','1','','1','25','payment','','4172631836203283134272','No',NULL,NULL,'nmb'),(10724,'1100','41726283222','2024-09-14 15:53:26',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(10725,'na','41726283222','2024-09-14 15:53:26',160.00,NULL,'','4','1','','1','25','payment','','4172631841534117326433','No',NULL,NULL,'nbv'),(10726,'1100','41726293379','2024-09-14 15:53:50',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmb'),(10727,'na','41726293379','2024-09-14 15:53:50',80.00,NULL,'','4','1','','1','25','payment','','4172631844231824222430','No',NULL,NULL,'nmb'),(10728,'1010','41726318480','2024-09-14 15:54:48',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631849432922048433','No',NULL,NULL,'mpesa'),(10729,'1110','41726318480','2024-09-14 15:54:48',NULL,52.34,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10730,'5500','41726318480','2024-09-14 15:54:40',52.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10731,'4000','41726318480','2024-09-14 15:54:48',NULL,100.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10732,'1010','41726318689','2024-09-14 15:58:19',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631870370143831482','No',NULL,NULL,'mjh'),(10733,'1110','41726318689','2024-09-14 15:58:19',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10734,'5500','41726318689','2024-09-14 15:58:09',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10735,'4000','41726318689','2024-09-14 15:58:19',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10736,'1010','41726318704','2024-09-14 16:00:18',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172631882213233028131','No',NULL,NULL,'mpesa'),(10737,'1110','41726318704','2024-09-14 16:00:18',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10738,'5500','41726318704','2024-09-14 15:58:24',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10739,'4000','41726318704','2024-09-14 16:00:18',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10740,'1050','41726318868','2024-09-14 16:38:25',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632110870213362303','No',NULL,NULL,''),(10741,'1110','41726318868','2024-09-14 16:38:25',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10742,'5500','41726318868','2024-09-14 16:01:08',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10743,'4000','41726318868','2024-09-14 16:38:25',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10744,'1050','41726321109','2024-09-14 16:42:46',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632139243222229220','No',NULL,NULL,''),(10745,'1110','41726321109','2024-09-14 16:42:46',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10746,'5500','41726321109','2024-09-14 16:38:29',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10747,'4000','41726321109','2024-09-14 16:42:46',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10748,'1100','41726287884','2024-09-14 16:44:54',NULL,320.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvc'),(10749,'na','41726287884','2024-09-14 16:44:54',320.00,NULL,'','4','1','','1','25','payment','','4172632151403222212443','No',NULL,NULL,'cvc'),(10750,'1010','41726321521','2024-09-14 16:55:10',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632213621232332012','No',NULL,NULL,'bhg'),(10751,'1110','41726321521','2024-09-14 16:55:10',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10752,'5500','41726321521','2024-09-14 16:45:21',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10753,'4000','41726321521','2024-09-14 16:55:10',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10754,'1100','41726322137','2024-09-14 17:32:49',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172632438102332337844','No',NULL,NULL,''),(10755,'1110','41726322137','2024-09-14 17:32:49',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10756,'5500','41726322137','2024-09-14 16:55:37',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10757,'4000','41726322137','2024-09-14 17:32:49',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10758,'1050','41726325393','2024-09-14 17:50:05',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632540880301532223','No',NULL,NULL,''),(10759,'1110','41726325393','2024-09-14 17:50:05',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10760,'5500','41726325393','2024-09-14 17:49:53',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10761,'4000','41726325393','2024-09-14 17:50:05',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10762,'2130','41726325592','2024-09-14 17:53:25',160.00,NULL,'','4','1','Goods returned','1','33','creditnote','','4172632562022222300035','No',NULL,NULL,''),(10763,'1110','41726325592','2024-09-14 17:53:25',136.00,NULL,'','4','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(10764,'5500','41726325592','2024-09-14 17:53:12',NULL,136.00,'','4','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(10765,'4000','41726325592','2024-09-14 17:53:25',160.00,NULL,'','4','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(10766,'1050','41726326107','2024-09-14 18:03:29',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632621324234320233','No',NULL,NULL,''),(10767,'1110','41726326107','2024-09-14 18:03:29',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10768,'5500','41726326107','2024-09-14 18:01:47',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10769,'4000','41726326107','2024-09-14 18:03:29',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10770,'2130','41726326214','2024-09-14 18:12:25',160.00,NULL,'','4','1','Goods returned','1','41','creditnote','','4172632675527302054253','No',NULL,NULL,''),(10771,'1110','41726326214','2024-09-14 18:12:25',136.00,NULL,'','4','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(10772,'5500','41726326214','2024-09-14 18:03:34',NULL,136.00,'','4','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(10773,'4000','41726326214','2024-09-14 18:12:25',160.00,NULL,'','4','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(10774,'1010','41726326845','2024-09-14 18:14:16',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632686132213233062','No',NULL,NULL,'mjh'),(10775,'1110','41726326845','2024-09-14 18:14:16',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10776,'5500','41726326845','2024-09-14 18:14:05',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10777,'4000','41726326845','2024-09-14 18:14:16',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10778,'1050','41726326862','2024-09-14 18:21:14',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632727671231032733','No',NULL,NULL,''),(10779,'1110','41726326862','2024-09-14 18:21:14',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10780,'5500','41726326862','2024-09-14 18:14:22',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10781,'4000','41726326862','2024-09-14 18:21:14',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10782,'1010','41726327279','2024-09-14 18:21:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632729020333124332','No',NULL,NULL,'bhg'),(10783,'1110','41726327279','2024-09-14 18:21:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10784,'5500','41726327279','2024-09-14 18:21:19',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10785,'4000','41726327279','2024-09-14 18:21:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10786,'2130','41726327290','2024-09-14 18:30:36',80.00,NULL,'','4','1','Goods returned','1','30','creditnote','','4172632785020050238745','No',NULL,NULL,''),(10787,'1110','41726327290','2024-09-14 18:30:36',68.00,NULL,'','4','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(10788,'5500','41726327290','2024-09-14 18:21:30',NULL,68.00,'','4','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(10789,'4000','41726327290','2024-09-14 18:30:36',80.00,NULL,'','4','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(10790,'1050','41726328690','2024-09-14 18:44:57',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632869932339332221','No',NULL,NULL,''),(10791,'1110','41726328690','2024-09-14 18:44:57',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10792,'5500','41726328690','2024-09-14 18:44:50',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10793,'4000','41726328690','2024-09-14 18:44:57',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10794,'1100','41726283664','2024-09-14 18:45:39',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vvc'),(10795,'na','41726283664','2024-09-14 18:45:39',280.00,NULL,'','4','1','','1','25','payment','','4172632874932304343431','No',NULL,NULL,'vvc'),(10796,'1100','41726288312','2024-09-14 18:50:15',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(10797,'na','41726288312','2024-09-14 18:50:15',160.00,NULL,'','4','1','','1','25','payment','','4172632902330033333032','No',NULL,NULL,''),(10798,'1100','41726289798','2024-09-14 18:50:57',NULL,20.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmb'),(10799,'na','41726289798','2024-09-14 18:50:57',20.00,NULL,'','4','1','','1','25','payment','','4172632906903224023242','No',NULL,NULL,'nmb'),(10800,'1100','41726289798','2024-09-14 18:51:09',NULL,130.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(10801,'na','41726289798','2024-09-14 18:51:09',130.00,NULL,'','4','1','','1','25','payment','','4172632908313347202023','No',NULL,NULL,''),(10802,'1010','41726329091','2024-09-14 18:58:06',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632949094629733222','No',NULL,NULL,'mjh'),(10803,'1110','41726329091','2024-09-14 18:58:06',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10804,'5500','41726329091','2024-09-14 18:51:31',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10805,'4000','41726329091','2024-09-14 18:58:06',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10806,'1100','41726322137','2024-09-14 19:01:58',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nb'),(10807,'na','41726322137','2024-09-14 19:01:58',80.00,NULL,'','4','1','','1','25','payment','','4172632972837322022043','No',NULL,NULL,'nb'),(10808,'1010','41726329891','2024-09-14 19:05:05',170.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172632991022111229603','No',NULL,NULL,'mjh'),(10809,'1110','41726329891','2024-09-14 19:05:05',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10810,'1110','41726329891','2024-09-14 19:04:51',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(10811,'5500','41726329891','2024-09-14 19:04:58',103.44,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10812,'4000','41726329891','2024-09-14 19:05:05',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10813,'4000','41726329891','2024-09-14 19:04:51',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10814,'1010','41726329911','2024-09-14 19:11:10',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633028438623432022','No',NULL,NULL,'mjh'),(10815,'1050','41726329911','2024-09-14 19:11:10',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633028438623432022','No',NULL,NULL,'mjh'),(10816,'1110','41726329911','2024-09-14 19:11:10',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10817,'5500','41726329911','2024-09-14 19:05:11',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10818,'4000','41726329911','2024-09-14 19:11:10',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10819,'2130','41726330358','2024-09-14 19:15:17',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172633053123023322302','No',NULL,NULL,''),(10820,'1110','41726330358','2024-09-14 19:15:17',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(10821,'5500','41726330358','2024-09-14 19:12:38',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(10822,'4000','41726330358','2024-09-14 19:15:17',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(10823,'1010','41726330609','2024-09-14 19:22:55',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633097903322312222','No',NULL,NULL,'mjh'),(10824,'1110','41726330609','2024-09-14 19:22:55',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10825,'5500','41726330609','2024-09-14 19:16:49',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10826,'4000','41726330609','2024-09-14 19:22:55',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10827,'1010','41726330980','2024-09-14 19:29:20',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633136830220712323','No',NULL,NULL,'mjh'),(10828,'1110','41726330980','2024-09-14 19:29:20',NULL,56.26,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(10829,'5500','41726330980','2024-09-14 19:23:00',56.26,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10830,'4000','41726330980','2024-09-14 19:29:20',NULL,100.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10831,'2130','41726331369','2024-09-14 19:33:32',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172633163233260232003','No',NULL,NULL,''),(10832,'1110','41726331369','2024-09-14 19:33:32',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(10833,'5500','41726331369','2024-09-14 19:29:29',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(10834,'4000','41726331369','2024-09-14 19:33:32',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(10835,'1050','41726331873','2024-09-14 19:38:44',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633192622030020922','No',NULL,NULL,''),(10836,'1110','41726331873','2024-09-14 19:38:44',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10837,'5500','41726331873','2024-09-14 19:37:53',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10838,'4000','41726331873','2024-09-14 19:38:44',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10839,'1050','41726331927','2024-09-14 19:47:55',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633247922201433243','No',NULL,NULL,''),(10840,'1110','41726331927','2024-09-14 19:47:55',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10841,'5500','41726331927','2024-09-14 19:38:47',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10842,'4000','41726331927','2024-09-14 19:47:55',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10843,'1010','41726332480','2024-09-14 19:55:01',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633290830320423302','No',NULL,NULL,'mjh'),(10844,'1110','41726332480','2024-09-14 19:55:01',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(10845,'1110','41726332480','2024-09-14 19:48:00',NULL,54.00,'','4','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(10846,'1110','41726332480','2024-09-14 19:54:44',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10847,'5500','41726332480','2024-09-14 19:54:52',141.32,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10848,'4000','41726332480','2024-09-14 19:55:01',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(10849,'4000','41726332480','2024-09-14 19:48:00',NULL,100.00,'','4','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(10850,'4000','41726332480','2024-09-14 19:54:44',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10851,'1050','41726332909','2024-09-14 19:56:16',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633297820223214322','No',NULL,NULL,''),(10852,'1110','41726332909','2024-09-14 19:56:16',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10853,'5500','41726332909','2024-09-14 19:55:09',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10854,'4000','41726332909','2024-09-14 19:56:16',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10855,'1050','41726333348','2024-09-14 20:02:43',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633336523323332372','No',NULL,NULL,''),(10856,'1110','41726333348','2024-09-14 20:02:43',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10857,'5500','41726333348','2024-09-14 20:02:28',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10858,'4000','41726333348','2024-09-14 20:02:43',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10859,'1010','41726333366','2024-09-14 20:11:29',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633389426229343082','No',NULL,NULL,'mjh'),(10860,'1110','41726333366','2024-09-14 20:11:29',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10861,'5500','41726333366','2024-09-14 20:02:46',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10862,'4000','41726333366','2024-09-14 20:11:29',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10863,'1010','41726333895','2024-09-14 20:16:28',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633419234131221223','No',NULL,NULL,'mjh'),(10864,'1110','41726333895','2024-09-14 20:16:28',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10865,'5500','41726333895','2024-09-14 20:11:35',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10866,'4000','41726333895','2024-09-14 20:16:28',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10867,'1100','41726292218','2024-09-14 20:18:36',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(10868,'na','41726292218','2024-09-14 20:18:36',160.00,NULL,'','4','1','','1','25','payment','','4172633432530333630233','No',NULL,NULL,'vcx'),(10869,'1100','41726293481','2024-09-14 20:19:06',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(10870,'na','41726293481','2024-09-14 20:19:06',40.00,NULL,'','4','1','','1','25','payment','','4172633435830223323225','No',NULL,NULL,''),(10871,'1100','41726295728','2024-09-14 20:19:39',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(10872,'na','41726295728','2024-09-14 20:19:39',100.00,NULL,'','4','1','','1','25','payment','','4172633438823232233133','No',NULL,NULL,''),(10873,'1100','41726317575','2024-09-14 20:20:10',NULL,0.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbf'),(10874,'na','41726317575','2024-09-14 20:20:10',0.00,NULL,'','4','1','','1','25','payment','','4172633442622223444223','No',NULL,NULL,'vbf'),(10875,'1010','41726334461','2024-09-14 20:21:10',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633450504002423723','No',NULL,NULL,'bhg'),(10876,'1110','41726334461','2024-09-14 20:21:10',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10877,'5500','41726334461','2024-09-14 20:21:01',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10878,'4000','41726334461','2024-09-14 20:21:10',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10879,'1050','41726334744','2024-09-14 20:25:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172633475237220545023','No',NULL,NULL,''),(10880,'1110','41726334744','2024-09-14 20:25:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10881,'5500','41726334744','2024-09-14 20:25:44',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10882,'4000','41726334744','2024-09-14 20:25:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10883,'1010','41726370216','2024-09-15 06:17:14',250.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637024942342342333','No',NULL,NULL,'bhg'),(10884,'1110','41726370216','2024-09-15 06:17:14',NULL,212.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10885,'5500','41726370216','2024-09-15 06:16:56',212.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10886,'4000','41726370216','2024-09-15 06:17:14',NULL,250.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10887,'1100','41726370250','2024-09-15 06:19:09',320.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172637035734203262350','No',NULL,NULL,''),(10888,'1110','41726370250','2024-09-15 06:19:09',NULL,272.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10889,'5500','41726370250','2024-09-15 06:17:30',272.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10890,'4000','41726370250','2024-09-15 06:19:09',NULL,320.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10891,'1050','41726372324','2024-09-15 06:54:00',130.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637244446202231223','No',NULL,NULL,''),(10892,'1110','41726372324','2024-09-15 06:54:00',NULL,110.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10893,'5500','41726372324','2024-09-15 06:52:04',110.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10894,'4000','41726372324','2024-09-15 06:54:00',NULL,130.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10895,'1100','41726372445','2024-09-15 06:59:19',1440.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172637277221001203223','No',NULL,NULL,''),(10896,'1110','41726372445','2024-09-15 06:59:19',NULL,1224.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10897,'5500','41726372445','2024-09-15 06:54:05',1224.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10898,'4000','41726372445','2024-09-15 06:59:19',NULL,1440.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10899,'1050','41726374123','2024-09-15 07:22:08',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637413036333113443','No',NULL,NULL,''),(10900,'1110','41726374123','2024-09-15 07:22:08',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10901,'5500','41726374123','2024-09-15 07:22:03',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10902,'4000','41726374123','2024-09-15 07:22:08',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10903,'1100','41726374285','2024-09-15 07:24:59',400.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172637430823322387210','No',NULL,NULL,''),(10904,'1110','41726374285','2024-09-15 07:24:59',NULL,340.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10905,'5500','41726374285','2024-09-15 07:24:45',340.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10906,'4000','41726374285','2024-09-15 07:24:59',NULL,400.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10907,'1050','41726374686','2024-09-15 07:31:34',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637470362313002302','No',NULL,NULL,''),(10908,'1110','41726374686','2024-09-15 07:31:34',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10909,'5500','41726374686','2024-09-15 07:31:26',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10910,'4000','41726374686','2024-09-15 07:31:34',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10911,'1010','41726374704','2024-09-15 07:33:31',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637481822833842621','No',NULL,NULL,'bhg'),(10912,'1110','41726374704','2024-09-15 07:33:31',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10913,'5500','41726374704','2024-09-15 07:31:44',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10914,'4000','41726374704','2024-09-15 07:33:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10915,'1050','41726374819','2024-09-15 07:49:37',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637577923003210202','No',NULL,NULL,''),(10916,'1110','41726374819','2024-09-15 07:49:37',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10917,'5500','41726374819','2024-09-15 07:33:39',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10918,'4000','41726374819','2024-09-15 07:49:37',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10921,'1110','41726335519','2024-09-14 20:38:39',6800.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(10922,'2130','41726335519','2024-09-14 20:38:39',NULL,6800.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(10923,'1010','41726377120','2024-09-15 08:12:09',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637713472303233272','No',NULL,NULL,'mjh'),(10924,'1110','41726377120','2024-09-15 08:12:09',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10925,'5500','41726377120','2024-09-15 08:12:00',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10926,'4000','41726377120','2024-09-15 08:12:09',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10927,'1050','41726377134','2024-09-15 08:12:24',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637714636223471224','No',NULL,NULL,''),(10928,'1110','41726377134','2024-09-15 08:12:24',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10929,'5500','41726377134','2024-09-15 08:12:14',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10930,'4000','41726377134','2024-09-15 08:12:24',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10931,'2130','41726377146','2024-09-15 08:14:18',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172637727031720733201','No',NULL,NULL,''),(10932,'1110','41726377146','2024-09-15 08:14:18',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(10933,'5500','41726377146','2024-09-15 08:12:27',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(10934,'4000','41726377146','2024-09-15 08:14:18',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(10935,'1010','41726378359','2024-09-15 08:32:49',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637837463224773032','No',NULL,NULL,'bhg'),(10936,'1110','41726378359','2024-09-15 08:32:49',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10937,'5500','41726378359','2024-09-15 08:32:39',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10938,'4000','41726378359','2024-09-15 08:32:49',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10939,'1100','41726378375','2024-09-15 08:33:08',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172637839631233338623','No',NULL,NULL,''),(10940,'1110','41726378375','2024-09-15 08:33:08',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10941,'5500','41726378375','2024-09-15 08:32:55',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10942,'4000','41726378375','2024-09-15 08:33:08',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10943,'2130','41726378399','2024-09-15 08:33:28',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172637842214273342033','No',NULL,NULL,''),(10944,'1110','41726378399','2024-09-15 08:33:28',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(10945,'5500','41726378399','2024-09-15 08:33:19',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(10946,'4000','41726378399','2024-09-15 08:33:28',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(10947,'1010','41726378474','2024-09-15 08:34:45',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637849103431422243','No',NULL,NULL,'bhg'),(10948,'1110','41726378474','2024-09-15 08:34:45',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10949,'5500','41726378474','2024-09-15 08:34:34',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10950,'4000','41726378474','2024-09-15 08:34:45',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10951,'1050','41726379222','2024-09-15 08:47:07',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637922992043336400','No',NULL,NULL,''),(10952,'1110','41726379222','2024-09-15 08:47:07',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10953,'5500','41726379222','2024-09-15 08:47:02',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10954,'4000','41726379222','2024-09-15 08:47:07',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10955,'1100','41726379231','2024-09-15 08:47:19',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172637924832303279363','No',NULL,NULL,''),(10956,'1110','41726379231','2024-09-15 08:47:19',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10957,'5500','41726379231','2024-09-15 08:47:11',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10958,'4000','41726379231','2024-09-15 08:47:19',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10959,'1010','41726379362','2024-09-15 08:49:35',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172637938030000322330','No',NULL,NULL,'mjh'),(10960,'1110','41726379362','2024-09-15 08:49:35',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10961,'5500','41726379362','2024-09-15 08:49:22',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10962,'4000','41726379362','2024-09-15 08:49:35',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10963,'1010','41726379380','2024-09-15 09:09:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638058520432846347','No',NULL,NULL,'fg'),(10964,'1110','41726379380','2024-09-15 09:09:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10965,'5500','41726379380','2024-09-15 08:49:40',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10966,'4000','41726379380','2024-09-15 09:09:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10967,'1050','41726380586','2024-09-15 09:18:22',360.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638110412232222330','No',NULL,NULL,''),(10968,'1110','41726380586','2024-09-15 09:18:22',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10969,'1110','41726380586','2024-09-15 09:09:46',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10970,'1110','41726380586','2024-09-15 09:17:48',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(10971,'1110','41726380586','2024-09-15 09:17:58',NULL,56.55,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(10972,'5500','41726380586','2024-09-15 09:18:07',233.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10973,'4000','41726380586','2024-09-15 09:18:22',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10974,'4000','41726380586','2024-09-15 09:09:46',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10975,'4000','41726380586','2024-09-15 09:17:48',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(10976,'4000','41726380586','2024-09-15 09:17:58',NULL,100.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(10977,'1010','41726381270','2024-09-15 09:21:17',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638128313214303242','No',NULL,NULL,'mjh'),(10978,'1110','41726381270','2024-09-15 09:21:17',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10979,'5500','41726381270','2024-09-15 09:21:10',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10980,'4000','41726381270','2024-09-15 09:21:17',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10981,'1050','41726381284','2024-09-15 09:49:18',210.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638296142200002431','No',NULL,NULL,''),(10982,'1110','41726381284','2024-09-15 09:49:18',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10983,'1110','41726381284','2024-09-15 09:21:24',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10984,'5500','41726381284','2024-09-15 09:49:09',166.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10985,'4000','41726381284','2024-09-15 09:49:18',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10986,'4000','41726381284','2024-09-15 09:21:24',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10987,'1100','41726382961','2024-09-15 09:58:43',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172638353143230732330','No',NULL,NULL,''),(10988,'1110','41726382961','2024-09-15 09:58:43',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(10989,'5500','41726382961','2024-09-15 09:49:21',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(10990,'4000','41726382961','2024-09-15 09:58:43',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(10991,'1050','41726384940','2024-09-15 10:22:25',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638494746733348207','No',NULL,NULL,''),(10992,'1110','41726384940','2024-09-15 10:22:25',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10993,'5500','41726384940','2024-09-15 10:22:20',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10994,'4000','41726384940','2024-09-15 10:22:25',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10995,'1010','41726384948','2024-09-15 10:23:04',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638499020223338322','No',NULL,NULL,'bhg'),(10996,'1110','41726384948','2024-09-15 10:23:04',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10997,'5500','41726384948','2024-09-15 10:22:28',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10998,'4000','41726384948','2024-09-15 10:23:04',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10999,'1050','41726384991','2024-09-15 10:31:10',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638547222322022347','No',NULL,NULL,''),(11000,'1110','41726384991','2024-09-15 10:31:10',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11001,'5500','41726384991','2024-09-15 10:23:11',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11002,'4000','41726384991','2024-09-15 10:31:10',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11003,'1050','41726385473','2024-09-15 10:43:41',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638622333320347624','No',NULL,NULL,''),(11004,'1110','41726385473','2024-09-15 10:43:41',NULL,48.50,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(11005,'5500','41726385473','2024-09-15 10:31:13',48.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11006,'4000','41726385473','2024-09-15 10:43:41',NULL,100.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11007,'1010','41726386716','2024-09-15 10:52:23',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638675812433220227','No',NULL,NULL,'mjh'),(11008,'1050','41726386716','2024-09-15 10:52:23',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638675812433220227','No',NULL,NULL,'mjh'),(11009,'1110','41726386716','2024-09-15 10:52:23',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11010,'1110','41726386716','2024-09-15 10:51:56',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11011,'1110','41726386716','2024-09-15 10:52:03',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(11012,'5500','41726386716','2024-09-15 10:52:09',133.85,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11013,'4000','41726386716','2024-09-15 10:52:23',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11014,'4000','41726386716','2024-09-15 10:51:56',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11015,'4000','41726386716','2024-09-15 10:52:03',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(11016,'1010','41726386800','2024-09-15 10:53:31',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638681744804723200','No',NULL,NULL,'bhg'),(11017,'1110','41726386800','2024-09-15 10:53:31',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11018,'5500','41726386800','2024-09-15 10:53:20',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11019,'4000','41726386800','2024-09-15 10:53:31',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11020,'1010','41726386817','2024-09-15 10:55:33',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638693842246203282','No',NULL,NULL,'mjh'),(11021,'1110','41726386817','2024-09-15 10:55:33',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11022,'5500','41726386817','2024-09-15 10:53:37',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11023,'4000','41726386817','2024-09-15 10:55:33',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11024,'1100','41726386941','2024-09-15 10:55:47',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172638696383233322102','No',NULL,NULL,''),(11025,'1110','41726386941','2024-09-15 10:55:47',NULL,54.00,'','4','1','Inventory sold','1','25','sales','53','','No',NULL,NULL,''),(11026,'5500','41726386941','2024-09-15 10:55:41',54.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11027,'4000','41726386941','2024-09-15 10:55:47',NULL,80.00,'','4','1','Good sold','1','25','sales','53','','No',NULL,NULL,''),(11028,'1010','41726386995','2024-09-15 11:31:35',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172638910102232024220','No',NULL,NULL,'bhg'),(11029,'1110','41726386995','2024-09-15 11:31:35',NULL,54.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(11030,'5500','41726386995','2024-09-15 10:56:35',54.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11031,'4000','41726386995','2024-09-15 11:31:35',NULL,80.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11032,'1010','41726389101','2024-09-15 12:01:22',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172639088719274820793','No',NULL,NULL,'bhg'),(11033,'1110','41726389101','2024-09-15 12:01:22',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(11034,'1110','41726389101','2024-09-15 11:31:41',NULL,112.34,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11035,'5500','41726389101','2024-09-15 12:01:04',168.79,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11036,'4000','41726389101','2024-09-15 12:01:22',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(11037,'4000','41726389101','2024-09-15 11:31:41',NULL,200.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11038,'2130','41726390906','2024-09-15 12:01:52',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172639092676323430022','No',NULL,NULL,''),(11039,'1110','41726390906','2024-09-15 12:01:52',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(11040,'5500','41726390906','2024-09-15 12:01:46',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(11041,'4000','41726390906','2024-09-15 12:01:52',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(11042,'1010','41726391689','2024-09-15 12:15:00',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172639170499903236243','No',NULL,NULL,'bhg'),(11043,'1110','41726391689','2024-09-15 12:15:00',NULL,58.33,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11044,'5500','41726391689','2024-09-15 12:14:49',58.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11045,'4000','41726391689','2024-09-15 12:15:00',NULL,80.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11046,'1010','41726391705','2024-09-15 12:21:40',300.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172639210543136222233','No',NULL,NULL,'mjh'),(11047,'1110','41726391705','2024-09-15 12:21:40',NULL,188.08,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11048,'5500','41726391705','2024-09-15 12:15:05',188.08,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11049,'4000','41726391705','2024-09-15 12:21:40',NULL,300.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11050,'1010','41726394689','2024-09-15 13:05:06',110.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172639471202722433234','No',NULL,NULL,'bhg'),(11051,'1110','41726394689','2024-09-15 13:05:06',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11052,'1110','41726394689','2024-09-15 13:04:49',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11053,'5500','41726394689','2024-09-15 13:04:58',60.18,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11054,'4000','41726394689','2024-09-15 13:05:06',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11055,'4000','41726394689','2024-09-15 13:04:49',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11056,'1010','41726394712','2024-09-15 13:13:18',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172639520446400332224','No',NULL,NULL,'fg'),(11057,'1110','41726394712','2024-09-15 13:13:18',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(11058,'1110','41726394712','2024-09-15 13:05:12',NULL,29.50,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11059,'1110','41726394712','2024-09-15 13:12:57',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(11060,'5500','41726394712','2024-09-15 13:13:10',90.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11061,'4000','41726394712','2024-09-15 13:13:18',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(11062,'4000','41726394712','2024-09-15 13:05:12',NULL,60.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11063,'4000','41726394712','2024-09-15 13:12:57',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(11064,'1010','41726395204','2024-09-15 14:36:39',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640021130232232223','No',NULL,NULL,'bhg'),(11065,'1110','41726395204','2024-09-15 14:36:39',NULL,51.74,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(11066,'1110','41726395204','2024-09-15 13:13:25',NULL,87.36,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(11067,'5500','41726395204','2024-09-15 14:36:25',139.09,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11068,'4000','41726395204','2024-09-15 14:36:39',NULL,90.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(11069,'4000','41726395204','2024-09-15 13:13:25',NULL,90.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(11070,'1010','41726400212','2024-09-15 14:42:17',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640054932129522364','No',NULL,NULL,'bhg'),(11071,'1110','41726400212','2024-09-15 14:42:17',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11072,'5500','41726400212','2024-09-15 14:36:52',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11073,'4000','41726400212','2024-09-15 14:42:17',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11074,'1010','41726400550','2024-09-15 15:00:21',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640162542232132224','No',NULL,NULL,'mjh'),(11075,'1110','41726400550','2024-09-15 15:00:21',NULL,272.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11076,'5500','41726400550','2024-09-15 14:42:30',272.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11077,'4000','41726400550','2024-09-15 15:00:21',NULL,320.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11078,'1010','41726401626','2024-09-15 15:08:25',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640210930420420402','No',NULL,NULL,'mjh'),(11079,'1110','41726401626','2024-09-15 15:08:25',NULL,121.47,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11080,'5500','41726401626','2024-09-15 15:00:26',121.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11081,'4000','41726401626','2024-09-15 15:08:25',NULL,200.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11082,'1100','41726402110','2024-09-15 15:11:57',800.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172640233200623260322','No',NULL,NULL,''),(11083,'1110','41726402110','2024-09-15 15:11:57',NULL,680.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11084,'5500','41726402110','2024-09-15 15:08:30',680.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11085,'4000','41726402110','2024-09-15 15:11:57',NULL,800.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11086,'1010','41726402430','2024-09-15 15:20:25',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640283038617230613','No',NULL,NULL,'fg'),(11087,'1110','41726402430','2024-09-15 15:20:25',NULL,109.00,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11088,'5500','41726402430','2024-09-15 15:13:50',109.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11089,'4000','41726402430','2024-09-15 15:20:25',NULL,200.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11090,'1050','41726402831','2024-09-15 16:00:41',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640524333443203233','No',NULL,NULL,''),(11091,'1110','41726402831','2024-09-15 16:00:41',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11092,'5500','41726402831','2024-09-15 15:20:31',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11093,'4000','41726402831','2024-09-15 16:00:41',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11094,'1050','41726405244','2024-09-15 16:02:12',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640533420434240020','No',NULL,NULL,''),(11095,'1110','41726405244','2024-09-15 16:02:12',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11096,'5500','41726405244','2024-09-15 16:00:44',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11097,'4000','41726405244','2024-09-15 16:02:12',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11098,'2130','41726405335','2024-09-15 16:06:58',200.00,NULL,'','4','1','Goods returned','1','41','creditnote','','4172640562863210324243','No',NULL,NULL,''),(11099,'1110','41726405335','2024-09-15 16:06:58',170.00,NULL,'','4','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(11100,'5500','41726405335','2024-09-15 16:02:15',NULL,170.00,'','4','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(11101,'4000','41726405335','2024-09-15 16:06:58',200.00,NULL,'','4','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(11102,'1010','41726406092','2024-09-15 16:15:00',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640610400233302200','No',NULL,NULL,'mjh'),(11103,'1110','41726406092','2024-09-15 16:15:00',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11104,'5500','41726406092','2024-09-15 16:14:52',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11105,'4000','41726406092','2024-09-15 16:15:00',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11106,'1100','41726372445','2024-09-15 16:15:42',NULL,1440.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bnhg'),(11107,'na','41726372445','2024-09-15 16:15:42',1440.00,NULL,'','4','1','','1','25','payment','','4172640615635460420402','No',NULL,NULL,'bnhg'),(11108,'1010','41726406181','2024-09-15 16:26:15',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640678131333442343','No',NULL,NULL,'mjh'),(11109,'1110','41726406181','2024-09-15 16:26:15',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11110,'5500','41726406181','2024-09-15 16:16:21',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11111,'4000','41726406181','2024-09-15 16:26:15',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11112,'1050','41726406782','2024-09-15 16:29:49',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640699843237204433','No',NULL,NULL,''),(11113,'1110','41726406782','2024-09-15 16:29:49',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11114,'5500','41726406782','2024-09-15 16:26:22',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11115,'4000','41726406782','2024-09-15 16:29:49',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11116,'1010','41726407136','2024-09-15 16:32:31',170.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640715803824202282','No',NULL,NULL,'bhg'),(11117,'1110','41726407136','2024-09-15 16:32:31',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11118,'1110','41726407136','2024-09-15 16:32:16',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11119,'5500','41726407136','2024-09-15 16:32:22',103.44,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11120,'4000','41726407136','2024-09-15 16:32:31',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11121,'4000','41726407136','2024-09-15 16:32:16',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11122,'1050','41726407159','2024-09-15 16:33:13',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640719533143022756','No',NULL,NULL,''),(11123,'1110','41726407159','2024-09-15 16:33:13',NULL,60.74,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11124,'5500','41726407159','2024-09-15 16:32:39',60.74,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11125,'4000','41726407159','2024-09-15 16:33:13',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11126,'1050','41726407318','2024-09-15 16:37:43',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640746624223620600','No',NULL,NULL,''),(11127,'1110','41726407318','2024-09-15 16:37:43',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11128,'5500','41726407318','2024-09-15 16:35:18',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11129,'4000','41726407318','2024-09-15 16:37:43',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11130,'1010','41726407467','2024-09-15 16:53:28',400.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172640841584213483300','No',NULL,NULL,'mjh'),(11131,'1110','41726407467','2024-09-15 16:53:28',NULL,340.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11132,'5500','41726407467','2024-09-15 16:37:47',340.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11133,'4000','41726407467','2024-09-15 16:53:28',NULL,400.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11134,'1050','41726408416','2024-09-15 17:30:47',880.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641065222476222234','No',NULL,NULL,''),(11135,'1110','41726408416','2024-09-15 17:30:47',NULL,306.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11136,'1110','41726408416','2024-09-15 16:53:36',NULL,57.38,'','4','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11137,'1110','41726408416','2024-09-15 17:30:12',NULL,59.82,'','4','1','Inventory sold','1','','sales','68','','No',NULL,NULL,''),(11138,'1110','41726408416','2024-09-15 17:30:20',NULL,59.50,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(11139,'5500','41726408416','2024-09-15 17:30:32',482.70,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11140,'4000','41726408416','2024-09-15 17:30:47',NULL,360.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11141,'4000','41726408416','2024-09-15 16:53:36',NULL,200.00,'','4','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11142,'4000','41726408416','2024-09-15 17:30:12',NULL,200.00,'','4','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11143,'4000','41726408416','2024-09-15 17:30:20',NULL,120.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(11144,'1050','41726410653','2024-09-15 17:39:57',210.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641119944022220224','No',NULL,NULL,''),(11145,'1110','41726410653','2024-09-15 17:39:57',NULL,178.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11146,'5500','41726410653','2024-09-15 17:30:53',178.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11147,'4000','41726410653','2024-09-15 17:39:57',NULL,210.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11148,'1010','41726411200','2024-09-15 17:45:39',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641154433472320242','No',NULL,NULL,'bhg'),(11149,'1110','41726411200','2024-09-15 17:45:39',NULL,94.04,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11150,'1110','41726411200','2024-09-15 17:40:00',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11151,'5500','41726411200','2024-09-15 17:45:32',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11152,'4000','41726411200','2024-09-15 17:45:39',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11153,'4000','41726411200','2024-09-15 17:40:00',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11154,'1050','41726411545','2024-09-15 17:56:01',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641216533660351210','No',NULL,NULL,''),(11155,'1110','41726411545','2024-09-15 17:56:01',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11156,'1110','41726411545','2024-09-15 17:45:45',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11157,'5500','41726411545','2024-09-15 17:55:48',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11158,'4000','41726411545','2024-09-15 17:56:01',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11159,'4000','41726411545','2024-09-15 17:45:45',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11160,'2130','41726412166','2024-09-15 17:56:25',320.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172641222523344421203','No',NULL,NULL,''),(11161,'1110','41726412166','2024-09-15 17:56:25',272.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(11162,'5500','41726412166','2024-09-15 17:56:06',NULL,272.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(11163,'4000','41726412166','2024-09-15 17:56:25',320.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(11164,'1010','41726413380','2024-09-15 18:16:51',230.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641341740273430230','No',NULL,NULL,'mjh'),(11165,'1110','41726413380','2024-09-15 18:16:51',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11166,'1110','41726413380','2024-09-15 18:16:20',NULL,47.02,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11167,'1110','41726413380','2024-09-15 18:16:25',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11168,'5500','41726413380','2024-09-15 18:16:37',162.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11169,'4000','41726413380','2024-09-15 18:16:51',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11170,'4000','41726413380','2024-09-15 18:16:20',NULL,75.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11171,'4000','41726413380','2024-09-15 18:16:25',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11172,'1100','41726402110','2024-09-15 18:17:13',NULL,800.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(11173,'na','41726402110','2024-09-15 18:17:13',800.00,NULL,'','4','1','','1','25','payment','','4172641345116712433432','No',NULL,NULL,'nbv'),(11174,'1010','41726413490','2024-09-15 18:18:21',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641350635607303020','No',NULL,NULL,'mjh'),(11175,'1110','41726413490','2024-09-15 18:18:21',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11176,'5500','41726413490','2024-09-15 18:18:10',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11177,'4000','41726413490','2024-09-15 18:18:21',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11178,'4000','41726413507','2024-09-15 18:25:12',NULL,0.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11179,'1010','41726413934','2024-09-15 18:37:31',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641465744402323373','No',NULL,NULL,'bhg'),(11180,'1110','41726413934','2024-09-15 18:37:31',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11181,'1110','41726413934','2024-09-15 18:25:34',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(11182,'5500','41726413934','2024-09-15 18:37:21',124.37,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11183,'4000','41726413934','2024-09-15 18:37:31',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11184,'4000','41726413934','2024-09-15 18:25:34',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(11185,'1010','41726414657','2024-09-15 18:44:43',340.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641508822232203220','No',NULL,NULL,'mjh'),(11186,'1110','41726414657','2024-09-15 18:44:43',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11187,'1110','41726414657','2024-09-15 18:37:37',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11188,'5500','41726414657','2024-09-15 18:44:31',289.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11189,'4000','41726414657','2024-09-15 18:44:43',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11190,'4000','41726414657','2024-09-15 18:37:37',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11191,'1050','41726415369','2024-09-15 18:49:44',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641538711222314233','No',NULL,NULL,''),(11192,'1110','41726415369','2024-09-15 18:49:44',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11193,'5500','41726415369','2024-09-15 18:49:29',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11194,'4000','41726415369','2024-09-15 18:49:44',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11195,'1010','41726415387','2024-09-15 18:51:56',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641552122222223330','No',NULL,NULL,'mjh'),(11196,'1110','41726415387','2024-09-15 18:51:56',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11197,'5500','41726415387','2024-09-15 18:49:48',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11198,'4000','41726415387','2024-09-15 18:51:56',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11199,'1050','41726415522','2024-09-15 18:55:55',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641575930333927717','No',NULL,NULL,''),(11200,'1110','41726415522','2024-09-15 18:55:55',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11201,'5500','41726415522','2024-09-15 18:52:02',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11202,'4000','41726415522','2024-09-15 18:55:55',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11203,'1010','41726415760','2024-09-15 18:57:11',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641583735230060311','No',NULL,NULL,'mjh'),(11204,'1110','41726415760','2024-09-15 18:57:11',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11205,'5500','41726415760','2024-09-15 18:56:00',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11206,'4000','41726415760','2024-09-15 18:57:11',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11207,'1050','41726416547','2024-09-15 19:09:14',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641655544455213224','No',NULL,NULL,''),(11208,'1110','41726416547','2024-09-15 19:09:14',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11209,'5500','41726416547','2024-09-15 19:09:07',30.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11210,'4000','41726416547','2024-09-15 19:09:14',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11211,'1100','41726374285','2024-09-15 19:13:07',NULL,400.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbc'),(11212,'na','41726374285','2024-09-15 19:13:07',400.00,NULL,'','4','1','','1','25','payment','','4172641679922223644223','No',NULL,NULL,'vbc'),(11213,'1050','41726416817','2024-09-15 19:13:49',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641683123202322844','No',NULL,NULL,''),(11214,'1110','41726416817','2024-09-15 19:13:49',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11215,'5500','41726416817','2024-09-15 19:13:37',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11216,'4000','41726416817','2024-09-15 19:13:49',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11217,'1050','41726416832','2024-09-15 19:20:48',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641725221763422222','No',NULL,NULL,''),(11218,'1110','41726416832','2024-09-15 19:20:48',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11219,'5500','41726416832','2024-09-15 19:13:52',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11220,'4000','41726416832','2024-09-15 19:20:48',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11221,'1100','41726370250','2024-09-15 19:21:13',NULL,400.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(11222,'na','41726370250','2024-09-15 19:21:13',400.00,NULL,'','4','1','','1','25','payment','','4172641729323320033002','No',NULL,NULL,'mnb'),(11223,'1100','41726382961','2024-09-15 19:22:25',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'hgtg'),(11224,'na','41726382961','2024-09-15 19:22:25',80.00,NULL,'','4','1','','1','25','payment','','4172641735731244337723','No',NULL,NULL,'hgtg'),(11225,'1010','41726417869','2024-09-15 19:31:21',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641788637132431703','No',NULL,NULL,'bhg'),(11226,'1110','41726417869','2024-09-15 19:31:21',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11227,'5500','41726417869','2024-09-15 19:31:09',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11228,'4000','41726417869','2024-09-15 19:31:21',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11229,'1010','41726418157','2024-09-15 19:37:40',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641826634214123400','No',NULL,NULL,'bhg'),(11230,'1110','41726418157','2024-09-15 19:37:40',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11231,'5500','41726418157','2024-09-15 19:35:57',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11232,'4000','41726418157','2024-09-15 19:37:40',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11233,'1100','41726379231','2024-09-15 19:39:23',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(11234,'na','41726379231','2024-09-15 19:39:23',160.00,NULL,'','4','1','','1','25','payment','','4172641837302234323232','No',NULL,NULL,'nbv'),(11235,'1010','41726418499','2024-09-15 19:42:56',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641858638311403603','No',NULL,NULL,'bhg'),(11236,'1110','41726418499','2024-09-15 19:42:56',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11237,'5500','41726418499','2024-09-15 19:41:39',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11238,'4000','41726418499','2024-09-15 19:42:56',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11239,'1010','41726418586','2024-09-15 19:45:05',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641871010231027120','No',NULL,NULL,'bhg'),(11240,'1110','41726418586','2024-09-15 19:45:05',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11241,'5500','41726418586','2024-09-15 19:43:06',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11242,'4000','41726418586','2024-09-15 19:45:05',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11243,'1050','41726419015','2024-09-15 19:50:30',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172641903333431190003','No',NULL,NULL,''),(11244,'1110','41726419015','2024-09-15 19:50:30',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11245,'1110','41726419015','2024-09-15 19:50:15',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11246,'5500','41726419015','2024-09-15 19:50:22',114.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11247,'4000','41726419015','2024-09-15 19:50:30',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11248,'4000','41726419015','2024-09-15 19:50:15',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11249,'1100','41726386941','2024-09-15 19:55:10',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(11250,'na','41726386941','2024-09-15 19:55:10',80.00,NULL,'','4','1','','1','25','payment','','4172641931843742196323','No',NULL,NULL,''),(11251,'1100','41726378375','2024-09-15 20:06:24',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(11252,'na','41726378375','2024-09-15 20:06:24',40.00,NULL,'','4','1','','1','25','payment','','4172642000216021433233','No',NULL,NULL,''),(11253,'1100','41726420035','2024-09-15 20:07:36',60.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172642006304622320334','No',NULL,NULL,''),(11254,'1110','41726420035','2024-09-15 20:07:36',NULL,51.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11255,'5500','41726420035','2024-09-15 20:07:15',51.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11256,'4000','41726420035','2024-09-15 20:07:36',NULL,60.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11257,'1100','41726420035','2024-09-15 20:08:05',NULL,60.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcc'),(11258,'na','41726420035','2024-09-15 20:08:05',60.00,NULL,'','4','1','','1','25','payment','','4172642012522462020034','No',NULL,NULL,'vcc'),(11259,'1010','41726420633','2024-09-15 20:17:31',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172642066423601346002','No',NULL,NULL,'mjh'),(11260,'1050','41726420633','2024-09-15 20:17:31',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172642066423601346002','No',NULL,NULL,'mjh'),(11261,'1110','41726420633','2024-09-15 20:17:31',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11262,'1110','41726420633','2024-09-15 20:17:13',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11263,'5500','41726420633','2024-09-15 20:17:23',86.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11264,'4000','41726420633','2024-09-15 20:17:31',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11265,'4000','41726420633','2024-09-15 20:17:13',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11266,'1100','61726456105','2024-09-16 06:18:58',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172645674727236232602','No',NULL,NULL,''),(11267,'1110','61726456105','2024-09-16 06:18:58',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11268,'5500','61726456105','2024-09-16 06:08:25',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11269,'4000','61726456105','2024-09-16 06:18:58',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11270,'1100','61726456751','2024-09-16 06:19:24',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172645677307633330343','No',NULL,NULL,''),(11271,'1110','61726456751','2024-09-16 06:19:24',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11272,'5500','61726456751','2024-09-16 06:19:11',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11273,'4000','61726456751','2024-09-16 06:19:24',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11274,'1010','61726457613','2024-09-16 06:33:45',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172645763033333232372','No',NULL,NULL,'mpesa'),(11275,'1110','61726457613','2024-09-16 06:33:45',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11276,'5500','61726457613','2024-09-16 06:33:33',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11277,'4000','61726457613','2024-09-16 06:33:45',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11278,'1100','61726457631','2024-09-16 06:39:30',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172645797823200373960','No',NULL,NULL,''),(11279,'1110','61726457631','2024-09-16 06:39:30',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11280,'5500','61726457631','2024-09-16 06:33:51',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11281,'4000','61726457631','2024-09-16 06:39:30',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11282,'1010','61726458373','2024-09-16 06:46:45',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172645841132331328316','No',NULL,NULL,'mpesa'),(11283,'1110','61726458373','2024-09-16 06:46:45',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11284,'5500','61726458373','2024-09-16 06:46:13',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11285,'4000','61726458373','2024-09-16 06:46:45',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11286,'1010','61726458411','2024-09-16 07:24:29',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646067412202147672','No',NULL,NULL,'mpesa'),(11287,'1110','61726458411','2024-09-16 07:24:29',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11288,'5500','61726458411','2024-09-16 06:46:51',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11289,'4000','61726458411','2024-09-16 07:24:29',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11290,'1100','61726460675','2024-09-16 07:33:13',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172646120133224123322','No',NULL,NULL,''),(11291,'1110','61726460675','2024-09-16 07:33:13',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11292,'5500','61726460675','2024-09-16 07:24:35',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11293,'4000','61726460675','2024-09-16 07:33:13',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11294,'1050','61726462454','2024-09-16 08:16:02',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172646378073222133600','No',NULL,NULL,''),(11295,'1110','61726462454','2024-09-16 08:16:02',NULL,51.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11296,'5500','61726462454','2024-09-16 07:54:14',51.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11297,'4000','61726462454','2024-09-16 08:16:02',NULL,60.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11298,'2130','61726463781','2024-09-16 08:40:09',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172646522213302212002','No',NULL,NULL,''),(11299,'1110','61726463781','2024-09-16 08:40:09',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(11300,'5500','61726463781','2024-09-16 08:16:21',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(11301,'4000','61726463781','2024-09-16 08:40:09',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(11302,'1100','61726465616','2024-09-16 08:47:04',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172646563222527122202','No',NULL,NULL,''),(11303,'1110','61726465616','2024-09-16 08:47:04',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11304,'5500','61726465616','2024-09-16 08:46:56',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11305,'4000','61726465616','2024-09-16 08:47:04',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11306,'2130','61726465637','2024-09-16 08:47:39',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172646567960003039632','No',NULL,NULL,''),(11307,'1110','61726465637','2024-09-16 08:47:39',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(11308,'5500','61726465637','2024-09-16 08:47:17',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(11309,'4000','61726465637','2024-09-16 08:47:39',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(11310,'1010','61726465684','2024-09-16 08:49:03',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646575005320105370','No',NULL,NULL,'mpesa'),(11311,'1110','61726465684','2024-09-16 08:49:03',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11312,'5500','61726465684','2024-09-16 08:48:04',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11313,'4000','61726465684','2024-09-16 08:49:03',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11314,'1050','61726465750','2024-09-16 08:52:48',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646597163202230276','No',NULL,NULL,''),(11315,'1110','61726465750','2024-09-16 08:52:48',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11316,'5500','61726465750','2024-09-16 08:49:10',9.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11317,'4000','61726465750','2024-09-16 08:52:48',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11318,'1050','61726465972','2024-09-16 08:55:11',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646611713624630207','No',NULL,NULL,''),(11319,'1110','61726465972','2024-09-16 08:55:11',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11320,'5500','61726465972','2024-09-16 08:52:52',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11321,'4000','61726465972','2024-09-16 08:55:11',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11322,'1010','61726466117','2024-09-16 09:20:54',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646766000120622432','No',NULL,NULL,'mpesa'),(11323,'1110','61726466117','2024-09-16 09:20:54',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11324,'5500','61726466117','2024-09-16 08:55:17',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11325,'4000','61726466117','2024-09-16 09:20:54',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11326,'1010','61726467660','2024-09-16 09:26:19',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646798764333332024','No',NULL,NULL,'mpesa'),(11327,'1110','61726467660','2024-09-16 09:26:19',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11328,'5500','61726467660','2024-09-16 09:21:00',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11329,'4000','61726467660','2024-09-16 09:26:19',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11330,'1100','61726467988','2024-09-16 09:28:05',180.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172646809502326296643','No',NULL,NULL,''),(11331,'1110','61726467988','2024-09-16 09:28:05',NULL,153.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11332,'5500','61726467988','2024-09-16 09:26:28',153.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11333,'4000','61726467988','2024-09-16 09:28:05',NULL,180.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11334,'1010','61726468164','2024-09-16 09:29:30',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172646817471362638020','No',NULL,NULL,'mpesa'),(11335,'1110','61726468164','2024-09-16 09:29:30',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11336,'5500','61726468164','2024-09-16 09:29:24',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11337,'4000','61726468164','2024-09-16 09:29:30',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11338,'1010','61726478918','2024-09-16 13:00:28',980.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648093129822042242','No',NULL,NULL,'mpesa'),(11339,'1050','61726478918','2024-09-16 13:00:28',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648093129822042242','No',NULL,NULL,'mpesa'),(11340,'1110','61726478918','2024-09-16 13:00:28',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11341,'1110','61726478918','2024-09-16 12:28:38',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11342,'1110','61726478918','2024-09-16 12:58:35',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11343,'1110','61726478918','2024-09-16 12:59:19',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11344,'1110','61726478918','2024-09-16 12:59:37',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11345,'1110','61726478918','2024-09-16 12:59:48',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11346,'5500','61726478918','2024-09-16 13:00:14',871.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11347,'4000','61726478918','2024-09-16 13:00:28',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11348,'4000','61726478918','2024-09-16 12:28:38',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11349,'4000','61726478918','2024-09-16 12:58:35',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11350,'4000','61726478918','2024-09-16 12:59:19',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11351,'4000','61726478918','2024-09-16 12:59:37',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11352,'4000','61726478918','2024-09-16 12:59:48',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11353,'1100','61726457631','2024-09-16 13:04:33',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'uyiyol'),(11354,'na','61726457631','2024-09-16 13:04:33',320.00,NULL,'','6','1','','1','25','payment','','6172648108428882330671','No',NULL,NULL,'uyiyol'),(11359,'1050','61726481099','2024-09-16 13:05:36',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648138032430403244','No',NULL,NULL,''),(11360,'1110','61726481099','2024-09-16 13:05:36',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11361,'5500','61726481099','2024-09-16 13:04:59',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11362,'4000','61726481099','2024-09-16 13:05:36',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11363,'1100','61726481401','2024-09-16 13:10:46',260.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172648146214330233430','No',NULL,NULL,''),(11364,'1110','61726481401','2024-09-16 13:10:46',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11365,'1110','61726481401','2024-09-16 13:10:01',NULL,56.37,'','6','1','Inventory sold','1','25','sales','106','','No',NULL,NULL,''),(11366,'5500','61726481401','2024-09-16 13:10:12',192.37,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11367,'4000','61726481401','2024-09-16 13:10:46',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11368,'4000','61726481401','2024-09-16 13:10:01',NULL,100.00,'','6','1','Good sold','1','25','sales','106','','No',NULL,NULL,''),(11369,'1050','61726481925','2024-09-16 13:19:31',210.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648197472642443924','No',NULL,NULL,''),(11370,'1110','61726481925','2024-09-16 13:19:31',NULL,105.32,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11371,'1110','61726481925','2024-09-16 13:18:45',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11372,'5500','61726481925','2024-09-16 13:19:14',136.15,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11373,'4000','61726481925','2024-09-16 13:19:31',NULL,160.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11374,'4000','61726481925','2024-09-16 13:18:45',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11375,'1010','61726481975','2024-09-16 13:24:52',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648242117048362038','No',NULL,NULL,'mpesa'),(11376,'1110','61726481975','2024-09-16 13:24:52',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11377,'5500','61726481975','2024-09-16 13:19:35',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11378,'4000','61726481975','2024-09-16 13:24:52',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11379,'1010','61726482422','2024-09-16 13:47:18',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648364502332360047','No',NULL,NULL,'mpesa'),(11380,'1110','61726482422','2024-09-16 13:47:18',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11381,'5500','61726482422','2024-09-16 13:27:02',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11382,'4000','61726482422','2024-09-16 13:47:18',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11383,'2130','61726483646','2024-09-16 13:47:42',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172648368412184333201','No',NULL,NULL,''),(11384,'1110','61726483646','2024-09-16 13:47:42',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(11385,'5500','61726483646','2024-09-16 13:47:26',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(11386,'4000','61726483646','2024-09-16 13:47:42',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(11387,'1010','61726485002','2024-09-16 14:10:10',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648501902213303562','No',NULL,NULL,'mpesa'),(11388,'1110','61726485002','2024-09-16 14:10:10',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11389,'5500','61726485002','2024-09-16 14:10:03',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11390,'4000','61726485002','2024-09-16 14:10:10',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11391,'1010','61726485019','2024-09-16 14:17:02',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648543180623268322','No',NULL,NULL,'mpesa'),(11392,'1110','61726485019','2024-09-16 14:17:02',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11393,'5500','61726485019','2024-09-16 14:10:19',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11394,'4000','61726485019','2024-09-16 14:17:02',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11395,'1010','61726485432','2024-09-16 14:53:47',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648763272022362424','No',NULL,NULL,'mpesa'),(11396,'1110','61726485432','2024-09-16 14:53:47',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11397,'5500','61726485432','2024-09-16 14:17:12',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11398,'4000','61726485432','2024-09-16 14:53:47',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11399,'1050','61726487632','2024-09-16 14:57:54',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648787701233022684','No',NULL,NULL,''),(11400,'1110','61726487632','2024-09-16 14:57:54',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11401,'5500','61726487632','2024-09-16 14:53:52',26.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11402,'4000','61726487632','2024-09-16 14:57:54',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11403,'1010','61726487877','2024-09-16 15:02:12',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648813906182320632','No',NULL,NULL,'mpesa'),(11404,'1110','61726487877','2024-09-16 15:02:12',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11405,'5500','61726487877','2024-09-16 14:57:57',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11406,'4000','61726487877','2024-09-16 15:02:12',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11407,'1010','61726488140','2024-09-16 15:10:34',75.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648863933333232372','No',NULL,NULL,'mpesa'),(11408,'1110','61726488140','2024-09-16 15:10:34',NULL,47.02,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11409,'5500','61726488140','2024-09-16 15:02:20',47.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11410,'4000','61726488140','2024-09-16 15:10:34',NULL,75.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11411,'1100','61726488640','2024-09-16 15:11:12',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172648867833431886063','No',NULL,NULL,''),(11412,'1110','61726488640','2024-09-16 15:11:12',NULL,54.50,'','6','1','Inventory sold','1','25','sales','114','','No',NULL,NULL,''),(11413,'5500','61726488640','2024-09-16 15:10:40',54.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11414,'4000','61726488640','2024-09-16 15:11:12',NULL,100.00,'','6','1','Good sold','1','25','sales','114','','No',NULL,NULL,''),(11415,'1050','61726489362','2024-09-16 15:22:54',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172648937734313022372','No',NULL,NULL,''),(11416,'1110','61726489362','2024-09-16 15:22:54',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11417,'5500','61726489362','2024-09-16 15:22:42',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11418,'4000','61726489362','2024-09-16 15:22:54',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11419,'1010','61726489378','2024-09-16 15:34:39',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649008822332322803','No',NULL,NULL,'mpesa'),(11420,'1110','61726489378','2024-09-16 15:34:39',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11421,'5500','61726489378','2024-09-16 15:22:58',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11422,'4000','61726489378','2024-09-16 15:34:39',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11423,'1050','61726490089','2024-09-16 15:50:20',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649102393233232463','No',NULL,NULL,''),(11424,'1110','61726490089','2024-09-16 15:50:20',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11425,'5500','61726490089','2024-09-16 15:34:49',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11426,'4000','61726490089','2024-09-16 15:50:20',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11427,'1010','61726491023','2024-09-16 16:01:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649167423363223322','No',NULL,NULL,'mpesa'),(11428,'1110','61726491023','2024-09-16 16:01:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11429,'5500','61726491023','2024-09-16 15:50:23',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11430,'4000','61726491023','2024-09-16 16:01:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11431,'2130','61726491675','2024-09-16 16:08:16',50.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172649210606033069032','No',NULL,NULL,''),(11432,'1110','61726491675','2024-09-16 16:08:16',29.50,NULL,'','6','1','Inventory returned','1','36','creditnote','11','','No',NULL,NULL,''),(11433,'5500','61726491675','2024-09-16 16:01:15',NULL,29.50,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(11434,'4000','61726491675','2024-09-16 16:08:16',50.00,NULL,'','6','1','Good returned','1','36','creditnote','11','','No',NULL,NULL,''),(11435,'2130','61726492699','2024-09-16 16:18:30',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172649272272341333411','No',NULL,NULL,''),(11436,'1110','61726492699','2024-09-16 16:18:30',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(11437,'5500','61726492699','2024-09-16 16:18:19',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(11438,'4000','61726492699','2024-09-16 16:18:30',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(11439,'1050','61726493136','2024-09-16 16:25:44',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649314626233022213','No',NULL,NULL,''),(11440,'1110','61726493136','2024-09-16 16:25:44',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11441,'5500','61726493136','2024-09-16 16:25:36',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11442,'4000','61726493136','2024-09-16 16:25:44',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11443,'1050','61726493147','2024-09-16 16:38:49',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649393802042262092','No',NULL,NULL,''),(11444,'1110','61726493147','2024-09-16 16:38:49',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11445,'5500','61726493147','2024-09-16 16:25:47',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11446,'4000','61726493147','2024-09-16 16:38:49',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11447,'1100','61726493939','2024-09-16 16:52:01',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172649473740090202230','No',NULL,NULL,''),(11448,'1110','61726493939','2024-09-16 16:52:01',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11449,'5500','61726493939','2024-09-16 16:38:59',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11450,'4000','61726493939','2024-09-16 16:52:01',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11451,'1010','61726494899','2024-09-16 16:55:23',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649493164303339923','No',NULL,NULL,'mpesa'),(11452,'1110','61726494899','2024-09-16 16:55:23',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11453,'1110','61726494899','2024-09-16 16:54:59',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11454,'5500','61726494899','2024-09-16 16:55:09',91.42,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11455,'4000','61726494899','2024-09-16 16:55:23',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11456,'4000','61726494899','2024-09-16 16:54:59',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11457,'1010','61726494932','2024-09-16 17:00:08',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649521333234322232','No',NULL,NULL,'mpesa'),(11458,'1110','61726494932','2024-09-16 17:00:08',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11459,'5500','61726494932','2024-09-16 16:55:32',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11460,'4000','61726494932','2024-09-16 17:00:08',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11461,'1050','61726495214','2024-09-16 17:03:53',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649543753233102304','No',NULL,NULL,''),(11462,'1110','61726495214','2024-09-16 17:03:53',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11463,'5500','61726495214','2024-09-16 17:00:14',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11464,'4000','61726495214','2024-09-16 17:03:53',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11465,'1010','61726495437','2024-09-16 17:07:46',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649567602063263352','No',NULL,NULL,'mpesa'),(11466,'1110','61726495437','2024-09-16 17:07:46',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(11467,'1110','61726495437','2024-09-16 17:03:57',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11468,'1110','61726495437','2024-09-16 17:07:14',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11469,'5500','61726495437','2024-09-16 17:07:27',119.92,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11470,'4000','61726495437','2024-09-16 17:07:46',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(11471,'4000','61726495437','2024-09-16 17:03:57',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11472,'4000','61726495437','2024-09-16 17:07:14',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11473,'1050','61726495677','2024-09-16 17:12:20',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649594409301502256','No',NULL,NULL,''),(11474,'1110','61726495677','2024-09-16 17:12:20',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11475,'1110','61726495677','2024-09-16 17:07:57',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11476,'5500','61726495677','2024-09-16 17:12:11',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11477,'4000','61726495677','2024-09-16 17:12:20',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11478,'4000','61726495677','2024-09-16 17:07:57',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11479,'1050','61726495945','2024-09-16 17:18:51',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649633733123227213','No',NULL,NULL,''),(11480,'1110','61726495945','2024-09-16 17:18:51',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11481,'5500','61726495945','2024-09-16 17:12:25',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11482,'4000','61726495945','2024-09-16 17:18:51',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11483,'1010','61726496338','2024-09-16 17:22:33',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649656133352222463','No',NULL,NULL,'mpesa'),(11484,'1110','61726496338','2024-09-16 17:22:33',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11485,'5500','61726496338','2024-09-16 17:18:58',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11486,'4000','61726496338','2024-09-16 17:22:33',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11487,'1050','61726496562','2024-09-16 17:28:27',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649691223419339230','No',NULL,NULL,''),(11488,'1110','61726496562','2024-09-16 17:28:27',NULL,45.50,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11489,'5500','61726496562','2024-09-16 17:22:42',45.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11490,'4000','61726496562','2024-09-16 17:28:27',NULL,60.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11491,'2130','61726497289','2024-09-16 17:35:05',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172649731563134242323','No',NULL,NULL,''),(11492,'1110','61726497289','2024-09-16 17:35:05',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(11493,'5500','61726497289','2024-09-16 17:34:50',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(11494,'4000','61726497289','2024-09-16 17:35:05',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(11495,'1010','61726497683','2024-09-16 17:41:45',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649772939332030722','No',NULL,NULL,'mpesa'),(11496,'1050','61726497683','2024-09-16 17:41:45',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649772939332030722','No',NULL,NULL,'mpesa'),(11497,'1110','61726497683','2024-09-16 17:41:45',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11498,'1110','61726497683','2024-09-16 17:41:23',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11499,'5500','61726497683','2024-09-16 17:41:34',213.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11500,'4000','61726497683','2024-09-16 17:41:45',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11501,'4000','61726497683','2024-09-16 17:41:23',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11502,'1010','61726497730','2024-09-16 17:53:59',480.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649846726202734033','No',NULL,NULL,'mpesa'),(11503,'1050','61726497730','2024-09-16 17:53:59',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649846726202734033','No',NULL,NULL,'mpesa'),(11504,'1110','61726497730','2024-09-16 17:53:59',NULL,399.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11505,'1110','61726497730','2024-09-16 17:42:10',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(11506,'5500','61726497730','2024-09-16 17:53:52',453.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11507,'4000','61726497730','2024-09-16 17:53:59',NULL,470.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11508,'4000','61726497730','2024-09-16 17:42:10',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11509,'1100','61726481401','2024-09-16 17:55:51',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'RYRYTY'),(11510,'na','61726481401','2024-09-16 17:55:51',100.00,NULL,'','6','1','','1','25','payment','','6172649856523061300722','No',NULL,NULL,'RYRYTY'),(11511,'1100','61726456105','2024-09-16 17:56:32',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'GTHJ'),(11512,'na','61726456105','2024-09-16 17:56:32',160.00,NULL,'','6','1','','1','25','payment','','6172649860432324364321','No',NULL,NULL,'GTHJ'),(11513,'1100','61726460675','2024-09-16 17:57:13',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'TYTJI'),(11514,'na','61726460675','2024-09-16 17:57:13',280.00,NULL,'','6','1','','1','25','payment','','6172649864446326020303','No',NULL,NULL,'TYTJI'),(11515,'1100','61726467988','2024-09-16 17:57:50',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'E3T4HY'),(11516,'na','61726467988','2024-09-16 17:57:50',100.00,NULL,'','6','1','','1','25','payment','','6172649868794232723360','No',NULL,NULL,'E3T4HY'),(11517,'1100','61726465616','2024-09-16 17:58:30',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'GGNH'),(11518,'na','61726465616','2024-09-16 17:58:30',80.00,NULL,'','6','1','','1','25','payment','','6172649871928130243202','No',NULL,NULL,'GGNH'),(11519,'1010','61726499259','2024-09-16 18:09:13',250.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172649936012630333060','No',NULL,NULL,'mpesa'),(11520,'1110','61726499259','2024-09-16 18:09:13',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11521,'1110','61726499259','2024-09-16 18:07:39',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(11522,'5500','61726499259','2024-09-16 18:09:04',150.41,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11523,'4000','61726499259','2024-09-16 18:09:13',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11524,'4000','61726499259','2024-09-16 18:07:39',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(11525,'1010','61726499361','2024-09-16 18:20:49',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650007620243203002','No',NULL,NULL,'mpesa'),(11526,'1050','61726499361','2024-09-16 18:20:49',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650007620243203002','No',NULL,NULL,'mpesa'),(11527,'1110','61726499361','2024-09-16 18:20:49',NULL,153.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11528,'5500','61726499361','2024-09-16 18:09:21',153.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11529,'4000','61726499361','2024-09-16 18:20:49',NULL,180.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11530,'1010','61726500076','2024-09-16 18:26:28',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650040633033024032','No',NULL,NULL,'mpesa'),(11531,'1050','61726500076','2024-09-16 18:26:28',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650040633033024032','No',NULL,NULL,'mpesa'),(11532,'1110','61726500076','2024-09-16 18:26:28',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11533,'5500','61726500076','2024-09-16 18:21:16',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11534,'4000','61726500076','2024-09-16 18:26:28',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11535,'1100','61726500406','2024-09-16 18:29:25',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172650057102020303032','No',NULL,NULL,''),(11536,'1110','61726500406','2024-09-16 18:29:25',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11537,'5500','61726500406','2024-09-16 18:26:46',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11538,'4000','61726500406','2024-09-16 18:29:25',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11539,'1010','61726500672','2024-09-16 18:33:59',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650087131064333323','No',NULL,NULL,'mpesa'),(11540,'1050','61726500672','2024-09-16 18:33:59',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650087131064333323','No',NULL,NULL,'mpesa'),(11541,'1110','61726500672','2024-09-16 18:33:59',NULL,178.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11542,'5500','61726500672','2024-09-16 18:31:12',178.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11543,'4000','61726500672','2024-09-16 18:33:59',NULL,210.40,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11544,'1010','61726500872','2024-09-16 18:46:30',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650160503220220622','No',NULL,NULL,'mpesa'),(11545,'1050','61726500872','2024-09-16 18:46:30',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650160503220220622','No',NULL,NULL,'mpesa'),(11546,'1110','61726500872','2024-09-16 18:46:30',NULL,221.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11547,'5500','61726500872','2024-09-16 18:34:32',221.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11548,'4000','61726500872','2024-09-16 18:46:30',NULL,260.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11549,'1010','61726501606','2024-09-16 18:51:17',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650188282280282300','No',NULL,NULL,'mpesa'),(11550,'1110','61726501606','2024-09-16 18:51:17',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11551,'5500','61726501606','2024-09-16 18:46:46',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11552,'4000','61726501606','2024-09-16 18:51:17',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11553,'1010','61726501883','2024-09-16 19:00:35',260.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650251423342635242','No',NULL,NULL,'mpesa'),(11554,'1050','61726501883','2024-09-16 19:00:35',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650251423342635242','No',NULL,NULL,'mpesa'),(11555,'1110','61726501883','2024-09-16 19:00:35',NULL,425.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11556,'5500','61726501883','2024-09-16 18:51:23',425.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11557,'4000','61726501883','2024-09-16 19:00:35',NULL,500.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11558,'1050','61726502515','2024-09-16 19:26:21',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650398322050706232','No',NULL,NULL,''),(11559,'1110','61726502515','2024-09-16 19:26:21',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11560,'5500','61726502515','2024-09-16 19:01:55',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11561,'4000','61726502515','2024-09-16 19:26:21',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11562,'1010','61726503983','2024-09-16 19:26:43',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650400907330003221','No',NULL,NULL,'mpesa'),(11563,'1110','61726503983','2024-09-16 19:26:43',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(11564,'5500','61726503983','2024-09-16 19:26:24',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11565,'4000','61726503983','2024-09-16 19:26:43',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11566,'1050','61726504009','2024-09-16 19:29:50',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650419324230210320','No',NULL,NULL,''),(11567,'1110','61726504009','2024-09-16 19:29:50',NULL,29.50,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11568,'5500','61726504009','2024-09-16 19:26:49',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11569,'4000','61726504009','2024-09-16 19:29:50',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11570,'1050','61726504194','2024-09-16 19:32:52',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650437423352206002','No',NULL,NULL,''),(11571,'1110','61726504194','2024-09-16 19:32:52',NULL,52.66,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11572,'5500','61726504194','2024-09-16 19:29:54',52.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11573,'4000','61726504194','2024-09-16 19:32:52',NULL,80.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11574,'1010','61726504375','2024-09-16 19:36:50',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650461561530122332','No',NULL,NULL,'mpesa'),(11575,'1110','61726504375','2024-09-16 19:36:50',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11576,'5500','61726504375','2024-09-16 19:32:55',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11577,'4000','61726504375','2024-09-16 19:36:50',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11578,'1010','61726504618','2024-09-16 19:48:39',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650552322522315025','No',NULL,NULL,'mpesa'),(11579,'1050','61726504618','2024-09-16 19:48:39',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650552322522315025','No',NULL,NULL,'mpesa'),(11580,'1110','61726504618','2024-09-16 19:48:39',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11581,'1110','61726504618','2024-09-16 19:36:58',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11582,'5500','61726504618','2024-09-16 19:48:00',162.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11583,'4000','61726504618','2024-09-16 19:48:39',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11584,'4000','61726504618','2024-09-16 19:36:58',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11585,'2130','61726505524','2024-09-16 19:53:01',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172650560306200533367','No',NULL,NULL,''),(11586,'1110','61726505524','2024-09-16 19:53:01',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(11587,'5500','61726505524','2024-09-16 19:52:04',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(11588,'4000','61726505524','2024-09-16 19:53:01',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(11589,'1010','61726505799','2024-09-16 19:56:54',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650581927288202332','No',NULL,NULL,'mpesa'),(11590,'1110','61726505799','2024-09-16 19:56:54',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11591,'5500','61726505799','2024-09-16 19:56:39',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11592,'4000','61726505799','2024-09-16 19:56:54',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11593,'1010','61726505820','2024-09-16 20:02:23',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650616434003220332','No',NULL,NULL,'mpesa'),(11594,'1050','61726505820','2024-09-16 20:02:23',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650616434003220332','No',NULL,NULL,'mpesa'),(11595,'1110','61726505820','2024-09-16 20:02:23',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11596,'5500','61726505820','2024-09-16 19:57:00',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11597,'4000','61726505820','2024-09-16 20:02:23',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11598,'1010','61726506164','2024-09-16 20:03:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650619802531433332','No',NULL,NULL,'mpesa'),(11599,'1110','61726506164','2024-09-16 20:03:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11600,'5500','61726506164','2024-09-16 20:02:44',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11601,'4000','61726506164','2024-09-16 20:03:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11602,'1010','61726506199','2024-09-16 20:03:55',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650624000203364273','No',NULL,NULL,'mpesa'),(11603,'1110','61726506199','2024-09-16 20:03:55',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11604,'1110','61726506199','2024-09-16 20:03:19',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11605,'5500','61726506199','2024-09-16 20:03:43',97.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11606,'4000','61726506199','2024-09-16 20:03:55',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11607,'4000','61726506199','2024-09-16 20:03:19',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11608,'1010','61726506241','2024-09-16 20:06:10',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650637997030362030','No',NULL,NULL,'mpesa'),(11609,'1110','61726506241','2024-09-16 20:06:10',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11610,'1110','61726506241','2024-09-16 20:04:01',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11611,'5500','61726506241','2024-09-16 20:05:59',97.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11612,'4000','61726506241','2024-09-16 20:06:10',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11613,'4000','61726506241','2024-09-16 20:04:01',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11614,'1050','61726506380','2024-09-16 20:10:05',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650660727702577266','No',NULL,NULL,''),(11615,'1110','61726506380','2024-09-16 20:10:05',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11616,'5500','61726506380','2024-09-16 20:06:20',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11617,'4000','61726506380','2024-09-16 20:10:05',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11618,'1050','61726506607','2024-09-16 20:18:32',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650711760210232036','No',NULL,NULL,''),(11619,'1110','61726506607','2024-09-16 20:18:32',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11620,'5500','61726506607','2024-09-16 20:10:07',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11621,'4000','61726506607','2024-09-16 20:18:32',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11622,'1100','61726481401','2024-09-16 20:20:28',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(11623,'na','61726481401','2024-09-16 20:20:28',160.00,NULL,'','6','1','','1','25','payment','','6172650723933229043902','No',NULL,NULL,''),(11624,'1100','61726456751','2024-09-16 20:23:05',NULL,20.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(11625,'na','61726456751','2024-09-16 20:23:05',20.00,NULL,'','6','1','','1','25','payment','','6172650739352235375207','No',NULL,NULL,''),(11626,'1100','61726456751','2024-09-16 20:23:13',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'YYTUJY'),(11627,'na','61726456751','2024-09-16 20:23:13',80.00,NULL,'','6','1','','1','25','payment','','6172650747033233633700','No',NULL,NULL,'YYTUJY'),(11628,'1100','61726467988','2024-09-16 20:26:44',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'GGFHGHG'),(11629,'na','61726467988','2024-09-16 20:26:44',80.00,NULL,'','6','1','','1','25','payment','','6172650761412272220620','No',NULL,NULL,'GGFHGHG'),(11630,'1100','61726488640','2024-09-16 20:36:33',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(11631,'na','61726488640','2024-09-16 20:36:33',100.00,NULL,'','6','1','','1','25','payment','','6172650820768820476020','No',NULL,NULL,''),(11632,'1010','61726508449','2024-09-16 20:41:42',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650852732212227331','No',NULL,NULL,'mpesa'),(11633,'1050','61726508449','2024-09-16 20:41:42',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650852732212227331','No',NULL,NULL,'mpesa'),(11634,'1110','61726508449','2024-09-16 20:41:42',NULL,98.25,'','6','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(11635,'1110','61726508449','2024-09-16 20:40:49',NULL,29.50,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11636,'5500','61726508449','2024-09-16 20:40:58',127.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11637,'4000','61726508449','2024-09-16 20:41:42',NULL,300.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11638,'4000','61726508449','2024-09-16 20:40:49',NULL,60.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11639,'1100','61726500406','2024-09-16 20:45:44',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'4TRTHT'),(11640,'na','61726500406','2024-09-16 20:45:44',50.00,NULL,'','6','1','','1','25','payment','','6172650875563032200021','No',NULL,NULL,'4TRTHT'),(11641,'2130','61726508799','2024-09-16 20:46:45',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172650883273238033332','No',NULL,NULL,''),(11642,'1110','61726508799','2024-09-16 20:46:45',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(11643,'5500','61726508799','2024-09-16 20:46:39',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(11644,'4000','61726508799','2024-09-16 20:46:45',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(11645,'1100','61726493939','2024-09-16 20:51:06',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'SVGVGG'),(11646,'na','61726493939','2024-09-16 20:51:06',80.00,NULL,'','6','1','','1','25','payment','','6172650908028030562002','No',NULL,NULL,'SVGVGG'),(11647,'1050','61726509325','2024-09-16 20:55:40',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172650934227363029030','No',NULL,NULL,''),(11648,'1110','61726509325','2024-09-16 20:55:40',NULL,56.37,'','6','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(11649,'5500','61726509325','2024-09-16 20:55:25',56.37,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11650,'4000','61726509325','2024-09-16 20:55:40',NULL,100.00,'','6','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(11655,'2130','61726509936','2024-09-16 21:05:49',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172650999312222339353','No',NULL,NULL,''),(11656,'1110','61726509936','2024-09-16 21:05:49',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(11657,'5500','61726509936','2024-09-16 21:05:36',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(11658,'4000','61726509936','2024-09-16 21:05:49',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(11661,'1110','41726420165','2024-09-15 20:09:25',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(11662,'2130','41726420165','2024-09-15 20:09:25',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(11663,'1100','61726543258','2024-09-17 06:21:15',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654501455232554474','No',NULL,NULL,''),(11664,'1110','61726543258','2024-09-17 06:21:15',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11665,'5500','61726543258','2024-09-17 06:20:58',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11666,'4000','61726543258','2024-09-17 06:21:15',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11667,'1100','61726545016','2024-09-17 06:50:33',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654504820231003823','No',NULL,NULL,''),(11668,'1110','61726545016','2024-09-17 06:50:33',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11669,'5500','61726545016','2024-09-17 06:50:17',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11670,'4000','61726545016','2024-09-17 06:50:33',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11671,'1100','61726545051','2024-09-17 06:57:01',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654543624116223223','No',NULL,NULL,''),(11672,'1110','61726545051','2024-09-17 06:57:01',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11673,'5500','61726545051','2024-09-17 06:50:51',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11674,'4000','61726545051','2024-09-17 06:57:01',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11675,'1100','61726546119','2024-09-17 07:08:57',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654614424002121066','No',NULL,NULL,''),(11676,'1110','61726546119','2024-09-17 07:08:57',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11677,'5500','61726546119','2024-09-17 07:08:39',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11678,'4000','61726546119','2024-09-17 07:08:57',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11679,'1010','61726546153','2024-09-17 07:09:24',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172654617100240633760','No',NULL,NULL,'mpesa'),(11680,'1110','61726546153','2024-09-17 07:09:24',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11681,'5500','61726546153','2024-09-17 07:09:13',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11682,'4000','61726546153','2024-09-17 07:09:24',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11683,'1100','61726546171','2024-09-17 07:10:43',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654625000043220303','No',NULL,NULL,''),(11684,'1110','61726546171','2024-09-17 07:10:43',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11685,'5500','61726546171','2024-09-17 07:09:31',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11686,'4000','61726546171','2024-09-17 07:10:43',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11687,'1100','61726547317','2024-09-17 07:29:09',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654735705225322327','No',NULL,NULL,''),(11688,'1110','61726547317','2024-09-17 07:29:09',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11689,'5500','61726547317','2024-09-17 07:28:37',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11690,'4000','61726547317','2024-09-17 07:29:09',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11691,'1050','61726549472','2024-09-17 08:04:40',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172654948302292233324','No',NULL,NULL,''),(11692,'1110','61726549472','2024-09-17 08:04:40',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11693,'5500','61726549472','2024-09-17 08:04:32',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11694,'4000','61726549472','2024-09-17 08:04:40',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11695,'1050','61726549539','2024-09-17 08:05:52',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172654955843122530659','No',NULL,NULL,''),(11696,'1110','61726549539','2024-09-17 08:05:52',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11697,'5500','61726549539','2024-09-17 08:05:39',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11698,'4000','61726549539','2024-09-17 08:05:52',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11699,'1100','61726549559','2024-09-17 08:10:36',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172654984420950249432','No',NULL,NULL,''),(11700,'1110','61726549559','2024-09-17 08:10:36',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11701,'5500','61726549559','2024-09-17 08:05:59',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11702,'4000','61726549559','2024-09-17 08:10:36',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11703,'1010','61726550120','2024-09-17 08:15:29',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655013732320534243','No',NULL,NULL,'mpesa'),(11704,'1110','61726550120','2024-09-17 08:15:29',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11705,'5500','61726550120','2024-09-17 08:15:20',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11706,'4000','61726550120','2024-09-17 08:15:29',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11707,'2130','61726550138','2024-09-17 08:17:48',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172655028842306023622','No',NULL,NULL,''),(11708,'1110','61726550138','2024-09-17 08:17:48',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(11709,'5500','61726550138','2024-09-17 08:15:38',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(11710,'4000','61726550138','2024-09-17 08:17:48',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(11711,'2130','61726550766','2024-09-17 08:26:21',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172655080727127822027','No',NULL,NULL,''),(11712,'1110','61726550766','2024-09-17 08:26:21',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(11713,'5500','61726550766','2024-09-17 08:26:06',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(11714,'4000','61726550766','2024-09-17 08:26:21',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(11715,'1050','61726551468','2024-09-17 08:37:55',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655147851423333203','No',NULL,NULL,''),(11716,'1110','61726551468','2024-09-17 08:37:55',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11717,'5500','61726551468','2024-09-17 08:37:48',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11718,'4000','61726551468','2024-09-17 08:37:55',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11719,'1050','61726551478','2024-09-17 09:01:32',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655289632320026203','No',NULL,NULL,''),(11720,'1110','61726551478','2024-09-17 09:01:32',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11721,'5500','61726551478','2024-09-17 08:37:58',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11722,'4000','61726551478','2024-09-17 09:01:32',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11723,'1100','61726552899','2024-09-17 09:01:48',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172655292563200353700','No',NULL,NULL,''),(11724,'1110','61726552899','2024-09-17 09:01:48',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11725,'5500','61726552899','2024-09-17 09:01:39',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11726,'4000','61726552899','2024-09-17 09:01:48',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11727,'1010','61726553197','2024-09-17 09:06:57',1700.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655344323305322362','No',NULL,NULL,'mpesa'),(11728,'1110','61726553197','2024-09-17 09:06:57',NULL,517.35,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(11729,'1110','61726553197','2024-09-17 09:06:37',NULL,680.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11730,'5500','61726553197','2024-09-17 09:06:47',1197.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11731,'4000','61726553197','2024-09-17 09:06:57',NULL,900.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(11732,'4000','61726553197','2024-09-17 09:06:37',NULL,800.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11733,'1100','61726553448','2024-09-17 09:14:48',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172655370035027242302','No',NULL,NULL,''),(11734,'1110','61726553448','2024-09-17 09:14:48',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11735,'5500','61726553448','2024-09-17 09:10:48',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11736,'4000','61726553448','2024-09-17 09:14:48',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11737,'1100','61726555729','2024-09-17 09:48:58',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172655574730560107237','No',NULL,NULL,''),(11738,'1110','61726555729','2024-09-17 09:48:58',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11739,'5500','61726555729','2024-09-17 09:48:49',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11740,'4000','61726555729','2024-09-17 09:48:58',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11741,'1010','61726555752','2024-09-17 09:49:18',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655576103233323320','No',NULL,NULL,'mpesa'),(11742,'1110','61726555752','2024-09-17 09:49:18',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11743,'5500','61726555752','2024-09-17 09:49:12',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11744,'4000','61726555752','2024-09-17 09:49:18',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11745,'1010','61726555762','2024-09-17 10:37:28',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655876231826222430','No',NULL,NULL,'mpesa'),(11746,'1050','61726555762','2024-09-17 10:37:28',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172655876231826222430','No',NULL,NULL,'mpesa'),(11747,'1110','61726555762','2024-09-17 10:37:28',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11748,'5500','61726555762','2024-09-17 09:49:22',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11749,'4000','61726555762','2024-09-17 10:37:28',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11750,'1010','61726558766','2024-09-17 11:11:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656068663272362302','No',NULL,NULL,'mpesa'),(11751,'1110','61726558766','2024-09-17 11:11:22',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11752,'5500','61726558766','2024-09-17 10:39:26',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11753,'4000','61726558766','2024-09-17 11:11:22',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11754,'1100','61726560690','2024-09-17 11:11:42',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172656075704225332236','No',NULL,NULL,''),(11755,'1110','61726560690','2024-09-17 11:11:42',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11756,'5500','61726560690','2024-09-17 11:11:30',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11757,'4000','61726560690','2024-09-17 11:11:42',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11758,'1010','61726561777','2024-09-17 11:29:42',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656178723533463232','No',NULL,NULL,'mpesa'),(11759,'1110','61726561777','2024-09-17 11:29:42',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11760,'5500','61726561777','2024-09-17 11:29:37',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11761,'4000','61726561777','2024-09-17 11:29:42',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11762,'1010','61726561788','2024-09-17 11:36:49',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656221513220313220','No',NULL,NULL,'mpesa'),(11763,'1110','61726561788','2024-09-17 11:36:49',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(11764,'5500','61726561788','2024-09-17 11:29:48',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11765,'4000','61726561788','2024-09-17 11:36:49',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(11766,'1100','61726545016','2024-09-17 11:55:46',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'gfhn'),(11767,'na','61726545016','2024-09-17 11:55:46',280.00,NULL,'','6','1','','1','25','payment','','6172656340656631433222','No',NULL,NULL,'gfhn'),(11772,'1010','61726564475','2024-09-17 12:14:41',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656448733423834243','No',NULL,NULL,'mpesa'),(11773,'1110','61726564475','2024-09-17 12:14:41',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11774,'5500','61726564475','2024-09-17 12:14:35',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11775,'4000','61726564475','2024-09-17 12:14:41',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11776,'1010','61726564487','2024-09-17 12:24:20',385.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656509719629206030','No',NULL,NULL,'mpesa'),(11777,'1110','61726564487','2024-09-17 12:24:20',NULL,188.08,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11778,'1110','61726564487','2024-09-17 12:14:48',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(11779,'1110','61726564487','2024-09-17 12:23:44',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11780,'5500','61726564487','2024-09-17 12:24:05',249.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11781,'4000','61726564487','2024-09-17 12:24:20',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11782,'4000','61726564487','2024-09-17 12:14:48',NULL,45.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(11783,'4000','61726564487','2024-09-17 12:23:44',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11784,'1100','61726565098','2024-09-17 12:25:58',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172656516868532332163','No',NULL,NULL,''),(11785,'1110','61726565098','2024-09-17 12:25:58',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11786,'5500','61726565098','2024-09-17 12:24:58',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11787,'4000','61726565098','2024-09-17 12:25:58',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11788,'1010','61726567057','2024-09-17 13:06:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656759836223965224','No',NULL,NULL,'mjh'),(11789,'1110','61726567057','2024-09-17 13:06:31',NULL,60.74,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11790,'5500','61726567057','2024-09-17 12:57:37',60.74,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11791,'4000','61726567057','2024-09-17 13:06:31',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11792,'1010','61726567599','2024-09-17 13:19:00',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656835622206030356','No',NULL,NULL,'mjh'),(11793,'1050','61726567599','2024-09-17 13:19:00',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656835622206030356','No',NULL,NULL,'mjh'),(11794,'1110','61726567599','2024-09-17 13:19:00',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11795,'1110','61726567599','2024-09-17 13:06:39',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11796,'5500','61726567599','2024-09-17 13:18:52',123.54,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11797,'4000','61726567599','2024-09-17 13:19:00',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11798,'4000','61726567599','2024-09-17 13:06:39',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11799,'1010','61726568357','2024-09-17 13:21:12',45.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656847738323328066','No',NULL,NULL,'mjh'),(11800,'1110','61726568357','2024-09-17 13:21:12',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(11801,'5500','61726568357','2024-09-17 13:19:17',27.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11802,'4000','61726568357','2024-09-17 13:21:12',NULL,45.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(11803,'1050','61726568478','2024-09-17 13:43:51',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172656983406532313322','No',NULL,NULL,''),(11804,'1110','61726568478','2024-09-17 13:43:51',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11805,'5500','61726568478','2024-09-17 13:21:18',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11806,'4000','61726568478','2024-09-17 13:43:51',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11807,'1050','61726569835','2024-09-17 13:56:54',170.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657061705266242062','No',NULL,NULL,''),(11808,'1110','61726569835','2024-09-17 13:56:54',NULL,94.04,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11809,'1110','61726569835','2024-09-17 13:43:55',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11810,'5500','61726569835','2024-09-17 13:56:42',103.44,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11811,'4000','61726569835','2024-09-17 13:56:54',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11812,'4000','61726569835','2024-09-17 13:43:55',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11813,'1050','61726570618','2024-09-17 14:03:04',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657098772053322762','No',NULL,NULL,''),(11814,'1110','61726570618','2024-09-17 14:03:04',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11815,'5500','61726570618','2024-09-17 13:56:58',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11816,'4000','61726570618','2024-09-17 14:03:04',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11817,'1050','61726570987','2024-09-17 14:05:33',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657113532577230332','No',NULL,NULL,''),(11818,'1110','61726570987','2024-09-17 14:05:33',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11819,'5500','61726570987','2024-09-17 14:03:08',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11820,'4000','61726570987','2024-09-17 14:05:33',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11821,'1010','61726571135','2024-09-17 14:57:56',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657428253762746323','No',NULL,NULL,'fg'),(11822,'1110','61726571135','2024-09-17 14:57:56',NULL,112.94,'','6','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(11823,'5500','61726571135','2024-09-17 14:05:36',112.94,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11824,'4000','61726571135','2024-09-17 14:57:56',NULL,200.00,'','6','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(11825,'1010','61726574283','2024-09-17 15:07:03',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657482863237204633','No',NULL,NULL,'fg'),(11826,'1110','61726574283','2024-09-17 15:07:03',NULL,30.77,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(11827,'1110','61726574283','2024-09-17 14:58:03',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(11828,'5500','61726574283','2024-09-17 15:06:55',60.52,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11829,'4000','61726574283','2024-09-17 15:07:03',NULL,60.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(11830,'4000','61726574283','2024-09-17 14:58:03',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(11831,'1050','61726575816','2024-09-17 15:23:49',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657583333025322332','No',NULL,NULL,''),(11832,'1110','61726575816','2024-09-17 15:23:49',NULL,340.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11833,'5500','61726575816','2024-09-17 15:23:37',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11834,'4000','61726575816','2024-09-17 15:23:49',NULL,400.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11835,'2130','61726575834','2024-09-17 15:30:47',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172657627103431760277','No',NULL,NULL,''),(11836,'1110','61726575834','2024-09-17 15:30:47',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(11837,'5500','61726575834','2024-09-17 15:23:54',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(11838,'4000','61726575834','2024-09-17 15:30:47',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(11839,'1100','61726576274','2024-09-17 15:31:21',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172657629213320225302','No',NULL,NULL,''),(11840,'1110','61726576274','2024-09-17 15:31:21',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11841,'5500','61726576274','2024-09-17 15:31:14',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11842,'4000','61726576274','2024-09-17 15:31:21',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11843,'1010','61726577055','2024-09-17 15:44:20',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657706720320733613','No',NULL,NULL,'mjh'),(11844,'1110','61726577055','2024-09-17 15:44:20',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11845,'5500','61726577055','2024-09-17 15:44:15',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11846,'4000','61726577055','2024-09-17 15:44:20',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11847,'1010','61726577068','2024-09-17 15:58:57',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657794373303734261','No',NULL,NULL,'bhg'),(11848,'1110','61726577068','2024-09-17 15:58:57',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11849,'5500','61726577068','2024-09-17 15:44:28',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11850,'4000','61726577068','2024-09-17 15:58:57',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11851,'1010','61726577943','2024-09-17 16:05:21',260.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172657832633332002222','No',NULL,NULL,'bhg'),(11852,'1110','61726577943','2024-09-17 16:05:21',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(11853,'1110','61726577943','2024-09-17 15:59:03',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11854,'5500','61726577943','2024-09-17 16:05:12',192.55,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11855,'4000','61726577943','2024-09-17 16:05:21',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(11856,'4000','61726577943','2024-09-17 15:59:03',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11857,'1010','61726578327','2024-09-17 16:38:43',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658033033332007025','No',NULL,NULL,'bhg'),(11858,'1110','61726578327','2024-09-17 16:38:43',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11859,'5500','61726578327','2024-09-17 16:05:27',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11860,'4000','61726578327','2024-09-17 16:38:43',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11861,'1010','61726580330','2024-09-17 16:45:30',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658073527300072338','No',NULL,NULL,'bhg'),(11862,'1110','61726580330','2024-09-17 16:45:30',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11863,'5500','61726580330','2024-09-17 16:38:50',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11864,'4000','61726580330','2024-09-17 16:45:30',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11865,'1100','61726580736','2024-09-17 16:47:59',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172658090482023336006','No',NULL,NULL,''),(11866,'1110','61726580736','2024-09-17 16:47:59',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(11867,'5500','61726580736','2024-09-17 16:45:36',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(11868,'4000','61726580736','2024-09-17 16:47:59',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(11869,'1010','61726581193','2024-09-17 16:53:22',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658120722702678321','No',NULL,NULL,'bhg'),(11870,'1110','61726581193','2024-09-17 16:53:22',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11871,'5500','61726581193','2024-09-17 16:53:13',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11872,'4000','61726581193','2024-09-17 16:53:22',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11873,'2130','61726581208','2024-09-17 16:55:28',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172658134732137762265','No',NULL,NULL,''),(11874,'1110','61726581208','2024-09-17 16:55:28',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(11875,'5500','61726581208','2024-09-17 16:53:28',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(11876,'4000','61726581208','2024-09-17 16:55:28',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(11877,'1010','61726582537','2024-09-17 17:16:53',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658262028632560226','No',NULL,NULL,'mpesa'),(11878,'1110','61726582537','2024-09-17 17:16:53',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11879,'5500','61726582537','2024-09-17 17:15:37',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11880,'4000','61726582537','2024-09-17 17:16:53',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11881,'2130','61726582653','2024-09-17 17:17:50',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172658268112462620052','No',NULL,NULL,''),(11882,'1110','61726582653','2024-09-17 17:17:50',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(11883,'5500','61726582653','2024-09-17 17:17:33',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(11884,'4000','61726582653','2024-09-17 17:17:50',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(11895,'1110','61726563639','2024-09-17 12:00:39',1200.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','88','','No',NULL,NULL,''),(11896,'1110','61726563639','2024-09-17 12:00:39',500.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','85','','No',NULL,NULL,''),(11897,'1110','61726563639','2024-09-17 12:00:39',320.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','76','','No',NULL,NULL,''),(11898,'1110','61726563639','2024-09-17 12:00:39',300.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','94','','No',NULL,NULL,''),(11899,'1110','61726563639','2024-09-17 12:00:39',160.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','91','','No',NULL,NULL,''),(11900,'1110','61726563639','2024-09-17 12:00:39',100.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','87','','No',NULL,NULL,''),(11901,'1110','61726563639','2024-09-17 12:00:39',70.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','90','','No',NULL,NULL,''),(11902,'1110','61726563639','2024-09-17 12:00:39',300.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','81','','No',NULL,NULL,''),(11903,'1110','61726563639','2024-09-17 12:00:39',75.00,NULL,'','6','1','Inventory Purchased','1','8','Purchases','74','','No',NULL,NULL,''),(11904,'2130','61726563639','2024-09-17 12:00:39',NULL,3025.00,'','6','1','Account payable for inventory','1','8','Purchases','','','No',NULL,NULL,''),(11907,'1110','61726549490','2024-09-17 08:04:50',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(11908,'2130','61726549490','2024-09-17 08:04:50',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(11909,'1010','61726583264','2024-09-17 17:29:30',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658337532233333672','No',NULL,NULL,'mjh'),(11910,'1110','61726583264','2024-09-17 17:29:30',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11911,'5500','61726583264','2024-09-17 17:27:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11912,'4000','61726583264','2024-09-17 17:29:30',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11913,'1010','61726583376','2024-09-17 17:32:04',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658352924972026333','No',NULL,NULL,'fg'),(11914,'1110','61726583376','2024-09-17 17:32:04',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11915,'5500','61726583376','2024-09-17 17:29:36',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11916,'4000','61726583376','2024-09-17 17:32:04',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11917,'1050','61726583530','2024-09-17 17:38:17',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658390139326103303','No',NULL,NULL,''),(11918,'1110','61726583530','2024-09-17 17:38:17',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11919,'5500','61726583530','2024-09-17 17:32:10',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11920,'4000','61726583530','2024-09-17 17:38:17',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11921,'1010','61726583901','2024-09-17 17:40:17',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658403536423262033','No',NULL,NULL,'mjh'),(11922,'1050','61726583901','2024-09-17 17:40:17',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658403536423262033','No',NULL,NULL,'mjh'),(11923,'1110','61726583901','2024-09-17 17:40:17',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11924,'5500','61726583901','2024-09-17 17:38:21',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11925,'4000','61726583901','2024-09-17 17:40:17',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11926,'1010','61726584692','2024-09-17 17:51:45',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658471432022433474','No',NULL,NULL,'bhg'),(11927,'1110','61726584692','2024-09-17 17:51:45',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11928,'5500','61726584692','2024-09-17 17:51:32',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11929,'4000','61726584692','2024-09-17 17:51:45',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11930,'1010','61726586417','2024-09-17 18:26:58',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658687973238037332','No',NULL,NULL,'mpesa'),(11931,'1050','61726586417','2024-09-17 18:26:58',415.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658687973238037332','No',NULL,NULL,'mpesa'),(11932,'1110','61726586417','2024-09-17 18:26:58',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11933,'1110','61726586417','2024-09-17 18:20:18',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(11934,'1110','61726586417','2024-09-17 18:26:17',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11935,'1110','61726586417','2024-09-17 18:26:32',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11936,'5500','61726586417','2024-09-17 18:26:45',377.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11937,'4000','61726586417','2024-09-17 18:26:58',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11938,'4000','61726586417','2024-09-17 18:20:18',NULL,45.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(11939,'4000','61726586417','2024-09-17 18:26:17',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11940,'4000','61726586417','2024-09-17 18:26:32',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11941,'1010','61726586880','2024-09-17 18:30:07',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658702432212227331','No',NULL,NULL,'mpesa'),(11942,'1110','61726586880','2024-09-17 18:30:07',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11943,'5500','61726586880','2024-09-17 18:28:00',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11944,'4000','61726586880','2024-09-17 18:30:07',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11945,'1010','61726587025','2024-09-17 18:37:22',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658749674330633430','No',NULL,NULL,'mpesa'),(11946,'1050','61726587025','2024-09-17 18:37:22',205.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658749674330633430','No',NULL,NULL,'mpesa'),(11947,'1110','61726587025','2024-09-17 18:37:22',NULL,272.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11948,'1110','61726587025','2024-09-17 18:30:25',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11949,'1110','61726587025','2024-09-17 18:36:44',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(11950,'5500','61726587025','2024-09-17 18:36:54',308.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11951,'4000','61726587025','2024-09-17 18:37:22',NULL,320.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11952,'4000','61726587025','2024-09-17 18:30:25',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11953,'4000','61726587025','2024-09-17 18:36:44',NULL,45.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(11954,'1050','61726587497','2024-09-17 18:38:51',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658760333263663326','No',NULL,NULL,''),(11955,'1110','61726587497','2024-09-17 18:38:51',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11956,'5500','61726587497','2024-09-17 18:38:17',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11957,'4000','61726587497','2024-09-17 18:38:51',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11958,'1050','61726587604','2024-09-17 18:51:55',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658831840323330806','No',NULL,NULL,''),(11959,'1110','61726587604','2024-09-17 18:51:55',NULL,57.38,'','6','1','Inventory sold','1','','sales','60','','No',NULL,NULL,''),(11960,'5500','61726587604','2024-09-17 18:40:04',57.38,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11961,'4000','61726587604','2024-09-17 18:51:55',NULL,200.00,'','6','1','Good sold','1','','sales','60','','No',NULL,NULL,''),(11962,'1010','61726588319','2024-09-17 19:02:08',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658893346204345234','No',NULL,NULL,'mpesa'),(11963,'1110','61726588319','2024-09-17 19:02:08',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11964,'5500','61726588319','2024-09-17 18:51:59',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11965,'4000','61726588319','2024-09-17 19:02:08',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11966,'1100','61726546171','2024-09-17 19:07:39',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'grtgth'),(11967,'na','61726546171','2024-09-17 19:07:39',160.00,NULL,'','6','1','','1','25','payment','','6172658927023237929322','No',NULL,NULL,'grtgth'),(11968,'1010','61726589272','2024-09-17 19:08:02',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658929333837139232','No',NULL,NULL,'mpesa'),(11969,'1110','61726589272','2024-09-17 19:08:02',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11970,'5500','61726589272','2024-09-17 19:07:52',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11971,'4000','61726589272','2024-09-17 19:08:02',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11972,'1100','61726547317','2024-09-17 19:08:40',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(11973,'na','61726547317','2024-09-17 19:08:40',320.00,NULL,'','6','1','','1','25','payment','','6172658933039022534303','No',NULL,NULL,''),(11974,'1010','61726589339','2024-09-17 19:09:10',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658935513236430203','No',NULL,NULL,'mpesa'),(11975,'1110','61726589339','2024-09-17 19:09:10',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11976,'5500','61726589339','2024-09-17 19:08:59',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11977,'4000','61726589339','2024-09-17 19:09:10',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11978,'1010','61726589356','2024-09-17 19:15:13',385.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172658974436373240242','No',NULL,NULL,'mpesa'),(11979,'1110','61726589356','2024-09-17 19:15:13',NULL,141.06,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11980,'1110','61726589356','2024-09-17 19:09:16',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11981,'5500','61726589356','2024-09-17 19:13:19',277.06,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11982,'4000','61726589356','2024-09-17 19:15:13',NULL,225.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11983,'4000','61726589356','2024-09-17 19:09:16',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11984,'1050','61726589745','2024-09-17 19:21:05',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659006736962022602','No',NULL,NULL,''),(11985,'1110','61726589745','2024-09-17 19:21:05',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11986,'5500','61726589745','2024-09-17 19:15:45',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11987,'4000','61726589745','2024-09-17 19:21:05',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11988,'1010','61726590068','2024-09-17 19:21:58',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659012773227223003','No',NULL,NULL,'bhg'),(11989,'1110','61726590068','2024-09-17 19:21:58',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11990,'5500','61726590068','2024-09-17 19:21:08',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11991,'4000','61726590068','2024-09-17 19:21:58',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11992,'1050','61726590129','2024-09-17 19:25:52',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659035803021233833','No',NULL,NULL,''),(11993,'1110','61726590129','2024-09-17 19:25:52',NULL,110.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11994,'5500','61726590129','2024-09-17 19:22:09',110.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11995,'4000','61726590129','2024-09-17 19:25:52',NULL,130.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11996,'1010','61726590359','2024-09-17 19:26:19',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659038520403400743','No',NULL,NULL,'fg'),(11997,'1110','61726590359','2024-09-17 19:26:19',NULL,76.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11998,'5500','61726590359','2024-09-17 19:25:59',76.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11999,'4000','61726590359','2024-09-17 19:26:19',NULL,90.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12000,'1100','61726591665','2024-09-17 19:47:52',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172659168103093130126','No',NULL,NULL,''),(12001,'1110','61726591665','2024-09-17 19:47:52',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12002,'5500','61726591665','2024-09-17 19:47:45',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12003,'4000','61726591665','2024-09-17 19:47:52',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12004,'1010','61726591716','2024-09-17 19:48:44',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659172932052021722','No',NULL,NULL,'mjh'),(12005,'1110','61726591716','2024-09-17 19:48:44',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12006,'5500','61726591716','2024-09-17 19:48:36',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12007,'4000','61726591716','2024-09-17 19:48:44',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12008,'1010','61726591730','2024-09-17 19:50:01',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659180623203200393','No',NULL,NULL,'mjh'),(12009,'1110','61726591730','2024-09-17 19:50:01',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12010,'1110','61726591730','2024-09-17 19:48:50',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12011,'5500','61726591730','2024-09-17 19:49:54',43.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12012,'4000','61726591730','2024-09-17 19:50:01',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12013,'4000','61726591730','2024-09-17 19:48:50',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12014,'1010','61726591806','2024-09-17 19:54:04',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659205103502601423','No',NULL,NULL,'mpesa'),(12015,'1110','61726591806','2024-09-17 19:54:04',NULL,29.50,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12016,'5500','61726591806','2024-09-17 19:50:06',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12017,'4000','61726591806','2024-09-17 19:54:04',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12018,'1050','61726592052','2024-09-17 20:00:19',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659242339343224022','No',NULL,NULL,''),(12019,'1110','61726592052','2024-09-17 20:00:19',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12020,'5500','61726592052','2024-09-17 19:54:12',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12021,'4000','61726592052','2024-09-17 20:00:19',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12022,'1050','61726592424','2024-09-17 20:08:56',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659293832020208303','No',NULL,NULL,''),(12023,'1110','61726592424','2024-09-17 20:08:56',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12024,'5500','61726592424','2024-09-17 20:00:24',56.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12025,'4000','61726592424','2024-09-17 20:08:56',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12026,'1010','61726592939','2024-09-17 20:09:23',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659297100222222200','No',NULL,NULL,'fg'),(12027,'1110','61726592939','2024-09-17 20:09:23',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12028,'5500','61726592939','2024-09-17 20:08:59',56.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12029,'4000','61726592939','2024-09-17 20:09:23',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12030,'1010','61726592972','2024-09-17 20:17:22',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659344722323329906','No',NULL,NULL,'mpesa'),(12031,'1110','61726592972','2024-09-17 20:17:22',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12032,'5500','61726592972','2024-09-17 20:09:32',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12033,'4000','61726592972','2024-09-17 20:17:22',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12034,'1100','61726545051','2024-09-17 20:18:06',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvx'),(12035,'na','61726545051','2024-09-17 20:18:06',200.00,NULL,'','6','1','','1','25','payment','','6172659349892652443424','No',NULL,NULL,'cvx'),(12036,'1100','61726545051','2024-09-17 20:18:18',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12037,'na','61726545051','2024-09-17 20:18:18',160.00,NULL,'','6','1','','1','25','payment','','6172659352103325393322','No',NULL,NULL,''),(12038,'1100','61726543258','2024-09-17 20:19:15',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(12039,'na','61726543258','2024-09-17 20:19:15',280.00,NULL,'','6','1','','1','25','payment','','6172659356890305222331','No',NULL,NULL,'bvc'),(12040,'1100','61726576274','2024-09-17 20:19:48',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(12041,'na','61726576274','2024-09-17 20:19:48',80.00,NULL,'','6','1','','1','25','payment','','6172659359932513323202','No',NULL,NULL,'vcx'),(12042,'1100','61726580736','2024-09-17 20:20:54',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12043,'na','61726580736','2024-09-17 20:20:54',50.00,NULL,'','6','1','','1','25','payment','','6172659366473327233362','No',NULL,NULL,''),(12044,'1100','61726553448','2024-09-17 20:21:42',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(12045,'na','61726553448','2024-09-17 20:21:42',100.00,NULL,'','6','1','','1','25','payment','','6172659371023333260032','No',NULL,NULL,'vcx'),(12046,'1100','61726565098','2024-09-17 20:22:08',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbg'),(12047,'na','61726565098','2024-09-17 20:22:08',80.00,NULL,'','6','1','','1','25','payment','','6172659374060533233272','No',NULL,NULL,'nbg'),(12048,'1100','61726591665','2024-09-17 20:22:30',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(12049,'na','61726591665','2024-09-17 20:22:30',80.00,NULL,'','6','1','','1','25','payment','','6172659376122620671213','No',NULL,NULL,'mnb'),(12050,'1100','61726552899','2024-09-17 20:24:25',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvcx'),(12051,'na','61726552899','2024-09-17 20:24:25',80.00,NULL,'','6','1','','1','25','payment','','6172659387633633702339','No',NULL,NULL,'bvcx'),(12052,'1100','61726555729','2024-09-17 20:25:21',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(12053,'na','61726555729','2024-09-17 20:25:21',400.00,NULL,'','6','1','','1','25','payment','','6172659393362002491393','No',NULL,NULL,'vcx'),(12054,'1100','61726546119','2024-09-17 20:28:15',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'xcx'),(12055,'na','61726546119','2024-09-17 20:28:15',100.00,NULL,'','6','1','','1','25','payment','','6172659410446940332330','No',NULL,NULL,'xcx'),(12056,'1010','61726594146','2024-09-17 20:29:18',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659416312322236224','No',NULL,NULL,'mjh'),(12057,'1110','61726594146','2024-09-17 20:29:18',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12058,'1110','61726594146','2024-09-17 20:29:06',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12059,'5500','61726594146','2024-09-17 20:29:12',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12060,'4000','61726594146','2024-09-17 20:29:18',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12061,'4000','61726594146','2024-09-17 20:29:06',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12062,'1050','61726594164','2024-09-17 20:30:37',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659423902213303462','No',NULL,NULL,''),(12063,'1110','61726594164','2024-09-17 20:30:37',NULL,29.50,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12064,'5500','61726594164','2024-09-17 20:29:24',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12065,'4000','61726594164','2024-09-17 20:30:37',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12066,'1010','61726594241','2024-09-17 20:36:09',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659457532503206334','No',NULL,NULL,'bhg'),(12067,'1110','61726594241','2024-09-17 20:36:09',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12068,'5500','61726594241','2024-09-17 20:30:48',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12069,'4000','61726594241','2024-09-17 20:36:09',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12070,'1050','61726594575','2024-09-17 20:43:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659501363733970231','No',NULL,NULL,''),(12071,'1110','61726594575','2024-09-17 20:43:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12072,'5500','61726594575','2024-09-17 20:36:15',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12073,'4000','61726594575','2024-09-17 20:43:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12074,'2130','61726595016','2024-09-17 20:43:44',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172659503702351333411','No',NULL,NULL,''),(12075,'1110','61726595016','2024-09-17 20:43:44',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(12076,'5500','61726595016','2024-09-17 20:43:36',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(12077,'4000','61726595016','2024-09-17 20:43:44',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(12078,'2130','61726595040','2024-09-17 20:44:08',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172659509323313350234','No',NULL,NULL,''),(12079,'1110','61726595040','2024-09-17 20:44:08',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(12080,'5500','61726595040','2024-09-17 20:44:00',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(12081,'4000','61726595040','2024-09-17 20:44:08',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(12082,'1100','61726560690','2024-09-17 20:46:13',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12083,'na','61726560690','2024-09-17 20:46:13',30.00,NULL,'','6','1','','1','25','payment','','6172659518216303700220','No',NULL,NULL,''),(12084,'1100','61726549559','2024-09-17 20:51:16',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'asw'),(12085,'na','61726549559','2024-09-17 20:51:16',80.00,NULL,'','6','1','','1','25','payment','','6172659548723045242332','No',NULL,NULL,'asw'),(12086,'1050','61726595798','2024-09-17 20:58:41',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659593993322306332','No',NULL,NULL,''),(12087,'1110','61726595798','2024-09-17 20:58:41',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12088,'5500','61726595798','2024-09-17 20:56:38',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12089,'4000','61726595798','2024-09-17 20:58:41',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12090,'1010','61726595939','2024-09-17 20:59:55',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659600033205220325','No',NULL,NULL,'bhg'),(12091,'1110','61726595939','2024-09-17 20:59:55',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12092,'5500','61726595939','2024-09-17 20:58:59',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12093,'4000','61726595939','2024-09-17 20:59:55',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12094,'1050','61726596001','2024-09-17 21:00:08',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659601063330069033','No',NULL,NULL,''),(12095,'1110','61726596001','2024-09-17 21:00:08',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12096,'5500','61726596001','2024-09-17 21:00:01',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12097,'4000','61726596001','2024-09-17 21:00:08',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12098,'1010','61726596048','2024-09-17 21:00:57',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172659606333663293233','No',NULL,NULL,'mjh'),(12099,'1110','61726596048','2024-09-17 21:00:57',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12100,'5500','61726596048','2024-09-17 21:00:48',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12101,'4000','61726596048','2024-09-17 21:00:57',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12102,'1100','61726629530','2024-09-18 06:35:42',250.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663055327263274202','No',NULL,NULL,''),(12103,'1110','61726629530','2024-09-18 06:35:42',NULL,212.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12104,'5500','61726629530','2024-09-18 06:18:50',212.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12105,'4000','61726629530','2024-09-18 06:35:42',NULL,250.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12106,'1100','61726630602','2024-09-18 06:36:50',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663062406026310630','No',NULL,NULL,''),(12107,'1110','61726630602','2024-09-18 06:36:50',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12108,'5500','61726630602','2024-09-18 06:36:42',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12109,'4000','61726630602','2024-09-18 06:36:50',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12110,'1010','61726631375','2024-09-18 06:49:55',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172663141423126434400','No',NULL,NULL,'mpesa'),(12111,'1050','61726631375','2024-09-18 06:49:55',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172663141423126434400','No',NULL,NULL,'mpesa'),(12112,'1110','61726631375','2024-09-18 06:49:55',NULL,93.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12113,'5500','61726631375','2024-09-18 06:49:35',93.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12114,'4000','61726631375','2024-09-18 06:49:55',NULL,110.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12115,'1100','61726631417','2024-09-18 06:51:08',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663147606230222713','No',NULL,NULL,''),(12116,'1110','61726631417','2024-09-18 06:51:08',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12117,'5500','61726631417','2024-09-18 06:50:17',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12118,'4000','61726631417','2024-09-18 06:51:08',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12119,'1100','61726631479','2024-09-18 06:51:29',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663149743064771320','No',NULL,NULL,''),(12120,'1110','61726631479','2024-09-18 06:51:29',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12121,'5500','61726631479','2024-09-18 06:51:19',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12122,'4000','61726631479','2024-09-18 06:51:29',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12123,'1100','61726631500','2024-09-18 06:51:51',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663151731266331723','No',NULL,NULL,''),(12124,'1110','61726631500','2024-09-18 06:51:51',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12125,'5500','61726631500','2024-09-18 06:51:40',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12126,'4000','61726631500','2024-09-18 06:51:51',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12127,'1100','61726631654','2024-09-18 06:54:31',320.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663168006333632603','No',NULL,NULL,''),(12128,'1110','61726631654','2024-09-18 06:54:31',NULL,272.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12129,'5500','61726631654','2024-09-18 06:54:14',272.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12130,'4000','61726631654','2024-09-18 06:54:31',NULL,320.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12131,'1100','61726633077','2024-09-18 07:18:08',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663309526323330323','No',NULL,NULL,''),(12132,'1110','61726633077','2024-09-18 07:18:08',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12133,'5500','61726633077','2024-09-18 07:17:57',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12134,'4000','61726633077','2024-09-18 07:18:08',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12135,'1100','61726633574','2024-09-18 07:26:47',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663361513520761206','No',NULL,NULL,''),(12136,'1110','61726633574','2024-09-18 07:26:47',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12137,'5500','61726633574','2024-09-18 07:26:14',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12138,'4000','61726633574','2024-09-18 07:26:47',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12139,'1010','61726634592','2024-09-18 07:43:16',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172663460241222360723','No',NULL,NULL,'mpesa'),(12140,'1110','61726634592','2024-09-18 07:43:16',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12141,'5500','61726634592','2024-09-18 07:43:12',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12142,'4000','61726634592','2024-09-18 07:43:16',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12143,'1050','61726634603','2024-09-18 08:11:12',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172663627503200030600','No',NULL,NULL,''),(12144,'1110','61726634603','2024-09-18 08:11:12',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12145,'5500','61726634603','2024-09-18 07:43:23',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12146,'4000','61726634603','2024-09-18 08:11:12',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12147,'2130','61726636953','2024-09-18 08:22:47',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172663698396223623237','No',NULL,NULL,''),(12148,'1110','61726636953','2024-09-18 08:22:47',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(12149,'5500','61726636953','2024-09-18 08:22:33',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(12150,'4000','61726636953','2024-09-18 08:22:47',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(12151,'1050','61726637731','2024-09-18 08:35:41',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172663775302030212062','No',NULL,NULL,''),(12152,'1110','61726637731','2024-09-18 08:35:41',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12153,'5500','61726637731','2024-09-18 08:35:31',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12154,'4000','61726637731','2024-09-18 08:35:41',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12155,'1100','61726637753','2024-09-18 08:37:16',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663785224227223660','No',NULL,NULL,''),(12156,'1110','61726637753','2024-09-18 08:37:16',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12157,'5500','61726637753','2024-09-18 08:35:54',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12158,'4000','61726637753','2024-09-18 08:37:16',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12159,'2130','61726637887','2024-09-18 08:55:25',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172663893623066473923','No',NULL,NULL,''),(12160,'1110','61726637887','2024-09-18 08:55:25',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(12161,'5500','61726637887','2024-09-18 08:38:07',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(12162,'4000','61726637887','2024-09-18 08:55:25',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(12163,'1100','61726639359','2024-09-18 09:02:45',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172663937533231326627','No',NULL,NULL,''),(12164,'1110','61726639359','2024-09-18 09:02:45',NULL,68.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12165,'5500','61726639359','2024-09-18 09:02:39',68.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12166,'4000','61726639359','2024-09-18 09:02:45',NULL,80.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12167,'1010','61726640208','2024-09-18 09:17:00',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664022722063672220','No',NULL,NULL,'mpesa'),(12168,'1110','61726640208','2024-09-18 09:17:00',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12169,'5500','61726640208','2024-09-18 09:16:48',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12170,'4000','61726640208','2024-09-18 09:17:00',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12171,'1010','61726640228','2024-09-18 09:27:58',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664088504033306203','No',NULL,NULL,'mpesa'),(12172,'1110','61726640228','2024-09-18 09:27:58',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12173,'5500','61726640228','2024-09-18 09:17:08',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12174,'4000','61726640228','2024-09-18 09:27:58',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12175,'1010','61726640886','2024-09-18 09:34:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664127626003036326','No',NULL,NULL,'mpesa'),(12176,'1110','61726640886','2024-09-18 09:34:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12177,'5500','61726640886','2024-09-18 09:28:06',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12178,'4000','61726640886','2024-09-18 09:34:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12179,'1010','61726641277','2024-09-18 09:41:16',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664168132326716283','No',NULL,NULL,'mpesa'),(12180,'1110','61726641277','2024-09-18 09:41:16',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12181,'5500','61726641277','2024-09-18 09:34:37',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12182,'4000','61726641277','2024-09-18 09:41:16',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12183,'1100','61726641682','2024-09-18 09:45:38',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172664194610703606003','No',NULL,NULL,''),(12184,'1110','61726641682','2024-09-18 09:45:38',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12185,'5500','61726641682','2024-09-18 09:41:22',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12186,'4000','61726641682','2024-09-18 09:45:38',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12187,'1050','61726642447','2024-09-18 09:54:17',800.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172664246422301000262','No',NULL,NULL,''),(12188,'1110','61726642447','2024-09-18 09:54:17',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12189,'5500','61726642447','2024-09-18 09:54:07',680.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12190,'4000','61726642447','2024-09-18 09:54:17',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12191,'1010','61726642465','2024-09-18 09:59:30',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664277525422360772','No',NULL,NULL,'mpesa'),(12192,'1110','61726642465','2024-09-18 09:59:30',NULL,119.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12193,'5500','61726642465','2024-09-18 09:54:25',119.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12194,'4000','61726642465','2024-09-18 09:59:30',NULL,140.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12195,'1050','61726642775','2024-09-18 10:28:44',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664452722302323307','No',NULL,NULL,''),(12196,'1110','61726642775','2024-09-18 10:28:44',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12197,'5500','61726642775','2024-09-18 09:59:35',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12198,'4000','61726642775','2024-09-18 10:28:44',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12199,'2130','61726644528','2024-09-18 10:29:31',80.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172664458923320033330','No',NULL,NULL,''),(12200,'1110','61726644528','2024-09-18 10:29:31',68.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(12201,'5500','61726644528','2024-09-18 10:28:48',NULL,68.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(12202,'4000','61726644528','2024-09-18 10:29:31',80.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(12203,'1100','61726646649','2024-09-18 11:04:23',600.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172664667322132620633','No',NULL,NULL,''),(12204,'1110','61726646649','2024-09-18 11:04:23',NULL,376.16,'','6','1','Inventory sold','1','25','sales','4','','No',NULL,NULL,''),(12205,'5500','61726646649','2024-09-18 11:04:10',376.16,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12206,'4000','61726646649','2024-09-18 11:04:23',NULL,600.00,'','6','1','Good sold','1','25','sales','4','','No',NULL,NULL,''),(12207,'1010','61726648327','2024-09-18 11:39:52',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664879822274232600','No',NULL,NULL,'mpesa'),(12208,'1110','61726648327','2024-09-18 11:39:52',NULL,54.00,'','6','1','Inventory sold','1','','sales','109','','No',NULL,NULL,''),(12209,'5500','61726648327','2024-09-18 11:32:07',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12210,'4000','61726648327','2024-09-18 11:39:52',NULL,100.00,'','6','1','Good sold','1','','sales','109','','No',NULL,NULL,''),(12211,'1010','61726648799','2024-09-18 11:42:55',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664899102226200326','No',NULL,NULL,'mpesa'),(12212,'1050','61726648799','2024-09-18 11:42:55',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172664899102226200326','No',NULL,NULL,'mpesa'),(12213,'1110','61726648799','2024-09-18 11:42:55',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12214,'1110','61726648799','2024-09-18 11:39:59',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12215,'5500','61726648799','2024-09-18 11:42:47',63.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12216,'4000','61726648799','2024-09-18 11:42:55',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12217,'4000','61726648799','2024-09-18 11:39:59',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12218,'2130','61726648992','2024-09-18 12:04:57',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172665031702233126236','No',NULL,NULL,''),(12219,'1110','61726648992','2024-09-18 12:04:57',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(12220,'5500','61726648992','2024-09-18 11:43:12',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(12221,'4000','61726648992','2024-09-18 12:04:57',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(12222,'1100','61726650918','2024-09-18 12:15:30',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172665093553702630305','No',NULL,NULL,''),(12223,'1110','61726650918','2024-09-18 12:15:30',NULL,56.26,'','6','1','Inventory sold','1','25','sales','100','','No',NULL,NULL,''),(12224,'5500','61726650918','2024-09-18 12:15:19',56.26,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12225,'4000','61726650918','2024-09-18 12:15:30',NULL,100.00,'','6','1','Good sold','1','25','sales','100','','No',NULL,NULL,''),(12226,'1010','61726650948','2024-09-18 12:16:04',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665097224721323923','No',NULL,NULL,'mpesa'),(12227,'1110','61726650948','2024-09-18 12:16:04',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12228,'5500','61726650948','2024-09-18 12:15:48',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12229,'4000','61726650948','2024-09-18 12:16:04',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12230,'2130','61726650972','2024-09-18 12:17:10',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172665104117101220430','No',NULL,NULL,''),(12231,'1110','61726650972','2024-09-18 12:17:10',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(12232,'5500','61726650972','2024-09-18 12:16:12',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(12233,'4000','61726650972','2024-09-18 12:17:10',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(12234,'1010','61726651557','2024-09-18 12:26:08',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665157433723134341','No',NULL,NULL,'mjh'),(12235,'1110','61726651557','2024-09-18 12:26:08',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12236,'5500','61726651557','2024-09-18 12:25:57',56.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12237,'4000','61726651557','2024-09-18 12:26:08',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12238,'1010','61726652945','2024-09-18 12:49:24',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665452903529263222','No',NULL,NULL,'mpesa'),(12239,'1110','61726652945','2024-09-18 12:49:24',NULL,61.54,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(12240,'5500','61726652945','2024-09-18 12:49:05',61.54,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12241,'4000','61726652945','2024-09-18 12:49:24',NULL,120.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(12242,'1050','61726654530','2024-09-18 13:15:46',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665455023342305526','No',NULL,NULL,''),(12243,'1110','61726654530','2024-09-18 13:15:46',NULL,30.83,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12244,'5500','61726654530','2024-09-18 13:15:30',30.83,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12245,'4000','61726654530','2024-09-18 13:15:46',NULL,50.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12246,'1050','61726654551','2024-09-18 13:25:29',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665513921560333622','No',NULL,NULL,''),(12247,'1110','61726654551','2024-09-18 13:25:29',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12248,'5500','61726654551','2024-09-18 13:15:51',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12249,'4000','61726654551','2024-09-18 13:25:29',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12250,'1010','61726655475','2024-09-18 13:31:25',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665549343226300355','No',NULL,NULL,'mpesa'),(12251,'1110','61726655475','2024-09-18 13:31:25',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12252,'5500','61726655475','2024-09-18 13:31:15',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12253,'4000','61726655475','2024-09-18 13:31:25',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12254,'1010','61726655776','2024-09-18 13:36:26',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665579453002332602','No',NULL,NULL,'mpesa'),(12255,'1110','61726655776','2024-09-18 13:36:26',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12256,'5500','61726655776','2024-09-18 13:36:16',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12257,'4000','61726655776','2024-09-18 13:36:26',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12258,'1050','61726655795','2024-09-18 14:22:48',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172665857122222023250','No',NULL,NULL,''),(12259,'1110','61726655795','2024-09-18 14:22:48',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12260,'1110','61726655795','2024-09-18 13:36:35',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12261,'5500','61726655795','2024-09-18 14:22:37',78.02,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12262,'4000','61726655795','2024-09-18 14:22:48',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12263,'4000','61726655795','2024-09-18 13:36:35',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12264,'2130','61726658572','2024-09-18 14:33:15',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172665920830033902233','No',NULL,NULL,''),(12265,'1110','61726658572','2024-09-18 14:33:15',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(12266,'5500','61726658572','2024-09-18 14:22:52',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(12267,'4000','61726658572','2024-09-18 14:33:15',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(12268,'1100','61726660586','2024-09-18 14:56:47',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172666061663312330313','No',NULL,NULL,''),(12269,'1110','61726660586','2024-09-18 14:56:47',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(12270,'5500','61726660586','2024-09-18 14:56:26',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12271,'4000','61726660586','2024-09-18 14:56:47',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(12272,'1050','61726664113','2024-09-18 16:14:59',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172666530162100722233','No',NULL,NULL,''),(12273,'1110','61726664113','2024-09-18 16:14:59',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12274,'5500','61726664113','2024-09-18 15:55:13',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12275,'4000','61726664113','2024-09-18 16:14:59',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12276,'2130','61726665309','2024-09-18 16:26:52',40.00,NULL,'','6','1','Goods returned','1','24','creditnote','','6172666602363232232603','No',NULL,NULL,''),(12277,'1110','61726665309','2024-09-18 16:26:52',34.00,NULL,'','6','1','Inventory returned','1','24','creditnote','9','','No',NULL,NULL,''),(12278,'5500','61726665309','2024-09-18 16:15:09',NULL,34.00,'','6','1','Cost of goods returned','1','24','creditnote','','','No',NULL,NULL,''),(12279,'4000','61726665309','2024-09-18 16:26:52',40.00,NULL,'','6','1','Good returned','1','24','creditnote','9','','No',NULL,NULL,''),(12280,'1100','61726666027','2024-09-18 16:27:14',50.00,NULL,'','6','1','Payment of goods sold','1','26','payment','','6172666604161632332043','No',NULL,NULL,''),(12281,'1110','61726666027','2024-09-18 16:27:14',NULL,29.50,'','6','1','Inventory sold','1','26','sales','11','','No',NULL,NULL,''),(12282,'5500','61726666027','2024-09-18 16:27:07',29.50,NULL,'','6','1','Cost of goods sold','1','26','sales','','','No',NULL,NULL,''),(12283,'4000','61726666027','2024-09-18 16:27:14',NULL,50.00,'','6','1','Good sold','1','26','sales','11','','No',NULL,NULL,''),(12284,'2130','61726666730','2024-09-18 16:39:02',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172666675626333207370','No',NULL,NULL,''),(12285,'1110','61726666730','2024-09-18 16:39:02',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(12286,'5500','61726666730','2024-09-18 16:38:50',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(12287,'4000','61726666730','2024-09-18 16:39:02',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(12288,'1010','61726666829','2024-09-18 16:40:41',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172666684623362304626','No',NULL,NULL,'bhg'),(12289,'1110','61726666829','2024-09-18 16:40:41',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12290,'5500','61726666829','2024-09-18 16:40:29',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12291,'4000','61726666829','2024-09-18 16:40:41',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12292,'1100','61726666027','2024-09-18 16:51:09',NULL,50.00,'','6','1','','1','26','payment','','','No',NULL,NULL,''),(12293,'na','61726666027','2024-09-18 16:51:09',50.00,NULL,'','6','1','','1','26','payment','','6172666747830303333224','No',NULL,NULL,''),(12294,'1010','61726667480','2024-09-18 17:02:49',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172666818123063627160','No',NULL,NULL,'mjh'),(12295,'1110','61726667480','2024-09-18 17:02:49',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12296,'5500','61726667480','2024-09-18 16:51:20',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12297,'4000','61726667480','2024-09-18 17:02:49',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12298,'1050','61726668181','2024-09-18 17:06:20',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172666838170330031163','No',NULL,NULL,''),(12299,'1110','61726668181','2024-09-18 17:06:20',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12300,'5500','61726668181','2024-09-18 17:03:01',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12301,'4000','61726668181','2024-09-18 17:06:20',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12302,'1010','61726668382','2024-09-18 17:23:36',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172666942009632027260','No',NULL,NULL,'mjh'),(12303,'1110','61726668382','2024-09-18 17:23:36',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12304,'5500','61726668382','2024-09-18 17:06:22',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12305,'4000','61726668382','2024-09-18 17:23:36',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12306,'1010','61726669421','2024-09-18 17:35:03',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667010933202762213','No',NULL,NULL,'mjh'),(12307,'1110','61726669421','2024-09-18 17:35:03',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12308,'5500','61726669421','2024-09-18 17:23:41',30.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12309,'4000','61726669421','2024-09-18 17:35:03',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12310,'2130','61726670110','2024-09-18 17:44:03',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172667065133647340332','No',NULL,NULL,''),(12311,'1110','61726670110','2024-09-18 17:44:03',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(12312,'5500','61726670110','2024-09-18 17:35:10',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(12313,'4000','61726670110','2024-09-18 17:44:03',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(12314,'1050','61726671927','2024-09-18 18:05:41',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667194360220430462','No',NULL,NULL,''),(12315,'1110','61726671927','2024-09-18 18:05:41',NULL,170.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12316,'5500','61726671927','2024-09-18 18:05:27',170.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12317,'4000','61726671927','2024-09-18 18:05:41',NULL,200.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12318,'1010','61726671944','2024-09-18 18:09:23',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667216932672263723','No',NULL,NULL,'mjh'),(12319,'1110','61726671944','2024-09-18 18:09:23',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12320,'5500','61726671944','2024-09-18 18:05:44',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12321,'4000','61726671944','2024-09-18 18:09:23',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12322,'1100','61726672170','2024-09-18 18:09:42',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172667219302722129730','No',NULL,NULL,''),(12323,'1110','61726672170','2024-09-18 18:09:42',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12324,'5500','61726672170','2024-09-18 18:09:30',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12325,'4000','61726672170','2024-09-18 18:09:42',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12326,'1050','61726673070','2024-09-18 18:24:55',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667309730106226720','No',NULL,NULL,''),(12327,'1110','61726673070','2024-09-18 18:24:55',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12328,'5500','61726673070','2024-09-18 18:24:30',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12329,'4000','61726673070','2024-09-18 18:24:55',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12330,'1010','61726673098','2024-09-18 18:25:26',170.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667313267363240064','No',NULL,NULL,'bhg'),(12331,'1110','61726673098','2024-09-18 18:25:26',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12332,'1110','61726673098','2024-09-18 18:24:58',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12333,'5500','61726673098','2024-09-18 18:25:20',103.44,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12334,'4000','61726673098','2024-09-18 18:25:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12335,'4000','61726673098','2024-09-18 18:24:58',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12336,'1010','61726673133','2024-09-18 18:26:08',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667317632631302312','No',NULL,NULL,'fg'),(12337,'1110','61726673133','2024-09-18 18:26:08',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12338,'5500','61726673133','2024-09-18 18:25:33',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12339,'4000','61726673133','2024-09-18 18:26:08',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12340,'1050','61726673176','2024-09-18 18:28:47',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667332902333339322','No',NULL,NULL,''),(12341,'1110','61726673176','2024-09-18 18:28:47',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12342,'5500','61726673176','2024-09-18 18:26:16',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12343,'4000','61726673176','2024-09-18 18:28:47',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12344,'1010','61726673330','2024-09-18 18:33:09',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667359420403324020','No',NULL,NULL,'mjh'),(12345,'1110','61726673330','2024-09-18 18:33:09',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12346,'5500','61726673330','2024-09-18 18:28:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12347,'4000','61726673330','2024-09-18 18:33:09',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12348,'1050','61726673634','2024-09-18 18:34:11',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667365402063253303','No',NULL,NULL,''),(12349,'1110','61726673634','2024-09-18 18:34:11',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12350,'5500','61726673634','2024-09-18 18:33:55',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12351,'4000','61726673634','2024-09-18 18:34:11',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12352,'1010','61726674307','2024-09-18 18:48:44',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667452920034377426','No',NULL,NULL,'mjh'),(12353,'1110','61726674307','2024-09-18 18:48:44',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12354,'5500','61726674307','2024-09-18 18:45:07',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12355,'4000','61726674307','2024-09-18 18:48:44',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12356,'1010','61726674530','2024-09-18 18:50:46',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667465321360213270','No',NULL,NULL,'fg'),(12357,'1110','61726674530','2024-09-18 18:50:46',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12358,'5500','61726674530','2024-09-18 18:48:50',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12359,'4000','61726674530','2024-09-18 18:50:46',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12360,'1050','61726674653','2024-09-18 18:55:04',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667490797031136433','No',NULL,NULL,''),(12361,'1110','61726674653','2024-09-18 18:55:04',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12362,'5500','61726674653','2024-09-18 18:50:54',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12363,'4000','61726674653','2024-09-18 18:55:04',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12364,'1010','61726674910','2024-09-18 18:55:18',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667492442203463267','No',NULL,NULL,'bhg'),(12365,'1110','61726674910','2024-09-18 18:55:18',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(12366,'5500','61726674910','2024-09-18 18:55:10',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12367,'4000','61726674910','2024-09-18 18:55:18',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(12368,'1010','61726674924','2024-09-18 18:59:02',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667515952223051222','No',NULL,NULL,'mjh'),(12369,'1110','61726674924','2024-09-18 18:59:02',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12370,'5500','61726674924','2024-09-18 18:55:24',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12371,'4000','61726674924','2024-09-18 18:59:02',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12372,'1050','61726675160','2024-09-18 19:00:17',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667521830033673222','No',NULL,NULL,''),(12373,'1110','61726675160','2024-09-18 19:00:17',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12374,'5500','61726675160','2024-09-18 18:59:20',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12375,'4000','61726675160','2024-09-18 19:00:17',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12376,'1050','61726675219','2024-09-18 19:01:26',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667528826732282132','No',NULL,NULL,''),(12377,'1110','61726675219','2024-09-18 19:01:26',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12378,'5500','61726675219','2024-09-18 19:00:19',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12379,'4000','61726675219','2024-09-18 19:01:26',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12380,'1100','61726631479','2024-09-18 19:03:24',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(12381,'na','61726631479','2024-09-18 19:03:24',160.00,NULL,'','6','1','','1','25','payment','','6172667541303402033733','No',NULL,NULL,'nbv'),(12382,'1100','61726631654','2024-09-18 19:03:56',NULL,320.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'mnb'),(12383,'na','61726631654','2024-09-18 19:03:56',320.00,NULL,'','6','1','','1','25','payment','','6172667544672322532303','No',NULL,NULL,'mnb'),(12384,'1100','61726633077','2024-09-18 19:04:24',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(12385,'na','61726633077','2024-09-18 19:04:24',280.00,NULL,'','6','1','','1','25','payment','','6172667547931333662363','No',NULL,NULL,'nbv'),(12386,'1050','61726676388','2024-09-18 19:20:03',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667640472210630320','No',NULL,NULL,''),(12387,'1110','61726676388','2024-09-18 19:20:03',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12388,'5500','61726676388','2024-09-18 19:19:48',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12389,'4000','61726676388','2024-09-18 19:20:03',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12390,'2130','61726676485','2024-09-18 19:21:32',80.00,NULL,'','6','1','Goods returned','1','30','creditnote','','6172667650113362043226','No',NULL,NULL,''),(12391,'1110','61726676485','2024-09-18 19:21:32',68.00,NULL,'','6','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(12392,'5500','61726676485','2024-09-18 19:21:25',NULL,68.00,'','6','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(12393,'4000','61726676485','2024-09-18 19:21:32',80.00,NULL,'','6','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(12394,'1010','61726676505','2024-09-18 19:21:53',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667651923224093091','No',NULL,NULL,'mpesa'),(12395,'1110','61726676505','2024-09-18 19:21:53',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12396,'5500','61726676505','2024-09-18 19:21:45',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12397,'4000','61726676505','2024-09-18 19:21:53',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12398,'1050','61726676519','2024-09-18 19:24:53',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667669532067160232','No',NULL,NULL,''),(12399,'1110','61726676519','2024-09-18 19:24:53',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12400,'5500','61726676519','2024-09-18 19:21:59',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12401,'4000','61726676519','2024-09-18 19:24:53',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12402,'1100','61726631500','2024-09-18 19:25:26',NULL,0.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbvcv'),(12403,'na','61726631500','2024-09-18 19:25:26',0.00,NULL,'','6','1','','1','25','payment','','6172667674173032203622','No',NULL,NULL,'nbvcv'),(12404,'1010','61726676757','2024-09-18 19:26:04',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667677071376172102','No',NULL,NULL,'mjh'),(12405,'1110','61726676757','2024-09-18 19:26:04',NULL,54.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(12406,'5500','61726676757','2024-09-18 19:25:57',54.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12407,'4000','61726676757','2024-09-18 19:26:04',NULL,80.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12408,'1050','61726676791','2024-09-18 19:33:27',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667721003370332113','No',NULL,NULL,''),(12409,'1110','61726676791','2024-09-18 19:33:27',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12410,'1110','61726676791','2024-09-18 19:26:32',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12411,'1110','61726676791','2024-09-18 19:33:05',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12412,'5500','61726676791','2024-09-18 19:33:22',111.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12413,'4000','61726676791','2024-09-18 19:33:27',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12414,'4000','61726676791','2024-09-18 19:26:32',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12415,'4000','61726676791','2024-09-18 19:33:05',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12416,'1010','61726677211','2024-09-18 19:35:20',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667733730030323232','No',NULL,NULL,'mjh'),(12417,'1050','61726677211','2024-09-18 19:35:20',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667733730030323232','No',NULL,NULL,'mjh'),(12418,'1110','61726677211','2024-09-18 19:35:20',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12419,'5500','61726677211','2024-09-18 19:33:31',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12420,'4000','61726677211','2024-09-18 19:35:20',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12421,'1050','61726677337','2024-09-18 19:36:24',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667738572221330200','No',NULL,NULL,''),(12422,'1110','61726677337','2024-09-18 19:36:24',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12423,'5500','61726677337','2024-09-18 19:35:37',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12424,'4000','61726677337','2024-09-18 19:36:24',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12425,'1010','61726677386','2024-09-18 19:37:41',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667746667262033063','No',NULL,NULL,'mjh'),(12426,'1110','61726677386','2024-09-18 19:37:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12427,'5500','61726677386','2024-09-18 19:36:26',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12428,'4000','61726677386','2024-09-18 19:37:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12429,'1100','61726631417','2024-09-18 19:44:07',NULL,360.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(12430,'na','61726631417','2024-09-18 19:44:07',360.00,NULL,'','6','1','','1','25','payment','','6172667786027370082337','No',NULL,NULL,'vcx'),(12431,'1100','61726646649','2024-09-18 19:45:48',NULL,600.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cds'),(12432,'na','61726646649','2024-09-18 19:45:48',600.00,NULL,'','6','1','','1','25','payment','','6172667796303303323200','No',NULL,NULL,'cds'),(12433,'1100','61726639359','2024-09-18 19:48:39',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cxz'),(12434,'na','61726639359','2024-09-18 19:48:39',80.00,NULL,'','6','1','','1','25','payment','','6172667812820820332233','No',NULL,NULL,'cxz'),(12435,'1010','61726678133','2024-09-18 19:53:13',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667839967430736882','No',NULL,NULL,'mjh'),(12436,'1110','61726678133','2024-09-18 19:53:13',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12437,'5500','61726678133','2024-09-18 19:48:53',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12438,'4000','61726678133','2024-09-18 19:53:13',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12439,'1010','61726678400','2024-09-18 19:57:33',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667866306662702373','No',NULL,NULL,'bhg'),(12440,'1110','61726678400','2024-09-18 19:57:33',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12441,'5500','61726678400','2024-09-18 19:53:20',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12442,'4000','61726678400','2024-09-18 19:57:33',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12443,'1010','61726678664','2024-09-18 19:58:00',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667868763133202222','No',NULL,NULL,'bhg'),(12444,'1110','61726678664','2024-09-18 19:58:00',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12445,'5500','61726678664','2024-09-18 19:57:44',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12446,'4000','61726678664','2024-09-18 19:58:00',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12447,'1050','61726678688','2024-09-18 19:58:27',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667871014207317007','No',NULL,NULL,''),(12448,'1110','61726678688','2024-09-18 19:58:27',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12449,'5500','61726678688','2024-09-18 19:58:08',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12450,'4000','61726678688','2024-09-18 19:58:27',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12451,'1010','61726678712','2024-09-18 19:58:45',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667873512252321006','No',NULL,NULL,'mpesa'),(12452,'1110','61726678712','2024-09-18 19:58:45',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12453,'5500','61726678712','2024-09-18 19:58:32',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12454,'4000','61726678712','2024-09-18 19:58:45',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12455,'1100','61726641682','2024-09-18 19:59:52',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(12456,'na','61726641682','2024-09-18 19:59:52',100.00,NULL,'','6','1','','1','25','payment','','6172667880362300002273','No',NULL,NULL,'vcx'),(12457,'1100','61726672170','2024-09-18 20:00:34',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(12458,'na','61726672170','2024-09-18 20:00:34',100.00,NULL,'','6','1','','1','25','payment','','6172667884734313022842','No',NULL,NULL,'bvc'),(12459,'1100','61726633574','2024-09-18 20:01:14',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12460,'na','61726633574','2024-09-18 20:01:14',160.00,NULL,'','6','1','','1','25','payment','','6172667888082264432322','No',NULL,NULL,''),(12461,'1100','61726637753','2024-09-18 20:01:48',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12462,'na','61726637753','2024-09-18 20:01:48',40.00,NULL,'','6','1','','1','25','payment','','6172667891827023722302','No',NULL,NULL,''),(12463,'1100','61726630602','2024-09-18 20:02:43',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cff'),(12464,'na','61726630602','2024-09-18 20:02:43',400.00,NULL,'','6','1','','1','25','payment','','6172667897983002332602','No',NULL,NULL,'cff'),(12465,'1010','61726679003','2024-09-18 20:03:30',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667901697791123263','No',NULL,NULL,'bhg'),(12466,'1110','61726679003','2024-09-18 20:03:30',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12467,'5500','61726679003','2024-09-18 20:03:23',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12468,'4000','61726679003','2024-09-18 20:03:30',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12469,'1010','61726679017','2024-09-18 20:06:02',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667916823202203731','No',NULL,NULL,'mjh'),(12470,'1110','61726679017','2024-09-18 20:06:02',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12471,'5500','61726679017','2024-09-18 20:03:37',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12472,'4000','61726679017','2024-09-18 20:06:02',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12473,'1010','61726679206','2024-09-18 20:06:59',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667922430242337233','No',NULL,NULL,'mpesa'),(12474,'1110','61726679206','2024-09-18 20:06:59',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12475,'5500','61726679206','2024-09-18 20:06:46',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12476,'4000','61726679206','2024-09-18 20:06:59',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12477,'1010','61726679290','2024-09-18 20:08:19',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667930634313022302','No',NULL,NULL,'mjh'),(12478,'1110','61726679290','2024-09-18 20:08:19',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12479,'5500','61726679290','2024-09-18 20:08:10',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12480,'4000','61726679290','2024-09-18 20:08:19',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12481,'1010','61726679467','2024-09-18 20:11:15',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667948808237277204','No',NULL,NULL,'mjh'),(12482,'1110','61726679467','2024-09-18 20:11:15',NULL,54.50,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(12483,'5500','61726679467','2024-09-18 20:11:07',54.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12484,'4000','61726679467','2024-09-18 20:11:15',NULL,100.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(12485,'1050','61726679489','2024-09-18 20:12:41',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667956424127522024','No',NULL,NULL,''),(12486,'1110','61726679489','2024-09-18 20:12:41',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12487,'5500','61726679489','2024-09-18 20:11:29',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12488,'4000','61726679489','2024-09-18 20:12:41',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12489,'1100','61726650918','2024-09-18 20:16:16',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvxz'),(12490,'na','61726650918','2024-09-18 20:16:16',100.00,NULL,'','6','1','','1','25','payment','','6172667979732432279279','No',NULL,NULL,'cvxz'),(12491,'1100','61726631500','2024-09-18 20:18:38',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcz'),(12492,'na','61726631500','2024-09-18 20:18:38',100.00,NULL,'','6','1','','1','25','payment','','6172667992736233379409','No',NULL,NULL,'vcz'),(12493,'1010','61726679961','2024-09-18 20:19:29',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172667999602200610222','No',NULL,NULL,'mjh'),(12494,'1110','61726679961','2024-09-18 20:19:29',NULL,48.50,'','6','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(12495,'5500','61726679961','2024-09-18 20:19:21',48.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12496,'4000','61726679961','2024-09-18 20:19:29',NULL,100.00,'','6','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(12497,'1110','61726595680','2024-09-17 20:54:40',0.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(12498,'2130','61726595680','2024-09-17 20:54:40',NULL,0.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(12499,'1100','61726660586','2024-09-18 20:27:10',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(12500,'na','61726660586','2024-09-18 20:27:10',50.00,NULL,'','6','1','','1','25','payment','','6172668043903232224203','No',NULL,NULL,'nbv'),(12501,'2130','61726680519','2024-09-18 20:28:50',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172668055103330126632','No',NULL,NULL,''),(12502,'1110','61726680519','2024-09-18 20:28:50',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(12503,'5500','61726680519','2024-09-18 20:28:39',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(12504,'4000','61726680519','2024-09-18 20:28:50',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(12505,'1100','61726629530','2024-09-18 20:31:46',NULL,250.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vbc'),(12506,'na','61726629530','2024-09-18 20:31:46',250.00,NULL,'','6','1','','1','25','payment','','6172668072003222322227','No',NULL,NULL,'vbc'),(12507,'1100','61726715849','2024-09-19 06:17:42',360.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172671587122137032233','No',NULL,NULL,''),(12508,'1110','61726715849','2024-09-19 06:17:42',NULL,306.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12509,'5500','61726715849','2024-09-19 06:17:29',306.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12510,'4000','61726715849','2024-09-19 06:17:42',NULL,360.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12511,'1100','61726715874','2024-09-19 06:18:06',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172671589300032062623','No',NULL,NULL,''),(12512,'1110','61726715874','2024-09-19 06:18:06',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12513,'5500','61726715874','2024-09-19 06:17:54',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12514,'4000','61726715874','2024-09-19 06:18:06',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12515,'1100','61726715896','2024-09-19 06:18:34',150.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172671592732227122322','No',NULL,NULL,''),(12516,'1110','61726715896','2024-09-19 06:18:34',NULL,127.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12517,'5500','61726715896','2024-09-19 06:18:16',127.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12518,'4000','61726715896','2024-09-19 06:18:34',NULL,150.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12519,'1010','61726715975','2024-09-19 06:19:50',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172671600713370360060','No',NULL,NULL,'mpesa'),(12520,'1050','61726715975','2024-09-19 06:19:50',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172671600713370360060','No',NULL,NULL,'mpesa'),(12521,'1110','61726715975','2024-09-19 06:19:50',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12522,'5500','61726715975','2024-09-19 06:19:35',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12523,'4000','61726715975','2024-09-19 06:19:50',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12524,'1050','61726716008','2024-09-19 06:28:06',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172671648923443966734','No',NULL,NULL,''),(12525,'1110','61726716008','2024-09-19 06:28:06',NULL,119.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12526,'5500','61726716008','2024-09-19 06:20:08',119.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12527,'4000','61726716008','2024-09-19 06:28:06',NULL,140.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12528,'1050','61726716490','2024-09-19 06:32:14',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172671673732722333737','No',NULL,NULL,''),(12529,'1110','61726716490','2024-09-19 06:32:14',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12530,'5500','61726716490','2024-09-19 06:28:10',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12531,'4000','61726716490','2024-09-19 06:32:14',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12532,'1100','61726716737','2024-09-19 06:44:25',200.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172671747333126216232','No',NULL,NULL,''),(12533,'1110','61726716737','2024-09-19 06:44:25',NULL,170.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12534,'5500','61726716737','2024-09-19 06:32:17',170.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12535,'4000','61726716737','2024-09-19 06:44:25',NULL,200.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12536,'1100','61726717475','2024-09-19 06:44:55',240.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172671750340223600204','No',NULL,NULL,''),(12537,'1110','61726717475','2024-09-19 06:44:55',NULL,204.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12538,'5500','61726717475','2024-09-19 06:44:35',204.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12539,'4000','61726717475','2024-09-19 06:44:55',NULL,240.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12540,'1010','61726719918','2024-09-19 07:25:27',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172671993122770026220','No',NULL,NULL,'mpesa'),(12541,'1110','61726719918','2024-09-19 07:25:27',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12542,'5500','61726719918','2024-09-19 07:25:18',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12543,'4000','61726719918','2024-09-19 07:25:27',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12544,'1100','61726721439','2024-09-19 07:51:15',280.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172672148542222081633','No',NULL,NULL,''),(12545,'1110','61726721439','2024-09-19 07:51:15',NULL,238.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12546,'5500','61726721439','2024-09-19 07:50:39',238.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12547,'4000','61726721439','2024-09-19 07:51:15',NULL,280.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12548,'1010','61726721924','2024-09-19 07:59:03',90.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672196023227623273','No',NULL,NULL,'mpesa'),(12549,'1110','61726721924','2024-09-19 07:59:03',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12550,'1110','61726721924','2024-09-19 07:58:44',NULL,26.17,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12551,'5500','61726721924','2024-09-19 07:58:55',60.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12552,'4000','61726721924','2024-09-19 07:59:03',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12553,'4000','61726721924','2024-09-19 07:58:44',NULL,50.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12554,'1100','61726721961','2024-09-19 08:20:03',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172672321832013232830','No',NULL,NULL,''),(12555,'1110','61726721961','2024-09-19 08:20:03',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12556,'5500','61726721961','2024-09-19 07:59:21',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12557,'4000','61726721961','2024-09-19 08:20:03',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12558,'1100','61726723436','2024-09-19 08:26:52',50.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172672361900213703262','No',NULL,NULL,''),(12559,'1110','61726723436','2024-09-19 08:26:52',NULL,42.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12560,'5500','61726723436','2024-09-19 08:23:56',42.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12561,'4000','61726723436','2024-09-19 08:26:52',NULL,50.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12562,'1050','61726723623','2024-09-19 08:27:25',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672364802322822243','No',NULL,NULL,''),(12563,'1110','61726723623','2024-09-19 08:27:25',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12564,'5500','61726723623','2024-09-19 08:27:03',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12565,'4000','61726723623','2024-09-19 08:27:25',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12566,'2130','61726723653','2024-09-19 08:27:44',120.00,NULL,'','6','1','Goods returned','1','28','creditnote','','6172672368680638730623','No',NULL,NULL,''),(12567,'1110','61726723653','2024-09-19 08:27:44',102.00,NULL,'','6','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(12568,'5500','61726723653','2024-09-19 08:27:33',NULL,102.00,'','6','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(12569,'4000','61726723653','2024-09-19 08:27:44',120.00,NULL,'','6','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(12570,'2130','61726723696','2024-09-19 08:28:24',320.00,NULL,'','6','1','Goods returned','1','26','creditnote','','6172672371303232607763','No',NULL,NULL,''),(12571,'1110','61726723696','2024-09-19 08:28:24',272.00,NULL,'','6','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(12572,'5500','61726723696','2024-09-19 08:28:16',NULL,272.00,'','6','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(12573,'4000','61726723696','2024-09-19 08:28:24',320.00,NULL,'','6','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(12574,'1010','61726724095','2024-09-19 08:35:04',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672410822220002283','No',NULL,NULL,'mpesa'),(12575,'1110','61726724095','2024-09-19 08:35:04',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12576,'5500','61726724095','2024-09-19 08:34:55',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12577,'4000','61726724095','2024-09-19 08:35:04',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12578,'1100','61726724109','2024-09-19 09:01:43',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172672571363232231532','No',NULL,NULL,''),(12579,'1110','61726724109','2024-09-19 09:01:43',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12580,'5500','61726724109','2024-09-19 08:35:09',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12581,'4000','61726724109','2024-09-19 09:01:43',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12582,'1010','61726725715','2024-09-19 09:02:03',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672573555233021342','No',NULL,NULL,'mpesa'),(12583,'1110','61726725715','2024-09-19 09:02:03',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12584,'5500','61726725715','2024-09-19 09:01:55',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12585,'4000','61726725715','2024-09-19 09:02:03',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12586,'1050','61726725736','2024-09-19 09:09:34',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672617707227270122','No',NULL,NULL,''),(12587,'1110','61726725736','2024-09-19 09:09:34',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12588,'5500','61726725736','2024-09-19 09:02:16',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12589,'4000','61726725736','2024-09-19 09:09:34',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12590,'1100','61726726178','2024-09-19 09:16:46',100.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172672661232017233333','No',NULL,NULL,''),(12591,'1110','61726726178','2024-09-19 09:16:46',NULL,85.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12592,'5500','61726726178','2024-09-19 09:09:38',85.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12593,'4000','61726726178','2024-09-19 09:16:46',NULL,100.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12594,'1010','61726728355','2024-09-19 09:46:05',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672837222322022337','No',NULL,NULL,'mpesa'),(12595,'1110','61726728355','2024-09-19 09:46:05',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(12596,'5500','61726728355','2024-09-19 09:45:55',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12597,'4000','61726728355','2024-09-19 09:46:05',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(12598,'1010','61726728373','2024-09-19 09:54:06',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172672886002860238203','No',NULL,NULL,'mpesa'),(12599,'1110','61726728373','2024-09-19 09:54:06',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12600,'5500','61726728373','2024-09-19 09:46:13',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12601,'4000','61726728373','2024-09-19 09:54:06',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12602,'1100','61726730267','2024-09-19 10:18:00',80.00,NULL,'','6','1','Payment of goods sold','1','24','payment','','6172673029076223033723','No',NULL,NULL,''),(12603,'1110','61726730267','2024-09-19 10:18:00',NULL,47.34,'','6','1','Inventory sold','1','24','sales','1','','No',NULL,NULL,''),(12604,'5500','61726730267','2024-09-19 10:17:47',47.34,NULL,'','6','1','Cost of goods sold','1','24','sales','','','No',NULL,NULL,''),(12605,'4000','61726730267','2024-09-19 10:18:00',NULL,80.00,'','6','1','Good sold','1','24','sales','1','','No',NULL,NULL,''),(12606,'1100','61726730304','2024-09-19 10:18:35',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172673032270233003270','No',NULL,NULL,''),(12607,'1110','61726730304','2024-09-19 10:18:35',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12608,'5500','61726730304','2024-09-19 10:18:24',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12609,'4000','61726730304','2024-09-19 10:18:35',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12610,'1010','61726730402','2024-09-19 10:31:04',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673106919322269743','No',NULL,NULL,'mpesa'),(12611,'1110','61726730402','2024-09-19 10:31:04',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12612,'5500','61726730402','2024-09-19 10:20:02',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12613,'4000','61726730402','2024-09-19 10:31:04',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12614,'1010','61726731705','2024-09-19 10:42:06',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673173136737312633','No',NULL,NULL,'mpesa'),(12615,'1110','61726731705','2024-09-19 10:42:06',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12616,'5500','61726731705','2024-09-19 10:41:46',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12617,'4000','61726731705','2024-09-19 10:42:06',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12618,'1010','61726731732','2024-09-19 11:15:56',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673376323732362370','No',NULL,NULL,'mpesa'),(12619,'1110','61726731732','2024-09-19 11:15:56',NULL,47.34,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12620,'5500','61726731732','2024-09-19 11:13:47',47.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12621,'4000','61726731732','2024-09-19 11:15:56',NULL,80.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12622,'1100','61726733764','2024-09-19 11:44:12',30.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172673546701520332130','No',NULL,NULL,''),(12623,'1110','61726733764','2024-09-19 11:44:12',NULL,25.84,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12624,'5500','61726733764','2024-09-19 11:16:04',25.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12625,'4000','61726733764','2024-09-19 11:44:12',NULL,30.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12626,'1010','61726735523','2024-09-19 11:45:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673553776236166223','No',NULL,NULL,'mpesa'),(12627,'1110','61726735523','2024-09-19 11:45:31',NULL,56.45,'','6','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(12628,'5500','61726735523','2024-09-19 11:45:24',56.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12629,'4000','61726735523','2024-09-19 11:45:31',NULL,100.00,'','6','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(12630,'1050','61726735538','2024-09-19 11:56:00',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673616337333260721','No',NULL,NULL,''),(12631,'1110','61726735538','2024-09-19 11:56:00',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12632,'5500','61726735538','2024-09-19 11:45:38',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12633,'4000','61726735538','2024-09-19 11:56:00',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12636,'1110','61726680290','2024-09-18 20:24:50',10200.00,NULL,'','6','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(12637,'2130','61726680290','2024-09-18 20:24:50',NULL,10200.00,'','6','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(12638,'1050','61726737469','2024-09-19 12:49:04',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172673934693223323330','No',NULL,NULL,''),(12639,'1110','61726737469','2024-09-19 12:49:04',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12640,'1110','61726737469','2024-09-19 12:17:49',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12641,'5500','61726737469','2024-09-19 12:48:56',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12642,'4000','61726737469','2024-09-19 12:49:04',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12643,'4000','61726737469','2024-09-19 12:17:49',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12644,'2130','61726739347','2024-09-19 12:52:46',80.00,NULL,'','6','1','Goods returned','1','34','creditnote','','6172673958505300303820','No',NULL,NULL,''),(12645,'1110','61726739347','2024-09-19 12:52:46',68.00,NULL,'','6','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(12646,'5500','61726739347','2024-09-19 12:49:07',NULL,68.00,'','6','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(12647,'4000','61726739347','2024-09-19 12:52:46',80.00,NULL,'','6','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(12652,'1010','61726740624','2024-09-19 13:10:37',70.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674064733067332333','No',NULL,NULL,'mbn'),(12653,'1110','61726740624','2024-09-19 13:10:37',NULL,59.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12654,'5500','61726740624','2024-09-19 13:10:24',59.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12655,'4000','61726740624','2024-09-19 13:10:37',NULL,70.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12656,'1010','61726741063','2024-09-19 13:40:01',250.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674242373370302232','No',NULL,NULL,'mjh'),(12657,'1050','61726741063','2024-09-19 13:40:01',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674242373370302232','No',NULL,NULL,'mjh'),(12658,'1110','61726741063','2024-09-19 13:40:01',NULL,98.25,'','6','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(12659,'5500','61726741063','2024-09-19 13:17:43',98.25,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12660,'4000','61726741063','2024-09-19 13:40:01',NULL,300.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12661,'1050','61726742555','2024-09-19 13:42:42',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674256521313247204','No',NULL,NULL,''),(12662,'1110','61726742555','2024-09-19 13:42:42',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12663,'5500','61726742555','2024-09-19 13:42:35',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12664,'4000','61726742555','2024-09-19 13:42:42',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12665,'1050','61726742566','2024-09-19 13:51:14',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674308072812100232','No',NULL,NULL,''),(12666,'1110','61726742566','2024-09-19 13:51:14',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12667,'1110','61726742566','2024-09-19 13:42:46',NULL,56.17,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12668,'5500','61726742566','2024-09-19 13:50:57',86.85,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12669,'4000','61726742566','2024-09-19 13:51:14',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12670,'4000','61726742566','2024-09-19 13:42:46',NULL,100.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12671,'1100','61726743080','2024-09-19 14:29:37',160.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172674547033432005222','No',NULL,NULL,''),(12672,'1110','61726743080','2024-09-19 14:29:37',NULL,136.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12673,'5500','61726743080','2024-09-19 13:51:20',136.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12674,'4000','61726743080','2024-09-19 14:29:37',NULL,160.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12675,'1050','61726745543','2024-09-19 14:32:34',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674555654755523263','No',NULL,NULL,''),(12676,'1110','61726745543','2024-09-19 14:32:34',NULL,59.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12677,'5500','61726745543','2024-09-19 14:32:23',59.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12678,'4000','61726745543','2024-09-19 14:32:34',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12679,'1010','61726745557','2024-09-19 14:38:29',130.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674591427352123763','No',NULL,NULL,'mpesa'),(12680,'1110','61726745557','2024-09-19 14:38:29',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12681,'1110','61726745557','2024-09-19 14:32:37',NULL,56.55,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(12682,'5500','61726745557','2024-09-19 14:34:45',82.39,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12683,'4000','61726745557','2024-09-19 14:38:29',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12684,'4000','61726745557','2024-09-19 14:32:37',NULL,100.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(12685,'1100','61726745915','2024-09-19 14:45:44',930.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172674635922000043325','No',NULL,NULL,''),(12686,'1110','61726745915','2024-09-19 14:45:44',NULL,680.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12687,'1110','61726745915','2024-09-19 14:38:35',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(12688,'1110','61726745915','2024-09-19 14:45:27',NULL,29.50,'','6','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(12689,'5500','61726745915','2024-09-19 14:45:35',756.84,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12690,'4000','61726745915','2024-09-19 14:45:44',NULL,800.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12691,'4000','61726745915','2024-09-19 14:38:35',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(12692,'4000','61726745915','2024-09-19 14:45:27',NULL,50.00,'','6','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(12693,'1050','61726746640','2024-09-19 14:50:51',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674665413232232034','No',NULL,NULL,''),(12694,'1110','61726746640','2024-09-19 14:50:51',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12695,'5500','61726746640','2024-09-19 14:50:40',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12696,'4000','61726746640','2024-09-19 14:50:51',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12697,'1010','61726746654','2024-09-19 14:58:08',140.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674709573302240304','No',NULL,NULL,'mpesa'),(12698,'1110','61726746654','2024-09-19 14:58:08',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12699,'1110','61726746654','2024-09-19 14:50:55',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12700,'1110','61726746654','2024-09-19 14:57:52',NULL,30.68,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12701,'5500','61726746654','2024-09-19 14:58:01',91.08,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12702,'4000','61726746654','2024-09-19 14:58:08',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12703,'4000','61726746654','2024-09-19 14:50:55',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12704,'4000','61726746654','2024-09-19 14:57:52',NULL,60.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12705,'1100','61726747096','2024-09-19 15:02:54',400.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172674738804336302387','No',NULL,NULL,''),(12706,'1110','61726747096','2024-09-19 15:02:54',NULL,340.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12707,'5500','61726747096','2024-09-19 14:58:16',340.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12708,'4000','61726747096','2024-09-19 15:02:54',NULL,400.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12709,'1010','61726747975','2024-09-19 15:13:06',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674799337040070323','No',NULL,NULL,'mpesa'),(12710,'1110','61726747975','2024-09-19 15:13:06',NULL,29.75,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(12711,'5500','61726747975','2024-09-19 15:12:55',29.75,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12712,'4000','61726747975','2024-09-19 15:13:06',NULL,60.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(12713,'2130','61726747994','2024-09-19 15:20:59',120.00,NULL,'','6','1','Goods returned','1','29','creditnote','','6172674848423242224822','No',NULL,NULL,''),(12714,'1110','61726747994','2024-09-19 15:20:59',102.00,NULL,'','6','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(12715,'5500','61726747994','2024-09-19 15:13:14',NULL,102.00,'','6','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(12716,'4000','61726747994','2024-09-19 15:20:59',120.00,NULL,'','6','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(12717,'1010','61726748851','2024-09-19 15:27:39',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674886442202433620','No',NULL,NULL,'mpesa'),(12718,'1110','61726748851','2024-09-19 15:27:39',NULL,98.25,'','6','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(12719,'5500','61726748851','2024-09-19 15:27:31',98.25,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12720,'4000','61726748851','2024-09-19 15:27:39',NULL,300.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12721,'1010','61726748865','2024-09-19 15:39:18',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172674956427261349323','No',NULL,NULL,'mjh'),(12722,'1110','61726748865','2024-09-19 15:39:18',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12723,'5500','61726748865','2024-09-19 15:27:45',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12724,'4000','61726748865','2024-09-19 15:39:18',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12725,'2130','61726749565','2024-09-19 15:56:29',40.00,NULL,'','6','1','Goods returned','1','24','creditnote','','6172675060553333520433','No',NULL,NULL,''),(12726,'1110','61726749565','2024-09-19 15:56:29',34.00,NULL,'','6','1','Inventory returned','1','24','creditnote','9','','No',NULL,NULL,''),(12727,'5500','61726749565','2024-09-19 15:39:25',NULL,34.00,'','6','1','Cost of goods returned','1','24','creditnote','','','No',NULL,NULL,''),(12728,'4000','61726749565','2024-09-19 15:56:29',40.00,NULL,'','6','1','Good returned','1','24','creditnote','9','','No',NULL,NULL,''),(12729,'1010','61726751025','2024-09-19 16:04:02',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675104733727321223','No',NULL,NULL,'mjh'),(12730,'1110','61726751025','2024-09-19 16:04:02',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12731,'5500','61726751025','2024-09-19 16:03:45',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12732,'4000','61726751025','2024-09-19 16:04:02',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12733,'1010','61726751048','2024-09-19 16:13:19',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675160467000005321','No',NULL,NULL,'mjh'),(12734,'1110','61726751048','2024-09-19 16:13:19',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12735,'5500','61726751048','2024-09-19 16:04:08',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12736,'4000','61726751048','2024-09-19 16:13:19',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12737,'1010','61726751994','2024-09-19 16:31:33',580.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675273440211700030','No',NULL,NULL,'mpesa'),(12738,'1110','61726751994','2024-09-19 16:31:33',NULL,493.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12739,'5500','61726751994','2024-09-19 16:19:54',493.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12740,'4000','61726751994','2024-09-19 16:31:33',NULL,580.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12741,'1010','61726752735','2024-09-19 16:40:25',400.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675323113322236132','No',NULL,NULL,'mpesa'),(12742,'1110','61726752735','2024-09-19 16:40:25',NULL,323.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12743,'1110','61726752735','2024-09-19 16:32:15',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12744,'5500','61726752735','2024-09-19 16:39:21',332.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12745,'4000','61726752735','2024-09-19 16:40:25',NULL,380.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12746,'4000','61726752735','2024-09-19 16:32:15',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12747,'1100','61726753232','2024-09-19 16:53:30',60.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172675402120363200232','No',NULL,NULL,''),(12748,'1110','61726753232','2024-09-19 16:53:30',NULL,29.50,'','6','1','Inventory sold','1','25','sales','110','','No',NULL,NULL,''),(12749,'5500','61726753232','2024-09-19 16:40:32',29.50,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12750,'4000','61726753232','2024-09-19 16:53:30',NULL,60.00,'','6','1','Good sold','1','25','sales','110','','No',NULL,NULL,''),(12751,'2130','61726754585','2024-09-19 17:03:18',60.00,NULL,'','6','1','Goods returned','1','38','creditnote','','6172675461321223323223','No',NULL,NULL,''),(12752,'1110','61726754585','2024-09-19 17:03:18',29.75,NULL,'','6','1','Inventory returned','1','38','creditnote','113','','No',NULL,NULL,''),(12753,'5500','61726754585','2024-09-19 17:03:05',NULL,29.75,'','6','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(12754,'4000','61726754585','2024-09-19 17:03:18',60.00,NULL,'','6','1','Good returned','1','38','creditnote','113','','No',NULL,NULL,''),(12755,'2130','61726754799','2024-09-19 17:06:47',160.00,NULL,'','6','1','Goods returned','1','33','creditnote','','6172675481724843253331','No',NULL,NULL,''),(12756,'1110','61726754799','2024-09-19 17:06:47',136.00,NULL,'','6','1','Inventory returned','1','33','creditnote','9','','No',NULL,NULL,''),(12757,'5500','61726754799','2024-09-19 17:06:40',NULL,136.00,'','6','1','Cost of goods returned','1','33','creditnote','','','No',NULL,NULL,''),(12758,'4000','61726754799','2024-09-19 17:06:47',160.00,NULL,'','6','1','Good returned','1','33','creditnote','9','','No',NULL,NULL,''),(12759,'1100','61726717475','2024-09-19 17:21:40',NULL,240.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fghb'),(12760,'na','61726717475','2024-09-19 17:21:40',240.00,NULL,'','6','1','','1','25','payment','','6172675572473332217775','No',NULL,NULL,'fghb'),(12761,'1100','61726721439','2024-09-19 17:22:27',NULL,280.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'eggfh'),(12762,'na','61726721439','2024-09-19 17:22:27',280.00,NULL,'','6','1','','1','25','payment','','6172675575705237257204','No',NULL,NULL,'eggfh'),(12763,'1100','61726747096','2024-09-19 17:23:07',NULL,400.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'fdff'),(12764,'na','61726747096','2024-09-19 17:23:07',400.00,NULL,'','6','1','','1','25','payment','','6172675582220303335202','No',NULL,NULL,'fdff'),(12765,'1100','61726743080','2024-09-19 17:24:23',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'ffg'),(12766,'na','61726743080','2024-09-19 17:24:23',160.00,NULL,'','6','1','','1','25','payment','','6172675588258286123022','No',NULL,NULL,'ffg'),(12767,'1100','61726715874','2024-09-19 17:25:14',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cfb'),(12768,'na','61726715874','2024-09-19 17:25:14',160.00,NULL,'','6','1','','1','25','payment','','6172675592933323530357','No',NULL,NULL,'cfb'),(12769,'1100','61726723436','2024-09-19 17:25:53',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'2e3r'),(12770,'na','61726723436','2024-09-19 17:25:53',50.00,NULL,'','6','1','','1','25','payment','','6172675597003370632703','No',NULL,NULL,'2e3r'),(12771,'1100','61726753232','2024-09-19 17:26:26',NULL,60.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'SWDEF'),(12772,'na','61726753232','2024-09-19 17:26:26',60.00,NULL,'','6','1','','1','25','payment','','6172675600073300530261','No',NULL,NULL,'SWDEF'),(12773,'1010','61726756140','2024-09-19 17:29:18',180.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675620512722566057','No',NULL,NULL,'bhg'),(12774,'1050','61726756140','2024-09-19 17:29:18',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675620512722566057','No',NULL,NULL,'bhg'),(12775,'1110','61726756140','2024-09-19 17:29:18',NULL,238.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12776,'5500','61726756140','2024-09-19 17:29:00',238.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12777,'4000','61726756140','2024-09-19 17:29:18',NULL,280.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12778,'2130','61726756723','2024-09-19 17:38:57',160.00,NULL,'','6','1','Goods returned','1','41','creditnote','','6172675675530521523070','No',NULL,NULL,''),(12779,'1110','61726756723','2024-09-19 17:38:57',136.00,NULL,'','6','1','Inventory returned','1','41','creditnote','9','','No',NULL,NULL,''),(12780,'5500','61726756723','2024-09-19 17:38:43',NULL,136.00,'','6','1','Cost of goods returned','1','41','creditnote','','','No',NULL,NULL,''),(12781,'4000','61726756723','2024-09-19 17:38:57',160.00,NULL,'','6','1','Good returned','1','41','creditnote','9','','No',NULL,NULL,''),(12782,'1010','61726757077','2024-09-19 17:44:59',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675710765202033063','No',NULL,NULL,'fg'),(12783,'1110','61726757077','2024-09-19 17:44:59',NULL,51.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12784,'5500','61726757077','2024-09-19 17:44:37',51.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12785,'4000','61726757077','2024-09-19 17:44:59',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12786,'1010','61726757108','2024-09-19 17:47:14',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675724432324324321','No',NULL,NULL,'mjh'),(12787,'1110','61726757108','2024-09-19 17:47:14',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12788,'5500','61726757108','2024-09-19 17:45:08',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12789,'4000','61726757108','2024-09-19 17:47:14',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12790,'1010','61726757245','2024-09-19 17:51:24',240.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675749037532014030','No',NULL,NULL,'mjh'),(12791,'1110','61726757245','2024-09-19 17:51:24',NULL,204.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12792,'5500','61726757245','2024-09-19 17:47:25',204.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12793,'4000','61726757245','2024-09-19 17:51:24',NULL,240.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12794,'1010','61726757490','2024-09-19 17:53:41',160.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675762773222703023','No',NULL,NULL,'mjh'),(12795,'1110','61726757490','2024-09-19 17:53:41',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12796,'5500','61726757490','2024-09-19 17:51:31',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12797,'4000','61726757490','2024-09-19 17:53:41',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12798,'1010','61726757628','2024-09-19 18:15:23',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675894628037243307','No',NULL,NULL,'mjh'),(12799,'1050','61726757628','2024-09-19 18:15:23',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675894628037243307','No',NULL,NULL,'mjh'),(12800,'1110','61726757628','2024-09-19 18:15:23',NULL,255.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12801,'5500','61726757628','2024-09-19 17:53:48',255.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12802,'4000','61726757628','2024-09-19 18:15:23',NULL,300.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12803,'1010','61726758947','2024-09-19 18:20:37',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675927424200500366','No',NULL,NULL,'bhg'),(12804,'1110','61726758947','2024-09-19 18:20:37',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12805,'5500','61726758947','2024-09-19 18:15:47',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12806,'4000','61726758947','2024-09-19 18:20:37',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12807,'1050','61726759275','2024-09-19 18:21:24',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675928733727329223','No',NULL,NULL,''),(12808,'1110','61726759275','2024-09-19 18:21:24',NULL,56.47,'','6','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(12809,'5500','61726759275','2024-09-19 18:21:15',56.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12810,'4000','61726759275','2024-09-19 18:21:24',NULL,100.00,'','6','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(12811,'1050','61726759288','2024-09-19 18:24:38',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675948099435022262','No',NULL,NULL,''),(12812,'1110','61726759288','2024-09-19 18:24:38',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12813,'5500','61726759288','2024-09-19 18:21:28',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12814,'4000','61726759288','2024-09-19 18:24:38',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12815,'1010','61726759483','2024-09-19 18:24:54',30.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675949832263328927','No',NULL,NULL,'mjh'),(12816,'1110','61726759483','2024-09-19 18:24:54',NULL,25.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12817,'5500','61726759483','2024-09-19 18:24:43',25.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12818,'4000','61726759483','2024-09-19 18:24:54',NULL,30.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12819,'1050','61726759560','2024-09-19 18:28:23',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675970552927152202','No',NULL,NULL,''),(12820,'1110','61726759560','2024-09-19 18:28:23',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12821,'5500','61726759560','2024-09-19 18:26:00',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12822,'4000','61726759560','2024-09-19 18:28:23',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12823,'1010','61726759706','2024-09-19 18:32:19',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172675994422003422222','No',NULL,NULL,'bhg'),(12824,'1110','61726759706','2024-09-19 18:32:19',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12825,'5500','61726759706','2024-09-19 18:28:26',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12826,'4000','61726759706','2024-09-19 18:32:19',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12827,'1010','61726759944','2024-09-19 18:36:58',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676026862062373300','No',NULL,NULL,'mpesa'),(12828,'1110','61726759944','2024-09-19 18:36:58',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12829,'1110','61726759944','2024-09-19 18:32:24',NULL,9.40,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(12830,'5500','61726759944','2024-09-19 18:36:50',77.40,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12831,'4000','61726759944','2024-09-19 18:36:58',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12832,'4000','61726759944','2024-09-19 18:32:24',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12833,'1050','61726760268','2024-09-19 18:39:08',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676035033330203372','No',NULL,NULL,''),(12834,'1110','61726760268','2024-09-19 18:39:08',NULL,42.84,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12835,'5500','61726760268','2024-09-19 18:37:48',42.84,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12836,'4000','61726760268','2024-09-19 18:39:08',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12837,'1050','61726760351','2024-09-19 18:42:41',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676056452060344423','No',NULL,NULL,''),(12838,'1110','61726760351','2024-09-19 18:42:41',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12839,'5500','61726760351','2024-09-19 18:39:11',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12840,'4000','61726760351','2024-09-19 18:42:41',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12841,'1050','61726760564','2024-09-19 18:45:03',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676070460330320372','No',NULL,NULL,''),(12842,'1110','61726760564','2024-09-19 18:45:03',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12843,'5500','61726760564','2024-09-19 18:42:45',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12844,'4000','61726760564','2024-09-19 18:45:03',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12845,'1010','61726760705','2024-09-19 18:47:31',60.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676087270236362728','No',NULL,NULL,'mjh'),(12846,'1050','61726760705','2024-09-19 18:47:31',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676087270236362728','No',NULL,NULL,'mjh'),(12847,'1110','61726760705','2024-09-19 18:47:31',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12848,'5500','61726760705','2024-09-19 18:45:05',136.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12849,'4000','61726760705','2024-09-19 18:47:31',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12850,'2130','61726760873','2024-09-19 19:03:39',80.00,NULL,'','6','1','Goods returned','1','36','creditnote','','6172676183311274200046','No',NULL,NULL,''),(12851,'1110','61726760873','2024-09-19 19:03:39',68.00,NULL,'','6','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(12852,'5500','61726760873','2024-09-19 18:47:53',NULL,68.00,'','6','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(12853,'4000','61726760873','2024-09-19 19:03:39',80.00,NULL,'','6','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(12854,'1010','61726762093','2024-09-19 19:08:21',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676210612132610027','No',NULL,NULL,'mjh'),(12855,'1110','61726762093','2024-09-19 19:08:21',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12856,'5500','61726762093','2024-09-19 19:08:13',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12857,'4000','61726762093','2024-09-19 19:08:21',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12858,'1050','61726762109','2024-09-19 19:08:35',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676211706166101030','No',NULL,NULL,''),(12859,'1110','61726762109','2024-09-19 19:08:35',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12860,'5500','61726762109','2024-09-19 19:08:29',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12861,'4000','61726762109','2024-09-19 19:08:35',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12862,'1010','61726762629','2024-09-19 19:18:04',80.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676269272263222302','No',NULL,NULL,'mjh'),(12863,'1110','61726762629','2024-09-19 19:18:04',NULL,68.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12864,'5500','61726762629','2024-09-19 19:17:09',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12865,'4000','61726762629','2024-09-19 19:18:04',NULL,80.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12866,'1100','61726715849','2024-09-19 19:19:43',NULL,360.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'vcc'),(12867,'na','61726715849','2024-09-19 19:19:43',360.00,NULL,'','6','1','','1','25','payment','','6172676280322323086033','No',NULL,NULL,'vcc'),(12868,'1100','61726745915','2024-09-19 19:20:23',NULL,800.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cvx'),(12869,'na','61726745915','2024-09-19 19:20:23',800.00,NULL,'','6','1','','1','25','payment','','6172676284422330633333','No',NULL,NULL,'cvx'),(12874,'1100','61726715896','2024-09-19 19:22:07',NULL,150.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12875,'na','61726715896','2024-09-19 19:22:07',150.00,NULL,'','6','1','','1','25','payment','','6172676293532734310223','No',NULL,NULL,''),(12876,'1100','61726716737','2024-09-19 19:28:06',NULL,200.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'cxz'),(12877,'na','61726716737','2024-09-19 19:28:06',200.00,NULL,'','6','1','','1','25','payment','','6172676329963330066033','No',NULL,NULL,'cxz'),(12878,'1010','61726763476','2024-09-19 19:31:28',100.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676349336434363320','No',NULL,NULL,'mjh'),(12879,'1110','61726763476','2024-09-19 19:31:28',NULL,85.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12880,'5500','61726763476','2024-09-19 19:31:16',85.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12881,'4000','61726763476','2024-09-19 19:31:28',NULL,100.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12882,'1010','61726763515','2024-09-19 19:35:48',40.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676375433262033252','No',NULL,NULL,'mpesa'),(12883,'1110','61726763515','2024-09-19 19:35:48',NULL,34.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12884,'5500','61726763515','2024-09-19 19:31:55',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12885,'4000','61726763515','2024-09-19 19:35:48',NULL,40.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12886,'1100','61726763754','2024-09-19 19:37:54',40.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172676388382602382330','No',NULL,NULL,''),(12887,'1110','61726763754','2024-09-19 19:37:54',NULL,34.00,'','6','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12888,'5500','61726763754','2024-09-19 19:35:54',34.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12889,'4000','61726763754','2024-09-19 19:37:54',NULL,40.00,'','6','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12890,'1010','61726764332','2024-09-19 19:45:45',120.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676436722332636402','No',NULL,NULL,'mpesa'),(12891,'1110','61726764332','2024-09-19 19:45:45',NULL,102.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12892,'5500','61726764332','2024-09-19 19:45:32',102.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12893,'4000','61726764332','2024-09-19 19:45:45',NULL,120.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12894,'1010','61726764367','2024-09-19 19:47:54',450.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676456432323622472','No',NULL,NULL,'mpesa'),(12895,'1110','61726764367','2024-09-19 19:47:54',NULL,282.12,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12896,'5500','61726764367','2024-09-19 19:46:08',282.12,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12897,'4000','61726764367','2024-09-19 19:47:54',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12898,'1100','61726724109','2024-09-19 19:51:51',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12899,'na','61726724109','2024-09-19 19:51:51',40.00,NULL,'','6','1','','1','25','payment','','6172676472270330466422','No',NULL,NULL,''),(12900,'1010','61726764924','2024-09-19 19:55:41',50.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676494526632242132','No',NULL,NULL,'mjh'),(12901,'1110','61726764924','2024-09-19 19:55:41',NULL,29.50,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12902,'5500','61726764924','2024-09-19 19:55:24',29.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12903,'4000','61726764924','2024-09-19 19:55:41',NULL,50.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12904,'1010','61726764946','2024-09-19 19:56:06',20.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676497122923022322','No',NULL,NULL,'mjh'),(12905,'1110','61726764946','2024-09-19 19:56:06',NULL,17.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12906,'5500','61726764946','2024-09-19 19:55:46',17.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12907,'4000','61726764946','2024-09-19 19:56:06',NULL,20.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12908,'1100','61726721961','2024-09-19 20:01:02',NULL,160.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12909,'na','61726721961','2024-09-19 20:01:02',160.00,NULL,'','6','1','','1','25','payment','','6172676527027030020222','No',NULL,NULL,''),(12910,'1010','61726765285','2024-09-19 20:01:34',150.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676529923420232692','No',NULL,NULL,'mpesa'),(12911,'1110','61726765285','2024-09-19 20:01:34',NULL,94.04,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12912,'5500','61726765285','2024-09-19 20:01:25',94.04,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12913,'4000','61726765285','2024-09-19 20:01:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12914,'1100','61726726178','2024-09-19 20:04:33',NULL,100.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'tui8ll'),(12915,'na','61726726178','2024-09-19 20:04:33',100.00,NULL,'','6','1','','1','25','payment','','6172676548623083321363','No',NULL,NULL,'tui8ll'),(12916,'1100','61726763754','2024-09-19 20:09:49',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'7io8op'),(12917,'na','61726763754','2024-09-19 20:09:49',40.00,NULL,'','6','1','','1','25','payment','','6172676581150220700126','No',NULL,NULL,'7io8op'),(12918,'1100','61726730304','2024-09-19 20:14:23',NULL,40.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12919,'na','61726730304','2024-09-19 20:14:23',40.00,NULL,'','6','1','','1','25','payment','','6172676607302024260220','No',NULL,NULL,''),(12920,'1100','61726740445','2024-09-19 13:07:43',80.00,NULL,'','6','1','Payment of goods sold','1','25','payment','','6172676618272327430022','No',NULL,NULL,''),(12921,'1110','61726740445','2024-09-19 13:07:43',NULL,47.34,'','6','1','Inventory sold','1','25','sales','1','','No',NULL,NULL,''),(12922,'5500','61726740445','2024-09-19 13:07:25',47.34,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12923,'4000','61726740445','2024-09-19 13:07:43',NULL,80.00,'','6','1','Good sold','1','25','sales','1','','No',NULL,NULL,''),(12924,'1100','61726733764','2024-09-19 20:19:50',NULL,30.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12925,'na','61726733764','2024-09-19 20:19:50',30.00,NULL,'','6','1','','1','25','payment','','6172676640133226033214','No',NULL,NULL,''),(12926,'1100','61726730267','2024-09-19 20:20:25',NULL,80.00,'','6','1','','1','24','payment','','','No',NULL,NULL,'uuyi'),(12927,'na','61726730267','2024-09-19 20:20:25',80.00,NULL,'','6','1','','1','24','payment','','6172676643870020213323','No',NULL,NULL,'uuyi'),(12928,'1100','61726740445','2024-09-19 20:26:17',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'hkjlkl;'),(12929,'na','61726740445','2024-09-19 20:26:17',80.00,NULL,'','6','1','','1','25','payment','','6172676679631277336623','No',NULL,NULL,'hkjlkl;'),(12930,'1100','61726745915','2024-09-19 20:28:10',NULL,80.00,'','6','1','','1','25','payment','','','No',NULL,NULL,'htjk,'),(12931,'na','61726745915','2024-09-19 20:28:10',80.00,NULL,'','6','1','','1','25','payment','','6172676689916232040308','No',NULL,NULL,'htjk,'),(12932,'1100','61726745915','2024-09-19 20:28:19',NULL,50.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(12933,'na','61726745915','2024-09-19 20:28:19',50.00,NULL,'','6','1','','1','25','payment','','6172676690932392022429','No',NULL,NULL,''),(12934,'2130','61726767266','2024-09-19 20:34:35',60.00,NULL,'','6','1','Goods returned','1','27','creditnote','','6172676728623420232662','No',NULL,NULL,''),(12935,'1110','61726767266','2024-09-19 20:34:35',51.00,NULL,'','6','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(12936,'5500','61726767266','2024-09-19 20:34:26',NULL,51.00,'','6','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(12937,'4000','61726767266','2024-09-19 20:34:35',60.00,NULL,'','6','1','Good returned','1','27','creditnote','9','','No',NULL,NULL,''),(12938,'1010','61726767643','2024-09-19 20:41:00',205.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6172676766531756222430','No',NULL,NULL,'bhg'),(12939,'1110','61726767643','2024-09-19 20:41:00',NULL,136.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12940,'1110','61726767643','2024-09-19 20:40:43',NULL,27.00,'','6','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(12941,'5500','61726767643','2024-09-19 20:40:53',163.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12942,'4000','61726767643','2024-09-19 20:41:00',NULL,160.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12943,'4000','61726767643','2024-09-19 20:40:43',NULL,45.00,'','6','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(12944,'1100','41726802403','2024-09-20 06:20:14',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680242223232320422','No',NULL,NULL,''),(12945,'1110','41726802403','2024-09-20 06:20:14',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12946,'5500','41726802403','2024-09-20 06:20:03',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12947,'4000','41726802403','2024-09-20 06:20:14',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12948,'1100','41726802426','2024-09-20 06:20:36',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680244430222424243','No',NULL,NULL,''),(12949,'1110','41726802426','2024-09-20 06:20:36',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12950,'5500','41726802426','2024-09-20 06:20:26',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12951,'4000','41726802426','2024-09-20 06:20:36',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12952,'1100','41726802446','2024-09-20 06:21:15',150.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680248323238202440','No',NULL,NULL,''),(12953,'1110','41726802446','2024-09-20 06:21:15',NULL,127.84,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12954,'5500','41726802446','2024-09-20 06:20:46',127.84,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12955,'4000','41726802446','2024-09-20 06:21:15',NULL,150.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12956,'1010','41726802705','2024-09-20 06:25:17',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172680272337003272033','No',NULL,NULL,'bhg'),(12957,'1110','41726802705','2024-09-20 06:25:17',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12958,'5500','41726802705','2024-09-20 06:25:05',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12959,'4000','41726802705','2024-09-20 06:25:17',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12960,'1050','41726802725','2024-09-20 06:25:36',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172680273833423233330','No',NULL,NULL,''),(12961,'1110','41726802725','2024-09-20 06:25:36',NULL,170.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12962,'5500','41726802725','2024-09-20 06:25:25',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12963,'4000','41726802725','2024-09-20 06:25:36',NULL,200.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12964,'1100','41726802739','2024-09-20 06:57:46',240.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680467604342432403','No',NULL,NULL,''),(12965,'1110','41726802739','2024-09-20 06:57:46',NULL,204.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12966,'5500','41726802739','2024-09-20 06:25:39',204.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12967,'4000','41726802739','2024-09-20 06:57:46',NULL,240.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12968,'1100','41726806395','2024-09-20 07:26:43',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680641520426435183','No',NULL,NULL,''),(12969,'1110','41726806395','2024-09-20 07:26:43',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12970,'5500','41726806395','2024-09-20 07:26:35',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12971,'4000','41726806395','2024-09-20 07:26:43',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12972,'1100','41726806417','2024-09-20 07:27:07',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680643730640107237','No',NULL,NULL,''),(12973,'1110','41726806417','2024-09-20 07:27:07',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12974,'5500','41726806417','2024-09-20 07:26:57',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12975,'4000','41726806417','2024-09-20 07:27:07',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12976,'1100','41726807005','2024-09-20 07:36:56',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680702522033063032','No',NULL,NULL,''),(12977,'1110','41726807005','2024-09-20 07:36:56',NULL,170.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12978,'5500','41726807005','2024-09-20 07:36:45',170.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12979,'4000','41726807005','2024-09-20 07:36:56',NULL,200.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12980,'1010','41726807181','2024-09-20 07:55:47',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172680815134102343224','No',NULL,NULL,'mjh'),(12981,'1110','41726807181','2024-09-20 07:55:47',NULL,29.75,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(12982,'5500','41726807181','2024-09-20 07:39:41',29.75,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12983,'4000','41726807181','2024-09-20 07:55:47',NULL,60.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(12984,'1100','41726808152','2024-09-20 07:56:49',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172680821831843818110','No',NULL,NULL,''),(12985,'1110','41726808152','2024-09-20 07:56:49',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(12986,'5500','41726808152','2024-09-20 07:55:52',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(12987,'4000','41726808152','2024-09-20 07:56:49',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(12988,'1010','41726809154','2024-09-20 08:12:48',130.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172680917313333730733','No',NULL,NULL,'mjh'),(12989,'1110','41726809154','2024-09-20 08:12:48',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12990,'1110','41726809154','2024-09-20 08:12:34',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12991,'5500','41726809154','2024-09-20 08:12:39',98.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12992,'4000','41726809154','2024-09-20 08:12:48',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12993,'4000','41726809154','2024-09-20 08:12:34',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12994,'1010','41726809173','2024-09-20 08:19:10',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172680955592022173352','No',NULL,NULL,'mjh'),(12995,'1110','41726809173','2024-09-20 08:19:10',NULL,85.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12996,'5500','41726809173','2024-09-20 08:12:53',85.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12997,'4000','41726809173','2024-09-20 08:19:10',NULL,100.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12998,'2130','41726809556','2024-09-20 08:27:29',320.00,NULL,'','4','1','Goods returned','1','26','creditnote','','4172681006224263406400','No',NULL,NULL,''),(12999,'1110','41726809556','2024-09-20 08:27:29',272.00,NULL,'','4','1','Inventory returned','1','26','creditnote','9','','No',NULL,NULL,''),(13000,'5500','41726809556','2024-09-20 08:19:16',NULL,272.00,'','4','1','Cost of goods returned','1','26','creditnote','','','No',NULL,NULL,''),(13001,'4000','41726809556','2024-09-20 08:27:29',320.00,NULL,'','4','1','Good returned','1','26','creditnote','9','','No',NULL,NULL,''),(13002,'1100','41726810230','2024-09-20 08:30:36',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172681024404837340412','No',NULL,NULL,''),(13003,'1110','41726810230','2024-09-20 08:30:36',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13004,'5500','41726810230','2024-09-20 08:30:30',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13005,'4000','41726810230','2024-09-20 08:30:36',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13006,'1010','41726810250','2024-09-20 08:31:02',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681026606220222443','No',NULL,NULL,'mjh'),(13007,'1110','41726810250','2024-09-20 08:31:02',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13008,'5500','41726810250','2024-09-20 08:30:50',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13009,'4000','41726810250','2024-09-20 08:31:02',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13010,'2130','41726810267','2024-09-20 08:36:15',120.00,NULL,'','4','1','Goods returned','1','28','creditnote','','4172681058932962022283','No',NULL,NULL,''),(13011,'1110','41726810267','2024-09-20 08:36:15',102.00,NULL,'','4','1','Inventory returned','1','28','creditnote','9','','No',NULL,NULL,''),(13012,'5500','41726810267','2024-09-20 08:31:07',NULL,102.00,'','4','1','Cost of goods returned','1','28','creditnote','','','No',NULL,NULL,''),(13013,'4000','41726810267','2024-09-20 08:36:15',120.00,NULL,'','4','1','Good returned','1','28','creditnote','9','','No',NULL,NULL,''),(13014,'1100','41726810592','2024-09-20 08:55:12',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172681172000212217337','No',NULL,NULL,''),(13015,'1110','41726810592','2024-09-20 08:55:12',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13016,'5500','41726810592','2024-09-20 08:36:32',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13017,'4000','41726810592','2024-09-20 08:55:12',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13018,'1100','41726811726','2024-09-20 09:12:28',40.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172681275583233252120','No',NULL,NULL,''),(13019,'1110','41726811726','2024-09-20 09:12:28',NULL,34.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13020,'5500','41726811726','2024-09-20 08:55:26',34.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13021,'4000','41726811726','2024-09-20 09:12:28',NULL,40.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13022,'1100','41726812761','2024-09-20 09:12:56',100.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172681278323273323322','No',NULL,NULL,''),(13023,'1110','41726812761','2024-09-20 09:12:56',NULL,85.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13024,'5500','41726812761','2024-09-20 09:12:41',85.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13025,'4000','41726812761','2024-09-20 09:12:56',NULL,100.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13026,'1010','41726812786','2024-09-20 09:13:15',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681281630633020200','No',NULL,NULL,'bhg'),(13027,'1050','41726812786','2024-09-20 09:13:15',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681281630633020200','No',NULL,NULL,'bhg'),(13028,'1110','41726812786','2024-09-20 09:13:15',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13029,'5500','41726812786','2024-09-20 09:13:06',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13030,'4000','41726812786','2024-09-20 09:13:15',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13031,'1100','41726812817','2024-09-20 09:14:03',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172681285130330333330','No',NULL,NULL,''),(13032,'1110','41726812817','2024-09-20 09:14:03',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13033,'5500','41726812817','2024-09-20 09:13:37',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13034,'4000','41726812817','2024-09-20 09:14:03',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13035,'1010','41726814391','2024-09-20 09:40:01',160.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681440724002700247','No',NULL,NULL,'bhg'),(13036,'1110','41726814391','2024-09-20 09:40:01',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13037,'5500','41726814391','2024-09-20 09:39:51',136.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13038,'4000','41726814391','2024-09-20 09:40:01',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13039,'1010','41726814408','2024-09-20 10:09:44',290.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681618930314623822','No',NULL,NULL,'mjh'),(13040,'1110','41726814408','2024-09-20 10:09:44',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13041,'1110','41726814408','2024-09-20 09:40:08',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13042,'5500','41726814408','2024-09-20 10:09:35',233.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13043,'4000','41726814408','2024-09-20 10:09:44',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13044,'4000','41726814408','2024-09-20 09:40:08',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13045,'1050','41726816212','2024-09-20 10:16:42',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681660402332340047','No',NULL,NULL,''),(13046,'1110','41726816212','2024-09-20 10:16:42',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13047,'5500','41726816212','2024-09-20 10:10:13',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13048,'4000','41726816212','2024-09-20 10:16:42',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13049,'1010','41726816606','2024-09-20 10:16:57',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681662163281733362','No',NULL,NULL,'mjh'),(13050,'1110','41726816606','2024-09-20 10:16:57',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13051,'5500','41726816606','2024-09-20 10:16:46',42.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13052,'4000','41726816606','2024-09-20 10:16:57',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13053,'1050','41726816621','2024-09-20 10:28:56',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681733876012736403','No',NULL,NULL,''),(13054,'1110','41726816621','2024-09-20 10:28:56',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13055,'5500','41726816621','2024-09-20 10:17:02',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13056,'4000','41726816621','2024-09-20 10:28:56',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13057,'1010','41726817339','2024-09-20 10:30:33',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681744106032343422','No',NULL,NULL,'fg'),(13058,'1110','41726817339','2024-09-20 10:30:33',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13059,'5500','41726817339','2024-09-20 10:28:59',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13060,'4000','41726817339','2024-09-20 10:30:33',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13061,'1050','41726817442','2024-09-20 10:54:18',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172681885933260283108','No',NULL,NULL,''),(13062,'1110','41726817442','2024-09-20 10:54:18',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13063,'5500','41726817442','2024-09-20 10:30:42',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13064,'4000','41726817442','2024-09-20 10:54:18',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13069,'1050','41726821645','2024-09-20 11:40:52',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682165531312142308','No',NULL,NULL,''),(13070,'1110','41726821645','2024-09-20 11:40:52',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13071,'5500','41726821645','2024-09-20 11:40:45',94.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13072,'4000','41726821645','2024-09-20 11:40:52',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13073,'1050','41726821655','2024-09-20 12:28:26',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682451041060213246','No',NULL,NULL,''),(13074,'1110','41726821655','2024-09-20 12:28:26',NULL,26.17,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13075,'5500','41726821655','2024-09-20 11:40:55',26.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13076,'4000','41726821655','2024-09-20 12:28:26',NULL,50.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13077,'1010','41726825123','2024-09-20 12:51:49',120.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682591333335706022','No',NULL,NULL,'bhg'),(13078,'1110','41726825123','2024-09-20 12:51:49',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13079,'5500','41726825123','2024-09-20 12:38:43',102.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13080,'4000','41726825123','2024-09-20 12:51:49',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13081,'1010','41726825914','2024-09-20 13:12:31',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682715532207100025','No',NULL,NULL,'mpesa'),(13082,'1110','41726825914','2024-09-20 13:12:31',NULL,47.34,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13083,'5500','41726825914','2024-09-20 12:51:54',47.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13084,'4000','41726825914','2024-09-20 13:12:31',NULL,80.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13085,'1050','41726827205','2024-09-20 13:17:36',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682745754234443142','No',NULL,NULL,''),(13086,'1110','41726827205','2024-09-20 13:17:36',NULL,52.66,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(13087,'5500','41726827205','2024-09-20 13:13:25',52.66,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13088,'4000','41726827205','2024-09-20 13:17:36',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13089,'2130','41726827458','2024-09-20 13:35:15',80.00,NULL,'','4','1','Goods returned','1','34','creditnote','','4172682854035213033502','No',NULL,NULL,''),(13090,'1110','41726827458','2024-09-20 13:35:15',68.00,NULL,'','4','1','Inventory returned','1','34','creditnote','9','','No',NULL,NULL,''),(13091,'5500','41726827458','2024-09-20 13:17:38',NULL,68.00,'','4','1','Cost of goods returned','1','34','creditnote','','','No',NULL,NULL,''),(13092,'4000','41726827458','2024-09-20 13:35:15',80.00,NULL,'','4','1','Good returned','1','34','creditnote','9','','No',NULL,NULL,''),(13093,'1010','41726829411','2024-09-20 13:50:21',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682943323320033002','No',NULL,NULL,'mjh'),(13094,'1050','41726829411','2024-09-20 13:50:21',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682943323320033002','No',NULL,NULL,'mjh'),(13095,'1110','41726829411','2024-09-20 13:50:21',NULL,61.36,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13096,'5500','41726829411','2024-09-20 13:50:11',61.36,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13097,'4000','41726829411','2024-09-20 13:50:21',NULL,120.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13098,'1050','41726829434','2024-09-20 13:52:28',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172682954943938322026','No',NULL,NULL,''),(13099,'1110','41726829434','2024-09-20 13:52:28',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13100,'5500','41726829434','2024-09-20 13:50:34',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13101,'4000','41726829434','2024-09-20 13:52:28',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13102,'1100','41726802739','2024-09-20 13:53:40',NULL,240.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(13103,'na','41726802739','2024-09-20 13:53:40',240.00,NULL,'','4','1','','1','25','payment','','4172682963273444322639','No',NULL,NULL,'nbv'),(13104,'1100','41726829646','2024-09-20 13:54:15',280.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172682966333236642022','No',NULL,NULL,''),(13105,'1110','41726829646','2024-09-20 13:54:15',NULL,238.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13106,'5500','41726829646','2024-09-20 13:54:06',238.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13107,'4000','41726829646','2024-09-20 13:54:15',NULL,280.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13108,'1050','41726830132','2024-09-20 14:02:25',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683015132742233246','No',NULL,NULL,''),(13109,'1110','41726830132','2024-09-20 14:02:25',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(13110,'5500','41726830132','2024-09-20 14:02:12',56.45,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13111,'4000','41726830132','2024-09-20 14:02:25',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(13112,'1010','41726830152','2024-09-20 14:14:24',140.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683088603402222230','No',NULL,NULL,'mjh'),(13113,'1050','41726830152','2024-09-20 14:14:24',205.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683088603402222230','No',NULL,NULL,'mjh'),(13114,'1110','41726830152','2024-09-20 14:14:24',NULL,56.37,'','4','1','Inventory sold','1','','sales','106','','No',NULL,NULL,''),(13115,'1110','41726830152','2024-09-20 14:02:32',NULL,56.45,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(13116,'1110','41726830152','2024-09-20 14:13:39',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13117,'1110','41726830152','2024-09-20 14:13:47',NULL,42.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13118,'1110','41726830152','2024-09-20 14:13:56',NULL,27.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(13119,'5500','41726830152','2024-09-20 14:14:15',213.49,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13120,'4000','41726830152','2024-09-20 14:14:24',NULL,100.00,'','4','1','Good sold','1','','sales','106','','No',NULL,NULL,''),(13121,'4000','41726830152','2024-09-20 14:02:32',NULL,100.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(13122,'4000','41726830152','2024-09-20 14:13:39',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13123,'4000','41726830152','2024-09-20 14:13:47',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13124,'4000','41726830152','2024-09-20 14:13:56',NULL,45.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(13125,'1050','41726830898','2024-09-20 14:23:39',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683142136226120410','No',NULL,NULL,''),(13126,'1110','41726830898','2024-09-20 14:23:39',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13127,'5500','41726830898','2024-09-20 14:14:58',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13128,'4000','41726830898','2024-09-20 14:23:39',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13129,'1050','41726831422','2024-09-20 14:28:42',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683176060030236233','No',NULL,NULL,''),(13130,'1110','41726831422','2024-09-20 14:28:42',NULL,30.68,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13131,'5500','41726831422','2024-09-20 14:23:42',30.68,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13132,'4000','41726831422','2024-09-20 14:28:42',NULL,60.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13133,'1010','41726831761','2024-09-20 14:40:08',260.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683241620234233224','No',NULL,NULL,'mpesa'),(13134,'1110','41726831761','2024-09-20 14:40:08',NULL,113.10,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13135,'1110','41726831761','2024-09-20 14:29:21',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(13136,'5500','41726831761','2024-09-20 14:39:53',143.87,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13137,'4000','41726831761','2024-09-20 14:40:08',NULL,200.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13138,'4000','41726831761','2024-09-20 14:29:21',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(13139,'1050','41726832416','2024-09-20 15:14:17',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683446134103014313','No',NULL,NULL,''),(13140,'1110','41726832416','2024-09-20 15:14:17',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13141,'5500','41726832416','2024-09-20 14:40:16',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13142,'4000','41726832416','2024-09-20 15:14:17',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13143,'1010','41726834461','2024-09-20 15:20:08',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683483033272020062','No',NULL,NULL,'bhg'),(13144,'1110','41726834461','2024-09-20 15:20:08',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(13145,'5500','41726834461','2024-09-20 15:14:21',30.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13146,'4000','41726834461','2024-09-20 15:20:08',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(13147,'1050','41726834831','2024-09-20 15:26:56',150.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683521902383320333','No',NULL,NULL,''),(13148,'1110','41726834831','2024-09-20 15:26:56',NULL,59.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13149,'1110','41726834831','2024-09-20 15:20:31',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13150,'5500','41726834831','2024-09-20 15:26:46',89.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13151,'4000','41726834831','2024-09-20 15:26:56',NULL,100.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13152,'4000','41726834831','2024-09-20 15:20:31',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13153,'1010','41726835219','2024-09-20 15:45:01',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683630623320037224','No',NULL,NULL,'bhg'),(13154,'1110','41726835219','2024-09-20 15:45:01',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13155,'5500','41726835219','2024-09-20 15:27:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13156,'4000','41726835219','2024-09-20 15:45:01',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13157,'1010','41726836307','2024-09-20 15:50:21',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683662862262322332','No',NULL,NULL,'mjh'),(13158,'1110','41726836307','2024-09-20 15:50:21',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13159,'5500','41726836307','2024-09-20 15:45:07',30.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13160,'4000','41726836307','2024-09-20 15:50:21',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13161,'2130','41726836721','2024-09-20 15:52:09',120.00,NULL,'','4','1','Goods returned','1','29','creditnote','','4172683674334434260220','No',NULL,NULL,''),(13162,'1110','41726836721','2024-09-20 15:52:09',102.00,NULL,'','4','1','Inventory returned','1','29','creditnote','9','','No',NULL,NULL,''),(13163,'5500','41726836721','2024-09-20 15:52:01',NULL,102.00,'','4','1','Cost of goods returned','1','29','creditnote','','','No',NULL,NULL,''),(13164,'4000','41726836721','2024-09-20 15:52:09',120.00,NULL,'','4','1','Good returned','1','29','creditnote','9','','No',NULL,NULL,''),(13165,'1050','41726836759','2024-09-20 15:56:55',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683701722222023230','No',NULL,NULL,''),(13166,'1110','41726836759','2024-09-20 15:56:55',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13167,'5500','41726836759','2024-09-20 15:52:39',30.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13168,'4000','41726836759','2024-09-20 15:56:55',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13169,'1010','41726838170','2024-09-20 16:16:27',75.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683819432020370423','No',NULL,NULL,'bhg'),(13170,'1110','41726838170','2024-09-20 16:16:27',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13171,'5500','41726838170','2024-09-20 16:16:10',47.02,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13172,'4000','41726838170','2024-09-20 16:16:27',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13173,'1100','41726838194','2024-09-20 16:21:28',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172683849823200373460','No',NULL,NULL,''),(13174,'1110','41726838194','2024-09-20 16:21:28',NULL,52.66,'','4','1','Inventory sold','1','25','sales','6','','No',NULL,NULL,''),(13175,'5500','41726838194','2024-09-20 16:16:34',52.66,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13176,'4000','41726838194','2024-09-20 16:21:28',NULL,80.00,'','4','1','Good sold','1','25','sales','6','','No',NULL,NULL,''),(13177,'1050','41726839158','2024-09-20 16:40:18',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683962182023331333','No',NULL,NULL,''),(13178,'1110','41726839158','2024-09-20 16:40:18',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13179,'5500','41726839158','2024-09-20 16:32:38',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13180,'4000','41726839158','2024-09-20 16:40:18',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13181,'1050','41726839622','2024-09-20 16:46:12',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172683997307209242949','No',NULL,NULL,''),(13182,'1110','41726839622','2024-09-20 16:46:12',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13183,'5500','41726839622','2024-09-20 16:40:22',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13184,'4000','41726839622','2024-09-20 16:46:12',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13185,'1010','41726839974','2024-09-20 17:34:03',320.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684284922329332443','No',NULL,NULL,'mjh'),(13186,'1110','41726839974','2024-09-20 17:34:03',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13187,'1110','41726839974','2024-09-20 16:46:14',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(13188,'1110','41726839974','2024-09-20 17:30:11',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13189,'5500','41726839974','2024-09-20 17:30:19',264.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13190,'4000','41726839974','2024-09-20 17:34:03',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13191,'4000','41726839974','2024-09-20 16:46:14',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(13192,'4000','41726839974','2024-09-20 17:30:11',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13193,'1010','41726842850','2024-09-20 17:52:24',20.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684394933443243293','No',NULL,NULL,'mpesa'),(13194,'1110','41726842850','2024-09-20 17:52:24',NULL,17.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13195,'5500','41726842850','2024-09-20 17:34:10',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13196,'4000','41726842850','2024-09-20 17:52:24',NULL,20.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13197,'1050','41726843950','2024-09-20 17:58:53',200.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684433503443323437','No',NULL,NULL,''),(13198,'1110','41726843950','2024-09-20 17:58:53',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13199,'1110','41726843950','2024-09-20 17:52:30',NULL,18.80,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(13200,'5500','41726843950','2024-09-20 17:58:40',154.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13201,'4000','41726843950','2024-09-20 17:58:53',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13202,'4000','41726843950','2024-09-20 17:52:30',NULL,40.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(13203,'1010','41726844338','2024-09-20 17:59:12',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684435808302333344','No',NULL,NULL,'mjh'),(13204,'1110','41726844338','2024-09-20 17:59:12',NULL,25.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13205,'5500','41726844338','2024-09-20 17:58:58',25.84,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13206,'4000','41726844338','2024-09-20 17:59:12',NULL,30.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13207,'2130','41726844407','2024-09-20 18:00:19',320.00,NULL,'','4','1','Goods returned','1','38','creditnote','','4172684443523332462233','No',NULL,NULL,''),(13208,'1110','41726844407','2024-09-20 18:00:19',272.00,NULL,'','4','1','Inventory returned','1','38','creditnote','9','','No',NULL,NULL,''),(13209,'5500','41726844407','2024-09-20 18:00:07',NULL,272.00,'','4','1','Cost of goods returned','1','38','creditnote','','','No',NULL,NULL,''),(13210,'4000','41726844407','2024-09-20 18:00:19',320.00,NULL,'','4','1','Good returned','1','38','creditnote','9','','No',NULL,NULL,''),(13211,'1010','41726844923','2024-09-20 18:08:50',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684493542323229333','No',NULL,NULL,'mjh'),(13212,'1110','41726844923','2024-09-20 18:08:50',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13213,'5500','41726844923','2024-09-20 18:08:43',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13214,'4000','41726844923','2024-09-20 18:08:50',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13215,'1010','41726844936','2024-09-20 18:13:14',310.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684520034822336202','No',NULL,NULL,'mjh'),(13216,'1110','41726844936','2024-09-20 18:13:14',NULL,136.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13217,'1110','41726844936','2024-09-20 18:08:56',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13218,'5500','41726844936','2024-09-20 18:13:05',230.04,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13219,'4000','41726844936','2024-09-20 18:13:14',NULL,160.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13220,'4000','41726844936','2024-09-20 18:08:56',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13221,'1100','41726845239','2024-09-20 18:14:08',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172684526082242623233','No',NULL,NULL,''),(13222,'1110','41726845239','2024-09-20 18:14:08',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13223,'5500','41726845239','2024-09-20 18:13:59',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13224,'4000','41726845239','2024-09-20 18:14:08',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13225,'1100','41726845263','2024-09-20 18:14:34',160.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172684529300212233042','No',NULL,NULL,''),(13226,'1110','41726845263','2024-09-20 18:14:34',NULL,136.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13227,'5500','41726845263','2024-09-20 18:14:23',136.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13228,'4000','41726845263','2024-09-20 18:14:34',NULL,160.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13229,'1100','41726845329','2024-09-20 18:15:36',50.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172684534403742322460','No',NULL,NULL,''),(13230,'1110','41726845329','2024-09-20 18:15:36',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(13231,'5500','41726845329','2024-09-20 18:15:29',29.50,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13232,'4000','41726845329','2024-09-20 18:15:36',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(13233,'1010','41726845368','2024-09-20 18:17:56',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684548240220334348','No',NULL,NULL,'bhg'),(13234,'1110','41726845368','2024-09-20 18:17:56',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13235,'5500','41726845368','2024-09-20 18:16:08',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13236,'4000','41726845368','2024-09-20 18:17:56',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13237,'1010','41726845519','2024-09-20 18:32:39',485.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684637333743243233','No',NULL,NULL,'bhg'),(13238,'1110','41726845519','2024-09-20 18:32:39',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13239,'1110','41726845519','2024-09-20 18:18:39',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13240,'1110','41726845519','2024-09-20 18:31:27',NULL,94.04,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13241,'1110','41726845519','2024-09-20 18:31:35',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13242,'1110','41726845519','2024-09-20 18:31:42',NULL,30.77,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(13243,'5500','41726845519','2024-09-20 18:32:19',341.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13244,'4000','41726845519','2024-09-20 18:32:39',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13245,'4000','41726845519','2024-09-20 18:18:39',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13246,'4000','41726845519','2024-09-20 18:31:27',NULL,150.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13247,'4000','41726845519','2024-09-20 18:31:35',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13248,'4000','41726845519','2024-09-20 18:31:42',NULL,60.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(13249,'1050','41726846374','2024-09-20 18:33:09',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684641134261002134','No',NULL,NULL,''),(13250,'1110','41726846374','2024-09-20 18:33:09',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13251,'5500','41726846374','2024-09-20 18:32:54',29.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13252,'4000','41726846374','2024-09-20 18:33:09',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13253,'1010','41726846515','2024-09-20 18:45:28',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684713333304332028','No',NULL,NULL,'mjh'),(13254,'1110','41726846515','2024-09-20 18:45:28',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13255,'5500','41726846515','2024-09-20 18:35:16',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13256,'4000','41726846515','2024-09-20 18:45:28',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13257,'1100','41726847135','2024-09-20 18:45:41',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172684717222012337302','No',NULL,NULL,''),(13258,'1110','41726847135','2024-09-20 18:45:41',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13259,'5500','41726847135','2024-09-20 18:45:35',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13260,'4000','41726847135','2024-09-20 18:45:41',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13261,'1010','41726847561','2024-09-20 18:53:08',50.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684759506240273321','No',NULL,NULL,'fg'),(13262,'1110','41726847561','2024-09-20 18:53:08',NULL,30.83,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13263,'5500','41726847561','2024-09-20 18:52:41',30.83,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13264,'4000','41726847561','2024-09-20 18:53:08',NULL,50.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13265,'1010','41726847595','2024-09-20 18:58:40',200.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172684796827330723820','No',NULL,NULL,'mjh'),(13266,'1110','41726847595','2024-09-20 18:58:40',NULL,29.50,'','4','1','Inventory sold','1','25','sales','11','','No',NULL,NULL,''),(13267,'1110','41726847595','2024-09-20 18:53:15',NULL,30.83,'','4','1','Inventory sold','1','25','sales','5','','No',NULL,NULL,''),(13268,'1110','41726847595','2024-09-20 18:57:47',NULL,48.50,'','4','1','Inventory sold','1','25','sales','51','','No',NULL,NULL,''),(13269,'5500','41726847595','2024-09-20 18:58:07',108.83,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13270,'4000','41726847595','2024-09-20 18:58:40',NULL,50.00,'','4','1','Good sold','1','25','sales','11','','No',NULL,NULL,''),(13271,'4000','41726847595','2024-09-20 18:53:15',NULL,50.00,'','4','1','Good sold','1','25','sales','5','','No',NULL,NULL,''),(13272,'4000','41726847595','2024-09-20 18:57:47',NULL,100.00,'','4','1','Good sold','1','25','sales','51','','No',NULL,NULL,''),(13273,'1010','41726847969','2024-09-20 19:11:55',10.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684874834328872022','No',NULL,NULL,'mpesa'),(13274,'1050','41726847969','2024-09-20 19:11:55',30.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684874834328872022','No',NULL,NULL,'mpesa'),(13275,'1110','41726847969','2024-09-20 19:11:55',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13276,'5500','41726847969','2024-09-20 18:59:29',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13277,'4000','41726847969','2024-09-20 19:11:55',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13278,'1010','41726848748','2024-09-20 19:14:52',180.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684893682370333203','No',NULL,NULL,'bhg'),(13279,'1110','41726848748','2024-09-20 19:14:52',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(13280,'1110','41726848748','2024-09-20 19:12:28',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13281,'5500','41726848748','2024-09-20 19:14:44',122.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13282,'4000','41726848748','2024-09-20 19:14:52',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(13283,'4000','41726848748','2024-09-20 19:12:28',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13284,'1010','41726848936','2024-09-20 19:16:41',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172684901182220201723','No',NULL,NULL,'bhg'),(13285,'1110','41726848936','2024-09-20 19:16:41',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(13286,'5500','41726848936','2024-09-20 19:15:37',54.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13287,'4000','41726848936','2024-09-20 19:16:41',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(13288,'2130','41726849034','2024-09-20 19:22:46',80.00,NULL,'','4','1','Goods returned','1','30','creditnote','','4172684938232242323664','No',NULL,NULL,''),(13289,'1110','41726849034','2024-09-20 19:22:46',68.00,NULL,'','4','1','Inventory returned','1','30','creditnote','9','','No',NULL,NULL,''),(13290,'5500','41726849034','2024-09-20 19:17:14',NULL,68.00,'','4','1','Cost of goods returned','1','30','creditnote','','','No',NULL,NULL,''),(13291,'4000','41726849034','2024-09-20 19:22:46',80.00,NULL,'','4','1','Good returned','1','30','creditnote','9','','No',NULL,NULL,''),(13292,'1010','41726849385','2024-09-20 19:35:23',240.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685014013226130312','No',NULL,NULL,'bhg'),(13293,'1110','41726849385','2024-09-20 19:35:23',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13294,'1110','41726849385','2024-09-20 19:23:05',NULL,102.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13295,'5500','41726849385','2024-09-20 19:35:14',204.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13296,'4000','41726849385','2024-09-20 19:35:23',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13297,'4000','41726849385','2024-09-20 19:23:05',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13298,'1050','41726850141','2024-09-20 19:38:54',90.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685033836324223030','No',NULL,NULL,''),(13299,'1110','41726850141','2024-09-20 19:38:54',NULL,29.50,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13300,'1110','41726850141','2024-09-20 19:35:41',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13301,'5500','41726850141','2024-09-20 19:38:40',63.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13302,'4000','41726850141','2024-09-20 19:38:54',NULL,50.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13303,'4000','41726850141','2024-09-20 19:35:41',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13304,'1100','41726850339','2024-09-20 19:39:10',80.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172685035808322248843','No',NULL,NULL,''),(13305,'1110','41726850339','2024-09-20 19:39:10',NULL,68.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13306,'5500','41726850339','2024-09-20 19:38:59',68.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13307,'4000','41726850339','2024-09-20 19:39:10',NULL,80.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13308,'1010','41726850400','2024-09-20 19:40:05',80.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685041012202141472','No',NULL,NULL,'mjh'),(13309,'1110','41726850400','2024-09-20 19:40:05',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13310,'5500','41726850400','2024-09-20 19:40:00',68.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13311,'4000','41726850400','2024-09-20 19:40:05',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13312,'1100','41726802403','2024-09-20 19:42:07',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbc'),(13313,'na','41726802403','2024-09-20 19:42:07',280.00,NULL,'','4','1','','1','25','payment','','4172685053800255020350','No',NULL,NULL,'vbc'),(13314,'1100','41726838194','2024-09-20 19:42:59',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(13315,'na','41726838194','2024-09-20 19:42:59',80.00,NULL,'','4','1','','1','25','payment','','4172685058823004334300','No',NULL,NULL,'nbv'),(13316,'1100','41726810230','2024-09-20 19:43:43',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nbv'),(13317,'na','41726810230','2024-09-20 19:43:43',80.00,NULL,'','4','1','','1','25','payment','','4172685063308222086230','No',NULL,NULL,'nbv'),(13318,'1100','41726802426','2024-09-20 19:44:32',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(13319,'na','41726802426','2024-09-20 19:44:32',160.00,NULL,'','4','1','','1','25','payment','','4172685068032212620222','No',NULL,NULL,'bvc'),(13320,'1100','41726802446','2024-09-20 19:45:02',NULL,150.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbc'),(13321,'na','41726802446','2024-09-20 19:45:02',150.00,NULL,'','4','1','','1','25','payment','','4172685071924102832333','No',NULL,NULL,'vbc'),(13322,'1100','41726811726','2024-09-20 19:45:42',NULL,40.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'nmb'),(13323,'na','41726811726','2024-09-20 19:45:42',40.00,NULL,'','4','1','','1','25','payment','','4172685075254327020303','No',NULL,NULL,'nmb'),(13324,'1100','41726829646','2024-09-20 19:48:16',NULL,280.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'fgg'),(13325,'na','41726829646','2024-09-20 19:48:16',280.00,NULL,'','4','1','','1','25','payment','','4172685091092363031310','No',NULL,NULL,'fgg'),(13326,'1050','41726851311','2024-09-20 19:55:29',40.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685133373332323683','No',NULL,NULL,''),(13327,'1110','41726851311','2024-09-20 19:55:29',NULL,34.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13328,'5500','41726851311','2024-09-20 19:55:11',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13329,'4000','41726851311','2024-09-20 19:55:29',NULL,40.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13330,'1010','41726851351','2024-09-20 19:56:49',100.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685141523324300222','No',NULL,NULL,'mjh'),(13331,'1110','41726851351','2024-09-20 19:56:49',NULL,68.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13332,'1110','41726851351','2024-09-20 19:55:51',NULL,9.40,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(13333,'5500','41726851351','2024-09-20 19:55:59',77.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13334,'4000','41726851351','2024-09-20 19:56:49',NULL,80.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13335,'4000','41726851351','2024-09-20 19:55:51',NULL,20.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(13336,'1100','41726806417','2024-09-20 19:58:48',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,''),(13337,'na','41726806417','2024-09-20 19:58:48',160.00,NULL,'','4','1','','1','25','payment','','4172685153732324718233','No',NULL,NULL,''),(13338,'1100','41726806395','2024-09-20 20:00:04',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cxz'),(13339,'na','41726806395','2024-09-20 20:00:04',160.00,NULL,'','4','1','','1','25','payment','','4172685161633332222137','No',NULL,NULL,'cxz'),(13340,'1100','41726808152','2024-09-20 20:05:59',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcxz'),(13341,'na','41726808152','2024-09-20 20:05:59',80.00,NULL,'','4','1','','1','25','payment','','4172685197085631933222','No',NULL,NULL,'vcxz'),(13342,'1100','41726807005','2024-09-20 20:10:20',NULL,200.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvx'),(13343,'na','41726807005','2024-09-20 20:10:20',200.00,NULL,'','4','1','','1','25','payment','','4172685224230233333335','No',NULL,NULL,'cvx'),(13344,'1100','41726845329','2024-09-20 20:11:52',NULL,50.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vbc'),(13345,'na','41726845329','2024-09-20 20:11:52',50.00,NULL,'','4','1','','1','25','payment','','4172685232424522360272','No',NULL,NULL,'vbc'),(13354,'1100','41726819442','2024-09-20 11:04:11',800.00,NULL,'','4','1','Payment of goods sold','1','25','payment','','4172685261423222722232','No',NULL,NULL,''),(13355,'1110','41726819442','2024-09-20 11:04:11',NULL,680.00,'','4','1','Inventory sold','1','25','sales','9','','No',NULL,NULL,''),(13356,'5500','41726819442','2024-09-20 11:04:02',680.00,NULL,'','4','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(13357,'4000','41726819442','2024-09-20 11:04:11',NULL,800.00,'','4','1','Good sold','1','25','sales','9','','No',NULL,NULL,''),(13358,'1100','41726819442','2024-09-20 20:17:26',NULL,800.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'tftyyuy'),(13359,'na','41726819442','2024-09-20 20:17:26',800.00,NULL,'','4','1','','1','25','payment','','4172685268320243322042','No',NULL,NULL,'tftyyuy'),(13360,'1100','41726850339','2024-09-20 20:20:25',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvb'),(13361,'na','41726850339','2024-09-20 20:20:25',80.00,NULL,'','4','1','','1','25','payment','','4172685284438340024047','No',NULL,NULL,'cvb'),(13362,'1100','41726847135','2024-09-20 20:21:00',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(13363,'na','41726847135','2024-09-20 20:21:00',80.00,NULL,'','4','1','','1','25','payment','','4172685289233503233209','No',NULL,NULL,'vcx'),(13364,'1100','41726812761','2024-09-20 20:22:14',NULL,100.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'cvx'),(13365,'na','41726812761','2024-09-20 20:22:14',100.00,NULL,'','4','1','','1','25','payment','','4172685294533223336203','No',NULL,NULL,'cvx'),(13366,'2130','41726852987','2024-09-20 20:23:16',80.00,NULL,'','4','1','Goods returned','1','36','creditnote','','4172685300823805330230','No',NULL,NULL,''),(13367,'1110','41726852987','2024-09-20 20:23:16',68.00,NULL,'','4','1','Inventory returned','1','36','creditnote','9','','No',NULL,NULL,''),(13368,'5500','41726852987','2024-09-20 20:23:07',NULL,68.00,'','4','1','Cost of goods returned','1','36','creditnote','','','No',NULL,NULL,''),(13369,'4000','41726852987','2024-09-20 20:23:16',80.00,NULL,'','4','1','Good returned','1','36','creditnote','9','','No',NULL,NULL,''),(13370,'1100','41726845239','2024-09-20 20:24:56',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(13371,'na','41726845239','2024-09-20 20:24:56',160.00,NULL,'','4','1','','1','25','payment','','4172685311405212323303','No',NULL,NULL,'bvc'),(13372,'1100','41726845263','2024-09-20 20:25:41',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(13373,'na','41726845263','2024-09-20 20:25:41',160.00,NULL,'','4','1','','1','25','payment','','4172685315222303333832','No',NULL,NULL,'vcx'),(13374,'1100','41726810592','2024-09-20 20:26:28',NULL,160.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'vcx'),(13375,'na','41726810592','2024-09-20 20:26:28',160.00,NULL,'','4','1','','1','25','payment','','4172685320733242403423','No',NULL,NULL,'vcx'),(13376,'1100','41726812817','2024-09-20 20:30:41',NULL,80.00,'','4','1','','1','25','payment','','','No',NULL,NULL,'bvc'),(13377,'na','41726812817','2024-09-20 20:30:41',80.00,NULL,'','4','1','','1','25','payment','','4172685345223403022334','No',NULL,NULL,'bvc'),(13378,'1010','41726853456','2024-09-20 20:35:58',225.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685376730022240206','No',NULL,NULL,'mjh'),(13379,'1110','41726853456','2024-09-20 20:35:58',NULL,127.84,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13380,'1110','41726853456','2024-09-20 20:30:56',NULL,47.02,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13381,'5500','41726853456','2024-09-20 20:35:21',174.86,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13382,'4000','41726853456','2024-09-20 20:35:58',NULL,150.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13383,'4000','41726853456','2024-09-20 20:30:56',NULL,75.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13384,'1010','41726853768','2024-09-20 20:40:34',340.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685404503370330413','No',NULL,NULL,'mjh'),(13385,'1110','41726853768','2024-09-20 20:40:34',NULL,204.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13386,'1110','41726853768','2024-09-20 20:36:08',NULL,54.50,'','4','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(13387,'5500','41726853768','2024-09-20 20:38:33',258.50,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13388,'4000','41726853768','2024-09-20 20:40:34',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13389,'4000','41726853768','2024-09-20 20:36:08',NULL,100.00,'','4','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(13390,'1010','41726854164','2024-09-20 20:43:16',60.00,NULL,'','4','1','Payment of goods sold','1','','payment','','4172685420303244427337','No',NULL,NULL,'mjh'),(13391,'1110','41726854164','2024-09-20 20:43:16',NULL,51.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13392,'5500','41726854164','2024-09-20 20:42:44',51.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13393,'4000','41726854164','2024-09-20 20:43:16',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13394,'1110','41726807114','2024-09-20 07:38:34',0.00,NULL,'','4','1','Inventory Purchased','1','7','Purchases','9','','No',NULL,NULL,''),(13395,'2130','41726807114','2024-09-20 07:38:34',NULL,0.00,'','4','1','Account payable for inventory','1','7','Purchases','','','No',NULL,NULL,''),(13396,'2130','41726854611','2024-09-20 20:50:25',60.00,NULL,'','4','1','Goods returned','1','27','creditnote','','4172685465158342204122','No',NULL,NULL,''),(13397,'1110','41726854611','2024-09-20 20:50:25',51.00,NULL,'','4','1','Inventory returned','1','27','creditnote','9','','No',NULL,NULL,''),(13398,'5500','41726854611','2024-09-20 20:50:11',NULL,51.00,'','4','1','Cost of goods returned','1','27','creditnote','','','No',NULL,NULL,''),(13399,'4000','41726854611','2024-09-20 20:50:25',60.00,NULL,'','4','1','Good returned','1','27','creditnote','9','','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 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 */; /*!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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etiminitialization` -- DROP TABLE IF EXISTS `etiminitialization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etiminitialization` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfOpenDt` varchar(50) DEFAULT NULL, `createdate` datetime NOT NULL, `sdcId` varchar(50) DEFAULT '00', `mrcNo` text DEFAULT NULL, `cmcKey` text DEFAULT NULL, `companyid` varchar(50) NOT NULL, `branchid` varchar(50) NOT NULL, `updatedid` varchar(20) NOT NULL DEFAULT 'KES', `updatedby` varchar(20) DEFAULT NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `bhfid` varchar(50) DEFAULT NULL, `bhfSttsCd` varchar(50) DEFAULT NULL, `url` text NOT NULL, `onlineoffline` varchar(20) NOT NULL, `phone` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `verification` text NOT NULL, `requestdate` varchar(50) NOT NULL, `confirmationdate` varchar(50) NOT NULL, `businesskey` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etiminitialization` -- LOCK TABLES `etiminitialization` WRITE; /*!40000 ALTER TABLE `etiminitialization` DISABLE KEYS */; /*!40000 ALTER TABLE `etiminitialization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etimsactivations` -- DROP TABLE IF EXISTS `etimsactivations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etimsactivations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `bhfid` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) DEFAULT 'New Installation', `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, `tin` text NOT NULL, `sdcId` text NOT NULL, `cmcKey` text NOT NULL, `mrcNo` text NOT NULL, `url` text NOT NULL, `onlineoffline` varchar(50) NOT NULL, `businesskey` text NOT NULL, `code` varchar(50) NOT NULL, `verification` text NOT NULL, `branchid` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etimsactivations` -- LOCK TABLES `etimsactivations` WRITE; /*!40000 ALTER TABLE `etimsactivations` DISABLE KEYS */; /*!40000 ALTER TABLE `etimsactivations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `one` varchar(20) NOT NULL, `two` varchar(20) NOT NULL, `three` varchar(20) DEFAULT NULL, `branchid` int(10) NOT NULL DEFAULT 1, `four` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, `department` 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 `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','1','0','','2024-08-19 08:58:31','','Active','2024-08-19 08:58:31','','','','AMISI','','6760561724046098','1','','1011','','11724046094','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',0); /*!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,'','-3882698','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,'1','1','29','Painting','','2018-07-23 15:07:48 ',5,'','0','2024-02-26 12:40:36','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'1','1','27','Vehicle Loan','94','2018-07-23 15:16:38 ',4,'','2000000','2023-05-27 12:46:29','4090',''),(139,'351','1','27','Hardware','94','2018-07-23 15:18:10',4,'','0','2019-07-20 16:49:09','4110','1'),(140,'351','1','27','Graphic Design','94','2018-07-23 15:18:56',4,'','0','2019-07-20 16:50:40','4120','1'),(141,'351','1','27','Thermal rolls','94','2018-07-23 15:19:38',4,'','0','2019-07-20 16:54:33','4130','1'),(143,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','-6666664999','2019-01-18 17:14:27','1020','1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59','2130',''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','6000','2019-08-22 08:43:26','1040','1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47','1851','1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21','4160','1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13','5900','1'),(155,'1','1','29','Branding','156','2018-11-05 16:46:57 ',5,'','0','2024-02-26 12:40:51','5910',''),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'1','1','27','Donations','131','2019-07-20 15:56:24 ',4,'','140800','2023-03-08 12:44:25','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','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','29','GARBAGE','','2021-09-17 06:49:49 ',5,'','0','2024-05-06 05:36:16','4167',''),(214,'1','1','27','DAMAGES','','2021-09-17 06:09:50',4,'','0','2021-09-17 06:50:31','4168','1'),(215,'1','1','27','AGREEMENT FORM','','2021-09-17 06:32:50',4,'','0','2021-09-17 06:50:50','4169','1'),(216,'1','1','27','POWER','','2021-09-17 06:51:50',4,'','4000','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','-47000','2021-09-17 06:51:44','4172','1'),(218,'1','1','27','BED ONLY','','2021-09-17 06:45:51',4,'','7000','2021-09-17 06:52:22','4173','1'),(219,'1','1','27','BED AND BREAKFAST','','2021-09-17 06:24:52',4,'','-55555','2021-09-17 06:52:42','4174','1'),(220,'1','1','28','Foreign Exchange gain/loss','','2023-07-30 07:48:19',4,'','0','2023-07-30 07:21:27','4001','5'); /*!40000 ALTER TABLE `glaccounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glfiscalyear` -- DROP TABLE IF EXISTS `glfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grouping` -- LOCK TABLES `grouping` WRITE; /*!40000 ALTER TABLE `grouping` DISABLE KEYS */; /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupleavedays` -- LOCK TABLES `groupleavedays` WRITE; /*!40000 ALTER TABLE `groupleavedays` DISABLE KEYS */; INSERT INTO `groupleavedays` VALUES (1,NULL,1,NULL,'2023-02-15','2023-04-25',1,90.00,'',1,'2023-02-15 12:36:46pm',0),(14,NULL,6,NULL,'2023-01-27','2023-07-11',2,9.49,'',1,'2023-07-11 07:05:18pm',0),(15,NULL,12,NULL,'2023-08-01','2023-12-31',2,21.00,'',1,'2023-08-31 03:04:22am',0),(16,NULL,1,NULL,'2019-06-11','2023-09-02',2,67.83,'',1,'2023-09-02 08:10:55am',0); /*!40000 ALTER TABLE `groupleavedays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `house` -- DROP TABLE IF EXISTS `house`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `house` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `floor` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `vat` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(30) NOT NULL DEFAULT 1, `vat2` decimal(10,2) NOT NULL, `paymentdetails` text NOT NULL, `meternumber` text NOT NULL, `utility` varchar(20) DEFAULT 'yes', `waterno` varchar(30) NOT NULL, `waterrate` varchar(30) NOT NULL, `watercharge` varchar(30) NOT NULL, `watermonth` varchar(30) NOT NULL, `wateryear` varchar(30) NOT NULL, `electricityno` varchar(30) NOT NULL, `electricityrate` varchar(30) NOT NULL, `electricitycharge` varchar(30) NOT NULL, `electricitymonth` varchar(30) NOT NULL, `electricityyear` varchar(30) NOT NULL, `bowholeno` varchar(30) NOT NULL, `bowholerate` varchar(30) NOT NULL, `bowholecharge` varchar(30) NOT NULL, `bowholemonth` varchar(30) NOT NULL, `bowholeyear` varchar(30) NOT NULL, `beds` varchar(5) DEFAULT NULL, `bedstatus` varchar(20) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `insurance` -- DROP TABLE IF EXISTS `insurance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `insurance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `rate` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `insurance` -- LOCK TABLES `insurance` WRITE; /*!40000 ALTER TABLE `insurance` DISABLE KEYS */; /*!40000 ALTER TABLE `insurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `totalamount` varchar(40) NOT NULL, `paid` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `order` int(11) NOT NULL, `priority` int(11) NOT NULL, `coparent` decimal(10,2) NOT NULL, `coparentcommission` decimal(10,2) NOT NULL, `coparentvat` decimal(10,2) NOT NULL, `coparentdate` varchar(30) NOT NULL, `coparentuserid` int(11) NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `invoice` -- LOCK TABLES `invoice` WRITE; /*!40000 ALTER TABLE `invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemclassification` -- DROP TABLE IF EXISTS `itemclassification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemclassification` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `itm_class_code` varchar(100) DEFAULT NULL, `itm_class_level` varchar(50) NOT NULL, `tax_type_code` varchar(50) DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemclassification` -- LOCK TABLES `itemclassification` WRITE; /*!40000 ALTER TABLE `itemclassification` DISABLE KEYS */; INSERT INTO `itemclassification` VALUES (1,'VAT Act','99000000','1',NULL,'Y'),(2,'Goods','99010000','2',NULL,'Y'),(3,'Exempt Goods (Paragraph 1 - 99)','99011000','3',NULL,'Y'),(4,'Bovine Semen of tariff number 05111000','99011001','4',NULL,'Y'),(5,'Fish eggs and roes of tariff number 0511990110','99011002','4',NULL,'Y'),(6,'Animal semen other than of bovine of tariff number 0511999010','99011003','4',NULL,'Y'),(7,'Soya beans whether or not broken of tariff numbers 12011000 and 12019000','99011004','4',NULL,'Y'),(8,'Groundnuts not roasted or otherwise cooked In shell of tariff number 12024100','99011005','4',NULL,'Y'),(9,'Groundnuts not roasted or otherwise cooked Shelled whether or not broken of tariff number 12024200','99011006','4',NULL,'Y'),(10,'Copra of tariff number 12030000','99011007','4',NULL,'Y'),(11,'Linseed whether or not broken of tariff number 12040000','99011008','4',NULL,'Y'),(12,'Low erucic acid rape or colza seed of tariff number 12051000','99011009','4',NULL,'Y'),(13,'Other rape or colza seed of tariff number 12059000','99011010','4',NULL,'Y'),(14,'Sunflower seeds whether or not broken of tariff number 12060000','99011011','4',NULL,'Y'),(15,'Cotton seeds whether or not broken Seed of tariff numbers 12072100 and 12072900','99011012','4',NULL,'Y'),(16,'Sesamum seeds whether or not broken of tariff number 12074000','99011013','4',NULL,'Y'),(17,'Mustard seeds whether or not broken of tariff number 12075000','99011014','4',NULL,'Y'),(18,'Safflower seeds whether or not broken 12076000','99011015','4',NULL,'Y'),(19,'Other oil seeds and oleaginous fruits whether or not broken of tariff number 12079900','99011016','4',NULL,'Y'),(20,'Sugarcane of tariff number 1212990300;Sugarcane of tariff number 1212990300;Unprocessed produce of plant species camellia sinensis','99011017','4',NULL,'Y'),(21,'Live animals of chapter 1','99011018','4',NULL,'Y'),(22,'Meat and edible offals of chapter 2 excluding those of heading 0209 and 0210','99011019','4',NULL,'Y'),(23,'Fish and crustaceans molluscs and other aquatic invertebrates of chapter 3 excluding those of tariff heading 0305 0306 and 0307','99011020','4',NULL,'Y'),(24,'Unprocessed milk','99011021','4',NULL,'Y'),(25,'Fresh birds eggs in shell','99011022','4',NULL,'Y'),(26,'Edible Vegetables and certain roots and tubers of Chapter 7 excluding those of tariff heading 0711','99011023','4',NULL,'Y'),(27,'Edible fruits and nuts peal of citrus fruits or melon of chapter 8 excluding those of tariff heading 0811 0812 0813 and 0814','99011024','4',NULL,'Y'),(28,'Cereals of chapter 10 excluding seeds of tariff heading 1002 ','99011025','4',NULL,'Y'),(29,'Syringes with or without needles of tarrif no 90183100','99011032','4',NULL,'Y'),(30,'Tubular metal needles and needles for sutures of tariff number 90183200','99011035','4',NULL,'Y'),(31,'Catheters cannulae and the like of tariff number 90183900','99011036','4',NULL,'Y'),(32,'Blood bags','99011037','4',NULL,'Y'),(33,'Blood and fluid infusion sets','99011038','4',NULL,'Y'),(34,'Materials articles and equipment including motor vehicles listed under the first schedule paragraph 39 of the VAT Act.','99011039','4',NULL,'Y'),(35,'Madeup fishing nets of manmade textile material of tariff number 56081100','99011040','4',NULL,'Y'),(36,'Mosquito nets of tariff No 6304990110','99011041','4',NULL,'Y'),(37,'Materials waste residues and by products whether or not in the form of pellets and preparations of a kind used in animal feeding of tariff numbers as listed in Part 1 of the first schedule of VAT Act 2013','99011043','4',NULL,'Y'),(38,'Unprocessed green tea','99011044','4',NULL,'Y'),(39,'Inputs or raw materials supplied to solar equipment manufacturers for manufacture of solar equipment or deep cycle sealed batteries which exclusively use or store solar power ','99011048','4',NULL,'Y'),(40,'Aircraft parts of heading 8803 excluding parts of goods of heading 8801','99011049','4',NULL,'Y'),(41,'Taxable goods imported or purchased for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary responsible for the National Treasury','99011051','4',NULL,'Y'),(42,'Goods imported or purchased locally for use by the local film producers and local filming agents upon recommendation by the Kenya Film Commission subject to approval by CS TNT','99011054','4',NULL,'Y'),(43,'Inputs or raw materials locally purchased or imported by manufacturers of agricultural machinery and implements upon approval by the Cabinet Secretary responsible for industrialization','99011056','4',NULL,'Y'),(44,'All goods including material supplies equipment machinery and motor vehicles for official use by the Kenya Defence Forces and the National Police Service','99011057','4',NULL,'Y'),(45,'Direction finding compasses instruments and appliances for aircraft','99011058','4',NULL,'Y'),(46,'Wheat seeds of tariff numbers 10011100 and 1001990100','99011059','4',NULL,'Y'),(47,'Taxable goods for direct and exclusive use for the construction of tourism facilities recreational parks of fifty acres or more convention and conference facilities upon recommendation by the Cabinet Secretary responsible for matters relating to recreational parks','99011062','4',NULL,'Y'),(48,'Taxable goods equipment and apparatus for the direct and exclusive use for construction of specialized hospitals with a minimum bed capacity of fifty with accommodation facilities upon the recommendation by the Cabinet Secretary responsible for health who shall issue guidelines for the criteria to be used to determine eligibility for the exemption provided that notwithstanding this subparagraph any approval granted by the cabinet Secretary before the commencement thereof in respect of the supply of taxable goods and which is in supply of taxable goods and which is in force at such commencement shall continue to apply of the exempted taxable goods is made in full','99011063','4',NULL,'Y'),(49,'Inputs or raw materials locally purchased or imported by manufacturers of clean cook stoves approved by the CS TNT upon recommendation by the CS responsible for energy','99011066','4',NULL,'Y'),(50,'Super absorbent polymer SAP of tariff number 39069000','99011068','4',NULL,'Y'),(51,'Carrier tissue white 1 ply 14 point 5 GSM 47032100','99011069','4',NULL,'Y'),(52,'IP super soft fluff pulp for fluff 310 treated pulp 488 times 125 mm cellose of tariff number 47032100','99011070','4',NULL,'Y'),(53,'Perforated PE film 15 to 22 gsm of tariff number 3990219000','99011071','4',NULL,'Y'),(54,'Spunbound nonwoven 15 to 25 gsm of tariff number 56031100','99011072','4',NULL,'Y'),(55,'Airlid paper with super absorbent polymer 180gsm67 of tariff number 48030000','99011073','4',NULL,'Y'),(56,'Airlid paper with super absorbent polymer 80gsm67 of tariff number 48030000','99011074','4',NULL,'Y'),(57,'Pressure sensitive adhesive of tariff number 3506990100','99011077','4',NULL,'Y'),(58,'Plain polythene filmLPDE of tariff number 399021199010','99011078','4',NULL,'Y'),(59,'Plain polythene filmPE of tariff number 399021199010','99011079','4',NULL,'Y'),(60,'PE white 25 to 40 gsm release paper of tarrif number 48114900','99011080','4',NULL,'Y'),(61,'ADL 25 to 40 gsm of tariff number 56031100','99011081','4',NULL,'Y'),(62,'Elasticized side tape of tariff number 54024400','99011082','4',NULL,'Y'),(63,'12 to 16 gsm spunbound piyropo nonwoven coverstock 12gsm spunbound PP nonwoven SMS hydrophobic leg cuffs of tariff number 56031100','99011083','4',NULL,'Y'),(64,'Polymetric elastic 2 over 3 strands of tariff number 3990199010','99011084','4',NULL,'Y'),(65,'Any other aircraft spare parts imported by aircraft operators or persons engaged in the business of aircraft maintenance upon recommendation by the competent authority responsible for civil aviation','99011089','4',NULL,'Y'),(66,'Inputs for the manufacture of pesticides upon recommendation by the Cabinet Secretary for the time being responsible for matters relating to agriculture','99011090','4',NULL,'Y'),(67,'Locally assembled motor vehicles for transportation of tourists purchased before clearance through Customs following conditions as specified in the VAT Act 2013 1st Schedule Section A no9901','99011091','4',NULL,'Y'),(68,'The supply of natural water excluding bottled water by a NG, CGor any political subdivision thereof or a person approved by the CS responsible for water development for domestic or for industrial use','99011095','4',NULL,'Y'),(69,'Articles of apparel clothing accessories and equipment specially designed for safety or protective purposes for use in registered hospitals and clinics or by CG or LA in firefighting','99011096','4',NULL,'Y'),(70,'Goods imported by passengers arriving from places outside Kenya as specified in the VAT Act 2013 First Schedule section A no 99','99011099','4',NULL,'Y'),(71,'Exempt Goods (Paragraph 100 - 146)','99011100','3',NULL,'Y'),(72,'Alcoholic or non alcoholic beverages supplied to the Kenya Defence Forces Canteen Organization','99011101','4',NULL,'Y'),(73,'Hearing aids excluding parts and accessories of tariff Number 90214000','99011103','4',NULL,'Y'),(74,'Locally manufactured motherboards','99011105','4',NULL,'Y'),(75,'Inputs for the manufacture of motherboards approved by the Cabinet Secretary responsible for information communication technology','99011106','4',NULL,'Y'),(76,'Plant machinery and equipment used in the construction of a plastics recycling plant','99011107','4',NULL,'Y'),(77,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight provided that this paragra','99011108','4',NULL,'Y'),(78,'Goods imported or purchased locally for the direct and exclusive use in the construction of houses under an affordable housing scheme approved by the CS on the recommendation of the CS responsible for matters relating to housing','99011109','4',NULL,'Y'),(79,'Musical instruments and other musical equipment imported or purchased locally for exclusive use by educational institutions upon recommendation by the Cabinet Secretary responsible for Education','99011110','4',NULL,'Y'),(80,'Maize corn seeds of tariff no 10051000','99011111','4',NULL,'Y'),(81,'Taxable good excl. motor vehicle imported or purchased for direct exclusive use in geothermal, oil, mining prospecting, exploration, product sharing as per the Energy Act 2019, Petroleum Act 2019, the Mining Act 2016 upon recommendation by the CS','99011112','4',NULL,'Y'),(82,'Specialized equipment for the development and generation of solar and wind energy upon recommendation to the commissioner by the cabinet secretary responsible for matters relating to energy ','99011113','4',NULL,'Y'),(83,'Taxable goods supplied to persons that had a contract with the government prior to 25-04-2020 and contract provided for exemption from VAT provided that this exemption shall apply to the unexpired period of contract upon recommendation by CS Energy','99011114','4',NULL,'Y'),(84,'Medical ventilators and the inputs for the manufacture of medical ventilators upon recommendation by the cabinet secretary responsible for matters relating to health ','99011115','4',NULL,'Y'),(85,'Physiotherapy accessories treadmills for cardiology therapy and treatment of tariff number 9506990100 for use by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011116','4',NULL,'Y'),(86,'Dexpanthenol of tariff number 33049900 used for medical nappy rash treatment by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011117','4',NULL,'Y'),(87,'Medicaments of tariff number 30034100 30034200 30034300 30034900 30036000 excluding goods of heading 3002 3005 or 3006 consisting of two or more constituents which have been mixed together for theraputic or prophylactic uses','99011118','4',NULL,'Y'),(88,'Diagnostic or laboratory reagents of tariff number 38220000 on a backing prepared diagnostic or laboratory reagents whether or not on a backing other than those of heading 3002 or 3006 certified reference materials upon approval by CS Health ','99011119','4',NULL,'Y'),(89,'Electrodiagnostic apparatus of tariff numbers 90181100 90181200 90181300 90181400 90181900 90182000 90189000 upon approval by the cabinet secretary responsible for matters relating to health ','99011120','4',NULL,'Y'),(90,'Other instruments and appliances of tariff number 90184100 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011121','4',NULL,'Y'),(91,'Other instruments and appliances including surgical blades of tariff number 90184900 90185000 90189000 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011122','4',NULL,'Y'),(92,'Ozone therapy Oxygen therapy aerosol therapy artificial respiration or other theraputic respiration apapratus upon approval by CS Health ','99011123','4',NULL,'Y'),(93,'Other breathing appliances and gas masks excluding protective masks having neither mechanical parts nor replaceable filters upon approval by CS Health','99011124','4',NULL,'Y'),(94,'Artificial teeth and dental fittings of tariff number 90212100 90212900 and artificial parts of the body of tariff number 90213100 90213900 90215000 and 90219000 upon approval by CS Health','99011125','4',NULL,'Y'),(95,'Apparatus based on the use of x rays whether or not for medical surgical or dental of tariff numbers 90221200 90221300 90221400 and 90221900 upon approval by CS Health','99011126','4',NULL,'Y'),(96,'Apparatus based on the use of alpha beta or gamma radiations whether or not medical surgical or dental of tariff numbers 90222100 90222900 90223000 and 90229000 upon approval by CS Health','99011127','4',NULL,'Y'),(97,'Discs tape solid-state nonvolatile storage devices smart cards and other media for the recording of sound or of other phenomena whether or not recorded of tariff number 85238010 but excluding products of chapter 37 software upon approval by CS Health','99011128','4',NULL,'Y'),(98,'Management support services','80161500','3',NULL,'Y'),(99,'Silk fabrics','11161500','3',NULL,'Y'),(100,'Screws','31161500','3',NULL,'Y'),(101,'Agricultural machinery for planting and seeding','21101600','3',NULL,'Y'),(102,'Amebicides and Trichomonacides and Antiprotozoals','51101600','3',NULL,'Y'),(103,'Mechanical engineering','81101600','3',NULL,'Y'),(104,'Paving equipment','22101600','3',NULL,'Y'),(105,'Integrated circuits','32101600','3',NULL,'Y'),(106,'Broadcast advertising','82101600','3',NULL,'Y'),(107,'Fire services','92101600','3',NULL,'Y'),(108,'Processed and synthetic rubber','13101600','3',NULL,'Y'),(109,'Shirts and blouses','53101600','3',NULL,'Y'),(110,'Chemicals and fertilizers production','73101600','3',NULL,'Y'),(111,'Oil and gas utilities','83101600','3',NULL,'Y'),(112,'Political officials','93101600','3',NULL,'Y'),(113,'Lifting equipment and accessories','24101600','3',NULL,'Y'),(114,'Paper processing machines and accessories','44101600','3',NULL,'Y'),(115,'Aid financing','84101600','3',NULL,'Y'),(116,'Solid and gel fuels','15101600','3',NULL,'Y'),(117,'Product and material transport vehicles','25101600','3',NULL,'Y'),(118,'Printing machinery accessories','45101600','3',NULL,'Y'),(119,'Healthcare provider support persons','85101600','3',NULL,'Y'),(120,'Commercial land parcels','95101600','3',NULL,'Y'),(121,'Ammunition','46101600','3',NULL,'Y'),(122,'Outdoor furniture','56101600','3',NULL,'Y'),(123,'Hazardous material decontamination','76101600','3',NULL,'Y'),(124,'Scientific vocational training services','86101600','3',NULL,'Y'),(125,'Water treatment consumables','47101600','3',NULL,'Y'),(126,'Environmental planning','77101600','3',NULL,'Y'),(127,'Food preparation equipment','48101600','3',NULL,'Y'),(128,'Rail cargo transport','78101600','3',NULL,'Y'),(129,'Lamps and lightbulbs','39101600','3',NULL,'Y'),(130,'Collectibles','49101600','3',NULL,'Y'),(131,'Drilling and operation machinery','20111600','3',NULL,'Y'),(132,'Cement and lime','30111600','3',NULL,'Y'),(133,'Flowering plants','70111600','3',NULL,'Y'),(134,'Temporary personnel services','80111600','3',NULL,'Y'),(135,'Meeting facilities','90111600','3',NULL,'Y'),(136,'Stone','11111600','3',NULL,'Y'),(137,'Aquaculture equipment','21111600','3',NULL,'Y'),(138,'Length and thickness and distance measuring instruments','41111600','3',NULL,'Y'),(139,'Antimetabolites','51111600','3',NULL,'Y'),(140,'Computer programmers','81111600','3',NULL,'Y'),(141,'Household assistance and care','91111600','3',NULL,'Y'),(142,'Non technical writing','82111600','3',NULL,'Y'),(143,'Disarmament','92111600','3',NULL,'Y'),(144,'Shoes','53111600','3',NULL,'Y'),(145,'Mobile communications services','83111600','3',NULL,'Y'),(146,'Political representation and participation','93111600','3',NULL,'Y'),(147,'Novelty paper','14111600','3',NULL,'Y'),(148,'Cash handling supplies','44111600','3',NULL,'Y'),(149,'Clocks','54111600','3',NULL,'Y'),(150,'Audit services','84111600','3',NULL,'Y'),(151,'Safety and rescue water craft','25111600','3',NULL,'Y'),(152,'Projectors and supplies','45111600','3',NULL,'Y'),(153,'Non contagious disease prevention and control','85111600','3',NULL,'Y'),(154,'Open traffic thoroughfares','95111600','3',NULL,'Y'),(155,'Power generators','26111600','3',NULL,'Y'),(156,'Building component cleaning services','76111600','3',NULL,'Y'),(157,'Adult education','86111600','3',NULL,'Y'),(158,'Panel systems','56111600','3',NULL,'Y'),(159,'Ironing equipment','47111600','3',NULL,'Y'),(160,'Forming tools','27111600','3',NULL,'Y'),(161,'Environmental rehabilitation','77111600','3',NULL,'Y'),(162,'Passenger railway transportation','78111600','3',NULL,'Y'),(163,'Exterior lighting fixtures and accessories ','39111600','3',NULL,'Y'),(164,'Bird and fowl food','10121600','3',NULL,'Y'),(165,'Asphalts','30121600','3',NULL,'Y'),(166,'Livestock industry','70121600','3',NULL,'Y'),(167,'Business law services','80121600','3',NULL,'Y'),(168,'Travel document assistance','90121600','3',NULL,'Y'),(169,'Drilling bits','20121600','3',NULL,'Y'),(170,'Studio aids','60121600','3',NULL,'Y'),(171,'Wood','11121600','3',NULL,'Y'),(172,'Monetary systems and issues','81121600','3',NULL,'Y'),(173,'Pipette tips','41121600','3',NULL,'Y'),(174,'Veterinary products','42121600','3',NULL,'Y'),(175,'Table and kitchen linen and accessories','52121600','3',NULL,'Y'),(176,'Engraving','82121600','3',NULL,'Y'),(177,'Detective services','92121600','3',NULL,'Y'),(178,'Textile working machinery and equipment and accessories','23121600','3',NULL,'Y'),(179,'Purses and handbags and bags','53121600','3',NULL,'Y'),(180,'Information centers','83121600','3',NULL,'Y'),(181,'International relations and cooperation','93121600','3',NULL,'Y'),(182,'Desk supplies','44121600','3',NULL,'Y'),(183,'Tissue papers','14121600','3',NULL,'Y'),(184,'Funds transfer and clearance and exchange services','84121600','3',NULL,'Y'),(185,'Camera accessories','45121600','3',NULL,'Y'),(186,'Labels','55121600','3',NULL,'Y'),(187,'Medical doctor specialist services','85121600','3',NULL,'Y'),(188,'Transport buildings and structures','95121600','3',NULL,'Y'),(189,'Electrical cable and accessories','26121600','3',NULL,'Y'),(190,'Nonhazardous waste disposal','76121600','3',NULL,'Y'),(191,'Junior colleges','86121600','3',NULL,'Y'),(192,'Floor machines and accessories','47121600','3',NULL,'Y'),(193,'Soil pollution','77121600','3',NULL,'Y'),(194,'Material handling services','78121600','3',NULL,'Y'),(195,'Circuit protection devices and accessories','39121600','3',NULL,'Y'),(196,'Camping furniture','49121600','3',NULL,'Y'),(197,'Animal containment','10131600','3',NULL,'Y'),(198,'Bricks','30131600','3',NULL,'Y'),(199,'Eggs and egg substitutes','50131600','3',NULL,'Y'),(200,'Land and soil preparation','70131600','3',NULL,'Y'),(201,'Sale of property and building','80131600','3',NULL,'Y'),(202,'Musical instrument sets','60131600','3',NULL,'Y'),(203,'Other animal products','11131600','3',NULL,'Y'),(204,'Anticoagulants','51131600','3',NULL,'Y'),(205,'Pyrotechnics','12131600','3',NULL,'Y'),(206,'Blinds and shades','52131600','3',NULL,'Y'),(207,'Photographers and cinematographers','82131600','3',NULL,'Y'),(208,'Medical staff clothing and related articles','42131600','3',NULL,'Y'),(209,'Faceting equipment and accessories','23131600','3',NULL,'Y'),(210,'Bath and body','53131600','3',NULL,'Y'),(211,'Meat and poultry and seafood processing','73131600','3',NULL,'Y'),(212,'Food and nutrition policy planning and programs','93131600','3',NULL,'Y'),(213,'Industrial freezers','24131600','3',NULL,'Y'),(214,'Life and health and accident insurance','84131600','3',NULL,'Y'),(215,'Charity organizations','94131600','3',NULL,'Y'),(216,'Civilian and commercial rotary wing aircraft','25131600','3',NULL,'Y'),(217,'Moving picture media','45131600','3',NULL,'Y'),(218,'Fission fuel assemblies','15131600','3',NULL,'Y'),(219,'Medical ethics','85131600','3',NULL,'Y'),(220,'Portable commercial and industrial buildings and structures','95131600','3',NULL,'Y'),(221,'Toxic spill cleanup','76131600','3',NULL,'Y'),(222,'Music and drama','86131600','3',NULL,'Y'),(223,'Exhaust structures or screening equipment','26131600','3',NULL,'Y'),(224,'Brooms and mops and brushes and accessories','47131600','3',NULL,'Y'),(225,'Noise pollution','77131600','3',NULL,'Y'),(226,'General goods storage','78131600','3',NULL,'Y'),(227,'Wire protection devices','39131600','3',NULL,'Y'),(228,'Valves','40141600','3',NULL,'Y'),(229,'Crop protection','70141600','3',NULL,'Y'),(230,'Sales and business promotion activities','80141600','3',NULL,'Y'),(231,'Non metallic waste and scrap','11141600','3',NULL,'Y'),(232,'Supply chain management','81141600','3',NULL,'Y'),(233,'Domestic laundry appliances and supplies','52141600','3',NULL,'Y'),(234,'Graphic display services','82141600','3',NULL,'Y'),(235,'Rare earth metals','12141600','3',NULL,'Y'),(236,'Basins and bedpans and urinals and admission kits','42141600','3',NULL,'Y'),(237,'Mass transit system construction services','72141600','3',NULL,'Y'),(238,'Leather preparing machinery and accessories','23141600','3',NULL,'Y'),(239,'Thread and yarn processing','73141600','3',NULL,'Y'),(240,'Population','93141600','3',NULL,'Y'),(241,'Miscellaneous sewing supplies','53141600','3',NULL,'Y'),(242,'Cushioning supplies','24141600','3',NULL,'Y'),(243,'Personal credit agencies','84141600','3',NULL,'Y'),(244,'Prefabricated residential buildings and structures','95141600','3',NULL,'Y'),(245,'Darkroom supplies','45141600','3',NULL,'Y'),(246,'Herbal treatments','85141600','3',NULL,'Y'),(247,'Subcritical assembly equipment','26141600','3',NULL,'Y'),(248,'Students organizations','86141600','3',NULL,'Y'),(249,'Inspection','78141600','3',NULL,'Y'),(250,'Cereal seeds','10151600','3',NULL,'Y'),(251,'Roofing accessories','30151600','3',NULL,'Y'),(252,'Compressors','40151600','3',NULL,'Y'),(253,'Edible animal oils and fats','50151600','3',NULL,'Y'),(254,'Forestry industry','70151600','3',NULL,'Y'),(255,'International trade services','80151600','3',NULL,'Y'),(256,'Threads','11151600','3',NULL,'Y'),(257,'Chains','31151600','3',NULL,'Y'),(258,'Cholinergic blocking agents','51151600','3',NULL,'Y'),(259,'Cartography','81151600','3',NULL,'Y'),(260,'Clinical laboratory instruments','41151600','3',NULL,'Y'),(261,'Dental and subspecialty instruments and devices','42151600','3',NULL,'Y'),(262,'Domestic kitchen tools and utensils','52151600','3',NULL,'Y'),(263,'Specialized communication system services','72151600','3',NULL,'Y'),(264,'Cement and ceramics and glass industry machinery and equipment and supplies','23151600','3',NULL,'Y'),(265,'Packaging services','73151600','3',NULL,'Y'),(266,'Public finance','93151600','3',NULL,'Y'),(267,'Nutrition issues','85151600','3',NULL,'Y'),(268,'Security and control equipment','46151600','3',NULL,'Y'),(269,'Ceiling materials','30161600','3',NULL,'Y'),(270,'Purification','40161600','3',NULL,'Y'),(271,'Flora','70161600','3',NULL,'Y'),(272,'Business facilities oversight','80161600','3',NULL,'Y'),(273,'Wool fabrics','11161600','3',NULL,'Y'),(274,'Bolts','31161600','3',NULL,'Y'),(275,'Other oilfield support services','71161600','3',NULL,'Y'),(276,'Electronic mail and messaging services','81161600','3',NULL,'Y'),(277,'Extracorporeal hemodialysis equipment and supplies','42161600','3',NULL,'Y'),(278,'Audio visual equipment accessories','52161600','3',NULL,'Y'),(279,'Foundry supplies','23161600','3',NULL,'Y'),(280,'Manufacture of transport equipment','73161600','3',NULL,'Y'),(281,'Taxes other than income tax','93161600','3',NULL,'Y'),(282,'Water safety','46161600','3',NULL,'Y'),(283,'Racquet and court sports equipment','49161600','3',NULL,'Y'),(284,'Chemical fertilizers and plant nutrients','10171600','3',NULL,'Y'),(285,'Windows','30171600','3',NULL,'Y'),(286,'Water quality management services','70171600','3',NULL,'Y'),(287,'Publicity and marketing support services','80171600','3',NULL,'Y'),(288,'Bushings','31171600','3',NULL,'Y'),(289,'Laxatives','51171600','3',NULL,'Y'),(290,'Stainless steel alloys','11171600','3',NULL,'Y'),(291,'Ecological science services','81171600','3',NULL,'Y'),(292,'Microbiology devices','41171600','3',NULL,'Y'),(293,'Pigments','12171600','3',NULL,'Y'),(294,'Mobile medical services extricating and immobilizing and transporting products','42171600','3',NULL,'Y'),(295,'Manufacture of precision instruments','73171600','3',NULL,'Y'),(296,'International trade','93171600','3',NULL,'Y'),(297,'Defrosting and defogging systems','25171600','3',NULL,'Y'),(298,'Hospice care','85171600','3',NULL,'Y'),(299,'Surveillance and detection equipment','46171600','3',NULL,'Y'),(300,'Boxing equipment','49171600','3',NULL,'Y'),(301,'Non sanitary residential fixtures','30181600','3',NULL,'Y'),(302,'Thyroid and antithyroid drugs','51181600','3',NULL,'Y'),(303,'Blood pressure units and related products','42181600','3',NULL,'Y'),(304,'Oils','12181600','3',NULL,'Y'),(305,'Food cutting machinery','23181600','3',NULL,'Y'),(306,'Automotive chassis','25181600','3',NULL,'Y'),(307,'Safety footwear','46181600','3',NULL,'Y'),(308,'Panel and paint services','78181600','3',NULL,'Y'),(309,'Ladders and scaffolding accessories','30191600','3',NULL,'Y'),(310,'Abrasive wheels','31191600','3',NULL,'Y'),(311,'Electrolytes','51191600','3',NULL,'Y'),(312,'Medical facility building systems','42191600','3',NULL,'Y'),(313,'Personal communications device accessories or parts','43191600','3',NULL,'Y'),(314,'Space transportation support systems and equipment','25191600','3',NULL,'Y'),(315,'Fire fighting equipment','46191600','3',NULL,'Y'),(316,'Adhesives','31201600','3',NULL,'Y'),(317,'Vaccines and antigens and toxoids','51201600','3',NULL,'Y'),(318,'Medical magnetic resonance imaging MRI products','42201600','3',NULL,'Y'),(319,'Chassis components','43201600','3',NULL,'Y'),(320,'Weight and resistance training equipment','49201600','3',NULL,'Y'),(321,'Paint additives','31211600','3',NULL,'Y'),(322,'Bathroom and bathing aids for the physically challenged','42211600','3',NULL,'Y'),(323,'Weighing machinery excluding balances of a sensitivity of 5 cg or better of tariff number 84233100 including weight operated counting or checking machines weighing machine weights of all kinds upon approval by CS Health','99011129','4',NULL,'Y'),(324,'Fetal Doppler Pocket Wgd002 Pc and pulse oximeter finger held Gima band Pc of tariff number 90181900 upon approval by the cabinet sectretary responsible for matters relating to health ','99011130','4',NULL,'Y'),(325,'Sterilizer Dry Heat Wgd001Grx05A Pc autoclave steam tables tops of tariff number 8419902000 upon approval by the cabinet sectretary responsible for matters relating to health ','99011131','4',NULL,'Y'),(326,'Needle holders and urine bags of tariff heading 399026','99011132','4',NULL,'Y'),(327,'Tourniquets of tariff number 3990269099 for use by licensed hospitals upon approval by the cabinet sectretary responsible for matters relating to health ','99011133','4',NULL,'Y'),(328,'Taxable supplies incl. fish feeding and handling water operations cold storage fish cages pond construction, maintenance, fish processing and handling imported or purchased for direct exclusive use on the recommendation of the relevant State Dept','99011134','4',NULL,'Y'),(329,'Pre fabricated biogas digesters ','99011135','4',NULL,'Y'),(330,'Biogas ','99011136','4',NULL,'Y'),(331,'Sustainable fuel briquettes and pellets for household and commercial use ','99011137','4',NULL,'Y'),(332,'The supply of denatured ethanol of tariff number 22072000','99011138','4',NULL,'Y'),(333,'Tractors other than road tractors for semitrailers','99011139','4',NULL,'Y'),(334,'Plant and machinery of chapter 84 and 85 imported by manufacturers of pharmaceutical products or investors in the manufacture of pharmaceutical products upon the recommendation of CS Health','99011140','4',NULL,'Y'),(335,'Medical oxygen supplied to registered hospitals ','99011141','4',NULL,'Y'),(336,'Urine bags adult diapers artificial breasts colostomy or ileostomy bags for medical use ','99011142','4',NULL,'Y'),(337,'Inputs and raw materials used in the manufacture of passenger motor vehicle ','99011143','4',NULL,'Y'),(338,'Locally manufactured passenger motor vehicles: vehicles for the transportation of passengers whose ex-factory value comprises at least 30 percent of parts designed and manufactured in Kenya by an original equipment manufacturer operating in Kenya.','99011144','4',NULL,'Y'),(339,'Taxable goods inputs and raw materials imported or locally purchased by company under SOFA manufacturing human vaccines with a capital investment of atleast 10Bn shillings subject to approval of CS TNT upon recommendation of CS Health','99011145','4',NULL,'Y'),(340,'Such capital goods the exemption of which the Cabinet Secretary may determine to promote investment in the manufacturing sector provided that the value of such investment is not less than two billion shillings ','99011146','4',NULL,'Y'),(341,'Zero Rated Goods','99012000','3',NULL,'Y'),(342,'Shipstores supplied to international sea or air carriers on international voyage or flight','99012003','4',NULL,'Y'),(343,'The supply of coffee and tea for export to coffee or tea auction centers','99012004','4',NULL,'Y'),(344,'Transportation of passengers by air carriers on international flight','99012005','4',NULL,'Y'),(345,'Goods purchased from duty free shops by passengers departing to places outside Kenya','99012009','4',NULL,'Y'),(346,'Inputs or raw materials either produced locally or imported supplied to pharmaceutical manufacturers in Kenya for manufacturing medicaments as approved from time to time by the Cabinet Secretary in consultation with CS Health','99012011','4',NULL,'Y'),(347,'The supply of ordinary bread','99012013','4',NULL,'Y'),(348,'Milk and cream not concentrated nor containing added sugar or other sweetening matter of tariff numbers 04011000 04012000 04014000 04015000','99012015','4',NULL,'Y'),(349,'All inputs and raw materials whether produced locally or imported supplied to manufacturers of agricultural pest control products upon recommendation by CS Agriculture','99012016','4',NULL,'Y'),(350,'Agricultural pest control products','99012019','4',NULL,'Y'),(351,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight','99012022','4',NULL,'Y'),(352,'The Fertilizers of chapter 31','99012024','4',NULL,'Y'),(353,'Inputs of raw materials locally purchased or imported by manufacturers of fertilizer as approved from time to time by the Cabinet Secretary responsible for Agriculture','99012025','4',NULL,'Y'),(354,'Other Rate Goods (8%)','99013000','3',NULL,'Y'),(355,'Petroleum Products','99013001','4',NULL,'Y'),(356,'Services','99020000','2',NULL,'Y'),(357,'Exempt Service','99021000','3',NULL,'Y'),(358,'Financial Services','99021001','4',NULL,'Y'),(359,'Insurance & reinsurance services ','99021002','4',NULL,'Y'),(360,'Education services ','99021003','4',NULL,'Y'),(361,'Medical veterinary dental Ambulance and nursing services','99021004','4',NULL,'Y'),(362,'Agricultural animal husbandry and horticultural services','99021005','4',NULL,'Y'),(363,'Burial and cremation services','99021006','4',NULL,'Y'),(364,'Transportation of passengers by any means of conveyance excluding international air transport or where the means of conveyance is hired or chartered','99021007','4',NULL,'Y'),(365,'Supply by way of sale renting leasing hiring letting of land or residential premises residential premises means land or a building occupied or capable of being occupied as a residence excluding hotel and holiday accomodation and subject to the provi','99021008','4',NULL,'Y'),(366,'Community social and welfare services provided by National Government County Government or any political subdivision thereof','99021009','4',NULL,'Y'),(367,'Tea and coffee brokerage services','99021010','4',NULL,'Y'),(368,'Services rendered by educational, political, religious, welfare & other philanthropic associations to their members and social welfare services provided by charitable organizations.','99021011','4',NULL,'Y'),(369,'Entertainment Services','99021012','4',NULL,'Y'),(370,'Accommodation and Restaurant Services','99021013','4',NULL,'Y'),(371,'Conference services conducted for educational institutions as part of learning where such institutions are approved by the Ministry for the time being responsible for Education','99021014','4',NULL,'Y'),(372,'Car park services provided by National Government County Government anypolitical subdivision therefore by an employer to his employees on the premises of the employer','99021015','4',NULL,'Y'),(373,'The supply of airtime by any person other than by a provider of cellular mobile telephone services or wireless telephone services','99021016','4',NULL,'Y'),(374,'Betting gaming and lotteries services','99021017','4',NULL,'Y'),(375,'Hiring leasing and chartering of aircrafts excluding helicopters of tariff 88021100 and 88021200','99021018','4',NULL,'Y'),(376,'Taxable services for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary to the National Treasury','99021020','4',NULL,'Y'),(377,'Services imported or procured locally for use by the local film producers or local film agents upon recommendation by the Kenya Film Commission subject to approval by the Cabinet Secretary for the National Treasury','99021021','4',NULL,'Y'),(378,'Supply of sewerage services by the national government a county government any political subdivision thereof or a person approved by the Cabinet Secretary for the time being responsible for water development','99021023','4',NULL,'Y'),(379,'Entry fees into the national parks and national reserves','99021024','4',NULL,'Y'),(380,'The services of tour operators excluding inhouse supplies','99021025','4',NULL,'Y'),(381,'Taxable services for direct and exclusive use for the construction of tourism facilities recreational parks of 50 acres or more convention and conference facilities upon the recommendation by the CS responsible for recreational park','99021026','4',NULL,'Y'),(382,'Taxable services for direct and exclusive use for the construction of specialized hospitals with accommodation facilities upon recommendation by CS Health who shall issue guidelines for the criteria to determine the eligibility for the exemption','99021027','4',NULL,'Y'),(383,'Postal services provide through the supply of postage stamps including rental post boxes or mail bags and subsidiary services thereto','99021029','4',NULL,'Y'),(384,'The transfer of assets and other transactions related to the transfer of asets into real estate investment trusts and asset backed securities','99021033','4',NULL,'Y'),(385,'Zero Rated Service','99022000','3',NULL,'Y'),(386,'The supply of taxable services to international sea or air carriers on international voyage or flight','99022006','4',NULL,'Y'),(387,'Supply of taxable services in respect of goods in transit','99022010','4',NULL,'Y'),(388,'The transportation of goods originating from Kenya to a place outside Kenya','99022020','4',NULL,'Y'),(389,'Transportation of sugarcane from farms to miling factories','99022021','4',NULL,'Y'),(390,'The exportation of taxable services in respect of business process outsourcing ','99022023','4',NULL,'Y'),(391,'Goods or Services','99030000','2',NULL,'Y'),(392,'Exempt Goods or Services','99031000','3',NULL,'Y'),(393,'Zero Rated Goods or Services','99032000','3',NULL,'Y'),(394,'The supply of goods or taxable services to an export processing zone business as specified in the Export Processing Zones Act Cap 517 as being eligible forduty and tax free importation','99032002','4',NULL,'Y'),(395,'Supply to international and regional organizations','99032004','4',NULL,'Y'),(396,'Supply to the War Graves Commission','99032005','4',NULL,'Y'),(397,'Supply to National Red Cross Society and St John Ambulance','99032008','4',NULL,'Y'),(398,'The supply of goods or taxable services to a special economic zone enterprise','99032012','4',NULL,'Y'),(399,'Government Undertaking','99040000','2',NULL,'Y'),(400,'Zero Rated Government Undertaking','99042000','3',NULL,'Y'),(401,'Physical and occupational therapy and rehabilitation products','42250000','2',NULL,'Y'),(402,'Metal forming machinery and accessories','23250000','2',NULL,'Y'),(403,'Structural materials','30260000','2',NULL,'Y'),(404,'Housings and cabinets and casings','31260000','2',NULL,'Y'),(405,'Adrenergic blocking agents','51260000','2',NULL,'Y'),(406,'Postmortem and mortuary equipment and supplies','42260000','2',NULL,'Y'),(407,'Rapid prototyping machinery and accessories','23260000','2',NULL,'Y'),(408,'Diagnoses of endocrine, nutritional and metabolic diseases ','85260000','2',NULL,'Y'),(409,'Machine made parts','31270000','2',NULL,'Y'),(410,'Anaesthetic drugs and related adjuncts and analeptics','51270000','2',NULL,'Y'),(411,'Respiratory and anesthesia and resuscitation products','42270000','2',NULL,'Y'),(412,'Welding and soldering and brazing machinery and accessories and supplies','23270000','2',NULL,'Y'),(413,'Diagnoses of mental and behavioral disorders ','85270000','2',NULL,'Y'),(414,'Stampings and sheet components','31280000','2',NULL,'Y'),(415,'Antibacterials','51280000','2',NULL,'Y'),(416,'Medical cleaning and sterilization products','42280000','2',NULL,'Y'),(417,'Metal treatment machinery','23280000','2',NULL,'Y'),(418,'Antidepressants','51290000','2',NULL,'Y'),(419,'Machined extrusions','31290000','2',NULL,'Y'),(420,'Surgical products','42290000','2',NULL,'Y'),(421,'Industrial machine tools','23290000','2',NULL,'Y'),(422,'Fresh fruits','50300000','2',NULL,'Y'),(423,'Antifungal drugs','51300000','2',NULL,'Y'),(424,'Machined forgings','31300000','2',NULL,'Y'),(425,'Medical training and education supplies','42300000','2',NULL,'Y'),(426,'Wire machinery and equipment','23300000','2',NULL,'Y'),(427,'Organic fresh fruits','50310000','2',NULL,'Y'),(428,'Antihistamines or H1 blockers','51310000','2',NULL,'Y'),(429,'Fabricated pipe assemblies','31310000','2',NULL,'Y'),(430,'Wound care products','42310000','2',NULL,'Y'),(431,'Dried fruit','50320000','2',NULL,'Y'),(432,'Antihyperlipidemic and hypocholesterolemic agents','51320000','2',NULL,'Y'),(433,'Fabricated bar stock assemblies','31320000','2',NULL,'Y'),(434,'Orthopedic surgical implants','42320000','2',NULL,'Y'),(435,'Dried organic fruit','50330000','2',NULL,'Y'),(436,'Antipsychotics','51330000','2',NULL,'Y'),(437,'Fabricated structural assemblies','31330000','2',NULL,'Y'),(438,'Frozen fruit','50340000','2',NULL,'Y'),(439,'Antiviral drugs','51340000','2',NULL,'Y'),(440,'Fabricated sheet assemblies','31340000','2',NULL,'Y'),(441,'Estrogens and progestins and internal contraceptives','51350000','2',NULL,'Y'),(442,'Fabricated tube assemblies','31350000','2',NULL,'Y'),(443,'Compounds and mixtures','12350000','2',NULL,'Y'),(444,'Canned or jarred fruit','50360000','2',NULL,'Y'),(445,'Hypnotics','51360000','2',NULL,'Y'),(446,'Fabricated plate assemblies','31360000','2',NULL,'Y'),(447,'Canned or jarred organic fruit','50370000','2',NULL,'Y'),(448,'Refractories','31370000','2',NULL,'Y'),(449,'Controlled substance analgesics','51370000','2',NULL,'Y'),(450,'Fresh fruit purees','50380000','2',NULL,'Y'),(451,'Nonsteroidal anti inflammatory drugs NSAIDs','51380000','2',NULL,'Y'),(452,'Magnets and magnetic materials','31380000','2',NULL,'Y'),(453,'Diagnoses of certain conditions originating in the perinatal period','85380000','2',NULL,'Y'),(454,'Sympathomimetic or adrenergic drugs','51390000','2',NULL,'Y'),(455,'Machinings','31390000','2',NULL,'Y'),(456,'Fresh vegetables','50400000','2',NULL,'Y'),(457,'Tranquilizers and antimanic and antianxiety drugs','51400000','2',NULL,'Y'),(458,'Gaskets','31400000','2',NULL,'Y'),(459,'Organic fresh vegetables','50410000','2',NULL,'Y'),(460,'Vasodilators','51410000','2',NULL,'Y'),(461,'Seals','31410000','2',NULL,'Y'),(462,'Dried vegetables','50420000','2',NULL,'Y'),(463,'Corticosteroids','51420000','2',NULL,'Y'),(464,'Sintered parts','31420000','2',NULL,'Y'),(465,'Dried organic vegetables','50430000','2',NULL,'Y'),(466,'Antihypertensive drugs','51430000','2',NULL,'Y'),(467,'Frozen vegetables','50440000','2',NULL,'Y'),(468,'Radiopharmaceuticals and contrast media','51440000','2',NULL,'Y'),(469,'Frozen organic vegetables','50450000','2',NULL,'Y'),(470,'Anthelmintics','51450000','2',NULL,'Y'),(471,'Canned or jarred vegetables','50460000','2',NULL,'Y'),(472,'Herbal drugs','51460000','2',NULL,'Y'),(473,'Canned or jarred organic vegetables','50470000','2',NULL,'Y'),(474,'Antiseptics','51470000','2',NULL,'Y'),(475,'Nutritional supplements','50500000','2',NULL,'Y'),(476,'Rapid response kits','57010100','3',NULL,'Y'),(477,'Humanitarian operational services','57020100','3',NULL,'Y'),(478,'Health emergency kits','57030100','3',NULL,'Y'),(479,'Educational kits','57040100','3',NULL,'Y'),(480,'Emergency nutritional kits','57050100','3',NULL,'Y'),(481,'Emergency clothing kits','57060100','3',NULL,'Y'),(482,'Logistics emergency kits','57070100','3',NULL,'Y'),(483,'Emergency IT equipment kits','57080100','3',NULL,'Y'),(484,'Training services for users of agricultural machinery and equipment ','70190100','3',NULL,'Y'),(485,'Emergency latrine facility','57030200','3',NULL,'Y'),(486,'Recreational kits','57040200','3',NULL,'Y'),(487,'Food emergency rations','57050200','3',NULL,'Y'),(488,'Shelter emergency kits','57060200','3',NULL,'Y'),(489,'Water, sanitation and hygiene kits','57030300','3',NULL,'Y'),(490,'Early childhood development','57040300','3',NULL,'Y'),(491,'Food emergency kits','57050300','3',NULL,'Y'),(492,'Office emergency kits','57060300','3',NULL,'Y'),(493,'Personal protective equipment','57030400','3',NULL,'Y'),(494,'Multipurpose emergency kits','57060400','3',NULL,'Y'),(495,'Single family dwelling construction services','72111000','3',NULL,'Y'),(496,'Resins','13111000','3',NULL,'Y'),(497,'New industrial building and warehouse construction services','72121000','3',NULL,'Y'),(498,'Library furnishings','56121000','3',NULL,'Y'),(499,'Power conditioning equipment','39121000','3',NULL,'Y'),(500,'Keyboard instruments','60131000','3',NULL,'Y'),(501,'Electronic component parts and raw materials and accessories','32131000','3',NULL,'Y'),(502,'Toys','60141000','3',NULL,'Y'),(503,'Highway and road construction services','72141000','3',NULL,'Y'),(504,'Body tools','27141000','3',NULL,'Y'),(505,'Boiler and furnace construction and maintenance services','72151000','3',NULL,'Y'),(506,'Oilfield modeling services','71161000','3',NULL,'Y'),(507,'Batch mixers','23191000','3',NULL,'Y'),(508,'Gas liquid contacting systems','23201000','3',NULL,'Y'),(509,'Public safety training equipment','46201000','3',NULL,'Y'),(510,'Airport Maintenance','78201000','3',NULL,'Y'),(511,'Pulses','50221000','3',NULL,'Y'),(512,'Arrival department machinery and equipment','23221000','3',NULL,'Y'),(513,'Log debarkers and accessories','23231000','3',NULL,'Y'),(514,'Electric alternating current AC motors','26101100','3',NULL,'Y'),(515,'Multiple unit dwelling construction services','72111100','3',NULL,'Y'),(516,'Rosins','13111100','3',NULL,'Y'),(517,'Rapid response kits','57111100','3',NULL,'Y'),(518,'Commercial and office building construction services','72121100','3',NULL,'Y'),(519,'Distribution and control centers and accessories','39121100','3',NULL,'Y'),(520,'Live Plant and Animal Material and Accessories and Supplies','10000000','1',NULL,'Y'),(521,'Mining and Well Drilling Machinery and Accessories','20000000','1',NULL,'Y'),(522,'Structures and Building and Construction and Manufacturing Components and Supplies','30000000','1',NULL,'Y'),(523,'Distribution and Conditioning Systems and Equipment and Components','40000000','1',NULL,'Y'),(524,'Food Beverage and Tobacco Products','50000000','1',NULL,'Y'),(525,'Farming and Fishing and Forestry and Wildlife Contracting Services','70000000','1',NULL,'Y'),(526,'Management and Business Professionals and Administrative Services','80000000','1',NULL,'Y'),(527,'Travel and Food and Lodging and Entertainment Services','90000000','1',NULL,'Y'),(528,'Musical Instruments and Games and Toys and Arts and Crafts and Educational Equipment and Materials and Accessories and Supplies','60000000','1',NULL,'Y'),(529,'Mineral and Textile and Inedible Plant and Animal Materials','11000000','1',NULL,'Y'),(530,'Farming and Fishing and Forestry and Wildlife Machinery and Accessories','21000000','1',NULL,'Y'),(531,'Manufacturing Components and Supplies','31000000','1',NULL,'Y'),(532,'Laboratory and Measuring and Observing and Testing Equipment','41000000','1',NULL,'Y'),(533,'Drugs and Pharmaceutical Products','51000000','1',NULL,'Y'),(534,'Mining and oil and gas services','71000000','1',NULL,'Y'),(535,'Engineering and Research and Technology Based Services','81000000','1',NULL,'Y'),(536,'Personal and Domestic Services','91000000','1',NULL,'Y'),(537,'Chemicals including Bio Chemicals and Gas Materials','12000000','1',NULL,'Y'),(538,'Building and Construction Machinery and Accessories','22000000','1',NULL,'Y'),(539,'Electronic Components and Supplies','32000000','1',NULL,'Y'),(540,'Medical Equipment and Accessories and Supplies','42000000','1',NULL,'Y'),(541,'Domestic Appliances and Supplies and Consumer Electronic Products','52000000','1',NULL,'Y'),(542,'Building and Facility Construction and Maintenance Services ','72000000','1',NULL,'Y'),(543,'Editorial and Design and Graphic and Fine Art Services','82000000','1',NULL,'Y'),(544,'National Defense and Public Order and Security and Safety Services','92000000','1',NULL,'Y'),(545,'Resin and Rosin and Rubber and Foam and Film and Elastomeric Materials','13000000','1',NULL,'Y'),(546,'Industrial Manufacturing and Processing Machinery and Accessories','23000000','1',NULL,'Y'),(547,'Information Technology Broadcasting and Telecommunications','43000000','1',NULL,'Y'),(548,'Apparel and Luggage and Personal Care Products','53000000','1',NULL,'Y'),(549,'Industrial Production and Manufacturing Services','73000000','1',NULL,'Y'),(550,'Public Utilities and Public Sector Related Services','83000000','1',NULL,'Y'),(551,'Politics and Civic Affairs Services','93000000','1',NULL,'Y'),(552,'Paper Materials and Products','14000000','1',NULL,'Y'),(553,'Material Handling and Conditioning and Storage Machinery and their Accessories and Supplies','24000000','1',NULL,'Y'),(554,'Office Equipment and Accessories and Supplies','44000000','1',NULL,'Y'),(555,'Timepieces and Jewelry and Gemstone Products','54000000','1',NULL,'Y'),(556,'Financial and Insurance Services','84000000','1',NULL,'Y'),(557,'Organizations and Clubs','94000000','1',NULL,'Y'),(558,'Financial Instruments, Products, Contracts and Agreements','64000000','1',NULL,'Y'),(559,'Fuels and Fuel Additives and Lubricants and Anti corrosive Materials','15000000','1',NULL,'Y'),(560,'Commercial and Military and Private Vehicles and their Accessories and Components','25000000','1',NULL,'Y'),(561,'Printing and Photographic and Audio and Visual Equipment and Supplies','45000000','1',NULL,'Y'),(562,'Published Products','55000000','1',NULL,'Y'),(563,'Healthcare Services','85000000','1',NULL,'Y'),(564,'Land and Buildings and Structures and Thoroughfares','95000000','1',NULL,'Y'),(565,'Power Generation and Distribution Machinery and Accessories','26000000','1',NULL,'Y'),(566,'Defense and Law Enforcement and Security and Safety Equipment and Supplies','46000000','1',NULL,'Y'),(567,'Industrial Cleaning Services','76000000','1',NULL,'Y'),(568,'Education and Training Services','86000000','1',NULL,'Y'),(569,'Furniture and Furnishings','56000000','1',NULL,'Y'),(570,'Tools and General Machinery','27000000','1',NULL,'Y'),(571,'Cleaning Equipment and Supplies','47000000','1',NULL,'Y'),(572,'Environmental Services','77000000','1',NULL,'Y'),(573,'Humanitarian Relief Items, Kits, or Accessories','57000000','1',NULL,'Y'),(574,'Service Industry Machinery and Equipment and Supplies','48000000','1',NULL,'Y'),(575,'Transportation and Storage and Mail Services','78000000','1',NULL,'Y'),(576,'Electrical Systems and Lighting and Components and Accessories and Supplies','39000000','1',NULL,'Y'),(577,'Sports and Recreational Equipment and Supplies and Accessories','49000000','1',NULL,'Y'),(578,'Survival supplies','57010000','2',NULL,'Y'),(579,'Services related to humanitarian relief actions','57020000','2',NULL,'Y'),(580,'Humanitarian health supplies','57030000','2',NULL,'Y'),(581,'Educational or recreational items','57040000','2',NULL,'Y'),(582,'Humanitarian relief food','57050000','2',NULL,'Y'),(583,'Shelter and relief items','57060000','2',NULL,'Y'),(584,'Humanitarian logistics supplies','57070000','2',NULL,'Y'),(585,'Humanitarian IT equipment','57080000','2',NULL,'Y'),(586,'Live animals','10100000','2',NULL,'Y'),(587,'Mining and quarrying machinery and equipment','20100000','2',NULL,'Y'),(588,'Structural components and basic shapes','30100000','2',NULL,'Y'),(589,'Heating and ventilation and air circulation','40100000','2',NULL,'Y'),(590,'Nuts and seeds','50100000','2',NULL,'Y'),(591,'Fisheries and aquaculture','70100000','2',NULL,'Y'),(592,'Management advisory services','80100000','2',NULL,'Y'),(593,'Restaurants and catering','90100000','2',NULL,'Y'),(594,'Developmental and professional teaching aids and materials and accessories and supplies','60100000','2',NULL,'Y'),(595,'Minerals and ores and metals','11100000','2',NULL,'Y'),(596,'Agricultural and forestry and landscape machinery and equipment','21100000','2',NULL,'Y'),(597,'Castings and casting assemblies','31100000','2',NULL,'Y'),(598,'Laboratory and scientific equipment','41100000','2',NULL,'Y'),(599,'Amebicides and trichomonacides and antiprotozoals','51100000','2',NULL,'Y'),(600,'Mining services','71100000','2',NULL,'Y'),(601,'Professional engineering services','81100000','2',NULL,'Y'),(602,'Personal appearance','91100000','2',NULL,'Y'),(603,'Heavy construction machinery and equipment','22100000','2',NULL,'Y'),(604,'Printed circuits and integrated circuits and microassemblies','32100000','2',NULL,'Y'),(605,'Floor coverings','52100000','2',NULL,'Y'),(606,'Building and facility maintenance and repair services','72100000','2',NULL,'Y'),(607,'Advertising','82100000','2',NULL,'Y'),(608,'Public order and safety','92100000','2',NULL,'Y'),(609,'Rubber and elastomers','13100000','2',NULL,'Y'),(610,'Raw materials processing machinery','23100000','2',NULL,'Y'),(611,'Clothing','53100000','2',NULL,'Y'),(612,'Plastic and chemical industries','73100000','2',NULL,'Y'),(613,'Utilities','83100000','2',NULL,'Y'),(614,'Political systems and institutions','93100000','2',NULL,'Y'),(615,'Paper materials','14100000','2',NULL,'Y'),(616,'Material handling machinery and equipment','24100000','2',NULL,'Y'),(617,'Office machines and their supplies and accessories','44100000','2',NULL,'Y'),(618,'Jewelry','54100000','2',NULL,'Y'),(619,'Development finance','84100000','2',NULL,'Y'),(620,'Work related organizations','94100000','2',NULL,'Y'),(621,'Bank offered products ','64100000','2',NULL,'Y'),(622,'Fuels','15100000','2',NULL,'Y'),(623,'Motor vehicles','25100000','2',NULL,'Y'),(624,'Printing and publishing equipment','45100000','2',NULL,'Y'),(625,'Printed media','55100000','2',NULL,'Y'),(626,'Comprehensive health services','85100000','2',NULL,'Y'),(627,'Land parcels','95100000','2',NULL,'Y'),(628,'Power sources','26100000','2',NULL,'Y'),(629,'Light weapons and ammunition','46100000','2',NULL,'Y'),(630,'Accommodation furniture','56100000','2',NULL,'Y'),(631,'Decontamination services','76100000','2',NULL,'Y'),(632,'Vocational training','86100000','2',NULL,'Y'),(633,'Water and wastewater treatment supply and disposal','47100000','2',NULL,'Y'),(634,'Environmental management','77100000','2',NULL,'Y'),(635,'Institutional food services equipment','48100000','2',NULL,'Y'),(636,'Mail and cargo transport','78100000','2',NULL,'Y'),(637,'Lamps and lightbulbs and lamp components','39100000','2',NULL,'Y'),(638,'Collectibles and awards','49100000','2',NULL,'Y'),(639,'Well drilling and operation equipment','20110000','2',NULL,'Y'),(640,'Concrete and cement and plaster','30110000','2',NULL,'Y'),(641,'Meat and poultry products','50110000','2',NULL,'Y'),(642,'Horticulture','70110000','2',NULL,'Y'),(643,'Human resources services','80110000','2',NULL,'Y'),(644,'Hotels and lodging and meeting facilities','90110000','2',NULL,'Y'),(645,'Domestic pet products','10110000','2',NULL,'Y'),(646,'Classroom decoratives and supplies','60110000','2',NULL,'Y'),(647,'Earth and stone','11110000','2',NULL,'Y'),(648,'Fishing and aquaculture equipment','21110000','2',NULL,'Y'),(649,'Extrusions','31110000','2',NULL,'Y'),(650,'Measuring and observing and testing instruments','41110000','2',NULL,'Y'),(651,'Antineoplastic agents','51110000','2',NULL,'Y'),(652,'Oil and gas exploration services','71110000','2',NULL,'Y'),(653,'Computer services','81110000','2',NULL,'Y'),(654,'Domestic and personal assistance','91110000','2',NULL,'Y'),(655,'Discrete semiconductor devices','32110000','2',NULL,'Y'),(656,'Writing and translations','82110000','2',NULL,'Y'),(657,'Military services and national defense','92110000','2',NULL,'Y'),(658,'Residential building construction services','72110000','2',NULL,'Y'),(659,'Petroleum processing machinery','23110000','2',NULL,'Y'),(660,'Footwear','53110000','2',NULL,'Y'),(661,'Wood and paper industries','73110000','2',NULL,'Y'),(662,'Telecommunications media services','83110000','2',NULL,'Y'),(663,'Socio political conditions','93110000','2',NULL,'Y'),(664,'Resins and rosins and other resin derived materials','13110000','2',NULL,'Y'),(665,'Paper products','14110000','2',NULL,'Y'),(666,'Containers and storage','24110000','2',NULL,'Y'),(667,'Office and desk accessories','44110000','2',NULL,'Y'),(668,'Timepieces','54110000','2',NULL,'Y'),(669,'Accounting and bookkeeping services','84110000','2',NULL,'Y'),(670,'Religious organizations','94110000','2',NULL,'Y'),(671,'Securities','64110000','2',NULL,'Y'),(672,'Gaseous fuels and additives','15110000','2',NULL,'Y'),(673,'Marine transport','25110000','2',NULL,'Y'),(674,'Audio and visual presentation and composing equipment','45110000','2',NULL,'Y'),(675,'Electronic reference material','55110000','2',NULL,'Y'),(676,'Disease prevention and control','85110000','2',NULL,'Y'),(677,'Thoroughfares','95110000','2',NULL,'Y'),(678,'Batteries and generators and kinetic power transmission','26110000','2',NULL,'Y'),(679,'Conventional war weapons','46110000','2',NULL,'Y'),(680,'Cleaning and janitorial services','76110000','2',NULL,'Y'),(681,'Alternative educational systems','86110000','2',NULL,'Y'),(682,'Commercial and industrial furniture','56110000','2',NULL,'Y'),(683,'Hand tools','27110000','2',NULL,'Y'),(684,'Industrial laundry and dry cleaning equipment','47110000','2',NULL,'Y'),(685,'Environmental protection','77110000','2',NULL,'Y'),(686,'Passenger transport','78110000','2',NULL,'Y'),(687,'Vending machines','48110000','2',NULL,'Y'),(688,'Lighting Fixtures and Accessories','39110000','2',NULL,'Y'),(689,'Animal feed','10120000','2',NULL,'Y'),(690,'Roads and landscape','30120000','2',NULL,'Y'),(691,'Seafood','50120000','2',NULL,'Y'),(692,'Livestock services','70120000','2',NULL,'Y'),(693,'Legal services','80120000','2',NULL,'Y'),(694,'Travel facilitation','90120000','2',NULL,'Y'),(695,'Arts and crafts equipment and accessories and supplies','60120000','2',NULL,'Y'),(696,'Oil and gas drilling and exploration equipment','20120000','2',NULL,'Y'),(697,'Non edible plant and forestry products','11120000','2',NULL,'Y'),(698,'Laboratory supplies and fixtures','41120000','2',NULL,'Y'),(699,'Antiarrythmics and antianginals and cardioplegics and drugs for heart failure','51120000','2',NULL,'Y'),(700,'Economics','81120000','2',NULL,'Y'),(701,'Well drilling and construction services','71120000','2',NULL,'Y'),(702,'Passive discrete components','32120000','2',NULL,'Y'),(703,'Veterinary equipment and supplies','42120000','2',NULL,'Y'),(704,'Bedclothes and table and kitchen linen and towels','52120000','2',NULL,'Y'),(705,'Reproduction services','82120000','2',NULL,'Y'),(706,'Security and personal safety','92120000','2',NULL,'Y'),(707,'Nonresidential building construction services','72120000','2',NULL,'Y'),(708,'Textile and fabric machinery and accessories','23120000','2',NULL,'Y'),(709,'Luggage and handbags and packs and cases','53120000','2',NULL,'Y'),(710,'Metal and mineral industries','73120000','2',NULL,'Y'),(711,'Information services','83120000','2',NULL,'Y'),(712,'International relations','93120000','2',NULL,'Y'),(713,'Industrial use papers','14120000','2',NULL,'Y'),(714,'Packaging materials','24120000','2',NULL,'Y'),(715,'Office supplies','44120000','2',NULL,'Y'),(716,'Gemstones','54120000','2',NULL,'Y'),(717,'Banking and investment','84120000','2',NULL,'Y'),(718,'Clubs','94120000','2',NULL,'Y'),(719,'Insurable interest contracts','64120000','2',NULL,'Y'),(720,'Lubricants and oils and greases and anti corrosives','15120000','2',NULL,'Y'),(721,'Railway and tramway machinery and equipment','25120000','2',NULL,'Y'),(722,'Photographic or filming or video equipment','45120000','2',NULL,'Y'),(723,'Signage and accessories','55120000','2',NULL,'Y'),(724,'Medical practice','85120000','2',NULL,'Y'),(725,'Permanent buildings and structures','95120000','2',NULL,'Y'),(726,'Electrical wire and cable and harness','26120000','2',NULL,'Y'),(727,'Missiles','46120000','2',NULL,'Y'),(728,'Refuse disposal and treatment','76120000','2',NULL,'Y'),(729,'Educational institutions','86120000','2',NULL,'Y'),(730,'Classroom and instructional and institutional furniture and fixtures','56120000','2',NULL,'Y'),(731,'Janitorial equipment','47120000','2',NULL,'Y'),(732,'Pollution tracking and monitoring and rehabilitation','77120000','2',NULL,'Y'),(733,'Hydraulic machinery and equipment','27120000','2',NULL,'Y'),(734,'Material packing and handling','78120000','2',NULL,'Y'),(735,'Gambling or wagering equipment','48120000','2',NULL,'Y'),(736,'Electrical equipment and components and supplies','39120000','2',NULL,'Y'),(737,'Camping and outdoor equipment and accessories','49120000','2',NULL,'Y'),(738,'Structural building products','30130000','2',NULL,'Y'),(739,'Musical Instruments and parts and accessories','60130000','2',NULL,'Y'),(740,'Dairy products and eggs','50130000','2',NULL,'Y'),(741,'Land and soil preparation and management and protection','70130000','2',NULL,'Y'),(742,'Real estate services','80130000','2',NULL,'Y'),(743,'Performing arts','90130000','2',NULL,'Y'),(744,'Oil and gas drilling and operation materials','20130000','2',NULL,'Y'),(745,'Animal containment and habitats','10130000','2',NULL,'Y'),(746,'Non edible animal products','11130000','2',NULL,'Y'),(747,'Forgings','31130000','2',NULL,'Y'),(748,'Hematolic drugs','51130000','2',NULL,'Y'),(749,'Statistics','81130000','2',NULL,'Y'),(750,'Oil and gas extraction and production enhancement services','71130000','2',NULL,'Y'),(751,'Explosive materials','12130000','2',NULL,'Y'),(752,'Window treatments','52130000','2',NULL,'Y'),(753,'Photographic services','82130000','2',NULL,'Y'),(754,'Electronic hardware and component parts and accessories','32130000','2',NULL,'Y'),(755,'Medical apparel and textiles','42130000','2',NULL,'Y'),(756,'Lapidary machinery and equipment','23130000','2',NULL,'Y'),(757,'Personal care products','53130000','2',NULL,'Y'),(758,'Food and beverage industries','73130000','2',NULL,'Y'),(759,'Humanitarian aid and relief','93130000','2',NULL,'Y'),(760,'Industrial refrigeration','24130000','2',NULL,'Y'),(761,'Civic organizations and associations and movements','94130000','2',NULL,'Y'),(762,'Insurance and retirement services','84130000','2',NULL,'Y'),(763,'Fuel for nuclear reactors','15130000','2',NULL,'Y'),(764,'Aircraft','25130000','2',NULL,'Y'),(765,'Photographic and recording media','45130000','2',NULL,'Y'),(766,'Medical science research and experimentation','85130000','2',NULL,'Y'),(767,'Portable buildings and structures','95130000','2',NULL,'Y'),(768,'Power generation','26130000','2',NULL,'Y'),(769,'Rockets and subsystems','46130000','2',NULL,'Y'),(770,'Toxic and hazardous waste cleanup','76130000','2',NULL,'Y'),(771,'Specialized educational services','86130000','2',NULL,'Y'),(772,'Merchandising furniture and accessories','56130000','2',NULL,'Y'),(773,'Cleaning and janitorial supplies','47130000','2',NULL,'Y'),(774,'Pollutants tracking and monitoring and rehabilitation services','77130000','2',NULL,'Y'),(775,'Pneumatic machinery and equipment','27130000','2',NULL,'Y'),(776,'Storage','78130000','2',NULL,'Y'),(777,'Funeral equipment and materials','48130000','2',NULL,'Y'),(778,'Fishing and hunting equipment','49130000','2',NULL,'Y'),(779,'Electrical wire management devices and accessories and supplies','39130000','2',NULL,'Y'),(780,'Saddlery and harness goods','10140000','2',NULL,'Y'),(781,'Insulation','30140000','2',NULL,'Y'),(782,'Fluid and gas distribution','40140000','2',NULL,'Y'),(783,'Toys and games','60140000','2',NULL,'Y'),(784,'Crop production and management and protection','70140000','2',NULL,'Y'),(785,'Marketing and distribution','80140000','2',NULL,'Y'),(786,'Commercial sports','90140000','2',NULL,'Y'),(787,'Oil and gas operating and production equipment','20140000','2',NULL,'Y'),(788,'Scrap and waste materials','11140000','2',NULL,'Y'),(789,'Moldings','31140000','2',NULL,'Y'),(790,'Central nervous system drugs','51140000','2',NULL,'Y'),(791,'Manufacturing technologies','81140000','2',NULL,'Y'),(792,'Oil and gas restoration and reclamation services','71140000','2',NULL,'Y'),(793,'Domestic appliances','52140000','2',NULL,'Y'),(794,'Graphic design','82140000','2',NULL,'Y'),(795,'Elements and gases','12140000','2',NULL,'Y'),(796,'Patient care and treatment products and supplies','42140000','2',NULL,'Y'),(797,'Electron tube devices and accessories','32140000','2',NULL,'Y'),(798,'Heavy construction services','72140000','2',NULL,'Y'),(799,'Leatherworking repairing machinery and equipment','23140000','2',NULL,'Y'),(800,'Fibers and textiles and fabric industries','73140000','2',NULL,'Y'),(801,'Community and social services','93140000','2',NULL,'Y'),(802,'Sewing supplies and accessories','53140000','2',NULL,'Y'),(803,'Credit agencies','84140000','2',NULL,'Y'),(804,'Packing supplies','24140000','2',NULL,'Y'),(805,'Governmental property right conferrals','64140000','2',NULL,'Y'),(806,'Prefabricated buildings and structures','95140000','2',NULL,'Y'),(807,'Photographic filmmaking supplies','45140000','2',NULL,'Y'),(808,'Alternative and holistic medicine','85140000','2',NULL,'Y'),(809,'Atomic and nuclear energy machinery and equipment','26140000','2',NULL,'Y'),(810,'Launchers','46140000','2',NULL,'Y'),(811,'Educational facilities','86140000','2',NULL,'Y'),(812,'Decorative adornments','56140000','2',NULL,'Y'),(813,'Automotive specialty tools','27140000','2',NULL,'Y'),(814,'Environmental laboratory services','77140000','2',NULL,'Y'),(815,'Transport services','78140000','2',NULL,'Y'),(816,'Watersports equipment','49140000','2',NULL,'Y'),(817,'Seeds and bulbs and seedlings and cuttings','10150000','2',NULL,'Y'),(818,'Exterior finishing materials','30150000','2',NULL,'Y'),(819,'Industrial pumps and compressors','40150000','2',NULL,'Y'),(820,'Edible oils and fats','50150000','2',NULL,'Y'),(821,'Forestry','70150000','2',NULL,'Y'),(822,'Trade policy and services','80150000','2',NULL,'Y'),(823,'Entertainment services','90150000','2',NULL,'Y'),(824,'Fibers and threads and yarns','11150000','2',NULL,'Y'),(825,'Rope and chain and cable and wire and strap','31150000','2',NULL,'Y'),(826,'Autonomic nervous system drugs','51150000','2',NULL,'Y'),(827,'Earth science services','81150000','2',NULL,'Y'),(828,'Oil and gas data management and processing services','71150000','2',NULL,'Y'),(829,'Clinical laboratory and toxicology testing systems, components, and supplies','41150000','2',NULL,'Y'),(830,'Domestic kitchenware and kitchen supplies','52150000','2',NULL,'Y'),(831,'Professional artists and performers','82150000','2',NULL,'Y'),(832,'Dental equipment and supplies','42150000','2',NULL,'Y'),(833,'Automation control devices and components and accessories','32150000','2',NULL,'Y'),(834,'Specialized trade construction and maintenance services','72150000','2',NULL,'Y'),(835,'Industrial process machinery and equipment and supplies','23150000','2',NULL,'Y'),(836,'Manufacturing support services','73150000','2',NULL,'Y'),(837,'Public administration and finance services','93150000','2',NULL,'Y'),(838,'Spacecraft','25150000','2',NULL,'Y'),(839,'Food and nutrition services','85150000','2',NULL,'Y'),(840,'Law enforcement','46150000','2',NULL,'Y'),(841,'Winter sports equipment','49150000','2',NULL,'Y'),(842,'Floriculture and silviculture products','10160000','2',NULL,'Y'),(843,'Interior finishing materials','30160000','2',NULL,'Y'),(844,'Industrial filtering and purification','40160000','2',NULL,'Y'),(845,'Chocolate and sugars and sweeteners and confectionary products','50160000','2',NULL,'Y'),(846,'Wildlife and flora','70160000','2',NULL,'Y'),(847,'Business administration services','80160000','2',NULL,'Y'),(848,'Fabrics and leather materials','11160000','2',NULL,'Y'),(849,'Hardware','31160000','2',NULL,'Y'),(850,'Drugs affecting the respiratory tract','51160000','2',NULL,'Y'),(851,'Oil and gas well project management services','71160000','2',NULL,'Y'),(852,'Information Technology Service Delivery','81160000','2',NULL,'Y'),(853,'Dialysis equipment and supplies','42160000','2',NULL,'Y'),(854,'Consumer electronics','52160000','2',NULL,'Y'),(855,'Additives','12160000','2',NULL,'Y'),(856,'Film and theater production support services','82160000','2',NULL,'Y'),(857,'Foundry machines and equipment and supplies','23160000','2',NULL,'Y'),(858,'Machinery and transport equipment manufacture','73160000','2',NULL,'Y'),(859,'Taxation','93160000','2',NULL,'Y'),(860,'Non motorized cycles','25160000','2',NULL,'Y'),(861,'Medical Surgical Equipment Maintenance Refurbishment and Repair Services','85160000','2',NULL,'Y'),(862,'Public safety and control','46160000','2',NULL,'Y'),(863,'Field and court sports equipment','49160000','2',NULL,'Y'),(864,'Fertilizers and plant nutrients and herbicides','10170000','2',NULL,'Y'),(865,'Pipe piping and pipe fittings','40170000','2',NULL,'Y'),(866,'Doors and windows and glass','30170000','2',NULL,'Y'),(867,'Seasonings and preservatives','50170000','2',NULL,'Y'),(868,'Water resources development and oversight','70170000','2',NULL,'Y'),(869,'Public relations and professional communications services','80170000','2',NULL,'Y'),(870,'Bearings and bushings and wheels and gears','31170000','2',NULL,'Y'),(871,'Drugs affecting the gastrointestinal system','51170000','2',NULL,'Y'),(872,'Alloys','11170000','2',NULL,'Y'),(873,'Biological science services','81170000','2',NULL,'Y'),(874,'Diagnostic and microbiological devices','41170000','2',NULL,'Y'),(875,'Colorants','12170000','2',NULL,'Y'),(876,'Domestic wall treatments','52170000','2',NULL,'Y'),(877,'Mobile medical services products','42170000','2',NULL,'Y'),(878,'Manufacture of electrical goods and precision instruments','73170000','2',NULL,'Y'),(879,'Trade policy and regulation','93170000','2',NULL,'Y'),(880,'Transportation components and systems','25170000','2',NULL,'Y'),(881,'Death and dying support services','85170000','2',NULL,'Y'),(882,'Security surveillance and detection','46170000','2',NULL,'Y'),(883,'Gymnastics and boxing equipment','49170000','2',NULL,'Y'),(884,'Plumbing fixtures','30180000','2',NULL,'Y'),(885,'Bread and bakery products','50180000','2',NULL,'Y'),(886,'Tubes tubing and tube fittings','40180000','2',NULL,'Y'),(887,'Packings glands boots and covers','31180000','2',NULL,'Y'),(888,'Hormones and hormone antagonists','51180000','2',NULL,'Y'),(889,'Metal oxide','11180000','2',NULL,'Y'),(890,'Waxes and oils','12180000','2',NULL,'Y'),(891,'Patient exam and monitoring products','42180000','2',NULL,'Y'),(892,'Industrial food and beverage equipment','23180000','2',NULL,'Y'),(893,'Machining and processing services','73180000','2',NULL,'Y'),(894,'Vehicle bodies and trailers','25180000','2',NULL,'Y'),(895,'Personal safety and protection','46180000','2',NULL,'Y'),(896,'Transportation repair or maintenance services','78180000','2',NULL,'Y'),(897,'Target and table games and equipment','49180000','2',NULL,'Y'),(898,'Pest control products','10190000','2',NULL,'Y'),(899,'Construction and maintenance support equipment','30190000','2',NULL,'Y'),(900,'Prepared and preserved foods','50190000','2',NULL,'Y'),(901,'Agricultural machinery and equipment assembly and installation services','70190000','2',NULL,'Y'),(902,'Grinding and polishing and smoothing materials','31190000','2',NULL,'Y'),(903,'Agents affecting water and electrolytes','51190000','2',NULL,'Y'),(904,'Metal waste scrap and by products','11190000','2',NULL,'Y'),(905,'Solvents','12190000','2',NULL,'Y'),(906,'Medical facility products','42190000','2',NULL,'Y'),(907,'Communications Devices and Accessories','43190000','2',NULL,'Y'),(908,'Mixers and their parts and accessories','23190000','2',NULL,'Y'),(909,'Transportation services equipment','25190000','2',NULL,'Y'),(910,'Fire protection','46190000','2',NULL,'Y'),(911,'Beverages','50200000','2',NULL,'Y'),(912,'Live rose bushes','10200000','2',NULL,'Y'),(913,'Adhesives and sealants','31200000','2',NULL,'Y'),(914,'Immunomodulating drugs','51200000','2',NULL,'Y'),(915,'Medical diagnostic imaging and nuclear medicine products','42200000','2',NULL,'Y'),(916,'Components for information technology or broadcasting or telecommunications','43200000','2',NULL,'Y'),(917,'Mass transfer equipment','23200000','2',NULL,'Y'),(918,'Aerospace systems and components and equipment','25200000','2',NULL,'Y'),(919,'Defense and law enforcement and security and safety training equipment','46200000','2',NULL,'Y'),(920,'Aviation-Related Services And Consultancy','78200000','2',NULL,'Y'),(921,'Fitness equipment','49200000','2',NULL,'Y'),(922,'Tobacco and smoking products and substitutes','50210000','2',NULL,'Y'),(923,'Live plants of high species or variety count flowers','10210000','2',NULL,'Y'),(924,'Paints and primers and finishes','31210000','2',NULL,'Y'),(925,'Independent living aids for the physically challenged','42210000','2',NULL,'Y'),(926,'Computer Equipment and Accessories','43210000','2',NULL,'Y'),(927,'Electronic manufacturing machinery and equipment and accessories','23210000','2',NULL,'Y'),(928,'Diagnoses of infectious and parasitic diseases-part a','85210000','2',NULL,'Y'),(929,'Workplace safety equipment and supplies and training materials','46210000','2',NULL,'Y'),(930,'Other sports','49210000','2',NULL,'Y'),(931,'Cereal and pulse products','50220000','2',NULL,'Y'),(932,'Live plants of low species or variety count flowers','10220000','2',NULL,'Y'),(933,'Dyeing and tanning extracts','31220000','2',NULL,'Y'),(934,'Intravenous and arterial administration products','42220000','2',NULL,'Y'),(935,'Data Voice or Multimedia Network Equipment or Platforms and Accessories','43220000','2',NULL,'Y'),(936,'Chicken processing machinery and equipment','23220000','2',NULL,'Y'),(937,'Military weapon and ammunition disarmament and disposal equipment and related products','46220000','2',NULL,'Y'),(938,'Sports equipment and accessories','49220000','2',NULL,'Y'),(939,'Machined raw stock','31230000','2',NULL,'Y'),(940,'Clinical nutrition','42230000','2',NULL,'Y'),(941,'Software','43230000','2',NULL,'Y'),(942,'Sawmilling and lumber processing machinery and equipment','23230000','2',NULL,'Y'),(943,'Portable Structure Building Components','30240000','2',NULL,'Y'),(944,'Industrial optics','31240000','2',NULL,'Y'),(945,'Drugs affecting the ears, eye, nose and skin','51240000','2',NULL,'Y'),(946,'Orthopedic and prosthetic and sports medicine products','42240000','2',NULL,'Y'),(947,'Metal cutting machinery and accessories','23240000','2',NULL,'Y'),(948,'Recreation and playground and swimming and spa equipment and supplies','49240000','2',NULL,'Y'),(949,'Underground mining structures and materials','30250000','2',NULL,'Y'),(950,'Pneumatic and hydraulic and electric control systems','31250000','2',NULL,'Y'),(951,'Brass instruments','60131100','3',NULL,'Y'),(952,'Games','60141100','3',NULL,'Y'),(953,'Well plugging and abandonment services','71141100','3',NULL,'Y'),(954,'Infrastructure building and surfacing and paving services','72141100','3',NULL,'Y'),(955,'Oilfield data management services','71151100','3',NULL,'Y'),(956,'Plumbing construction services','72151100','3',NULL,'Y'),(957,'Coating services','73181100','3',NULL,'Y'),(958,'Continuous mixers','23191100','3',NULL,'Y'),(959,'Small arms weapons training equipment','46201100','3',NULL,'Y'),(960,'Cereals','50221100','3',NULL,'Y'),(961,'Killing and defeathering department machinery and equipment','23221100','3',NULL,'Y'),(962,'Ophthalmic agents','51241100','3',NULL,'Y'),(963,'Electric direct current DC motors','26101200','3',NULL,'Y'),(964,'Plastic films','13111200','3',NULL,'Y'),(965,'Agricultural building construction services','72121200','3',NULL,'Y'),(966,'Woodwind instruments','60131200','3',NULL,'Y'),(967,'Marine construction services','72141200','3',NULL,'Y'),(968,'Heating and cooling and air conditioning HVAC construction and maintenance services','72151200','3',NULL,'Y'),(969,'Industrial drying equipment','23201200','3',NULL,'Y'),(970,'Dermatologic agents','51241200','3',NULL,'Y'),(971,'Non electric motors','26101300','3',NULL,'Y'),(972,'Foams','13111300','3',NULL,'Y'),(973,'Art and craft cutting products','60121300','3',NULL,'Y'),(974,'Automotive garage and service station construction services','72121300','3',NULL,'Y'),(975,'Electrical boxes and enclosures and fittings and accessories','39121300','3',NULL,'Y'),(976,'String instruments','60131300','3',NULL,'Y'),(977,'Painting and paper hanging services','72151300','3',NULL,'Y'),(978,'Flour and milled products','50221300','3',NULL,'Y'),(979,'Motor or generator components','26101400','3',NULL,'Y'),(980,'Aviation Specific Training','86101400','3',NULL,'Y'),(981,'Language Specific Editorial and Writing Services','82111400','3',NULL,'Y'),(982,'Classroom And Language Laboratory Equipment & Interpretation Systems','45111400','3',NULL,'Y'),(983,'Completion tools and equipment','20121400','3',NULL,'Y'),(984,'Specialized public building construction services','72121400','3',NULL,'Y'),(985,'Cafeteria and lunchroom furnishings','56121400','3',NULL,'Y'),(986,'Electrical lugs plugs and connectors','39121400','3',NULL,'Y'),(987,'Percussion instruments','60131400','3',NULL,'Y'),(988,'Safety and Rescue Aircraft','25131400','3',NULL,'Y'),(989,'Fundraising Services','80141400','3',NULL,'Y'),(990,'Detention facility construction and repair services','72141400','3',NULL,'Y'),(991,'Wall covering construction services','72151400','3',NULL,'Y'),(992,'System Cards','43201400','3',NULL,'Y'),(993,'Metal grinding machines','23241400','3',NULL,'Y'),(994,'Welding machinery','23271400','3',NULL,'Y'),(995,'Livestock','10101500','3',NULL,'Y'),(996,'Cutting equipment','20101500','3',NULL,'Y'),(997,'Angles','30101500','3',NULL,'Y'),(998,'Ventilation','40101500','3',NULL,'Y'),(999,'Fisheries operations','70101500','3',NULL,'Y'),(1000,'Business and corporate management consultation services','80101500','3',NULL,'Y'); /*!40000 ALTER TABLE `itemclassification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemstatuscodes` -- DROP TABLE IF EXISTS `itemstatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemstatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemstatuscodes` -- LOCK TABLES `itemstatuscodes` WRITE; /*!40000 ALTER TABLE `itemstatuscodes` DISABLE KEYS */; INSERT INTO `itemstatuscodes` VALUES (1,'Y',NULL,'Y','Active','1'),(2,'N',NULL,'N','Inactive','2'); /*!40000 ALTER TABLE `itemstatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemtypecodes` -- DROP TABLE IF EXISTS `itemtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemtypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemtypecodes` -- LOCK TABLES `itemtypecodes` WRITE; /*!40000 ALTER TABLE `itemtypecodes` DISABLE KEYS */; INSERT INTO `itemtypecodes` VALUES (1,'Raw Material','1','Raw Material','Y','1'),(2,'Finished Product','2','Finished Product','Y','2'),(3,'Service','3','Service without stock','',''); /*!40000 ALTER TABLE `itemtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` datetime DEFAULT NULL, `enddate` datetime DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, `branchid` int(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','all','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0),(4,'Sick Leave','','2023-02-15 12:24:43pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=244 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-08-15 09:54:31','','','197.232.142.176','loggedin',1),(2,'admin','1','2024-08-15 10:06:53','','','197.232.142.176','loggedin',1),(3,'admin','1','2024-08-16 10:35:15','','','197.232.142.176','loggedin',1),(4,'admin','1','2024-08-16 10:41:38','','','197.232.142.176','loggedin',1),(5,'admin','1','2024-08-16 16:58:37','2024-08-16 17:01:05','','197.232.142.176','loggedin',1),(6,'admin','1','2024-08-16 23:59:07','','','102.214.84.2','loggedin',1),(7,'admin','1','2024-08-17 12:59:10','2024-08-17 15:25:54','','196.96.51.180','loggedin',1),(8,'user','6','2024-08-17 15:26:04','2024-08-17 15:52:50','','105.160.124.122','loggedin',1),(9,'admin','1','2024-08-17 15:52:58','2024-08-17 15:54:35','','105.160.124.122','loggedin',1),(10,'user','6','2024-08-17 15:55:12','2024-08-17 16:00:43','','105.160.124.122','loggedin',1),(11,'admin','1','2024-08-17 16:00:50','2024-08-17 16:04:35','','105.160.124.122','loggedin',1),(12,'user','6','2024-08-17 16:04:44','2024-08-17 16:06:15','','105.160.124.122','loggedin',1),(13,'admin','1','2024-08-17 16:06:24','','','105.160.124.122','loggedin',1),(14,'user','3','2024-08-17 16:54:24','','','154.159.252.16','loggedin',1),(15,'user','6','2024-08-17 17:01:03','','','41.90.4.173','loggedin',1),(16,'admin','1','2024-08-17 17:02:37','2024-08-17 17:07:09','','41.90.4.173','loggedin',1),(17,'user','6','2024-08-17 17:07:17','2024-08-17 17:22:11','','41.90.4.173','loggedin',1),(18,'admin','1','2024-08-17 17:11:26','','','41.90.4.173','loggedin',1),(19,'user','4','2024-08-17 17:22:19','2024-08-17 18:13:23','','41.90.4.173','loggedin',1),(20,'user','6','2024-08-17 18:13:36','2024-08-17 18:16:47','','41.90.4.173','loggedin',1),(21,'admin','1','2024-08-17 18:25:24','','','41.90.4.173','loggedin',1),(22,'user','4','2024-08-17 20:31:54','','','41.90.4.173','loggedin',1),(23,'user','4','2024-08-18 10:04:06','','','196.201.218.1','loggedin',1),(24,'user','3','2024-08-18 10:16:50','','','197.237.91.6','loggedin',1),(25,'admin','1','2024-08-18 11:10:28','','','102.214.84.2','loggedin',1),(26,'user','6','2024-08-19 06:25:54','','','196.201.218.6','loggedin',1),(27,'user','3','2024-08-19 06:54:13','2024-08-19 06:58:14','','197.237.91.6','loggedin',1),(28,'user','6','2024-08-19 07:00:25','','','196.201.218.6','loggedin',1),(29,'user','6','2024-08-19 07:26:15','','','196.201.218.6','loggedin',1),(30,'user','6','2024-08-19 07:32:06','','','196.201.218.6','loggedin',1),(31,'user','6','2024-08-19 07:38:37','','','196.201.218.6','loggedin',1),(32,'user','6','2024-08-19 08:06:10','','','196.201.218.6','loggedin',1),(33,'user','6','2024-08-19 08:15:37','','','196.201.218.6','loggedin',1),(34,'user','6','2024-08-19 08:32:07','','','196.201.218.6','loggedin',1),(35,'admin','1','2024-08-19 08:41:24','','','197.232.142.176','loggedin',1),(36,'user','6','2024-08-19 08:42:17','','','196.201.218.6','loggedin',1),(37,'user','6','2024-08-19 09:37:37','','','196.201.218.6','loggedin',1),(38,'user','6','2024-08-19 09:56:43','','','196.201.218.6','loggedin',1),(39,'user','3','2024-08-19 13:46:20','','','197.237.91.6','loggedin',1),(40,'user','3','2024-08-19 14:22:27','','','197.237.91.6','loggedin',1),(41,'user','6','2024-08-19 14:24:35','','','196.201.218.6','loggedin',1),(42,'user','3','2024-08-19 14:33:37','','','197.237.91.6','loggedin',1),(43,'user','6','2024-08-19 15:36:49','','','196.201.218.6','loggedin',1),(44,'user','6','2024-08-19 16:20:18','','','196.201.218.6','loggedin',1),(45,'user','6','2024-08-19 16:52:12','','','196.201.218.6','loggedin',1),(46,'user','3','2024-08-19 17:04:17','','','197.237.91.6','loggedin',1),(47,'user','6','2024-08-19 19:46:18','','','196.201.218.6','loggedin',1),(48,'user','3','2024-08-19 19:48:07','','','197.237.91.6','loggedin',1),(49,'user','3','2024-08-19 20:02:24','','','197.237.91.6','loggedin',1),(50,'user','6','2024-08-19 20:47:41','','','196.201.218.13','loggedin',1),(51,'user','3','2024-08-20 06:24:33','','','197.237.91.6','loggedin',1),(52,'user','6','2024-08-20 06:26:20','','','196.201.218.210','loggedin',1),(53,'admin','1','2024-08-20 09:40:33','','','154.159.252.223','loggedin',1),(54,'user','6','2024-08-20 09:44:24','','','196.201.218.210','loggedin',1),(55,'admin','1','2024-08-20 10:24:32','','','197.232.142.176','loggedin',1),(56,'user','3','2024-08-20 10:46:41','','','197.237.91.6','loggedin',1),(57,'user','3','2024-08-20 11:02:07','','','197.237.91.6','loggedin',1),(58,'user','6','2024-08-20 11:20:39','','','196.201.218.68','loggedin',1),(59,'admin','1','2024-08-20 14:05:46','','','197.232.142.176','loggedin',1),(60,'user','3','2024-08-20 17:02:48','','','197.237.91.6','loggedin',1),(61,'user','6','2024-08-20 17:09:36','','','196.201.218.247','loggedin',1),(62,'user','6','2024-08-20 17:14:30','','','196.201.218.247','loggedin',1),(63,'user','6','2024-08-20 18:46:39','','','196.201.218.247','loggedin',1),(64,'user','6','2024-08-20 19:21:51','','','196.201.218.247','loggedin',1),(65,'user','3','2024-08-20 19:49:11','','','197.237.91.6','loggedin',1),(66,'user','3','2024-08-20 19:59:54','','','197.237.91.6','loggedin',1),(67,'user','3','2024-08-20 20:07:15','','','197.237.91.6','loggedin',1),(68,'user','6','2024-08-21 06:09:55','','','196.201.218.158','loggedin',1),(69,'user','3','2024-08-21 06:25:09','','','197.237.91.6','loggedin',1),(70,'admin','1','2024-08-21 09:22:39','','','197.232.142.176','loggedin',1),(71,'admin','1','2024-08-21 09:23:52','2024-08-21 09:29:59','','197.232.142.176','loggedin',1),(72,'user','6','2024-08-21 09:30:17','2024-08-21 09:32:50','','197.232.142.176','loggedin',1),(73,'admin','1','2024-08-21 09:32:57','2024-08-21 09:33:47','','197.232.142.176','loggedin',1),(74,'user','6','2024-08-21 09:33:55','','','197.232.142.176','loggedin',1),(75,'user','3','2024-08-21 11:02:22','2024-08-21 11:08:26','','197.237.91.6','loggedin',1),(76,'user','3','2024-08-21 11:09:45','','','197.237.91.6','loggedin',1),(77,'user','3','2024-08-21 16:52:20','','','197.237.91.6','loggedin',1),(78,'user','3','2024-08-21 21:06:17','','','197.237.91.6','loggedin',1),(79,'user','4','2024-08-22 06:10:13','','','196.201.218.57','loggedin',1),(80,'user','3','2024-08-22 07:43:17','','','197.237.91.6','loggedin',1),(81,'user','3','2024-08-22 13:46:37','','','197.237.91.6','loggedin',1),(82,'user','3','2024-08-22 20:02:35','','','197.237.91.6','loggedin',1),(83,'user','4','2024-08-23 06:09:32','','','196.201.218.154','loggedin',1),(84,'user','4','2024-08-23 06:16:32','','','196.201.218.154','loggedin',1),(85,'user','3','2024-08-23 10:26:50','','','197.237.91.6','loggedin',1),(86,'user','3','2024-08-23 15:43:30','','','197.237.91.6','loggedin',1),(87,'user','3','2024-08-23 15:55:00','','','197.237.91.6','loggedin',1),(88,'admin','1','2024-08-23 16:02:19','','','197.232.142.176','loggedin',1),(89,'user','3','2024-08-23 22:30:22','','','197.237.91.6','loggedin',1),(90,'user','4','2024-08-24 06:09:13','','','196.201.218.187','loggedin',1),(91,'user','4','2024-08-24 07:38:43','','','196.201.218.187','loggedin',1),(92,'user','3','2024-08-24 08:26:59','','','154.78.212.162','loggedin',1),(93,'admin','1','2024-08-24 12:24:38','','','197.232.142.176','loggedin',1),(94,'admin','1','2024-08-24 13:35:04','','','197.232.142.176','loggedin',1),(95,'user','6','2024-08-25 06:09:19','','','41.90.4.247','loggedin',1),(96,'user','3','2024-08-25 07:25:06','','','154.159.237.100','loggedin',1),(97,'user','6','2024-08-25 14:40:02','','','41.90.4.17','loggedin',1),(98,'user','6','2024-08-25 15:11:28','','','41.90.4.17','loggedin',1),(99,'user','6','2024-08-25 15:17:46','','','41.90.4.17','loggedin',1),(100,'user','6','2024-08-25 18:40:34','','','41.90.4.17','loggedin',1),(101,'user','3','2024-08-25 21:48:15','','','197.237.91.6','loggedin',1),(102,'user','4','2024-08-26 06:13:25','','','41.90.4.217','loggedin',1),(103,'user','4','2024-08-26 06:31:02','2024-08-26 16:22:50','','41.90.4.222','loggedin',1),(104,'user','3','2024-08-26 08:48:55','','','197.237.91.6','loggedin',1),(105,'admin','1','2024-08-26 16:23:17','2024-08-26 16:34:25','','41.90.5.245','loggedin',1),(106,'user','4','2024-08-26 16:34:37','','','41.90.5.245','loggedin',1),(107,'user','3','2024-08-26 19:48:54','','','197.237.91.6','loggedin',1),(108,'user','4','2024-08-27 06:10:13','','','41.90.4.111','loggedin',1),(109,'user','3','2024-08-27 09:46:54','','','197.237.91.6','loggedin',1),(110,'user','4','2024-08-27 13:53:27','','','196.201.210.201','loggedin',1),(111,'user','4','2024-08-27 17:48:36','','','196.201.210.201','loggedin',1),(112,'user','3','2024-08-27 20:29:55','','','197.237.91.6','loggedin',1),(113,'user','3','2024-08-28 02:23:08','','','197.237.91.6','loggedin',1),(114,'user','4','2024-08-28 06:09:18','','','196.201.210.28','loggedin',1),(115,'user','3','2024-08-28 07:42:01','','','154.157.253.68','loggedin',1),(116,'user','3','2024-08-28 12:51:31','','','154.159.237.19','loggedin',1),(117,'user','3','2024-08-28 22:48:42','','','197.237.91.6','loggedin',1),(118,'user','6','2024-08-29 06:05:33','','','196.201.210.153','loggedin',1),(119,'user','6','2024-08-29 09:24:21','2024-08-29 20:59:23','','196.201.210.153','loggedin',1),(120,'user','3','2024-08-29 10:04:07','2024-08-29 10:05:08','','154.159.237.19','loggedin',1),(121,'user','3','2024-08-29 21:56:56','','','197.237.91.6','loggedin',1),(122,'user','6','2024-08-30 06:06:53','','','196.201.210.150','loggedin',1),(123,'user','3','2024-08-30 13:19:44','','','197.237.91.6','loggedin',1),(124,'user','6','2024-08-30 15:39:22','','','41.90.216.35','loggedin',1),(125,'user','3','2024-08-30 18:23:29','','','197.237.91.6','loggedin',1),(126,'user','6','2024-08-30 20:49:25','','','41.90.216.35','loggedin',1),(127,'user','6','2024-08-31 06:13:52','','','41.90.217.64','loggedin',1),(128,'user','3','2024-08-31 06:18:45','2024-08-31 06:19:45','','197.237.91.6','loggedin',1),(129,'user','3','2024-08-31 20:03:56','','','197.237.91.6','loggedin',1),(130,'user','4','2024-09-01 06:10:04','','','41.90.216.92','loggedin',1),(131,'user','3','2024-09-01 07:17:02','2024-09-01 07:17:07','','197.237.91.6','loggedin',1),(132,'user','3','2024-09-01 07:17:25','2024-09-01 07:18:01','','197.237.91.6','loggedin',1),(133,'user','3','2024-09-01 18:31:51','','','197.237.91.6','loggedin',1),(134,'user','3','2024-09-01 20:22:14','','','197.237.91.6','loggedin',1),(135,'user','6','2024-09-02 13:13:08','','','196.201.210.15','loggedin',1),(136,'user','3','2024-09-02 13:34:03','','','197.237.91.6','loggedin',1),(137,'user','6','2024-09-02 15:12:09','','','196.201.210.15','loggedin',1),(138,'user','6','2024-09-02 15:38:45','2024-09-02 15:39:39','','196.201.210.15','loggedin',1),(139,'admin','1','2024-09-02 15:39:48','2024-09-02 15:41:20','','196.201.210.15','loggedin',1),(140,'user','6','2024-09-02 15:41:47','','','196.201.210.15','loggedin',1),(141,'user','6','2024-09-02 17:47:48','','','196.201.210.15','loggedin',1),(142,'user','3','2024-09-02 21:55:32','','','197.237.91.6','loggedin',1),(143,'user','6','2024-09-03 06:08:30','','','196.201.210.4','loggedin',1),(144,'user','3','2024-09-03 07:25:15','','','197.237.91.6','loggedin',1),(145,'user','6','2024-09-03 17:17:34','','','196.201.210.85','loggedin',1),(146,'user','3','2024-09-03 20:22:54','','','197.237.91.6','loggedin',1),(147,'user','6','2024-09-04 07:13:01','','','196.96.238.240','loggedin',1),(148,'user','3','2024-09-04 08:00:57','','','197.237.91.6','loggedin',1),(149,'user','6','2024-09-04 10:22:47','','','41.90.5.43','loggedin',1),(150,'user','6','2024-09-04 11:34:01','','','41.90.5.58','loggedin',1),(151,'user','6','2024-09-04 12:54:35','','','41.90.5.154','loggedin',1),(152,'user','6','2024-09-04 15:12:48','','','41.90.4.5','loggedin',1),(153,'user','3','2024-09-04 18:15:21','','','197.237.91.6','loggedin',1),(154,'user','4','2024-09-05 06:26:04','','','41.90.4.0','loggedin',1),(155,'user','3','2024-09-05 07:33:11','','','197.237.91.6','loggedin',1),(156,'user','3','2024-09-05 20:52:41','','','197.237.91.6','loggedin',1),(157,'user','4','2024-09-06 06:09:36','','','41.90.5.237','loggedin',1),(158,'user','3','2024-09-06 08:41:08','','','197.237.91.6','loggedin',1),(159,'user','4','2024-09-06 13:00:20','','','196.96.232.175','loggedin',1),(160,'user','6','2024-09-06 15:28:19','','','196.96.232.175','loggedin',1),(161,'user','3','2024-09-06 19:54:10','','','197.237.91.6','loggedin',1),(162,'user','4','2024-09-07 06:18:10','','','196.96.193.148','loggedin',1),(163,'user','3','2024-09-07 06:19:54','','','197.237.91.6','loggedin',1),(164,'user','3','2024-09-07 13:18:08','','','197.237.91.6','loggedin',1),(165,'user','6','2024-09-07 14:24:20','','','196.96.236.94','loggedin',1),(166,'user','6','2024-09-07 19:26:37','','','196.96.237.91','loggedin',1),(167,'user','4','2024-09-07 19:37:48','','','196.96.237.91','loggedin',1),(168,'user','3','2024-09-07 22:22:48','','','197.237.91.6','loggedin',1),(169,'user','6','2024-09-08 06:23:56','','','196.96.234.16','loggedin',1),(170,'user','3','2024-09-08 13:31:30','','','197.237.91.6','loggedin',1),(171,'user','3','2024-09-08 15:43:47','','','197.237.91.6','loggedin',1),(172,'user','3','2024-09-08 17:58:31','','','197.237.91.6','loggedin',1),(173,'user','3','2024-09-08 21:57:00','','','197.237.91.6','loggedin',1),(174,'user','4','2024-09-09 06:09:36','','','196.96.238.245','loggedin',1),(175,'user','3','2024-09-09 17:05:15','','','197.237.91.6','loggedin',1),(176,'user','3','2024-09-09 20:45:03','','','197.237.91.6','loggedin',1),(177,'user','4','2024-09-10 06:08:51','','','41.90.73.229','loggedin',1),(178,'user','3','2024-09-10 07:38:53','','','197.237.91.6','loggedin',1),(179,'user','3','2024-09-10 12:00:08','','','197.237.91.6','loggedin',1),(180,'user','3','2024-09-10 18:16:21','','','197.237.91.6','loggedin',1),(181,'user','3','2024-09-10 19:48:44','','','197.237.91.6','loggedin',1),(182,'user','4','2024-09-11 06:07:38','','','196.96.233.172','loggedin',1),(183,'user','3','2024-09-11 07:10:36','2024-09-11 07:10:41','','154.159.252.4','loggedin',1),(184,'user','3','2024-09-11 07:11:02','','','154.159.252.4','loggedin',1),(185,'user','3','2024-09-11 18:15:18','','','154.159.252.4','loggedin',1),(186,'user','3','2024-09-11 22:22:19','','','154.159.252.4','loggedin',1),(187,'user','6','2024-09-12 06:07:28','','','196.96.232.12','loggedin',1),(188,'user','3','2024-09-12 07:19:02','','','154.159.252.4','loggedin',1),(189,'user','3','2024-09-12 07:51:50','','','154.159.252.4','loggedin',1),(190,'user','6','2024-09-12 18:16:59','','','196.96.237.42','loggedin',1),(191,'user','6','2024-09-12 19:38:46','','','196.96.237.42','loggedin',1),(192,'user','3','2024-09-12 20:54:12','','','197.237.91.6','loggedin',1),(193,'user','6','2024-09-13 06:17:52','','','196.96.233.107','loggedin',1),(194,'user','3','2024-09-13 07:16:31','','','197.237.91.6','loggedin',1),(195,'user','6','2024-09-13 07:28:59','','','196.96.233.107','loggedin',1),(196,'user','6','2024-09-13 10:39:03','','','196.201.210.98','loggedin',1),(197,'user','6','2024-09-13 14:59:08','','','196.96.238.36','loggedin',1),(198,'user','6','2024-09-13 17:02:27','','','196.96.239.146','loggedin',1),(199,'user','3','2024-09-13 20:36:49','','','197.237.91.6','loggedin',1),(200,'user','4','2024-09-14 06:07:01','','','196.96.235.147','loggedin',1),(201,'user','3','2024-09-14 08:53:28','','','197.237.91.6','loggedin',1),(202,'user','3','2024-09-14 09:23:59','','','197.237.91.6','loggedin',1),(203,'user','3','2024-09-14 14:16:03','','','197.237.91.6','loggedin',1),(204,'user','3','2024-09-14 16:55:01','','','196.201.218.210','loggedin',1),(205,'user','3','2024-09-14 19:00:27','2024-09-14 19:03:36','','197.237.91.6','loggedin',1),(206,'user','3','2024-09-14 19:03:54','','','197.237.91.6','loggedin',1),(207,'user','4','2024-09-15 06:16:13','','','196.96.237.150','loggedin',1),(208,'user','3','2024-09-15 08:08:20','','','197.237.91.6','loggedin',1),(209,'user','3','2024-09-15 14:42:45','','','197.237.91.6','loggedin',1),(210,'user','3','2024-09-15 15:48:48','','','197.237.91.6','loggedin',1),(211,'user','3','2024-09-15 18:54:00','','','197.237.91.6','loggedin',1),(212,'user','6','2024-09-16 06:08:25','','','196.201.218.119','loggedin',1),(213,'user','3','2024-09-16 08:22:40','','','154.70.60.135','loggedin',1),(214,'user','6','2024-09-16 12:28:38','','','41.90.216.72','loggedin',1),(215,'user','3','2024-09-16 22:11:31','','','154.70.60.135','loggedin',1),(216,'user','6','2024-09-17 06:19:56','','','41.90.216.85','loggedin',1),(217,'user','3','2024-09-17 08:34:53','','','154.70.60.135','loggedin',1),(218,'user','3','2024-09-17 12:12:43','','','154.70.60.135','loggedin',1),(219,'user','3','2024-09-17 17:49:07','','','154.70.60.135','loggedin',1),(220,'user','6','2024-09-17 18:20:17','','','41.90.216.85','loggedin',1),(221,'admin','1','2024-09-17 20:32:43','','','196.96.238.136','loggedin',1),(222,'user','6','2024-09-18 06:18:50','','','41.90.217.184','loggedin',1),(223,'user','3','2024-09-18 08:26:20','','','41.90.5.217','loggedin',1),(224,'user','6','2024-09-18 18:24:30','','','41.90.216.146','loggedin',1),(225,'user','3','2024-09-18 18:42:40','','','154.70.60.135','loggedin',1),(226,'user','3','2024-09-18 21:20:42','','','154.70.60.135','loggedin',1),(227,'user','6','2024-09-19 06:17:28','','','41.90.216.168','loggedin',1),(228,'user','6','2024-09-19 07:50:39','','','41.90.217.247','loggedin',1),(229,'user','6','2024-09-19 10:41:45','','','41.90.216.43','loggedin',1),(230,'user','3','2024-09-19 10:46:53','','','41.90.5.217','loggedin',1),(231,'user','6','2024-09-19 20:27:11','','','41.90.216.43','loggedin',1),(232,'user','4','2024-09-20 06:20:01','','','41.90.217.149','loggedin',1),(233,'user','3','2024-09-20 08:35:57','','','41.90.5.217','loggedin',1),(234,'user','4','2024-09-20 11:04:01','','','41.90.217.149','loggedin',1),(235,'admin','1','2024-09-20 19:05:41','','','41.90.73.239','loggedin',1),(236,'user','3','2024-09-20 21:44:07','','','154.70.60.135','loggedin',1),(237,'user','3','2024-09-20 22:35:05','','','154.70.60.135','loggedin',1),(238,'user','4','2024-09-21 06:10:12','','','41.90.217.147','loggedin',1),(239,'user','4','2024-09-21 06:20:26','','','41.90.217.147','loggedin',1),(240,'user','4','2024-09-21 12:17:23','','','41.90.217.122','loggedin',1),(241,'user','6','2024-09-21 14:57:05','','','41.90.217.122','loggedin',1),(242,'admin','1','2024-09-25 09:28:19','','','197.232.142.176','loggedin',1),(243,'admin','1','2025-06-23 08:25:02','','','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=12 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,'FERMENTED MILK PRODUCTS','','2024-08-15 11:35:38','active','1','','1'),(2,'FRESH MILK PRODUCTS','','2024-08-15 11:35:56','active','1','','1'),(3,'ICE CREAM PRODUCTS','','2024-08-15 11:36:28','active','1','','1'),(4,'INGREDIENTS','','2024-08-15 11:36:46','active','1','','1'),(5,'MILK BEVERAGES','','2024-08-15 11:37:08','active','1','','1'),(6,'MILKSHAKE PRODUCTS','','2024-08-15 11:37:36','active','1','','1'),(7,'PACKAGING','','2024-08-15 11:37:52','active','1','','1'),(8,'PRODUCT PROCESSING','','2024-08-15 11:38:07','active','1','','1'),(9,'STATIONERY','','2024-08-15 11:38:39','active','1','','1'),(10,'TOPPINGS PRODUCTS','','2024-08-15 11:40:02','active','1','','1'),(11,'YOGHURT PRODUCTS','','2024-08-15 11:40:20','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 AUTO_INCREMENT=4 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','0','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','0','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','0','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Cheque Management',34,'money','chequemanagemant','1','user/viewcheque','side','banking'),('Comments/Complains',11,'paw','complain','0','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','0','user/viedeals','side','project'),('Departments',31,'rss-square','departments','0','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','0','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','0','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','0','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','0','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','0','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','0','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','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','0','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','0','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','0','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','0','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('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','0','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','0','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','0','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','0','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','0','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','0','user/salesorder','side','moneyin'),('Select User',1,'rss-square','selectuser','1','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','0','user/viewsms','side','project'),('Tasks',12,'bullseye','task','0','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','0','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','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),('meterreading','accomodation','Meter Reading',30),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('negativesales','sales','Make Negative sales',60),('negativestockadjustment','productlist','Negative Stock Adjustment',51),('negativestockadjustment','products','Negative Stock Adjustment',51),('Novatsales','config','No Vat Sales',20),('opencloseshift','members','Open and Close Employee Shift',26),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('overalclearingpendingtasks','task','Clear Overal pending tasks for anyone',20),('pendingisdefault','cashiersales','Enable Pending Page As Default',69),('plotexpenses','accomodation','Plot Expenses',63),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postemployeenoteforothers','task','Post Employee Notes for others',20),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printdelivery','sales','Print delivery',38),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('receiptno','sales','Enter Receipt No Directly',50),('receivedublicatecodes','income','Receive Dublicate Cheque / Transaction codes',8),('receiveoverpayment','income','Receive overpayment',7),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Issue stock from store',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('restrictbillprintingtotwo','sales','Restrict Bill Printing to 2',66),('return','viewreturnsales','Return Sales',4),('returnclearedsales','viewreturnsales','Return Cleared/ Closed Sales',7),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salebelowbprice','sales','Can sell below set b.price',10),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectcurrency','sales','Select Currency',50),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sell','openclose','Sell',1),('sellusingserialonly','wholesale','Sell Using Serial Only',10),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('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, `taskCd` varchar(50) NOT NULL, `itemSeq` varchar(50) NOT NULL, `itemClsCd` varchar(50) DEFAULT NULL, `taxTyCd` varchar(50) DEFAULT NULL, `pkgUnitCd` varchar(50) DEFAULT NULL, `imptItemsttsCd` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice_number`,`type`,`item_id`,`invoice`,`branchid`) ) ENGINE=InnoDB AUTO_INCREMENT=349 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newstock` -- LOCK TABLES `newstock` WRITE; /*!40000 ALTER TABLE `newstock` DISABLE KEYS */; INSERT INTO `newstock` VALUES (1,'Yoghurt Vanilla 500ml','',-10.00,'2024-08-17 13:10:45','10.00','1','newstock','1','','',56.36,'','1','0','internal','1','120','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-17 13:10:55','10.00','1','newstock','1','','',0.00,'','1','9','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3,'Serviette','120',-1.00,'2024-08-17 13:10:55','10.00','1','newstock','1','','',0.00,'','1','9','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4,'Plastic Straw Black','120',-1.00,'2024-08-17 13:10:55','10.00','1','newstock','1','','',0.00,'','1','9','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-17 13:10:55','10.00','1','newstock','1','','',0.00,'','1','9.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(6,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-17 13:10:55','0.00','1','newstock','1','','',0.00,'','1','1','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(7,'','',100.00,'2024-08-17 13:22:12','','1','PO','1','11723889869','',68.00,'6800','1','','','','9','11723889869','0',100.00,'EXEMPTED','68','937.93','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(8,'','',150.00,'2024-08-17 15:59:45','','6','PO','1','61723899421','',68.00,'10200','1','','','','9','61723899421','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(9,'Plastic Cup +lid 500ml','',10.00,'2024-08-17 16:23:47','39.00','1','newstock','1','','',0.00,'','1','29','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(10,'Serviette','',10.00,'2024-08-17 16:23:47','100.00','1','newstock','1','','',0.00,'','1','90','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(11,'Plastic Straw Black','',10.00,'2024-08-17 16:23:47','190.00','1','newstock','1','','',0.00,'','1','180','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(12,'Yoghurt Vanilla/Litre','',5.00,'2024-08-17 16:23:47','9.25','1','newstock','1','','',0.00,'','1','4.25','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(13,'Yoghurt Vanilla 500ml','',10.00,'2024-08-17 16:23:47','0.00','1','newstock','1','','',56.36,'','1','10','internal','1','120','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(14,'Yoghurt Vanilla 500ml','',-10.00,'2024-08-17 16:24:31','10.00','1','newstock','1','','',56.36,'','1','0','internal','1','120','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(15,'LPG Gas 6kg','',1.00,'2024-08-17 16:32:36','0.00','1','newstock','1','','',250.00,'','1','1','internal','1','92','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(16,'LPG Gas 6kg','',2.00,'2024-08-17 16:32:53','1.00','1','newstock','1','','',250.00,'','1','3','internal','1','92','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(17,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','',2.00,'2024-08-17 16:33:12','0.00','1','newstock','1','','',3919.64,'','1','2','internal','1','35','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(18,'Texturiser Tate&Lyle Maxigel 617NG - 617','',1.00,'2024-08-17 16:33:46','0.00','1','newstock','1','','',659.94,'','1','1','internal','1','39','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(19,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 2','',1.00,'2024-08-17 16:34:07','0.00','1','newstock','1','','',1269.00,'','1','1','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(20,'LPG Gas 6kg','3',-0.04,'2024-08-17 16:34:32','3.00','1','newstock','1','','',0.00,'','1','2.965','1','Automatic Production adjustment','92','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(21,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','3',0.00,'2024-08-17 16:34:32','2.00','1','newstock','1','','',0.00,'','1','1.9995','1','Automatic Production adjustment','35','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(22,'Texturiser Tate&Lyle Maxigel 617NG - 617','3',-0.01,'2024-08-17 16:34:32','1.00','1','newstock','1','','',0.00,'','1','0.99','1','Automatic Production adjustment','39','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(23,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 2','3',0.00,'2024-08-17 16:34:32','1.00','1','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,'','','','','','','',NULL,NULL,NULL,NULL),(24,'Fresh Pasteurized Milk/Litre','3',-1.00,'2024-08-17 16:34:32','215.85','1','newstock','1','','',0.00,'','1','214.85','1','Automatic Production adjustment','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(25,'Fresh Pasteurized Milk/Litre','3',1.00,'2024-08-17 16:34:32','10.00','1','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,'','','','','','','',NULL,NULL,NULL,NULL),(26,'LPG Gas 6kg','',0.04,'2024-08-17 16:36:44','2.97','1','newstock','1','','',0.00,'','1','2.935','1','Automatic Production adjustment','92','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(27,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','',0.00,'2024-08-17 16:36:44','2.00','1','newstock','1','','',0.00,'','1','1.9995','1','Automatic Production adjustment','35','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(28,'Texturiser Tate&Lyle Maxigel 617NG - 617','',0.01,'2024-08-17 16:36:44','0.99','1','newstock','1','','',0.00,'','1','0.98','1','Automatic Production adjustment','39','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(29,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 2','',0.00,'2024-08-17 16:36:44','1.00','1','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,'','','','','','','',NULL,NULL,NULL,NULL),(30,'Fresh Pasteurized Milk/Litre','',1.00,'2024-08-17 16:36:44','214.85','1','newstock','1','','',0.00,'','1','213.85','1','Automatic Production adjustment','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(31,'Mursik / Litre','',1.00,'2024-08-17 16:36:44','9.00','1','newstock','1','','',94.04,'','1','10','internal','1','3','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(32,'LPG Gas 6kg','',0.04,'2024-08-17 16:37:36','2.94','1','newstock','1','','',0.00,'','1','2.905','1','Automatic Production adjustment','92','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(33,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','',0.00,'2024-08-17 16:37:36','2.00','1','newstock','1','','',0.00,'','1','1.9995','1','Automatic Production adjustment','35','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(34,'Texturiser Tate&Lyle Maxigel 617NG - 617','',0.01,'2024-08-17 16:37:36','0.98','1','newstock','1','','',0.00,'','1','0.97','1','Automatic Production adjustment','39','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(35,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 2','',0.00,'2024-08-17 16:37:36','1.00','1','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,'','','','','','','',NULL,NULL,NULL,NULL),(36,'Fresh Pasteurized Milk/Litre','',1.00,'2024-08-17 16:37:36','213.85','1','newstock','1','','',0.00,'','1','212.85','1','Automatic Production adjustment','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(37,'Mursik / Litre','',1.00,'2024-08-17 16:37:36','10.00','1','newstock','1','','',94.04,'','1','11','internal','1','3','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(38,'LPG Gas 6kg','',0.04,'2024-08-17 16:39:02','2.91','1','newstock','1','','',0.00,'','1','2.875','1','Automatic Production adjustment','92','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(39,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','',0.00,'2024-08-17 16:39:02','2.00','1','newstock','1','','',0.00,'','1','1.9995','1','Automatic Production adjustment','35','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(40,'Texturiser Tate&Lyle Maxigel 617NG - 617','',0.01,'2024-08-17 16:39:02','0.97','1','newstock','1','','',0.00,'','1','0.96','1','Automatic Production adjustment','39','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(41,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 2','',0.00,'2024-08-17 16:39:02','1.00','1','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,'','','','','','','',NULL,NULL,NULL,NULL),(42,'Fresh Pasteurized Milk/Litre','',1.00,'2024-08-17 16:39:02','212.85','1','newstock','1','','',0.00,'','1','211.85','1','Automatic Production adjustment','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(43,'Mursik / Litre','',1.00,'2024-08-17 16:39:02','11.00','1','newstock','1','','',94.04,'','1','12','internal','1','3','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(44,'','',10.00,'2024-08-17 17:27:50','','4','PO','1','41723904614','',68.00,'680','1','','','','9','41723904614','0',10.00,'EXEMPTED','68','93.79','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(45,'','',10.00,'2024-08-17 17:31:44','','4','PO','1','41723904973','',0.00,'0','1','','','','79','41723904973','0',10.00,'EXEMPTED','0','0.00','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(46,'','',1.00,'2024-08-17 17:31:44','','4','PO','1','41723904973','',0.00,'0','1','','','','79','41723904973','0',1.00,'EXEMPTED','0','0.00','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(47,'','',1.00,'2024-08-17 17:37:07','','4','PO','1','41723905333','',7.00,'7','1','','','','79','41723905333','0',1.00,'EXEMPTED','8','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41723905352','','','','','','',NULL,NULL,NULL,NULL),(48,'','',100.00,'2024-08-17 17:54:26','','4','PO','1','41723906304','',68.00,'6800','1','','','','9','41723906304','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(49,'','',100.00,'2024-08-18 10:40:11','','4','PO','1','41723916528','',68.00,'6800','1','','','','9','41723916528','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(50,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-18 11:06:41','100.00','4','newstock','1','','',0.00,'','1','99','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(51,'Serviette','120',-1.00,'2024-08-18 11:06:41','100.00','4','newstock','1','','',0.00,'','1','99','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(52,'Plastic Straw Black','120',-1.00,'2024-08-18 11:06:41','100.00','4','newstock','1','','',0.00,'','1','99','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(53,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-18 11:06:41','100.00','4','newstock','1','','',0.00,'','1','99.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(54,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-18 11:06:41','100.00','4','newstock','1','','',0.00,'','1','101','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(55,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-18 15:31:55','99.00','4','newstock','1','','',0.00,'','1','98','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(56,'Serviette','120',-1.00,'2024-08-18 15:31:55','99.00','4','newstock','1','','',0.00,'','1','98','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(57,'Plastic Straw Black','120',-1.00,'2024-08-18 15:31:55','99.00','4','newstock','1','','',0.00,'','1','98','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(58,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-18 15:31:55','99.50','4','newstock','1','','',0.00,'','1','99','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(59,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-18 15:31:55','99.00','4','newstock','1','','',0.00,'','1','100','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(60,'','',150.00,'2024-08-19 07:03:20','','6','PO','1','61724039111','',68.00,'10200','1','','','','9','61724039111','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(61,'','',0.00,'2024-08-19 13:17:28','','6','PO','1','61724062511','',7.20,'180','1','','','','88','61724062511','0',25.00,'EXEMPTED','7','24.14','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724062648','','','','','','',NULL,NULL,NULL,NULL),(62,'','',0.00,'2024-08-19 16:31:12','','6','PO','1','61724074205','',7.20,'180','1','','','','79','61724074205','0',25.00,'EXEMPTED','8','27.59','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724074273','','','','','','',NULL,NULL,NULL,NULL),(63,'','',25.00,'2024-08-19 17:02:11','','6','PO','1','61724074435','',7.20,'180','1','','','','79','61724074435','0',25.00,'EXEMPTED','8','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724074511','','','','','','',NULL,NULL,NULL,NULL),(64,'','',150.00,'2024-08-20 06:46:04','','6','PO','1','61724090152','',68.00,'10200','1','','','','9','61724090152','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(65,'','',30.00,'2024-08-20 11:03:31','','3','transfer','1','','1',68.00,'','1','','1','Main','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(66,'','',0.00,'2024-08-20 11:19:14','','6','PO','1','61724141623','',7.00,'875','1','','','','88','61724141623','0',125.00,'EXEMPTED','7','120.69','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(67,'','',125.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',8.00,'1000','1','','','','88','61724142171','0',125.00,'EXEMPTED','7','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724142309','','','','','','',NULL,NULL,NULL,NULL),(68,'','',75.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',5.00,'375','1','','','','85','61724142171','0',75.00,'EXEMPTED','5','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724142413','','','','','','',NULL,NULL,NULL,NULL),(69,'','',2.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',160.00,'320','1','','','','76','61724142171','0',2.00,'EXEMPTED','160','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(70,'','',100.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',0.70,'70','1','','','','90','61724142171','0',100.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724142770','','','','','','',NULL,NULL,NULL,NULL),(71,'','',100.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',1.00,'100','1','','','','87','61724142171','0',100.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(72,'','',100.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',0.80,'80','1','','','','91','61724142171','0',100.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724142822','','','','','','',NULL,NULL,NULL,NULL),(73,'','',25.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',12.00,'300','1','','','','81','61724142171','0',25.00,'EXEMPTED','12','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(74,'','',25.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',3.00,'75','1','','','','74','61724142171','0',25.00,'EXEMPTED','3','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(75,'','',2.00,'2024-08-20 17:36:45','','6','PO','1','61724142171','',150.00,'300','1','','','','94','61724142171','0',2.00,'EXEMPTED','172','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61724143131','','','','','','',NULL,NULL,NULL,NULL),(76,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-20 17:37:42','223.00','6','newstock','1','','',0.00,'','1','222','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(77,'Serviette','120',-1.00,'2024-08-20 17:37:42','198.00','6','newstock','1','','',0.00,'','1','197','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(78,'Plastic Straw Black','120',-1.00,'2024-08-20 17:37:42','198.00','6','newstock','1','','',0.00,'','1','197','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(79,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-20 17:37:42','99.00','6','newstock','1','','',0.00,'','1','98.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(80,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-20 17:37:42','98.00','6','newstock','1','','',0.00,'','1','99','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(81,'','',150.00,'2024-08-21 06:27:55','','6','PO','1','61724172329','',68.00,'10200','1','','','','9','61724172329','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(82,'','',0.00,'2024-08-21 09:32:08','','6','PO','1','61724221826','',12.00,'12','1','','','','80','61724221826','0',1.00,'EXEMPTED','12','1.66','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(83,'','',90.00,'2024-08-21 11:24:43','0.00','3','newstock','1','31724228464','39',9.40,'','Main','90','supplier','Main','80','31724228464','',0.00,'VATABLE','20','116.69','729.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','90',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(84,'','',20.00,'2024-08-21 11:28:10','90.00','3','newstock','1','31724228864','1',9.40,'','1','110','Main','1','80','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(85,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-21 12:14:35','222.00','6','newstock','1','','',0.00,'','1','221','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(86,'Serviette','120',-1.00,'2024-08-21 12:14:35','197.00','6','newstock','1','','',0.00,'','1','196','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(87,'Plastic Straw Black','120',-1.00,'2024-08-21 12:14:35','197.00','6','newstock','1','','',0.00,'','1','196','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(88,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-21 12:14:35','98.50','6','newstock','1','','',0.00,'','1','98','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(89,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-21 12:14:35','97.00','6','newstock','1','','',0.00,'','1','98','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(90,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-21 19:15:06','221.00','6','newstock','1','','',0.00,'','1','220','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(91,'Serviette','120',-1.00,'2024-08-21 19:15:06','196.00','6','newstock','1','','',0.00,'','1','195','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(92,'Plastic Straw Black','120',-1.00,'2024-08-21 19:15:06','196.00','6','newstock','1','','',0.00,'','1','195','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(93,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-21 19:15:06','98.00','6','newstock','1','','',0.00,'','1','97.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(94,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-21 19:15:06','96.00','6','newstock','1','','',0.00,'','1','97','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(95,'','',150.00,'2024-08-22 09:00:08','','6','PO','1','61724261125','',68.00,'10200','1','','','','9','61724261125','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(96,'','',100.00,'2024-08-23 11:13:27','','4','PO','1','41724347918','',68.00,'6800','1','','','','9','41724347918','0',100.00,'EXEMPTED','68','937.93','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(97,'Yoghurt Vanilla/Litre','',1.00,'2024-08-23 15:45:09','97.50','3','newstock','1','','',103.47,'','1','98.5','internal','1','118','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(98,'','',0.00,'2024-08-24 06:10:03','','4','PO','1','41724468959','',68.00,'10200','1','','','','9','41724468959','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(99,'','',150.00,'2024-08-25 07:29:52','','4','PO','1','41724521210','',68.00,'10200','1','','','','9','41724521210','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(100,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-25 10:42:41','220.00','6','newstock','1','','',0.00,'','1','219','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(101,'Serviette','120',-1.00,'2024-08-25 10:42:41','195.00','6','newstock','1','','',0.00,'','1','194','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(102,'Plastic Straw Black','120',-1.00,'2024-08-25 10:42:41','195.00','6','newstock','1','','',0.00,'','1','194','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(103,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-25 10:42:41','98.00','6','newstock','1','','',0.00,'','1','97.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(104,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-25 10:42:41','95.00','6','newstock','1','','',0.00,'','1','96','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(105,'','',0.00,'2024-08-25 20:42:49','','6','PO','1','61724607714','',68.00,'10200','1','','','','9','61724607714','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(106,'','',0.00,'2024-08-26 20:47:00','','4','PO','1','41724694266','',68.00,'6800','1','','','','9','41724694266','0',100.00,'EXEMPTED','68','937.93','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(107,'','',150.00,'2024-08-27 10:08:43','','4','PO','1','41724740046','',68.00,'10200','1','','','','9','41724740046','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(108,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-27 11:57:01','219.00','4','newstock','1','','',0.00,'','1','218','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(109,'Serviette','120',-1.00,'2024-08-27 11:57:01','194.00','4','newstock','1','','',0.00,'','1','193','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(110,'Plastic Straw Black','120',-1.00,'2024-08-27 11:57:01','194.00','4','newstock','1','','',0.00,'','1','193','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(111,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-27 11:57:01','96.50','4','newstock','1','','',0.00,'','1','96','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(112,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-27 11:57:01','94.00','4','newstock','1','','',0.00,'','1','95','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(113,'','',0.00,'2024-08-28 08:31:56','','4','PO','1','41724823071','',68.00,'6800','1','','','','9','41724823071','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(114,'','',150.00,'2024-08-28 20:25:33','','4','PO','1','41724835531','',8.00,'1200','1','','','','88','41724835531','0',150.00,'EXEMPTED','7','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41724835746','','','','','','',NULL,NULL,NULL,NULL),(115,'','',25.00,'2024-08-28 20:25:33','','4','PO','1','41724835531','',5.00,'125','1','','','','85','41724835531','0',25.00,'EXEMPTED','5','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(116,'','',2.00,'2024-08-28 20:25:33','','4','PO','1','41724835531','',160.00,'320','1','','','','76','41724835531','0',2.00,'EXEMPTED','160','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(117,'','',2.00,'2024-08-28 20:25:33','','4','PO','1','41724835531','',150.00,'300','1','','','','94','41724835531','0',2.00,'EXEMPTED','172','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41724835856','','','','','','',NULL,NULL,NULL,NULL),(118,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-28 12:45:22','218.00','4','newstock','1','','',0.00,'','1','217','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(119,'Serviette','120',-1.00,'2024-08-28 12:45:22','193.00','4','newstock','1','','',0.00,'','1','192','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(120,'Plastic Straw Black','120',-1.00,'2024-08-28 12:45:22','193.00','4','newstock','1','','',0.00,'','1','192','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(121,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-28 12:45:22','96.00','4','newstock','1','','',0.00,'','1','95.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(122,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-28 12:45:22','93.00','4','newstock','1','','',0.00,'','1','94','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(123,'','',100.00,'2024-08-29 17:23:04','','4','PO','1','41724866126','',68.00,'6800','1','','','','9','41724866126','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(124,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-29 14:15:54','367.00','6','newstock','1','','',0.00,'','1','366','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(125,'Serviette','120',-1.00,'2024-08-29 14:15:54','192.00','6','newstock','1','','',0.00,'','1','191','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(126,'Plastic Straw Black','120',-1.00,'2024-08-29 14:15:54','192.00','6','newstock','1','','',0.00,'','1','191','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(127,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-29 14:15:54','94.50','6','newstock','1','','',0.00,'','1','94','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(128,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-29 14:15:54','92.00','6','newstock','1','','',0.00,'','1','93','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(129,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-29 17:20:03','366.00','6','newstock','1','','',0.00,'','1','365','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(130,'Serviette','120',-1.00,'2024-08-29 17:20:03','191.00','6','newstock','1','','',0.00,'','1','190','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(131,'Plastic Straw Black','120',-1.00,'2024-08-29 17:20:03','191.00','6','newstock','1','','',0.00,'','1','190','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(132,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-29 17:20:03','94.00','6','newstock','1','','',0.00,'','1','93.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(133,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-29 17:20:03','91.00','6','newstock','1','','',0.00,'','1','92','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(134,'','',0.00,'2024-08-29 20:54:17','','6','PO','1','61724953933','',68.00,'10200','1','','','','9','61724953933','0',150.00,'EXEMPTED','68','1406.90','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(135,'','',100.00,'2024-08-30 18:26:47','','6','PO','1','61724993508','',68.00,'6800','1','','','','9','61724993508','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(136,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-30 08:00:21','365.00','6','newstock','1','','',0.00,'','1','364','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(137,'Serviette','120',-1.00,'2024-08-30 08:00:21','190.00','6','newstock','1','','',0.00,'','1','189','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(138,'Plastic Straw Black','120',-1.00,'2024-08-30 08:00:21','190.00','6','newstock','1','','',0.00,'','1','189','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(139,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-30 08:00:21','93.00','6','newstock','1','','',0.00,'','1','92.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(140,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-30 08:00:21','90.00','6','newstock','1','','',0.00,'','1','91','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(141,'Plastic Cup +lid 500ml','120',-1.00,'2024-08-30 12:55:03','364.00','6','newstock','1','','',0.00,'','1','363','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(142,'Serviette','120',-1.00,'2024-08-30 12:55:03','189.00','6','newstock','1','','',0.00,'','1','188','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(143,'Plastic Straw Black','120',-1.00,'2024-08-30 12:55:03','189.00','6','newstock','1','','',0.00,'','1','188','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(144,'Yoghurt Vanilla/Litre','120',-0.50,'2024-08-30 12:55:03','92.50','6','newstock','1','','',0.00,'','1','92','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(145,'Yoghurt Vanilla/Litre','120',1.00,'2024-08-30 12:55:03','89.00','6','newstock','1','','',0.00,'','1','90','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(146,'','',100.00,'2024-08-30 18:27:17','','6','PO','1','61725028258','',68.00,'6800','1','','','','9','61725028258','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(147,'','',150.00,'2024-08-31 06:20:55','','6','PO','1','61725039737','',68.00,'10200','1','','','','9','61725039737','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(148,'','',0.00,'2024-08-31 20:23:46','','6','PO','1','61725124981','',68.00,'10200','1','','','','9','61725124981','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61725125027','','','','','','',NULL,NULL,NULL,NULL),(149,'','',100.00,'2024-09-02 13:38:32','','4','PO','1','41725210941','',68.00,'6800','1','','','','9','41725210941','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(150,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-02 13:49:14','363.00','6','newstock','1','','',0.00,'','1','362','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(151,'Serviette','120',-1.00,'2024-09-02 13:49:14','188.00','6','newstock','1','','',0.00,'','1','187','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(152,'Plastic Straw Black','120',-1.00,'2024-09-02 13:49:14','188.00','6','newstock','1','','',0.00,'','1','187','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(153,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-02 13:49:14','92.00','6','newstock','1','','',0.00,'','1','91.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(154,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-02 13:49:14','88.00','6','newstock','1','','',0.00,'','1','89','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(155,'Milk 500ml Cold','',100.00,'2024-09-02 15:41:13','0.00','1','newstock','1','','',29.50,'','1','100','internal','1','11','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(156,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-02 16:11:20','362.00','6','newstock','1','','',0.00,'','1','361','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(157,'Serviette','120',-1.00,'2024-09-02 16:11:20','187.00','6','newstock','1','','',0.00,'','1','186','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(158,'Plastic Straw Black','120',-1.00,'2024-09-02 16:11:20','187.00','6','newstock','1','','',0.00,'','1','186','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(159,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-02 16:11:20','91.50','6','newstock','1','','',0.00,'','1','91','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(160,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-02 16:11:20','87.00','6','newstock','1','','',0.00,'','1','88','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(161,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-02 16:32:22','361.00','6','newstock','1','','',0.00,'','1','360','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(162,'Serviette','120',-1.00,'2024-09-02 16:32:22','186.00','6','newstock','1','','',0.00,'','1','185','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(163,'Plastic Straw Black','120',-1.00,'2024-09-02 16:32:22','186.00','6','newstock','1','','',0.00,'','1','185','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(164,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-02 16:32:22','91.00','6','newstock','1','','',0.00,'','1','90.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(165,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-02 16:32:22','86.00','6','newstock','1','','',0.00,'','1','87','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(166,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-02 20:16:11','360.00','6','newstock','1','','',0.00,'','1','359','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(167,'Serviette','120',-1.00,'2024-09-02 20:16:11','185.00','6','newstock','1','','',0.00,'','1','184','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(168,'Plastic Straw Black','120',-1.00,'2024-09-02 20:16:11','185.00','6','newstock','1','','',0.00,'','1','184','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(169,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-02 20:16:11','90.50','6','newstock','1','','',0.00,'','1','90','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(170,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-02 20:16:11','85.00','6','newstock','1','','',0.00,'','1','86','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(171,'','',150.00,'2024-09-03 07:45:29','','6','PO','1','61725332919','',68.00,'10200','1','','','','9','61725332919','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(172,'','',100.00,'2024-09-03 07:59:03','','6','PO','1','61725339093','',3.55,'355','1','','','','31','61725339093','0',100.00,'EXEMPTED','5','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61725339138','','','','','','',NULL,NULL,NULL,NULL),(173,'','',0.00,'2024-09-03 11:56:19','','6','PO','1','61725353616','',8.00,'600','1','','','','88','61725353616','0',75.00,'EXEMPTED','7','72.41','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61725353779','','','','','','',NULL,NULL,NULL,NULL),(174,'','',0.00,'2024-09-03 11:57:26','','6','PO','1','61725353616','',5.00,'500','1','','','','85','61725353616','0',100.00,'EXEMPTED','5','68.97','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(175,'','',0.00,'2024-09-03 11:58:24','','6','PO','1','61725353616','',1.00,'100','1','','','','87','61725353616','0',100.00,'EXEMPTED','1','13.79','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(176,'','',0.00,'2024-09-03 11:59:56','','6','PO','1','61725353616','',0.80,'160','1','','','','91','61725353616','0',200.00,'EXEMPTED','1','27.59','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61725353996','','','','','','',NULL,NULL,NULL,NULL),(177,'','',0.00,'2024-09-03 12:01:18','','6','PO','1','61725353616','',160.00,'160','1','','','','76','61725353616','0',1.00,'EXEMPTED','160','22.07','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(178,'','',0.00,'2024-09-03 12:01:52','','6','PO','1','61725353616','',12.00,'300','1','','','','81','61725353616','0',25.00,'EXEMPTED','12','41.38','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(179,'','',0.00,'2024-09-03 12:02:24','','6','PO','1','61725353616','',3.00,'75','1','','','','74','61725353616','0',25.00,'EXEMPTED','3','10.34','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(180,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-03 18:00:06','359.00','6','newstock','1','','',0.00,'','1','358','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(181,'Serviette','120',-1.00,'2024-09-03 18:00:06','184.00','6','newstock','1','','',0.00,'','1','183','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(182,'Plastic Straw Black','120',-1.00,'2024-09-03 18:00:06','184.00','6','newstock','1','','',0.00,'','1','183','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(183,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-03 18:00:06','90.00','6','newstock','1','','',0.00,'','1','89.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(184,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-03 18:00:06','84.00','6','newstock','1','','',0.00,'','1','85','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(185,'','',0.00,'2024-09-03 20:45:38','','6','PO','1','61725385488','',68.00,'10200','1','','','','9','61725385488','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(186,'','',0.00,'2024-09-04 20:29:43','','6','PO','1','61725470923','',68.00,'10200','1','','','','9','61725470923','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(187,'','',150.00,'2024-09-05 08:44:38','','4','PO','1','41725514568','',68.00,'10200','1','','','','9','41725514568','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(188,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-05 13:36:58','358.00','4','newstock','1','','',0.00,'','1','357','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(189,'Serviette','120',-1.00,'2024-09-05 13:36:58','183.00','4','newstock','1','','',0.00,'','1','182','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(190,'Plastic Straw Black','120',-1.00,'2024-09-05 13:36:58','183.00','4','newstock','1','','',0.00,'','1','182','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(191,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-05 13:36:58','88.00','4','newstock','1','','',0.00,'','1','87.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(192,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-05 13:36:58','83.00','4','newstock','1','','',0.00,'','1','84','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(193,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-05 14:15:08','357.00','4','newstock','1','','',0.00,'','1','356','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(194,'Serviette','120',-1.00,'2024-09-05 14:15:08','182.00','4','newstock','1','','',0.00,'','1','181','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(195,'Plastic Straw Black','120',-1.00,'2024-09-05 14:15:08','182.00','4','newstock','1','','',0.00,'','1','181','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(196,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-05 14:15:08','87.50','4','newstock','1','','',0.00,'','1','87','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(197,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-05 14:15:08','82.00','4','newstock','1','','',0.00,'','1','83','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(198,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-05 17:18:46','356.00','4','newstock','1','','',0.00,'','1','355','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(199,'Serviette','120',-1.00,'2024-09-05 17:18:46','181.00','4','newstock','1','','',0.00,'','1','180','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(200,'Plastic Straw Black','120',-1.00,'2024-09-05 17:18:46','181.00','4','newstock','1','','',0.00,'','1','180','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(201,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-05 17:18:46','87.00','4','newstock','1','','',0.00,'','1','86.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(202,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-05 17:18:46','81.00','4','newstock','1','','',0.00,'','1','82','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(203,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-05 19:36:09','356.00','4','newstock','1','','',0.00,'','1','355','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(204,'Serviette','120',-1.00,'2024-09-05 19:36:09','181.00','4','newstock','1','','',0.00,'','1','180','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(205,'Plastic Straw Black','120',-1.00,'2024-09-05 19:36:09','181.00','4','newstock','1','','',0.00,'','1','180','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(206,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-05 19:36:09','87.00','4','newstock','1','','',0.00,'','1','86.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(207,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-05 19:36:09','81.00','4','newstock','1','','',0.00,'','1','82','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(208,'','',100.00,'2024-09-06 16:48:07','','4','PO','1','41725557836','',68.00,'6800','1','','','','9','41725557836','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(209,'','',150.00,'2024-09-07 14:48:11','','6','PO','1','61725643473','',68.00,'10200','1','','','','9','61725643473','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(210,'','',150.00,'2024-09-08 18:04:29','','4','PO','1','41725729394','',68.00,'10200','1','','','','9','41725729394','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(211,'Plastic Cup +lid 500ml','120',-2.00,'2024-09-08 15:11:42','355.00','6','newstock','1','','',0.00,'','1','353','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(212,'Serviette','120',-2.00,'2024-09-08 15:11:42','180.00','6','newstock','1','','',0.00,'','1','178','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(213,'Plastic Straw Black','120',-2.00,'2024-09-08 15:11:42','180.00','6','newstock','1','','',0.00,'','1','178','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(214,'Yoghurt Vanilla/Litre','120',-1.00,'2024-09-08 15:11:42','86.50','6','newstock','1','','',0.00,'','1','85.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(215,'Yoghurt Vanilla/Litre','120',2.00,'2024-09-08 15:11:42','80.00','6','newstock','1','','',0.00,'','1','82','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(216,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-08 18:50:16','353.00','6','newstock','1','','',0.00,'','1','352','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(217,'Serviette','120',-1.00,'2024-09-08 18:50:16','178.00','6','newstock','1','','',0.00,'','1','177','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(218,'Plastic Straw Black','120',-1.00,'2024-09-08 18:50:16','178.00','6','newstock','1','','',0.00,'','1','177','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(219,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-08 18:50:16','85.50','6','newstock','1','','',0.00,'','1','85','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(220,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-08 18:50:16','78.00','6','newstock','1','','',0.00,'','1','79','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(221,'','',150.00,'2024-09-09 09:10:09','','6','PO','1','61725818864','',68.00,'10200','1','','','','9','61725818864','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(222,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-09 15:47:01','352.00','4','newstock','1','','',0.00,'','1','351','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(223,'Serviette','120',-1.00,'2024-09-09 15:47:01','177.00','4','newstock','1','','',0.00,'','1','176','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(224,'Plastic Straw Black','120',-1.00,'2024-09-09 15:47:01','177.00','4','newstock','1','','',0.00,'','1','176','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(225,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-09 15:47:01','85.00','4','newstock','1','','',0.00,'','1','84.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(226,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-09 15:47:01','77.00','4','newstock','1','','',0.00,'','1','78','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(227,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-09 15:51:49','352.00','4','newstock','1','','',0.00,'','1','351','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(228,'Serviette','120',-1.00,'2024-09-09 15:51:49','177.00','4','newstock','1','','',0.00,'','1','176','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(229,'Plastic Straw Black','120',-1.00,'2024-09-09 15:51:49','177.00','4','newstock','1','','',0.00,'','1','176','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(230,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-09 15:51:49','85.00','4','newstock','1','','',0.00,'','1','84.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(231,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-09 15:51:49','77.00','4','newstock','1','','',0.00,'','1','78','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(232,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-09 16:17:59','351.00','4','newstock','1','','',0.00,'','1','350','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(233,'Serviette','120',-1.00,'2024-09-09 16:17:59','176.00','4','newstock','1','','',0.00,'','1','175','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(234,'Plastic Straw Black','120',-1.00,'2024-09-09 16:17:59','176.00','4','newstock','1','','',0.00,'','1','175','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(235,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-09 16:17:59','84.50','4','newstock','1','','',0.00,'','1','84','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(236,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-09 16:17:59','76.00','4','newstock','1','','',0.00,'','1','77','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(237,'','',150.00,'2024-09-10 10:04:34','','4','PO','1','41725901707','',68.00,'10200','1','','','','9','41725901707','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(238,'','',125.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',8.00,'1000','1','','','','88','41725952180','0',125.00,'EXEMPTED','7','120.69','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41725952354','','','','','','',NULL,NULL,NULL,NULL),(239,'','',50.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',5.00,'250','1','','','','85','41725952180','0',50.00,'EXEMPTED','5','1.38','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41725952529','','','','','','',NULL,NULL,NULL,NULL),(240,'','',1.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',170.00,'170','1','','','','94','41725952180','0',1.00,'EXEMPTED','172','23.72','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41725952599','','','','','','',NULL,NULL,NULL,NULL),(241,'','',25.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',12.00,'300','1','','','','81','41725952180','0',25.00,'EXEMPTED','12','41.38','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(242,'','',1.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',160.00,'160','1','','','','76','41725952180','0',1.00,'EXEMPTED','160','22.07','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(243,'','',25.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',3.00,'75','1','','','','74','41725952180','0',25.00,'EXEMPTED','3','10.34','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(244,'','',100.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',1.00,'100','1','','','','87','41725952180','0',100.00,'EXEMPTED','1','13.79','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(245,'','',100.00,'2024-09-11 20:46:16','','4','PO','1','41725952180','',1.00,'100','1','','','','91','41725952180','0',100.00,'EXEMPTED','1','0.14','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'41725952793','','','','','','',NULL,NULL,NULL,NULL),(246,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-10 14:15:57','350.00','4','newstock','1','','',0.00,'','1','349','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(247,'Serviette','120',-1.00,'2024-09-10 14:15:57','175.00','4','newstock','1','','',0.00,'','1','174','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(248,'Plastic Straw Black','120',-1.00,'2024-09-10 14:15:57','175.00','4','newstock','1','','',0.00,'','1','174','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(249,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-10 14:15:57','84.00','4','newstock','1','','',0.00,'','1','83.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(250,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-10 14:15:57','75.00','4','newstock','1','','',0.00,'','1','76','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(251,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-10 15:22:08','349.00','4','newstock','1','','',0.00,'','1','348','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(252,'Serviette','120',-1.00,'2024-09-10 15:22:08','174.00','4','newstock','1','','',0.00,'','1','173','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(253,'Plastic Straw Black','120',-1.00,'2024-09-10 15:22:08','174.00','4','newstock','1','','',0.00,'','1','173','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(254,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-10 15:22:08','83.50','4','newstock','1','','',0.00,'','1','83','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(255,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-10 15:22:08','74.00','4','newstock','1','','',0.00,'','1','75','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(256,'','',0.00,'2024-09-10 20:43:54','','4','PO','1','41725990195','',68.00,'6800','1','','','','9','41725990195','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(257,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-11 12:13:16','348.00','4','newstock','1','','',0.00,'','1','347','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(258,'Serviette','120',-1.00,'2024-09-11 12:13:16','173.00','4','newstock','1','','',0.00,'','1','172','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(259,'Plastic Straw Black','120',-1.00,'2024-09-11 12:13:16','173.00','4','newstock','1','','',0.00,'','1','172','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(260,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-11 12:13:16','82.00','4','newstock','1','','',0.00,'','1','81.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(261,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-11 12:13:16','73.00','4','newstock','1','','',0.00,'','1','74','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(262,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-11 13:26:16','347.00','4','newstock','1','','',0.00,'','1','346','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(263,'Serviette','120',-1.00,'2024-09-11 13:26:16','172.00','4','newstock','1','','',0.00,'','1','171','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(264,'Plastic Straw Black','120',-1.00,'2024-09-11 13:26:16','172.00','4','newstock','1','','',0.00,'','1','171','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(265,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-11 13:26:16','81.50','4','newstock','1','','',0.00,'','1','81','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(266,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-11 13:26:16','72.00','4','newstock','1','','',0.00,'','1','73','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(267,'','',0.00,'2024-09-11 20:47:08','','4','PO','1','41726076786','',68.00,'10200','1','','','','9','41726076786','0',150.00,'EXEMPTED','68','1406.90','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(268,'','',100.00,'2024-09-12 08:17:00','','6','PO','1','61726116067','',68.00,'6800','1','','','','9','61726116067','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(269,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-12 15:16:34','471.00','6','newstock','1','','',0.00,'','1','470','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(270,'Serviette','120',-1.00,'2024-09-12 15:16:34','271.00','6','newstock','1','','',0.00,'','1','270','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(271,'Plastic Straw Black','120',-1.00,'2024-09-12 15:16:34','271.00','6','newstock','1','','',0.00,'','1','270','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(272,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-12 15:16:34','81.00','6','newstock','1','','',0.00,'','1','80.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(273,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-12 15:16:34','71.00','6','newstock','1','','',0.00,'','1','72','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(274,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-12 16:35:44','470.00','6','newstock','1','','',0.00,'','1','469','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(275,'Serviette','120',-1.00,'2024-09-12 16:35:44','270.00','6','newstock','1','','',0.00,'','1','269','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(276,'Plastic Straw Black','120',-1.00,'2024-09-12 16:35:44','270.00','6','newstock','1','','',0.00,'','1','269','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(277,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-12 16:35:44','80.50','6','newstock','1','','',0.00,'','1','80','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(278,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-12 16:35:44','70.00','6','newstock','1','','',0.00,'','1','71','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(279,'','',150.00,'2024-09-13 20:44:06','','6','PO','1','61726160959','',68.00,'10200','1','','','','9','61726160959','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(280,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-13 15:11:02','469.00','6','newstock','1','','',0.00,'','1','468','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(281,'Serviette','120',-1.00,'2024-09-13 15:11:02','269.00','6','newstock','1','','',0.00,'','1','268','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(282,'Plastic Straw Black','120',-1.00,'2024-09-13 15:11:02','269.00','6','newstock','1','','',0.00,'','1','268','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(283,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-13 15:11:02','80.00','6','newstock','1','','',0.00,'','1','79.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(284,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-13 15:11:02','69.00','6','newstock','1','','',0.00,'','1','70','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(285,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-13 17:02:28','468.00','6','newstock','1','','',0.00,'','1','467','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(286,'Serviette','120',-1.00,'2024-09-13 17:02:28','268.00','6','newstock','1','','',0.00,'','1','267','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(287,'Plastic Straw Black','120',-1.00,'2024-09-13 17:02:28','268.00','6','newstock','1','','',0.00,'','1','267','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(288,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-13 17:02:28','79.50','6','newstock','1','','',0.00,'','1','79','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(289,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-13 17:02:28','68.00','6','newstock','1','','',0.00,'','1','69','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(290,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-13 19:49:09','467.00','6','newstock','1','','',0.00,'','1','466','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(291,'Serviette','120',-1.00,'2024-09-13 19:49:09','267.00','6','newstock','1','','',0.00,'','1','266','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(292,'Plastic Straw Black','120',-1.00,'2024-09-13 19:49:09','267.00','6','newstock','1','','',0.00,'','1','266','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(293,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-13 19:49:09','79.00','6','newstock','1','','',0.00,'','1','78.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(294,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-13 19:49:09','67.00','6','newstock','1','','',0.00,'','1','68','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(295,'','',0.00,'2024-09-13 20:44:44','','6','PO','1','61726249452','',68.00,'6800','1','','','','9','61726249452','0',100.00,'EXEMPTED','68','937.93','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(296,'','',150.00,'2024-09-14 09:35:19','','4','PO','1','41726295278','',68.00,'10200','1','','','','9','41726295278','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(297,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-14 14:45:05','466.00','4','newstock','1','','',0.00,'','1','465','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(298,'Serviette','120',-1.00,'2024-09-14 14:45:05','266.00','4','newstock','1','','',0.00,'','1','265','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(299,'Plastic Straw Black','120',-1.00,'2024-09-14 14:45:05','266.00','4','newstock','1','','',0.00,'','1','265','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(300,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-14 14:45:05','78.50','4','newstock','1','','',0.00,'','1','78','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(301,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-14 14:45:05','66.00','4','newstock','1','','',0.00,'','1','67','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(302,'','',100.00,'2024-09-15 08:11:48','','4','PO','1','41726335519','',68.00,'6800','1','','','','9','41726335519','0',100.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(303,'Plastic Cup +lid 500ml','120',-2.00,'2024-09-15 15:00:26','465.00','4','newstock','1','','',0.00,'','1','463','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(304,'Serviette','120',-2.00,'2024-09-15 15:00:26','265.00','4','newstock','1','','',0.00,'','1','263','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(305,'Plastic Straw Black','120',-2.00,'2024-09-15 15:00:26','265.00','4','newstock','1','','',0.00,'','1','263','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(306,'Yoghurt Vanilla/Litre','120',-1.00,'2024-09-15 15:00:26','76.50','4','newstock','1','','',0.00,'','1','75.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(307,'Yoghurt Vanilla/Litre','120',2.00,'2024-09-15 15:00:26','65.00','4','newstock','1','','',0.00,'','1','67','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(308,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-15 16:32:39','463.00','4','newstock','1','','',0.00,'','1','462','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(309,'Serviette','120',-1.00,'2024-09-15 16:32:39','263.00','4','newstock','1','','',0.00,'','1','262','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(310,'Plastic Straw Black','120',-1.00,'2024-09-15 16:32:39','263.00','4','newstock','1','','',0.00,'','1','262','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(311,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-15 16:32:39','75.50','4','newstock','1','','',0.00,'','1','75','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(312,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-15 16:32:39','63.00','4','newstock','1','','',0.00,'','1','64','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(313,'','',150.00,'2024-09-17 06:20:28','','4','PO','1','41726420165','',68.00,'10200','1','','','','9','41726420165','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(314,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-16 16:54:59','462.00','6','newstock','1','','',0.00,'','1','461','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(315,'Serviette','120',-1.00,'2024-09-16 16:54:59','262.00','6','newstock','1','','',0.00,'','1','261','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(316,'Plastic Straw Black','120',-1.00,'2024-09-16 16:54:59','262.00','6','newstock','1','','',0.00,'','1','261','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(317,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-16 16:54:59','75.00','6','newstock','1','','',0.00,'','1','74.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(318,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-16 16:54:59','62.00','6','newstock','1','','',0.00,'','1','63','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(319,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-16 19:48:00','461.00','6','newstock','1','','',0.00,'','1','460','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(320,'Serviette','120',-1.00,'2024-09-16 19:48:00','261.00','6','newstock','1','','',0.00,'','1','260','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(321,'Plastic Straw Black','120',-1.00,'2024-09-16 19:48:00','261.00','6','newstock','1','','',0.00,'','1','260','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(322,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-16 19:48:00','74.50','6','newstock','1','','',0.00,'','1','74','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(323,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-16 19:48:00','61.00','6','newstock','1','','',0.00,'','1','62','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(324,'','',150.00,'2024-09-17 12:00:20','','6','PO','1','61726549490','',68.00,'10200','1','','','','9','61726549490','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(325,'','',150.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',8.00,'1200','1','','','','88','61726563639','0',150.00,'EXEMPTED','7','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726563772','','','','','','',NULL,NULL,NULL,NULL),(326,'','',100.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',5.00,'500','1','','','','85','61726563639','0',100.00,'EXEMPTED','5','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564159','','','','','','',NULL,NULL,NULL,NULL),(327,'','',2.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',160.00,'320','1','','','','76','61726563639','0',2.00,'EXEMPTED','160','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(328,'','',2.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',150.00,'300','1','','','','94','61726563639','0',2.00,'EXEMPTED','172','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726563906','','','','','','',NULL,NULL,NULL,NULL),(329,'','',200.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',0.80,'160','1','','','','91','61726563639','0',200.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564022','','','','','','',NULL,NULL,NULL,NULL),(330,'','',100.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',1.00,'100','1','','','','87','61726563639','0',100.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564077','','','','','','',NULL,NULL,NULL,NULL),(331,'','',100.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',0.70,'70','1','','','','90','61726563639','0',100.00,'EXEMPTED','1','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564059','','','','','','',NULL,NULL,NULL,NULL),(332,'','',25.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',12.00,'300','1','','','','81','61726563639','0',25.00,'EXEMPTED','12','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564129','','','','','','',NULL,NULL,NULL,NULL),(333,'','',25.00,'2024-09-17 17:21:03','','6','PO','1','61726563639','',3.00,'75','1','','','','74','61726563639','0',25.00,'EXEMPTED','3','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'61726564149','','','','','','',NULL,NULL,NULL,NULL),(334,'Plastic Cup +lid 500ml','120',-1.00,'2024-09-17 12:57:37','460.00','6','newstock','1','','',0.00,'','1','459','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(335,'Serviette','120',-1.00,'2024-09-17 12:57:37','260.00','6','newstock','1','','',0.00,'','1','259','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(336,'Plastic Straw Black','120',-1.00,'2024-09-17 12:57:37','260.00','6','newstock','1','','',0.00,'','1','259','1','Automatic Production adjustment','87','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(337,'Yoghurt Vanilla/Litre','120',-0.50,'2024-09-17 12:57:37','69.00','6','newstock','1','','',0.00,'','1','68.5','1','Automatic Production adjustment','118','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(338,'Yoghurt Vanilla/Litre','120',1.00,'2024-09-17 12:57:37','60.00','6','newstock','1','','',0.00,'','1','61','1','Internal','120','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(339,'Plastic Drinking Straw Clear','',30.00,'2024-09-17 20:34:42','300.00','1','newstock','1','','',0.00,'','1','270','1','Automatic Production adjustment','90','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(340,'Plastic Cup +lid 500ml','',30.00,'2024-09-17 20:34:42','609.00','1','newstock','1','','',0.00,'','1','579','1','Automatic Production adjustment','88','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(341,'Serviette','',30.00,'2024-09-17 20:34:42','459.00','1','newstock','1','','',0.00,'','1','429','1','Automatic Production adjustment','91','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(342,'Sugar Satchets 6g','',60.00,'2024-09-17 20:34:42','100.00','1','newstock','1','','',0.00,'','1','40','1','Automatic Production adjustment','30','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(343,'Fresh Pasteurized Milk/Litre','',7.50,'2024-09-17 20:34:42','267.57','1','newstock','1','','',0.00,'','1','260.07','1','Automatic Production adjustment','9','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(344,'Milk 500ml Cold','',30.00,'2024-09-17 20:34:42','0.00','1','newstock','1','','',29.50,'','1','30','internal','1','11','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(345,'','',0.00,'2024-09-17 20:56:30','','6','PO','1','61726595680','',68.00,'10200','1','','','','9','61726595680','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(346,'','',150.00,'2024-09-19 12:17:41','','6','PO','1','61726680290','',68.00,'10200','1','','','','9','61726680290','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(347,'','',0.00,'2024-09-20 07:39:38','','4','PO','1','41726807114','',68.00,'10200','1','','','','9','41726807114','0',150.00,'EXEMPTED','68','0','0','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(348,'','',0.00,'2024-09-20 20:49:00','','4','PO','1','41726854490','',68.00,'6800','1','','','','9','41726854490','0',100.00,'EXEMPTED','68','937.93','','16.00','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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 `noticelist` -- DROP TABLE IF EXISTS `noticelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `noticelist` ( `id` int(50) NOT NULL AUTO_INCREMENT, `noticeNo` varchar(50) NOT NULL, `title` text NOT NULL, `cont` text NOT NULL, `dtlUrl` text NOT NULL, `regrNm` varchar(50) NOT NULL, `regDt` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `noticelist` -- LOCK TABLES `noticelist` WRITE; /*!40000 ALTER TABLE `noticelist` DISABLE KEYS */; /*!40000 ALTER TABLE `noticelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'percentage', `flatrate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,7000.00,6.00,1,1,'active','employee',1,420.00,0.00,420.00,'percentage','no'),(2,7000.00,36000.00,6.00,1,1,'active','employee',1,0.00,1740.00,2160.00,'percentage','no'),(3,36000.00,50000000.00,6.00,1,1,'active','employee',1,0.00,0.00,0.00,'percentage','yes'); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=67 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 */; INSERT INTO `orderlist` VALUES (1,'P.O','1','2024-08-17 13:22:12','11723890110','7','11723889869',100.00,1,1,'9',0.00),(2,'P.O','6','2024-08-17 15:59:45','61723899575','8','61723899421',150.00,1,1,'9',0.00),(3,'P.O','4','2024-08-17 17:27:50','41723904854','44','41723904614',10.00,1,1,'9',0.00),(4,'P.O','4','2024-08-17 17:31:44','41723905078','46','41723904973',1.00,1,1,'79',0.00),(5,'P.O','4','2024-08-17 17:31:44','41723905078','45','41723904973',10.00,1,1,'79',0.00),(6,'P.O','4','2024-08-17 17:37:07','41723905421','47','41723905333',1.00,1,1,'79',0.00),(7,'P.O','4','2024-08-17 17:54:26','41723906448','48','41723906304',100.00,1,1,'9',0.00),(8,'P.O','4','2024-08-18 10:40:11','41723966808','49','41723916528',100.00,1,1,'9',0.00),(9,'P.O','6','2024-08-19 07:03:20','61724040196','60','61724039111',150.00,1,1,'9',0.00),(10,'P.O','6','2024-08-19 17:02:11','61724076127','63','61724074435',25.00,1,1,'79',0.00),(11,'P.O','6','2024-08-20 06:46:04','61724125562','64','61724090152',150.00,1,1,'9',0.00),(12,'P.O','6','2024-08-20 17:36:45','61724164601','75','61724142171',2.00,1,1,'94',0.00),(13,'P.O','6','2024-08-20 17:36:45','61724164601','74','61724142171',25.00,1,1,'74',0.00),(14,'P.O','6','2024-08-20 17:36:45','61724164601','73','61724142171',25.00,1,1,'81',0.00),(15,'P.O','6','2024-08-20 17:36:45','61724164601','72','61724142171',100.00,1,1,'91',0.00),(16,'P.O','6','2024-08-20 17:36:45','61724164601','71','61724142171',100.00,1,1,'87',0.00),(17,'P.O','6','2024-08-20 17:36:45','61724164601','70','61724142171',100.00,1,1,'90',0.00),(18,'P.O','6','2024-08-20 17:36:45','61724164601','69','61724142171',2.00,1,1,'76',0.00),(19,'P.O','6','2024-08-20 17:36:45','61724164601','68','61724142171',75.00,1,1,'85',0.00),(20,'P.O','6','2024-08-20 17:36:45','61724164601','67','61724142171',125.00,1,1,'88',0.00),(21,'P.O','6','2024-08-21 06:27:55','61724210873','81','61724172329',150.00,1,1,'9',0.00),(22,'P.O','4','2024-08-22 09:00:08','41724306404','95','61724261125',150.00,1,1,'9',0.00),(23,'P.O','4','2024-08-23 11:13:27','41724400795','96','41724347918',100.00,1,1,'9',0.00),(24,'P.O','6','2024-08-25 07:29:52','61724560189','99','41724521210',150.00,1,1,'9',0.00),(25,'P.O','4','2024-08-27 10:08:43','41724742518','107','41724740046',150.00,1,1,'9',0.00),(26,'P.O','4','2024-08-28 20:25:33','41724865931','117','41724835531',2.00,1,1,'94',0.00),(27,'P.O','4','2024-08-28 20:25:33','41724865931','116','41724835531',2.00,1,1,'76',0.00),(28,'P.O','4','2024-08-28 20:25:33','41724865931','115','41724835531',25.00,1,1,'85',0.00),(29,'P.O','4','2024-08-28 20:25:33','41724865931','114','41724835531',150.00,1,1,'88',0.00),(30,'P.O','6','2024-08-29 17:23:04','61724941376','123','41724866126',100.00,1,1,'9',0.00),(31,'P.O','6','2024-08-30 18:26:47','61725031604','135','61724993508',100.00,1,1,'9',0.00),(32,'P.O','6','2024-08-30 18:27:17','61725031634','146','61725028258',100.00,1,1,'9',0.00),(33,'P.O','6','2024-08-31 06:20:55','61725074452','147','61725039737',150.00,1,1,'9',0.00),(34,'P.O','6','2024-09-02 13:38:32','61725273510','149','41725210941',100.00,1,1,'9',0.00),(35,'P.O','6','2024-09-03 07:45:29','61725338727','171','61725332919',150.00,1,1,'9',0.00),(36,'P.O','6','2024-09-03 07:59:03','61725339542','172','61725339093',100.00,1,1,'31',0.00),(37,'P.O','4','2024-09-05 08:44:38','41725515071','187','41725514568',150.00,1,1,'9',0.00),(38,'P.O','6','2024-09-06 16:48:07','61725630486','208','41725557836',100.00,1,1,'9',0.00),(39,'P.O','6','2024-09-07 14:48:11','61725709689','209','61725643473',150.00,1,1,'9',0.00),(40,'P.O','6','2024-09-08 18:04:29','61725807867','210','41725729394',150.00,1,1,'9',0.00),(41,'P.O','4','2024-09-09 09:10:09','41725862206','221','61725818864',150.00,1,1,'9',0.00),(42,'P.O','4','2024-09-10 10:04:34','41725951872','237','41725901707',150.00,1,1,'9',0.00),(43,'P.O','4','2024-09-11 20:46:16','41726076773','245','41725952180',100.00,1,1,'91',0.00),(44,'P.O','4','2024-09-11 20:46:16','41726076773','244','41725952180',100.00,1,1,'87',0.00),(45,'P.O','4','2024-09-11 20:46:16','41726076773','243','41725952180',25.00,1,1,'74',0.00),(46,'P.O','4','2024-09-11 20:46:16','41726076773','242','41725952180',1.00,1,1,'76',0.00),(47,'P.O','4','2024-09-11 20:46:16','41726076773','241','41725952180',25.00,1,1,'81',0.00),(48,'P.O','4','2024-09-11 20:46:16','41726076773','240','41725952180',1.00,1,1,'94',0.00),(49,'P.O','4','2024-09-11 20:46:16','41726076773','239','41725952180',50.00,1,1,'85',0.00),(50,'P.O','4','2024-09-11 20:46:16','41726076773','238','41725952180',125.00,1,1,'88',0.00),(51,'P.O','6','2024-09-12 08:17:00','61726118219','268','61726116067',100.00,1,1,'9',0.00),(52,'P.O','6','2024-09-13 20:44:06','61726249442','279','61726160959',150.00,1,1,'9',0.00),(53,'P.O','4','2024-09-14 09:35:19','41726295717','296','41726295278',150.00,1,1,'9',0.00),(54,'P.O','4','2024-09-15 08:11:48','41726377106','302','41726335519',100.00,1,1,'9',0.00),(55,'P.O','6','2024-09-17 06:20:28','61726543226','313','41726420165',150.00,1,1,'9',0.00),(56,'P.O','6','2024-09-17 12:00:20','61726563618','324','61726549490',150.00,1,1,'9',0.00),(57,'P.O','6','2024-09-17 17:21:03','61726582859','333','61726563639',25.00,1,1,'74',0.00),(58,'P.O','6','2024-09-17 17:21:03','61726582859','332','61726563639',25.00,1,1,'81',0.00),(59,'P.O','6','2024-09-17 17:21:03','61726582859','331','61726563639',100.00,1,1,'90',0.00),(60,'P.O','6','2024-09-17 17:21:03','61726582859','330','61726563639',100.00,1,1,'87',0.00),(61,'P.O','6','2024-09-17 17:21:03','61726582859','329','61726563639',200.00,1,1,'91',0.00),(62,'P.O','6','2024-09-17 17:21:03','61726582859','328','61726563639',2.00,1,1,'94',0.00),(63,'P.O','6','2024-09-17 17:21:03','61726582859','327','61726563639',2.00,1,1,'76',0.00),(64,'P.O','6','2024-09-17 17:21:03','61726582859','326','61726563639',100.00,1,1,'85',0.00),(65,'P.O','6','2024-09-17 17:21:03','61726582859','325','61726563639',150.00,1,1,'88',0.00),(66,'P.O','6','2024-09-19 12:17:41','61726737459','346','61726680290',150.00,1,1,'9',0.00); /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `parceldelivery` VALUES (1,'1','','0','--DELL COMPUTER. SN:2345356456','2024-06-28 12:28:13','Advanta','1','1','2024-06-28 12:29:52','','0',0.00,1,'500',' 23:59:59','Dispatched','Cash','11719566893','',NULL,'Omondi','071833433432','','Nairobi','Kisumu','','','',0.00,0.00,'34324345','OMONDI','',''); /*!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=10 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),(9,'cash','','active','2024-05-02 09:55:58','1','1','1050','',2,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) DEFAULT NULL, `town` varchar(20) DEFAULT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB AUTO_INCREMENT=42 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,135.00,'Admin','Advanta','FAITH','254718667391','robisearch@gmail.com','12345678','254718667391','female','','','0','','155663771675825033','user','1','','','','3343455',-2225708.00,'1','2024-08-17','','1','2019-06-11','Contract',20000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Daily','1','2019-09-20','0222222',0.00,'','','Single','',195.00,1,'','1000','yes','admin','',0,0,0,'','2019-08-28',0,'',5.00,'','','','Yes',0.00,0,0.00,5.00,'no',200.00,'','2023-06-06 06:32:15','','','','','','','','P06666xxx',1,'022','444',2,'','534032','2022-10-23 20:40:59','B0-22-7A-ED-77-F6','new','2023-02-04 09:37:04','Submited by ROBERT MANYALA, With Phone No: 254718667391 at 2023-02-04 09:37:04'),(2,NULL,'Default','Default','Default','254718667391','admin','Robisearch321','Default','','','','1 ','',NULL,'supplier','1','Default','','','666663',5100.00,'1','2022-01-27 05:57:22','','1','','',0.00,'','','','','','','','','','Monthly','4','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',10.00,'','','','yes',478093.80,0,0.00,9.70,'no',300.00,'yes','2024-08-17 13:22:12','','','','','','','','',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(3,NULL,'Charles','Gatheca',NULL,'0111418075','Charles G','redbrick2023','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-08-17','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1723892723','','0000-00-00 00:00:00','','new','',''),(4,NULL,'Jacky','Aloo',NULL,'0110418075','Jacky','jacky','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-08-17','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1723892830','','0000-00-00 00:00:00','','new','',''),(6,NULL,'Peter','Mutua',NULL,'0110418075','Peter','peter','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-08-17','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'1723892914','','0000-00-00 00:00:00','','new','',''),(7,NULL,'South Lake Diaries Ltd','',NULL,'254 722 362496','southlakedairiesltd@gmail.com','','0',NULL,'','','','',NULL,'supplier','1','South Lake Diaries Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',136680.00,0,0.00,0.00,'no',0.00,'no','2024-09-20 20:48:01','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(8,NULL,'Towesta Ventures Ltd','',NULL,'254 792 191899','milkywaylangata1@gmail.com','','0',NULL,'','','','',NULL,'supplier','1','Towesta Ventures Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',10245.00,0,0.00,0.00,'no',0.00,'no','2024-09-17 17:21:03','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(9,NULL,'BESAPACK LIMITED','',NULL,'254 724 213488','besapack@gmail.com','','0',NULL,'','','','',NULL,'supplier','1','BESAPACK LIMITED','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(10,NULL,'Thomas Kaleli Muthembwa','',NULL,'25471585645',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Thomas Kaleli Muthembwa','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',160.00,0,0.00,0.00,'no',0.00,'no','2024-08-19 17:02:19','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(11,NULL,'Promaco Ltd','',NULL,'254 723 708032','info@promaco.ea.com','','0',NULL,'','','','',NULL,'supplier','1','Promaco Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(12,NULL,'Eliud Onyango','',NULL,'254717286464',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Eliud Onyango','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(13,NULL,'Charles Ngunza Mwendo','',NULL,'254721610704',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Charles Ngunza Mwendo','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(14,NULL,'General Plastics Ltd','',NULL,'254 774 208003','mail@genplastkenya.com','','0',NULL,'','','','',NULL,'supplier','1','General Plastics Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(15,NULL,'Zetu Creations (Ann Njuguna)','',NULL,'254 708 555388',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Zetu Creations (Ann Njuguna)','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(16,NULL,'Glacier Products Ltd','',NULL,'254 111 107000','info@dairyland.co.ke','','0',NULL,'','','','',NULL,'supplier','1','Glacier Products Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(17,NULL,'Kenneth Mwangi','',NULL,'254 794 615196',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Kenneth Mwangi','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(18,NULL,'Officemart','',NULL,'254722540125',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Officemart','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(19,NULL,'Kapaai Parpoika (James)','',NULL,'254 722 520490',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Kapaai Parpoika (James)','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(20,NULL,'Thomas Mutava','',NULL,'254 791 754757',NULL,'','0',NULL,'','','','',NULL,'supplier','1','Thomas Mutava','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(21,NULL,'Bahar Mawing Ltd','',NULL,'254 741 128096','baharmawing@gmail.com','','0',NULL,'','','','',NULL,'supplier','1','Bahar Mawing Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',6.00,0,0.00,0.00,'no',0.00,'no','2024-08-17 17:37:40','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(22,NULL,'Safepak Ltd','',NULL,'254 720 657254','safepack@wananchi.com','','0',NULL,'','','','',NULL,'supplier','1','Safepak Ltd','','','1',0.00,'1','2024-08-17 14:40:17pm','','1','','',0.00,'','','','','','','','','0','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',6800.00,0,0.00,0.00,'no',0.00,'no','2024-08-17 17:54:26','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'','','0000-00-00 00:00:00','','new','',''),(23,NULL,'Madam Edward','',NULL,'254700000000','','','','','','2025-08-17','1','',NULL,'member','1','','','','',0.00,'1','2024-08-17 14:41:56','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238949161','','0000-00-00 00:00:00','','new','',''),(24,NULL,'Sharon Matuli','',NULL,'254700000001','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-80.00,'1','2024-08-17 14:42:36','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-19 20:20:25','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238949561','','0000-00-00 00:00:00','','new','',''),(25,NULL,'Walk in Customer','',NULL,'254700000002','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-12314.00,'1','2024-08-17 14:43:19','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',-9690.00,0,0.00,0.00,'no',0.00,'no','2024-09-20 20:30:41','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238949991','','0000-00-00 00:00:00','','new','',''),(26,NULL,'Zahid Muhammad','',NULL,'254700000003','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-660.00,'1','2024-08-17 14:45:08','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-20 11:04:02','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238951081','','0000-00-00 00:00:00','','new','',''),(27,NULL,'Michael Onyango','',NULL,'254700000004','','','','','','2025-08-17','1','',NULL,'member','1','','','','',220.00,'1','2024-08-17 14:45:50','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-16 21:05:36','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238951501','','0000-00-00 00:00:00','','new','',''),(28,NULL,'Stephen Odongp','',NULL,'254724297637','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-3310.00,'1','2024-08-17 14:46:56','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-08-27 10:05:35','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238952161','','0000-00-00 00:00:00','','new','',''),(29,NULL,'Okumu Night','',NULL,'254702431358','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-530.00,'1','2024-08-17 14:47:31','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-17 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238952511','','0000-00-00 00:00:00','','new','',''),(30,NULL,'Rachael Njenga','',NULL,'254723086512','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-380.00,'1','2024-08-17 15:07:08','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-10 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238964281','','0000-00-00 00:00:00','','new','',''),(31,NULL,'Linet Kaberia','',NULL,'254704206675','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-200.00,'1','2024-08-17 15:07:53','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-08-26 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238964731','','0000-00-00 00:00:00','','new','',''),(32,NULL,'Nelson Mokaya','',NULL,'254721936626','','','','','','2025-08-17','1','',NULL,'member','1','','','','',0.00,'1','2024-08-17 15:08:44','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238965241','','0000-00-00 00:00:00','','new','',''),(33,NULL,'Richard Ateya','',NULL,'254722899099','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-4480.00,'1','2024-08-17 15:14:17','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',-1040.00,0,0.00,0.00,'no',0.00,'no','2024-09-03 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238968571','','0000-00-00 00:00:00','','new','',''),(34,NULL,'Lydia Philip','',NULL,'254700799899','','','','','','2025-08-17','1','',NULL,'member','1','','','','',700.00,'1','2024-08-17 15:15:00','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-08-31 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238969001','','0000-00-00 00:00:00','','new','',''),(35,NULL,'Violet Mutai','',NULL,'254716303866','','','','','','2025-08-17','1','',NULL,'member','1','','','','',0.00,'1','2024-08-17 15:16:46','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238970061','','0000-00-00 00:00:00','','new','',''),(36,NULL,'Bernard Kmutai','',NULL,'254718525410','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-1270.00,'1','2024-08-17 15:17:44','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238970641','','0000-00-00 00:00:00','','new','',''),(37,NULL,'Rosemary Ambuka','',NULL,'254720576874','','','','','','2025-08-17','1','',NULL,'member','1','','','','',20.00,'1','2024-08-17 15:18:17','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-08-24 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238970971','','0000-00-00 00:00:00','','new','',''),(38,NULL,'Veronica Owiti','',NULL,'2547727605042','','','','','','2025-08-17','1','',NULL,'member','1','','','','',-400.00,'1','2024-08-17 15:19:32','','1','2024-08-17','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2024-09-05 10:01:01','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17238971721','','0000-00-00 00:00:00','','new','',''),(39,NULL,'Thermopak','',NULL,'0722207787','','','','male','','','116','',NULL,'supplier','1','Thermopak Ltd','','','',0.00,'3','2024-08-21 11:21:03','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',846.00,0,0.00,0.00,'no',0.00,'no','2024-08-21 11:25:01','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17242284633','','0000-00-00 00:00:00','','new','',''),(40,NULL,'Naivas Langata ','',NULL,'00000','','','','','','','116','',NULL,'supplier','1','Naivas Langata','','','',0.00,'3','2024-09-03 07:49:46','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',210.00,0,0.00,0.00,'no',0.00,'no','2024-09-03 07:59:07','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'17253389863','','0000-00-00 00:00:00','','new','',''),(41,NULL,'Gladys Jerotich ','',NULL,'254719181567','','','','','','2025-09-10','1','',NULL,'member','1','Gladys Jerotich Cheruiyot','','','',-1480.00,'3','2024-09-10 18:19:23','','1','2024-09-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17259815633','','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',7),('accomodation',8),('accomodation',9),('accomodation',11),('accomodation',12),('accomodation',23),('accomodation',24),('accomodation',30),('accomodation',33),('accomodation',35),('accounting',1),('accounting',3),('accounting',7),('accounting',8),('accounting',9),('accounting',11),('accounting',12),('accounting',23),('accounting',24),('accounting',30),('accounting',33),('accounting',35),('accountingreports',1),('accountingreports',3),('accountingreports',7),('accountingreports',8),('accountingreports',9),('accountingreports',11),('accountingreports',12),('accountingreports',23),('accountingreports',24),('accountingreports',30),('accountingreports',33),('accountingreports',35),('assets',1),('assets',3),('assets',7),('assets',8),('assets',9),('assets',11),('assets',12),('assets',23),('assets',24),('assets',30),('assets',33),('assets',35),('bankdeposits',1),('bankdeposits',3),('bankdeposits',7),('bankdeposits',8),('bankdeposits',9),('bankdeposits',11),('bankdeposits',12),('bankdeposits',23),('bankdeposits',24),('bankdeposits',30),('bankdeposits',33),('bankdeposits',35),('banktransfer',1),('banktransfer',3),('banktransfer',7),('banktransfer',8),('banktransfer',9),('banktransfer',11),('banktransfer',12),('banktransfer',23),('banktransfer',24),('banktransfer',30),('banktransfer',33),('banktransfer',35),('branch',1),('branch',3),('branch',7),('branch',8),('branch',9),('branch',11),('branch',12),('branch',23),('branch',24),('branch',30),('branch',33),('branch',35),('callcenter',7),('callcenter',8),('callcenter',9),('callcenter',11),('callcenter',12),('callcenter',23),('callcenter',24),('callcenter',30),('callcenter',33),('callcenter',35),('cashiersales',1),('cashiersales',3),('cashiersales',4),('cashiersales',5),('cashiersales',6),('cashiersales',7),('cashiersales',8),('cashiersales',9),('cashiersales',11),('cashiersales',12),('cashiersales',19),('cashiersales',23),('cashiersales',24),('cashiersales',30),('cashiersales',33),('cashiersales',35),('chequemanagemant',1),('chequemanagemant',3),('complain',7),('complain',8),('complain',9),('complain',11),('complain',12),('complain',23),('complain',24),('complain',30),('complain',33),('complain',35),('config',1),('config',3),('config',7),('config',8),('config',9),('config',11),('config',12),('config',23),('config',24),('config',30),('config',33),('config',35),('damagedproducts',1),('damagedproducts',3),('damagedproducts',7),('damagedproducts',8),('damagedproducts',9),('damagedproducts',11),('damagedproducts',12),('damagedproducts',23),('damagedproducts',24),('damagedproducts',30),('damagedproducts',33),('damagedproducts',35),('deals',7),('deals',8),('deals',9),('deals',11),('deals',12),('deals',23),('deals',24),('deals',30),('deals',33),('deals',35),('displayreport',7),('displayreport',8),('displayreport',9),('displayreport',11),('displayreport',12),('displayreport',23),('displayreport',24),('displayreport',30),('displayreport',33),('displayreport',35),('documents',7),('documents',8),('documents',9),('documents',11),('documents',12),('documents',23),('documents',24),('documents',30),('documents',33),('documents',35),('ecommerce',7),('ecommerce',8),('ecommerce',9),('ecommerce',11),('ecommerce',12),('ecommerce',23),('ecommerce',24),('ecommerce',30),('ecommerce',33),('ecommerce',35),('events',7),('events',8),('events',9),('events',11),('events',12),('events',23),('events',24),('events',30),('events',33),('events',35),('grouping',7),('grouping',8),('grouping',9),('grouping',11),('grouping',12),('grouping',23),('grouping',24),('grouping',30),('grouping',33),('grouping',35),('humanresource',7),('humanresource',8),('humanresource',9),('humanresource',11),('humanresource',12),('humanresource',23),('humanresource',24),('humanresource',30),('humanresource',33),('humanresource',35),('income',1),('income',3),('income',4),('income',6),('income',7),('income',8),('income',9),('income',11),('income',12),('income',23),('income',24),('income',30),('income',33),('income',35),('incomeexpenses',1),('incomeexpenses',3),('incomeexpenses',4),('incomeexpenses',6),('incomeexpenses',7),('incomeexpenses',8),('incomeexpenses',9),('incomeexpenses',11),('incomeexpenses',12),('incomeexpenses',23),('incomeexpenses',24),('incomeexpenses',30),('incomeexpenses',33),('incomeexpenses',35),('incomingstock',1),('incomingstock',3),('incomingstock',7),('incomingstock',8),('incomingstock',9),('incomingstock',11),('incomingstock',12),('incomingstock',23),('incomingstock',24),('incomingstock',30),('incomingstock',33),('incomingstock',35),('incomingstore',7),('incomingstore',8),('incomingstore',9),('incomingstore',11),('incomingstore',12),('incomingstore',23),('incomingstore',24),('incomingstore',30),('incomingstore',33),('incomingstore',35),('journalentry',1),('journalentry',3),('journalentry',7),('journalentry',8),('journalentry',9),('journalentry',11),('journalentry',12),('journalentry',23),('journalentry',24),('journalentry',30),('journalentry',33),('journalentry',35),('labourrecords',7),('labourrecords',8),('labourrecords',9),('labourrecords',11),('labourrecords',12),('labourrecords',23),('labourrecords',24),('labourrecords',30),('labourrecords',33),('labourrecords',35),('lowproducts',1),('lowproducts',3),('lowproducts',7),('lowproducts',8),('lowproducts',9),('lowproducts',11),('lowproducts',12),('lowproducts',23),('lowproducts',24),('lowproducts',30),('lowproducts',33),('lowproducts',35),('lowstocklist',1),('lowstocklist',3),('lowstocklist',7),('lowstocklist',8),('lowstocklist',9),('lowstocklist',11),('lowstocklist',12),('lowstocklist',23),('lowstocklist',24),('lowstocklist',30),('lowstocklist',33),('lowstocklist',35),('members',1),('members',3),('members',4),('members',6),('members',7),('members',8),('members',9),('members',11),('members',12),('members',23),('members',24),('members',30),('members',33),('members',35),('password',1),('password',3),('password',4),('password',5),('password',6),('password',7),('password',8),('password',9),('password',11),('password',12),('password',19),('password',23),('password',24),('password',30),('password',33),('password',35),('payroll',7),('payroll',8),('payroll',9),('payroll',11),('payroll',12),('payroll',23),('payroll',24),('payroll',30),('payroll',33),('payroll',35),('peoplecategory',7),('peoplecategory',8),('peoplecategory',9),('peoplecategory',11),('peoplecategory',12),('peoplecategory',23),('peoplecategory',24),('peoplecategory',30),('peoplecategory',33),('peoplecategory',35),('productlist',1),('productlist',3),('productlist',4),('productlist',6),('productlist',7),('productlist',8),('productlist',9),('productlist',11),('productlist',12),('productlist',23),('productlist',24),('productlist',30),('productlist',33),('productlist',35),('products',1),('products',3),('products',7),('products',8),('products',9),('products',11),('products',12),('products',23),('products',24),('products',30),('products',33),('products',35),('productscategory',1),('productscategory',3),('productscategory',7),('productscategory',8),('productscategory',9),('productscategory',11),('productscategory',12),('productscategory',23),('productscategory',24),('productscategory',30),('productscategory',33),('productscategory',35),('profile',1),('profile',3),('profile',7),('profile',8),('profile',9),('profile',11),('profile',12),('profile',23),('profile',24),('profile',30),('profile',33),('profile',35),('projectsmanagement',7),('projectsmanagement',8),('projectsmanagement',9),('projectsmanagement',11),('projectsmanagement',12),('projectsmanagement',23),('projectsmanagement',24),('projectsmanagement',30),('projectsmanagement',33),('projectsmanagement',35),('purchases',1),('purchases',3),('purchases',4),('purchases',6),('purchases',7),('purchases',8),('purchases',9),('purchases',11),('purchases',12),('purchases',23),('purchases',24),('purchases',30),('purchases',33),('purchases',35),('quotation',1),('quotation',3),('recorddelivery',5),('recorddelivery',7),('recorddelivery',8),('recorddelivery',9),('recorddelivery',11),('recorddelivery',12),('recorddelivery',19),('recorddelivery',23),('recorddelivery',24),('recorddelivery',30),('recorddelivery',33),('recorddelivery',35),('reports',1),('reports',3),('reports',7),('reports',8),('reports',9),('reports',11),('reports',12),('reports',23),('reports',24),('reports',30),('reports',33),('reports',35),('sales',1),('sales',3),('sales',4),('sales',5),('sales',6),('sales',7),('sales',8),('sales',9),('sales',11),('sales',12),('sales',19),('sales',23),('sales',24),('sales',30),('sales',33),('sales',35),('sendsms',7),('sendsms',8),('sendsms',9),('sendsms',11),('sendsms',12),('sendsms',23),('sendsms',24),('sendsms',30),('sendsms',33),('sendsms',35),('task',7),('task',8),('task',9),('task',11),('task',12),('task',23),('task',24),('task',30),('task',33),('task',35),('taskscategory',7),('taskscategory',8),('taskscategory',9),('taskscategory',11),('taskscategory',12),('taskscategory',23),('taskscategory',24),('taskscategory',30),('taskscategory',33),('taskscategory',35),('users',1),('users',3),('users',7),('users',8),('users',9),('users',11),('users',12),('users',23),('users',24),('users',30),('users',33),('users',35),('viewreturnsales',1),('viewreturnsales',3),('viewreturnsales',7),('viewreturnsales',8),('viewreturnsales',9),('viewreturnsales',11),('viewreturnsales',12),('viewreturnsales',23),('viewreturnsales',24),('viewreturnsales',30),('viewreturnsales',33),('viewreturnsales',35),('wholesale',1),('wholesale',7),('wholesale',8),('wholesale',9),('wholesale',11),('wholesale',12),('wholesale',23),('wholesale',24),('wholesale',30),('wholesale',33),('wholesale',35); /*!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=24392 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 (344,'sales','7','add'),(345,'sales','7','suspend'),(346,'sales','7','selectmessage'),(347,'sales','7','printreceipt'),(348,'sales','7','update'),(349,'sales','7','cash'),(350,'sales','7','delete'),(351,'sales','7','moresales'),(352,'sales','7','sale'),(353,'sales','7','Logout'),(354,'sales','7','mpesabalance'),(355,'sales','7','displaycustomers'),(356,'sales','7','discount'),(357,'sales','7','reprint'),(358,'sales','7','select'),(359,'sales','7','printbill'),(360,'sales','7','productdiscount'),(361,'sales','7','mpesa'),(362,'sales','7','order'),(363,'sales','7','closebill'),(364,'sales','7','viewbuyingprice'),(365,'sales','7','editsellingprice'),(366,'sales','7','updatepaymentmode'),(367,'sales','7','card'),(368,'sales','7','clearpayments'),(369,'sales','7','cheque'),(370,'sales','7','creditnote'),(371,'sales','7','voucher'),(372,'sales','7','salesbeyondbprice'),(373,'sales','7','points'),(374,'sales','7','credit'),(375,'sales','7','selectroom'),(376,'sales','7','dontprint'),(377,'sales','7','accountlimit'),(378,'sales','7','backdatesales'),(379,'sales','7','recordcoins'),(380,'sales','7','changetaxstatus'),(381,'sales','7','leaseitems'),(382,'sales','7','giveloyalityponts'),(383,'sales','7','dontshowstock'),(384,'sales','7','splitbill'),(385,'sales','7','changeuomonsales'),(386,'sales','7','selecttable'),(387,'sales','7','printdelivery'),(388,'sales','7','sendsms'),(389,'sales','7','selectcurrency'),(390,'sales','7','salesperson'),(391,'sales','7','usekeyboard'),(392,'sales','7','receiptno'),(393,'sales','7','negativesales'),(394,'wholesale','7','sale'),(395,'wholesale','7','add'),(396,'wholesale','7','delete'),(397,'wholesale','7','update'),(398,'cashiersales','7','entermpesacode'),(399,'cashiersales','7','editmpesa'),(400,'cashiersales','7','all'),(401,'cashiersales','7','delete'),(402,'cashiersales','7','cashiersales'),(403,'cashiersales','7','editmpesadate'),(404,'cashiersales','7','dontshowtotal'),(405,'cashiersales','7','adddailycollection'),(406,'cashiersales','7','viewtill'),(407,'cashiersales','7','viewdailycollections'),(408,'cashiersales','7','deletedailycollections'),(409,'cashiersales','7','updatedailycollections'),(410,'cashiersales','7','reversempesa'),(411,'cashiersales','7','clearallsales'),(412,'cashiersales','7','viewallcollections'),(413,'cashiersales','7','viewallcounters'),(414,'cashiersales','7','mpesapendingreport'),(415,'cashiersales','7','mpesaverifiedreport'),(416,'cashiersales','7','viewcommission'),(417,'cashiersales','7','viewmpesamessages'),(418,'cashiersales','7','dailysalesonly'),(419,'recorddelivery','7','add'),(420,'recorddelivery','7','view'),(421,'recorddelivery','7','update'),(422,'recorddelivery','7','delete'),(423,'recorddelivery','7','changestatus'),(424,'recorddelivery','7','report'),(425,'recorddelivery','7','Dispatched'),(426,'recorddelivery','7','FailedDelivery'),(427,'recorddelivery','7','ReturnedandReceived'),(428,'recorddelivery','7','Delivered'),(429,'recorddelivery','7','Claimraised'),(430,'recorddelivery','7','ClaimOK'),(431,'recorddelivery','7','ClaimDamaged'),(432,'purchases','7','add'),(433,'purchases','7','update'),(434,'purchases','7','delete'),(435,'purchases','7','updatebuyingprice'),(436,'purchases','7','updatesellingprice'),(437,'purchases','7','updateclosedinvoice'),(438,'purchases','7','viewquotation'),(439,'purchases','7','viewserials'),(440,'purchases','7','viewdirectpurchases'),(441,'purchases','7','viewpurchase'),(442,'purchases','7','salesorder'),(443,'purchases','7','budget'),(444,'purchases','7','showdefaultserials'),(445,'purchases','7','viewallcounters'),(446,'purchases','7','approve'),(447,'purchases','7','addbatchno'),(448,'purchases','7','addexpirydate'),(449,'viewreturnsales','7','add'),(450,'viewreturnsales','7','update'),(451,'viewreturnsales','7','delete'),(452,'viewreturnsales','7','return'),(453,'viewreturnsales','7','clear'),(454,'viewreturnsales','7','moresales'),(455,'income','7','View'),(456,'income','7','add'),(457,'income','7','wiewinvoices'),(458,'income','7','detailedvatinvoice'),(459,'incomeexpenses','7','add'),(460,'incomeexpenses','7','closeexpense'),(461,'incomeexpenses','7','update'),(462,'incomeexpenses','7','updateclosedexpenses'),(463,'incomeexpenses','7','wiewinvoices'),(464,'incomeexpenses','7','viewbills'),(465,'incomeexpenses','7','viewexpense'),(466,'incomeexpenses','7','viewdebtors'),(467,'incomeexpenses','7','viewcreditors'),(468,'incomeexpenses','7','postrentalexpenses'),(469,'accomodation','7','viewrooms'),(470,'accomodation','7','addhouse'),(471,'accomodation','7','dailysales'),(472,'accomodation','7','viewhouse'),(473,'accomodation','7','voucher'),(474,'accomodation','7','mpesa'),(475,'accomodation','7','points'),(476,'accomodation','7','credit'),(477,'accomodation','7','card'),(478,'accomodation','7','cash'),(479,'accomodation','7','cheque'),(480,'accomodation','7','checkinroom'),(481,'accomodation','7','checkoutroom'),(482,'accomodation','7','addroom'),(483,'accomodation','7','cancel'),(484,'accomodation','7','checkin'),(485,'accomodation','7','addcharges'),(486,'accomodation','7','givediscount'),(487,'accomodation','7','cleanrooms'),(488,'accomodation','7','updatecharges'),(489,'accomodation','7','updateroom'),(490,'accomodation','7','postexpense'),(491,'accomodation','7','updatehouse'),(492,'accomodation','7','Post Bank Deposits'),(493,'accomodation','7','managehotel'),(494,'accomodation','7','assignrooms'),(495,'accomodation','7','managerental'),(496,'accomodation','7','changepayment'),(497,'accomodation','7','housekeeping'),(498,'accomodation','7','customerregister'),(499,'accomodation','7','dailypayments'),(500,'accomodation','7','advancebooking'),(501,'accomodation','7','checkoutcustomerwithbalance'),(502,'accomodation','7','managecustomer'),(503,'accomodation','7','viewreports'),(504,'accomodation','7','accomodationmanager'),(505,'accomodation','7','accommodationcleaner'),(506,'accomodation','7','accommodationreceiptionist'),(507,'accomodation','7','config'),(508,'accomodation','7','viewroomcleaned'),(509,'accomodation','7','clearsales'),(510,'accomodation','7','dailycollections'),(511,'branch','7','add'),(512,'branch','7','view'),(513,'branch','7','update'),(514,'branch','7','delete'),(515,'members','7','add'),(516,'members','7','update'),(517,'members','7','deletepeople'),(518,'members','7','opencloseshift'),(519,'users','7','add'),(520,'users','7','update'),(521,'users','7','delete'),(522,'users','7','deleteallroles'),(523,'productscategory','7','add'),(524,'productscategory','7','update'),(525,'productscategory','7','delete'),(526,'productlist','7','bulk'),(527,'productlist','7','updatestock'),(528,'productlist','7','move'),(529,'productlist','7','more'),(530,'productlist','7','transfer'),(531,'productlist','7','addstock'),(532,'productlist','7','delete'),(533,'productlist','7','view'),(534,'productlist','7','update'),(535,'productlist','7','add'),(536,'productlist','7','openclosestock'),(537,'productlist','7','stocktaking'),(538,'productlist','7','editstocktaken'),(539,'productlist','7','editopenclosestock'),(540,'productlist','7','changeserialstatus'),(541,'productlist','7','viewserials'),(542,'productlist','7','viewproductsfromallbranches'),(543,'productlist','7','bulkpriceupdate'),(544,'productlist','7','viewbprice'),(545,'products','7','add'),(546,'products','7','update'),(547,'products','7','delete'),(548,'products','7','addstock'),(549,'products','7','more'),(550,'products','7','bulk'),(551,'products','7','deleteorder'),(552,'products','7','dispatch'),(553,'products','7','removestock'),(554,'products','7','price'),(555,'products','7','removeallstock'),(556,'products','7','bulkpriceupdate'),(557,'products','7','viewbprice'),(558,'incomingstock','7','add'),(559,'incomingstock','7','update'),(560,'incomingstock','7','view'),(561,'incomingstock','7','delete'),(562,'incomingstore','7','add'),(563,'incomingstore','7','delete'),(564,'incomingstore','7','view'),(565,'lowstocklist','7','add'),(566,'lowstocklist','7','more'),(567,'lowstocklist','7','view'),(568,'lowproducts','7','add'),(569,'lowproducts','7','update'),(570,'damagedproducts','7','add'),(571,'damagedproducts','7','update'),(572,'damagedproducts','7','delete'),(573,'projectsmanagement','7','view'),(574,'projectsmanagement','7','add'),(575,'projectsmanagement','7','update'),(576,'projectsmanagement','7','delete'),(577,'assets','7','add'),(578,'assets','7','update'),(579,'assets','7','delete'),(580,'accounting','7','deletebank'),(581,'accounting','7','deleteglaccount'),(582,'accounting','7','view'),(583,'bankdeposits','7','add'),(584,'bankdeposits','7','update'),(585,'bankdeposits','7','delete'),(586,'banktransfer','7','add'),(587,'journalentry','7','add'),(588,'accountingreports','7','view'),(589,'peoplecategory','7','add'),(590,'peoplecategory','7','update'),(591,'peoplecategory','7','delete'),(592,'labourrecords','7','add'),(593,'payroll','7','add'),(594,'reports','7','view'),(595,'reports','7','download'),(596,'reports','7','delete'),(597,'reports','7','update'),(598,'reports','7','viewall'),(599,'displayreport','7','view'),(600,'grouping','7','add'),(601,'grouping','7','update'),(602,'grouping','7','delete'),(603,'sendsms','7','add'),(604,'sendsms','7','update'),(605,'sendsms','7','delete'),(606,'sendsms','7','transfersms'),(607,'documents','7','add'),(608,'documents','7','update'),(609,'documents','7','delete'),(610,'documents','7','viewalldocuments'),(611,'humanresource','7','add'),(612,'humanresource','7','approve'),(613,'humanresource','7','update'),(614,'humanresource','7','delete'),(615,'humanresource','7','view'),(616,'humanresource','7','allocate'),(617,'humanresource','7','viewallpayroll'),(618,'humanresource','7','leavesetup'),(619,'humanresource','7','allleaves '),(620,'humanresource','7','bioattendance'),(621,'taskscategory','7','add'),(622,'taskscategory','7','update'),(623,'taskscategory','7','delete'),(624,'task','7','add'),(625,'task','7','update'),(626,'task','7','viewall'),(627,'task','7','delete'),(628,'task','7','postspecifictask'),(629,'task','7','postgeneraltask'),(630,'task','7','viewothersspecifictask'),(631,'task','7','viewothersgeneraltask'),(632,'task','7','assigntask'),(633,'task','7','posttaskforothers'),(634,'callcenter','7','add'),(635,'callcenter','7','upadate'),(636,'callcenter','7','view'),(637,'callcenter','7','download'),(638,'callcenter','7','delete'),(639,'deals','7','add'),(640,'deals','7','update'),(641,'deals','7','delete'),(642,'deals','7','viewall'),(643,'complain','7','add'),(644,'complain','7','view'),(645,'complain','7','update'),(646,'complain','7','allcompalin'),(647,'complain','7','delete'),(648,'events','7','add'),(649,'events','7','update'),(650,'events','7','delete'),(651,'password','7','change'),(652,'profile','7','update'),(653,'ecommerce','7','add'),(654,'ecommerce','7','update'),(655,'ecommerce','7','delete'),(656,'ecommerce','7','vieworders'),(657,'ecommerce','7','setup'),(658,'ecommerce','7','approveorders'),(659,'config','7','delete'),(660,'config','7','add'),(661,'config','7','update'),(662,'sales','8','add'),(663,'sales','8','suspend'),(664,'sales','8','selectmessage'),(665,'sales','8','printreceipt'),(666,'sales','8','update'),(667,'sales','8','cash'),(668,'sales','8','delete'),(669,'sales','8','moresales'),(670,'sales','8','sale'),(671,'sales','8','Logout'),(672,'sales','8','mpesabalance'),(673,'sales','8','displaycustomers'),(674,'sales','8','discount'),(675,'sales','8','reprint'),(676,'sales','8','select'),(677,'sales','8','printbill'),(678,'sales','8','productdiscount'),(679,'sales','8','mpesa'),(680,'sales','8','order'),(681,'sales','8','closebill'),(682,'sales','8','viewbuyingprice'),(683,'sales','8','editsellingprice'),(684,'sales','8','updatepaymentmode'),(685,'sales','8','card'),(686,'sales','8','clearpayments'),(687,'sales','8','cheque'),(688,'sales','8','creditnote'),(689,'sales','8','voucher'),(690,'sales','8','salesbeyondbprice'),(691,'sales','8','points'),(692,'sales','8','credit'),(693,'sales','8','selectroom'),(694,'sales','8','dontprint'),(695,'sales','8','accountlimit'),(696,'sales','8','backdatesales'),(697,'sales','8','recordcoins'),(698,'sales','8','changetaxstatus'),(699,'sales','8','leaseitems'),(700,'sales','8','giveloyalityponts'),(701,'sales','8','dontshowstock'),(702,'sales','8','splitbill'),(703,'sales','8','changeuomonsales'),(704,'sales','8','selecttable'),(705,'sales','8','printdelivery'),(706,'sales','8','sendsms'),(707,'sales','8','selectcurrency'),(708,'sales','8','salesperson'),(709,'sales','8','usekeyboard'),(710,'sales','8','receiptno'),(711,'sales','8','negativesales'),(712,'wholesale','8','sale'),(713,'wholesale','8','add'),(714,'wholesale','8','delete'),(715,'wholesale','8','update'),(716,'cashiersales','8','entermpesacode'),(717,'cashiersales','8','editmpesa'),(718,'cashiersales','8','all'),(719,'cashiersales','8','delete'),(720,'cashiersales','8','cashiersales'),(721,'cashiersales','8','editmpesadate'),(722,'cashiersales','8','dontshowtotal'),(723,'cashiersales','8','adddailycollection'),(724,'cashiersales','8','viewtill'),(725,'cashiersales','8','viewdailycollections'),(726,'cashiersales','8','deletedailycollections'),(727,'cashiersales','8','updatedailycollections'),(728,'cashiersales','8','reversempesa'),(729,'cashiersales','8','clearallsales'),(730,'cashiersales','8','viewallcollections'),(731,'cashiersales','8','viewallcounters'),(732,'cashiersales','8','mpesapendingreport'),(733,'cashiersales','8','mpesaverifiedreport'),(734,'cashiersales','8','viewcommission'),(735,'cashiersales','8','viewmpesamessages'),(736,'cashiersales','8','dailysalesonly'),(737,'recorddelivery','8','add'),(738,'recorddelivery','8','view'),(739,'recorddelivery','8','update'),(740,'recorddelivery','8','delete'),(741,'recorddelivery','8','changestatus'),(742,'recorddelivery','8','report'),(743,'recorddelivery','8','Dispatched'),(744,'recorddelivery','8','FailedDelivery'),(745,'recorddelivery','8','ReturnedandReceived'),(746,'recorddelivery','8','Delivered'),(747,'recorddelivery','8','Claimraised'),(748,'recorddelivery','8','ClaimOK'),(749,'recorddelivery','8','ClaimDamaged'),(750,'purchases','8','add'),(751,'purchases','8','update'),(752,'purchases','8','delete'),(753,'purchases','8','updatebuyingprice'),(754,'purchases','8','updatesellingprice'),(755,'purchases','8','updateclosedinvoice'),(756,'purchases','8','viewquotation'),(757,'purchases','8','viewserials'),(758,'purchases','8','viewdirectpurchases'),(759,'purchases','8','viewpurchase'),(760,'purchases','8','salesorder'),(761,'purchases','8','budget'),(762,'purchases','8','showdefaultserials'),(763,'purchases','8','viewallcounters'),(764,'purchases','8','approve'),(765,'purchases','8','addbatchno'),(766,'purchases','8','addexpirydate'),(767,'viewreturnsales','8','add'),(768,'viewreturnsales','8','update'),(769,'viewreturnsales','8','delete'),(770,'viewreturnsales','8','return'),(771,'viewreturnsales','8','clear'),(772,'viewreturnsales','8','moresales'),(773,'income','8','View'),(774,'income','8','add'),(775,'income','8','wiewinvoices'),(776,'income','8','detailedvatinvoice'),(777,'incomeexpenses','8','add'),(778,'incomeexpenses','8','closeexpense'),(779,'incomeexpenses','8','update'),(780,'incomeexpenses','8','updateclosedexpenses'),(781,'incomeexpenses','8','wiewinvoices'),(782,'incomeexpenses','8','viewbills'),(783,'incomeexpenses','8','viewexpense'),(784,'incomeexpenses','8','viewdebtors'),(785,'incomeexpenses','8','viewcreditors'),(786,'incomeexpenses','8','postrentalexpenses'),(787,'accomodation','8','viewrooms'),(788,'accomodation','8','addhouse'),(789,'accomodation','8','dailysales'),(790,'accomodation','8','viewhouse'),(791,'accomodation','8','voucher'),(792,'accomodation','8','mpesa'),(793,'accomodation','8','points'),(794,'accomodation','8','credit'),(795,'accomodation','8','card'),(796,'accomodation','8','cash'),(797,'accomodation','8','cheque'),(798,'accomodation','8','checkinroom'),(799,'accomodation','8','checkoutroom'),(800,'accomodation','8','addroom'),(801,'accomodation','8','cancel'),(802,'accomodation','8','checkin'),(803,'accomodation','8','addcharges'),(804,'accomodation','8','givediscount'),(805,'accomodation','8','cleanrooms'),(806,'accomodation','8','updatecharges'),(807,'accomodation','8','updateroom'),(808,'accomodation','8','postexpense'),(809,'accomodation','8','updatehouse'),(810,'accomodation','8','Post Bank Deposits'),(811,'accomodation','8','managehotel'),(812,'accomodation','8','assignrooms'),(813,'accomodation','8','managerental'),(814,'accomodation','8','changepayment'),(815,'accomodation','8','housekeeping'),(816,'accomodation','8','customerregister'),(817,'accomodation','8','dailypayments'),(818,'accomodation','8','advancebooking'),(819,'accomodation','8','checkoutcustomerwithbalance'),(820,'accomodation','8','managecustomer'),(821,'accomodation','8','viewreports'),(822,'accomodation','8','accomodationmanager'),(823,'accomodation','8','accommodationcleaner'),(824,'accomodation','8','accommodationreceiptionist'),(825,'accomodation','8','config'),(826,'accomodation','8','viewroomcleaned'),(827,'accomodation','8','clearsales'),(828,'accomodation','8','dailycollections'),(829,'branch','8','add'),(830,'branch','8','view'),(831,'branch','8','update'),(832,'branch','8','delete'),(833,'members','8','add'),(834,'members','8','update'),(835,'members','8','deletepeople'),(836,'members','8','opencloseshift'),(837,'users','8','add'),(838,'users','8','update'),(839,'users','8','delete'),(840,'users','8','deleteallroles'),(841,'productscategory','8','add'),(842,'productscategory','8','update'),(843,'productscategory','8','delete'),(844,'productlist','8','bulk'),(845,'productlist','8','updatestock'),(846,'productlist','8','move'),(847,'productlist','8','more'),(848,'productlist','8','transfer'),(849,'productlist','8','addstock'),(850,'productlist','8','delete'),(851,'productlist','8','view'),(852,'productlist','8','update'),(853,'productlist','8','add'),(854,'productlist','8','openclosestock'),(855,'productlist','8','stocktaking'),(856,'productlist','8','editstocktaken'),(857,'productlist','8','editopenclosestock'),(858,'productlist','8','changeserialstatus'),(859,'productlist','8','viewserials'),(860,'productlist','8','viewproductsfromallbranches'),(861,'productlist','8','bulkpriceupdate'),(862,'productlist','8','viewbprice'),(863,'products','8','add'),(864,'products','8','update'),(865,'products','8','delete'),(866,'products','8','addstock'),(867,'products','8','more'),(868,'products','8','bulk'),(869,'products','8','deleteorder'),(870,'products','8','dispatch'),(871,'products','8','removestock'),(872,'products','8','price'),(873,'products','8','removeallstock'),(874,'products','8','bulkpriceupdate'),(875,'products','8','viewbprice'),(876,'incomingstock','8','add'),(877,'incomingstock','8','update'),(878,'incomingstock','8','view'),(879,'incomingstock','8','delete'),(880,'incomingstore','8','add'),(881,'incomingstore','8','delete'),(882,'incomingstore','8','view'),(883,'lowstocklist','8','add'),(884,'lowstocklist','8','more'),(885,'lowstocklist','8','view'),(886,'lowproducts','8','add'),(887,'lowproducts','8','update'),(888,'damagedproducts','8','add'),(889,'damagedproducts','8','update'),(890,'damagedproducts','8','delete'),(891,'projectsmanagement','8','view'),(892,'projectsmanagement','8','add'),(893,'projectsmanagement','8','update'),(894,'projectsmanagement','8','delete'),(895,'assets','8','add'),(896,'assets','8','update'),(897,'assets','8','delete'),(898,'accounting','8','deletebank'),(899,'accounting','8','deleteglaccount'),(900,'accounting','8','view'),(901,'bankdeposits','8','add'),(902,'bankdeposits','8','update'),(903,'bankdeposits','8','delete'),(904,'banktransfer','8','add'),(905,'journalentry','8','add'),(906,'accountingreports','8','view'),(907,'peoplecategory','8','add'),(908,'peoplecategory','8','update'),(909,'peoplecategory','8','delete'),(910,'labourrecords','8','add'),(911,'payroll','8','add'),(912,'reports','8','view'),(913,'reports','8','download'),(914,'reports','8','delete'),(915,'reports','8','update'),(916,'reports','8','viewall'),(917,'displayreport','8','view'),(918,'grouping','8','add'),(919,'grouping','8','update'),(920,'grouping','8','delete'),(921,'sendsms','8','add'),(922,'sendsms','8','update'),(923,'sendsms','8','delete'),(924,'sendsms','8','transfersms'),(925,'documents','8','add'),(926,'documents','8','update'),(927,'documents','8','delete'),(928,'documents','8','viewalldocuments'),(929,'humanresource','8','add'),(930,'humanresource','8','approve'),(931,'humanresource','8','update'),(932,'humanresource','8','delete'),(933,'humanresource','8','view'),(934,'humanresource','8','allocate'),(935,'humanresource','8','viewallpayroll'),(936,'humanresource','8','leavesetup'),(937,'humanresource','8','allleaves '),(938,'humanresource','8','bioattendance'),(939,'taskscategory','8','add'),(940,'taskscategory','8','update'),(941,'taskscategory','8','delete'),(942,'task','8','add'),(943,'task','8','update'),(944,'task','8','viewall'),(945,'task','8','delete'),(946,'task','8','postspecifictask'),(947,'task','8','postgeneraltask'),(948,'task','8','viewothersspecifictask'),(949,'task','8','viewothersgeneraltask'),(950,'task','8','assigntask'),(951,'task','8','posttaskforothers'),(952,'callcenter','8','add'),(953,'callcenter','8','upadate'),(954,'callcenter','8','view'),(955,'callcenter','8','download'),(956,'callcenter','8','delete'),(957,'deals','8','add'),(958,'deals','8','update'),(959,'deals','8','delete'),(960,'deals','8','viewall'),(961,'complain','8','add'),(962,'complain','8','view'),(963,'complain','8','update'),(964,'complain','8','allcompalin'),(965,'complain','8','delete'),(966,'events','8','add'),(967,'events','8','update'),(968,'events','8','delete'),(969,'password','8','change'),(970,'profile','8','update'),(971,'ecommerce','8','add'),(972,'ecommerce','8','update'),(973,'ecommerce','8','delete'),(974,'ecommerce','8','vieworders'),(975,'ecommerce','8','setup'),(976,'ecommerce','8','approveorders'),(977,'config','8','delete'),(978,'config','8','add'),(979,'config','8','update'),(980,'sales','9','add'),(981,'sales','9','suspend'),(982,'sales','9','selectmessage'),(983,'sales','9','printreceipt'),(984,'sales','9','update'),(985,'sales','9','cash'),(986,'sales','9','delete'),(987,'sales','9','moresales'),(988,'sales','9','sale'),(989,'sales','9','Logout'),(990,'sales','9','mpesabalance'),(991,'sales','9','displaycustomers'),(992,'sales','9','discount'),(993,'sales','9','reprint'),(994,'sales','9','select'),(995,'sales','9','printbill'),(996,'sales','9','productdiscount'),(997,'sales','9','mpesa'),(998,'sales','9','order'),(999,'sales','9','closebill'),(1000,'sales','9','viewbuyingprice'),(1001,'sales','9','editsellingprice'),(1002,'sales','9','updatepaymentmode'),(1003,'sales','9','card'),(1004,'sales','9','clearpayments'),(1005,'sales','9','cheque'),(1006,'sales','9','creditnote'),(1007,'sales','9','voucher'),(1008,'sales','9','salesbeyondbprice'),(1009,'sales','9','points'),(1010,'sales','9','credit'),(1011,'sales','9','selectroom'),(1012,'sales','9','dontprint'),(1013,'sales','9','accountlimit'),(1014,'sales','9','backdatesales'),(1015,'sales','9','recordcoins'),(1016,'sales','9','changetaxstatus'),(1017,'sales','9','leaseitems'),(1018,'sales','9','giveloyalityponts'),(1019,'sales','9','dontshowstock'),(1020,'sales','9','splitbill'),(1021,'sales','9','changeuomonsales'),(1022,'sales','9','selecttable'),(1023,'sales','9','printdelivery'),(1024,'sales','9','sendsms'),(1025,'sales','9','selectcurrency'),(1026,'sales','9','salesperson'),(1027,'sales','9','usekeyboard'),(1028,'sales','9','receiptno'),(1029,'sales','9','negativesales'),(1030,'wholesale','9','sale'),(1031,'wholesale','9','add'),(1032,'wholesale','9','delete'),(1033,'wholesale','9','update'),(1034,'cashiersales','9','entermpesacode'),(1035,'cashiersales','9','editmpesa'),(1036,'cashiersales','9','all'),(1037,'cashiersales','9','delete'),(1038,'cashiersales','9','cashiersales'),(1039,'cashiersales','9','editmpesadate'),(1040,'cashiersales','9','dontshowtotal'),(1041,'cashiersales','9','adddailycollection'),(1042,'cashiersales','9','viewtill'),(1043,'cashiersales','9','viewdailycollections'),(1044,'cashiersales','9','deletedailycollections'),(1045,'cashiersales','9','updatedailycollections'),(1046,'cashiersales','9','reversempesa'),(1047,'cashiersales','9','clearallsales'),(1048,'cashiersales','9','viewallcollections'),(1049,'cashiersales','9','viewallcounters'),(1050,'cashiersales','9','mpesapendingreport'),(1051,'cashiersales','9','mpesaverifiedreport'),(1052,'cashiersales','9','viewcommission'),(1053,'cashiersales','9','viewmpesamessages'),(1054,'cashiersales','9','dailysalesonly'),(1055,'recorddelivery','9','add'),(1056,'recorddelivery','9','view'),(1057,'recorddelivery','9','update'),(1058,'recorddelivery','9','delete'),(1059,'recorddelivery','9','changestatus'),(1060,'recorddelivery','9','report'),(1061,'recorddelivery','9','Dispatched'),(1062,'recorddelivery','9','FailedDelivery'),(1063,'recorddelivery','9','ReturnedandReceived'),(1064,'recorddelivery','9','Delivered'),(1065,'recorddelivery','9','Claimraised'),(1066,'recorddelivery','9','ClaimOK'),(1067,'recorddelivery','9','ClaimDamaged'),(1068,'purchases','9','add'),(1069,'purchases','9','update'),(1070,'purchases','9','delete'),(1071,'purchases','9','updatebuyingprice'),(1072,'purchases','9','updatesellingprice'),(1073,'purchases','9','updateclosedinvoice'),(1074,'purchases','9','viewquotation'),(1075,'purchases','9','viewserials'),(1076,'purchases','9','viewdirectpurchases'),(1077,'purchases','9','viewpurchase'),(1078,'purchases','9','salesorder'),(1079,'purchases','9','budget'),(1080,'purchases','9','showdefaultserials'),(1081,'purchases','9','viewallcounters'),(1082,'purchases','9','approve'),(1083,'purchases','9','addbatchno'),(1084,'purchases','9','addexpirydate'),(1085,'viewreturnsales','9','add'),(1086,'viewreturnsales','9','update'),(1087,'viewreturnsales','9','delete'),(1088,'viewreturnsales','9','return'),(1089,'viewreturnsales','9','clear'),(1090,'viewreturnsales','9','moresales'),(1091,'income','9','View'),(1092,'income','9','add'),(1093,'income','9','wiewinvoices'),(1094,'income','9','detailedvatinvoice'),(1095,'incomeexpenses','9','add'),(1096,'incomeexpenses','9','closeexpense'),(1097,'incomeexpenses','9','update'),(1098,'incomeexpenses','9','updateclosedexpenses'),(1099,'incomeexpenses','9','wiewinvoices'),(1100,'incomeexpenses','9','viewbills'),(1101,'incomeexpenses','9','viewexpense'),(1102,'incomeexpenses','9','viewdebtors'),(1103,'incomeexpenses','9','viewcreditors'),(1104,'incomeexpenses','9','postrentalexpenses'),(1105,'accomodation','9','viewrooms'),(1106,'accomodation','9','addhouse'),(1107,'accomodation','9','dailysales'),(1108,'accomodation','9','viewhouse'),(1109,'accomodation','9','voucher'),(1110,'accomodation','9','mpesa'),(1111,'accomodation','9','points'),(1112,'accomodation','9','credit'),(1113,'accomodation','9','card'),(1114,'accomodation','9','cash'),(1115,'accomodation','9','cheque'),(1116,'accomodation','9','checkinroom'),(1117,'accomodation','9','checkoutroom'),(1118,'accomodation','9','addroom'),(1119,'accomodation','9','cancel'),(1120,'accomodation','9','checkin'),(1121,'accomodation','9','addcharges'),(1122,'accomodation','9','givediscount'),(1123,'accomodation','9','cleanrooms'),(1124,'accomodation','9','updatecharges'),(1125,'accomodation','9','updateroom'),(1126,'accomodation','9','postexpense'),(1127,'accomodation','9','updatehouse'),(1128,'accomodation','9','Post Bank Deposits'),(1129,'accomodation','9','managehotel'),(1130,'accomodation','9','assignrooms'),(1131,'accomodation','9','managerental'),(1132,'accomodation','9','changepayment'),(1133,'accomodation','9','housekeeping'),(1134,'accomodation','9','customerregister'),(1135,'accomodation','9','dailypayments'),(1136,'accomodation','9','advancebooking'),(1137,'accomodation','9','checkoutcustomerwithbalance'),(1138,'accomodation','9','managecustomer'),(1139,'accomodation','9','viewreports'),(1140,'accomodation','9','accomodationmanager'),(1141,'accomodation','9','accommodationcleaner'),(1142,'accomodation','9','accommodationreceiptionist'),(1143,'accomodation','9','config'),(1144,'accomodation','9','viewroomcleaned'),(1145,'accomodation','9','clearsales'),(1146,'accomodation','9','dailycollections'),(1147,'branch','9','add'),(1148,'branch','9','view'),(1149,'branch','9','update'),(1150,'branch','9','delete'),(1151,'members','9','add'),(1152,'members','9','update'),(1153,'members','9','deletepeople'),(1154,'members','9','opencloseshift'),(1155,'users','9','add'),(1156,'users','9','update'),(1157,'users','9','delete'),(1158,'users','9','deleteallroles'),(1159,'productscategory','9','add'),(1160,'productscategory','9','update'),(1161,'productscategory','9','delete'),(1162,'productlist','9','bulk'),(1163,'productlist','9','updatestock'),(1164,'productlist','9','move'),(1165,'productlist','9','more'),(1166,'productlist','9','transfer'),(1167,'productlist','9','addstock'),(1168,'productlist','9','delete'),(1169,'productlist','9','view'),(1170,'productlist','9','update'),(1171,'productlist','9','add'),(1172,'productlist','9','openclosestock'),(1173,'productlist','9','stocktaking'),(1174,'productlist','9','editstocktaken'),(1175,'productlist','9','editopenclosestock'),(1176,'productlist','9','changeserialstatus'),(1177,'productlist','9','viewserials'),(1178,'productlist','9','viewproductsfromallbranches'),(1179,'productlist','9','bulkpriceupdate'),(1180,'productlist','9','viewbprice'),(1181,'products','9','add'),(1182,'products','9','update'),(1183,'products','9','delete'),(1184,'products','9','addstock'),(1185,'products','9','more'),(1186,'products','9','bulk'),(1187,'products','9','deleteorder'),(1188,'products','9','dispatch'),(1189,'products','9','removestock'),(1190,'products','9','price'),(1191,'products','9','removeallstock'),(1192,'products','9','bulkpriceupdate'),(1193,'products','9','viewbprice'),(1194,'incomingstock','9','add'),(1195,'incomingstock','9','update'),(1196,'incomingstock','9','view'),(1197,'incomingstock','9','delete'),(1198,'incomingstore','9','add'),(1199,'incomingstore','9','delete'),(1200,'incomingstore','9','view'),(1201,'lowstocklist','9','add'),(1202,'lowstocklist','9','more'),(1203,'lowstocklist','9','view'),(1204,'lowproducts','9','add'),(1205,'lowproducts','9','update'),(1206,'damagedproducts','9','add'),(1207,'damagedproducts','9','update'),(1208,'damagedproducts','9','delete'),(1209,'projectsmanagement','9','view'),(1210,'projectsmanagement','9','add'),(1211,'projectsmanagement','9','update'),(1212,'projectsmanagement','9','delete'),(1213,'assets','9','add'),(1214,'assets','9','update'),(1215,'assets','9','delete'),(1216,'accounting','9','deletebank'),(1217,'accounting','9','deleteglaccount'),(1218,'accounting','9','view'),(1219,'bankdeposits','9','add'),(1220,'bankdeposits','9','update'),(1221,'bankdeposits','9','delete'),(1222,'banktransfer','9','add'),(1223,'journalentry','9','add'),(1224,'accountingreports','9','view'),(1225,'peoplecategory','9','add'),(1226,'peoplecategory','9','update'),(1227,'peoplecategory','9','delete'),(1228,'labourrecords','9','add'),(1229,'payroll','9','add'),(1230,'reports','9','view'),(1231,'reports','9','download'),(1232,'reports','9','delete'),(1233,'reports','9','update'),(1234,'reports','9','viewall'),(1235,'displayreport','9','view'),(1236,'grouping','9','add'),(1237,'grouping','9','update'),(1238,'grouping','9','delete'),(1239,'sendsms','9','add'),(1240,'sendsms','9','update'),(1241,'sendsms','9','delete'),(1242,'sendsms','9','transfersms'),(1243,'documents','9','add'),(1244,'documents','9','update'),(1245,'documents','9','delete'),(1246,'documents','9','viewalldocuments'),(1247,'humanresource','9','add'),(1248,'humanresource','9','approve'),(1249,'humanresource','9','update'),(1250,'humanresource','9','delete'),(1251,'humanresource','9','view'),(1252,'humanresource','9','allocate'),(1253,'humanresource','9','viewallpayroll'),(1254,'humanresource','9','leavesetup'),(1255,'humanresource','9','allleaves '),(1256,'humanresource','9','bioattendance'),(1257,'taskscategory','9','add'),(1258,'taskscategory','9','update'),(1259,'taskscategory','9','delete'),(1260,'task','9','add'),(1261,'task','9','update'),(1262,'task','9','viewall'),(1263,'task','9','delete'),(1264,'task','9','postspecifictask'),(1265,'task','9','postgeneraltask'),(1266,'task','9','viewothersspecifictask'),(1267,'task','9','viewothersgeneraltask'),(1268,'task','9','assigntask'),(1269,'task','9','posttaskforothers'),(1270,'callcenter','9','add'),(1271,'callcenter','9','upadate'),(1272,'callcenter','9','view'),(1273,'callcenter','9','download'),(1274,'callcenter','9','delete'),(1275,'deals','9','add'),(1276,'deals','9','update'),(1277,'deals','9','delete'),(1278,'deals','9','viewall'),(1279,'complain','9','add'),(1280,'complain','9','view'),(1281,'complain','9','update'),(1282,'complain','9','allcompalin'),(1283,'complain','9','delete'),(1284,'events','9','add'),(1285,'events','9','update'),(1286,'events','9','delete'),(1287,'password','9','change'),(1288,'profile','9','update'),(1289,'ecommerce','9','add'),(1290,'ecommerce','9','update'),(1291,'ecommerce','9','delete'),(1292,'ecommerce','9','vieworders'),(1293,'ecommerce','9','setup'),(1294,'ecommerce','9','approveorders'),(1295,'config','9','delete'),(1296,'config','9','add'),(1297,'config','9','update'),(1298,'sales','10','add'),(1299,'sales','10','suspend'),(1300,'sales','10','selectmessage'),(1301,'sales','10','printreceipt'),(1302,'sales','10','update'),(1303,'sales','10','cash'),(1304,'sales','10','delete'),(1305,'sales','10','moresales'),(1306,'sales','10','sale'),(1307,'sales','10','Logout'),(1308,'sales','10','mpesabalance'),(1309,'sales','10','displaycustomers'),(1310,'sales','10','discount'),(1311,'sales','10','reprint'),(1312,'sales','10','select'),(1313,'sales','10','printbill'),(1314,'sales','10','productdiscount'),(1315,'sales','10','mpesa'),(1316,'sales','10','order'),(1317,'sales','10','closebill'),(1318,'sales','10','viewbuyingprice'),(1319,'sales','10','editsellingprice'),(1320,'sales','10','updatepaymentmode'),(1321,'sales','10','card'),(1322,'sales','10','clearpayments'),(1323,'sales','10','cheque'),(1324,'sales','10','creditnote'),(1325,'sales','10','voucher'),(1326,'sales','10','salesbeyondbprice'),(1327,'sales','10','points'),(1328,'sales','10','credit'),(1329,'sales','10','selectroom'),(1330,'sales','10','dontprint'),(1331,'sales','10','accountlimit'),(1332,'sales','10','backdatesales'),(1333,'sales','10','recordcoins'),(1334,'sales','10','changetaxstatus'),(1335,'sales','10','leaseitems'),(1336,'sales','10','giveloyalityponts'),(1337,'sales','10','dontshowstock'),(1338,'sales','10','splitbill'),(1339,'sales','10','changeuomonsales'),(1340,'sales','10','selecttable'),(1341,'sales','10','printdelivery'),(1342,'sales','10','sendsms'),(1343,'sales','10','selectcurrency'),(1344,'sales','10','salesperson'),(1345,'sales','10','usekeyboard'),(1346,'sales','10','receiptno'),(1347,'sales','10','negativesales'),(1348,'wholesale','10','sale'),(1349,'wholesale','10','add'),(1350,'wholesale','10','delete'),(1351,'wholesale','10','update'),(1352,'cashiersales','10','entermpesacode'),(1353,'cashiersales','10','editmpesa'),(1354,'cashiersales','10','all'),(1355,'cashiersales','10','delete'),(1356,'cashiersales','10','cashiersales'),(1357,'cashiersales','10','editmpesadate'),(1358,'cashiersales','10','dontshowtotal'),(1359,'cashiersales','10','adddailycollection'),(1360,'cashiersales','10','viewtill'),(1361,'cashiersales','10','viewdailycollections'),(1362,'cashiersales','10','deletedailycollections'),(1363,'cashiersales','10','updatedailycollections'),(1364,'cashiersales','10','reversempesa'),(1365,'cashiersales','10','clearallsales'),(1366,'cashiersales','10','viewallcollections'),(1367,'cashiersales','10','viewallcounters'),(1368,'cashiersales','10','mpesapendingreport'),(1369,'cashiersales','10','mpesaverifiedreport'),(1370,'cashiersales','10','viewcommission'),(1371,'cashiersales','10','viewmpesamessages'),(1372,'cashiersales','10','dailysalesonly'),(1373,'recorddelivery','10','add'),(1374,'recorddelivery','10','view'),(1375,'recorddelivery','10','update'),(1376,'recorddelivery','10','delete'),(1377,'recorddelivery','10','changestatus'),(1378,'recorddelivery','10','report'),(1379,'recorddelivery','10','Dispatched'),(1380,'recorddelivery','10','FailedDelivery'),(1381,'recorddelivery','10','ReturnedandReceived'),(1382,'recorddelivery','10','Delivered'),(1383,'recorddelivery','10','Claimraised'),(1384,'recorddelivery','10','ClaimOK'),(1385,'recorddelivery','10','ClaimDamaged'),(1386,'purchases','10','add'),(1387,'purchases','10','update'),(1388,'purchases','10','delete'),(1389,'purchases','10','updatebuyingprice'),(1390,'purchases','10','updatesellingprice'),(1391,'purchases','10','updateclosedinvoice'),(1392,'purchases','10','viewquotation'),(1393,'purchases','10','viewserials'),(1394,'purchases','10','viewdirectpurchases'),(1395,'purchases','10','viewpurchase'),(1396,'purchases','10','salesorder'),(1397,'purchases','10','budget'),(1398,'purchases','10','showdefaultserials'),(1399,'purchases','10','viewallcounters'),(1400,'purchases','10','approve'),(1401,'purchases','10','addbatchno'),(1402,'purchases','10','addexpirydate'),(1403,'viewreturnsales','10','add'),(1404,'viewreturnsales','10','update'),(1405,'viewreturnsales','10','delete'),(1406,'viewreturnsales','10','return'),(1407,'viewreturnsales','10','clear'),(1408,'viewreturnsales','10','moresales'),(1409,'income','10','View'),(1410,'income','10','add'),(1411,'income','10','wiewinvoices'),(1412,'income','10','detailedvatinvoice'),(1413,'incomeexpenses','10','add'),(1414,'incomeexpenses','10','closeexpense'),(1415,'incomeexpenses','10','update'),(1416,'incomeexpenses','10','updateclosedexpenses'),(1417,'incomeexpenses','10','wiewinvoices'),(1418,'incomeexpenses','10','viewbills'),(1419,'incomeexpenses','10','viewexpense'),(1420,'incomeexpenses','10','viewdebtors'),(1421,'incomeexpenses','10','viewcreditors'),(1422,'incomeexpenses','10','postrentalexpenses'),(1423,'accomodation','10','viewrooms'),(1424,'accomodation','10','addhouse'),(1425,'accomodation','10','dailysales'),(1426,'accomodation','10','viewhouse'),(1427,'accomodation','10','voucher'),(1428,'accomodation','10','mpesa'),(1429,'accomodation','10','points'),(1430,'accomodation','10','credit'),(1431,'accomodation','10','card'),(1432,'accomodation','10','cash'),(1433,'accomodation','10','cheque'),(1434,'accomodation','10','checkinroom'),(1435,'accomodation','10','checkoutroom'),(1436,'accomodation','10','addroom'),(1437,'accomodation','10','cancel'),(1438,'accomodation','10','checkin'),(1439,'accomodation','10','addcharges'),(1440,'accomodation','10','givediscount'),(1441,'accomodation','10','cleanrooms'),(1442,'accomodation','10','updatecharges'),(1443,'accomodation','10','updateroom'),(1444,'accomodation','10','postexpense'),(1445,'accomodation','10','updatehouse'),(1446,'accomodation','10','Post Bank Deposits'),(1447,'accomodation','10','managehotel'),(1448,'accomodation','10','assignrooms'),(1449,'accomodation','10','managerental'),(1450,'accomodation','10','changepayment'),(1451,'accomodation','10','housekeeping'),(1452,'accomodation','10','customerregister'),(1453,'accomodation','10','dailypayments'),(1454,'accomodation','10','advancebooking'),(1455,'accomodation','10','checkoutcustomerwithbalance'),(1456,'accomodation','10','managecustomer'),(1457,'accomodation','10','viewreports'),(1458,'accomodation','10','accomodationmanager'),(1459,'accomodation','10','accommodationcleaner'),(1460,'accomodation','10','accommodationreceiptionist'),(1461,'accomodation','10','config'),(1462,'accomodation','10','viewroomcleaned'),(1463,'accomodation','10','clearsales'),(1464,'accomodation','10','dailycollections'),(1465,'branch','10','add'),(1466,'branch','10','view'),(1467,'branch','10','update'),(1468,'branch','10','delete'),(1469,'members','10','add'),(1470,'members','10','update'),(1471,'members','10','deletepeople'),(1472,'members','10','opencloseshift'),(1473,'users','10','add'),(1474,'users','10','update'),(1475,'users','10','delete'),(1476,'users','10','deleteallroles'),(1477,'productscategory','10','add'),(1478,'productscategory','10','update'),(1479,'productscategory','10','delete'),(1480,'productlist','10','bulk'),(1481,'productlist','10','updatestock'),(1482,'productlist','10','move'),(1483,'productlist','10','more'),(1484,'productlist','10','transfer'),(1485,'productlist','10','addstock'),(1486,'productlist','10','delete'),(1487,'productlist','10','view'),(1488,'productlist','10','update'),(1489,'productlist','10','add'),(1490,'productlist','10','openclosestock'),(1491,'productlist','10','stocktaking'),(1492,'productlist','10','editstocktaken'),(1493,'productlist','10','editopenclosestock'),(1494,'productlist','10','changeserialstatus'),(1495,'productlist','10','viewserials'),(1496,'productlist','10','viewproductsfromallbranches'),(1497,'productlist','10','bulkpriceupdate'),(1498,'productlist','10','viewbprice'),(1499,'products','10','add'),(1500,'products','10','update'),(1501,'products','10','delete'),(1502,'products','10','addstock'),(1503,'products','10','more'),(1504,'products','10','bulk'),(1505,'products','10','deleteorder'),(1506,'products','10','dispatch'),(1507,'products','10','removestock'),(1508,'products','10','price'),(1509,'products','10','removeallstock'),(1510,'products','10','bulkpriceupdate'),(1511,'products','10','viewbprice'),(1512,'incomingstock','10','add'),(1513,'incomingstock','10','update'),(1514,'incomingstock','10','view'),(1515,'incomingstock','10','delete'),(1516,'incomingstore','10','add'),(1517,'incomingstore','10','delete'),(1518,'incomingstore','10','view'),(1519,'lowstocklist','10','add'),(1520,'lowstocklist','10','more'),(1521,'lowstocklist','10','view'),(1522,'lowproducts','10','add'),(1523,'lowproducts','10','update'),(1524,'damagedproducts','10','add'),(1525,'damagedproducts','10','update'),(1526,'damagedproducts','10','delete'),(1527,'projectsmanagement','10','view'),(1528,'projectsmanagement','10','add'),(1529,'projectsmanagement','10','update'),(1530,'projectsmanagement','10','delete'),(1531,'assets','10','add'),(1532,'assets','10','update'),(1533,'assets','10','delete'),(1534,'accounting','10','deletebank'),(1535,'accounting','10','deleteglaccount'),(1536,'accounting','10','view'),(1537,'bankdeposits','10','add'),(1538,'bankdeposits','10','update'),(1539,'bankdeposits','10','delete'),(1540,'banktransfer','10','add'),(1541,'journalentry','10','add'),(1542,'accountingreports','10','view'),(1543,'peoplecategory','10','add'),(1544,'peoplecategory','10','update'),(1545,'peoplecategory','10','delete'),(1546,'labourrecords','10','add'),(1547,'payroll','10','add'),(1548,'reports','10','view'),(1549,'reports','10','download'),(1550,'reports','10','delete'),(1551,'reports','10','update'),(1552,'reports','10','viewall'),(1553,'displayreport','10','view'),(1554,'grouping','10','add'),(1555,'grouping','10','update'),(1556,'grouping','10','delete'),(1557,'sendsms','10','add'),(1558,'sendsms','10','update'),(1559,'sendsms','10','delete'),(1560,'sendsms','10','transfersms'),(1561,'documents','10','add'),(1562,'documents','10','update'),(1563,'documents','10','delete'),(1564,'documents','10','viewalldocuments'),(1565,'humanresource','10','add'),(1566,'humanresource','10','approve'),(1567,'humanresource','10','update'),(1568,'humanresource','10','delete'),(1569,'humanresource','10','view'),(1570,'humanresource','10','allocate'),(1571,'humanresource','10','viewallpayroll'),(1572,'humanresource','10','leavesetup'),(1573,'humanresource','10','allleaves '),(1574,'humanresource','10','bioattendance'),(1575,'taskscategory','10','add'),(1576,'taskscategory','10','update'),(1577,'taskscategory','10','delete'),(1578,'task','10','add'),(1579,'task','10','update'),(1580,'task','10','viewall'),(1581,'task','10','delete'),(1582,'task','10','postspecifictask'),(1583,'task','10','postgeneraltask'),(1584,'task','10','viewothersspecifictask'),(1585,'task','10','viewothersgeneraltask'),(1586,'task','10','assigntask'),(1587,'task','10','posttaskforothers'),(1588,'callcenter','10','add'),(1589,'callcenter','10','upadate'),(1590,'callcenter','10','view'),(1591,'callcenter','10','download'),(1592,'callcenter','10','delete'),(1593,'deals','10','add'),(1594,'deals','10','update'),(1595,'deals','10','delete'),(1596,'deals','10','viewall'),(1597,'complain','10','add'),(1598,'complain','10','view'),(1599,'complain','10','update'),(1600,'complain','10','allcompalin'),(1601,'complain','10','delete'),(1602,'events','10','add'),(1603,'events','10','update'),(1604,'events','10','delete'),(1605,'password','10','change'),(1606,'profile','10','update'),(1607,'ecommerce','10','add'),(1608,'ecommerce','10','update'),(1609,'ecommerce','10','delete'),(1610,'ecommerce','10','vieworders'),(1611,'ecommerce','10','setup'),(1612,'ecommerce','10','approveorders'),(1613,'config','10','delete'),(1614,'config','10','add'),(1615,'config','10','update'),(1616,'sales','11','add'),(1617,'sales','11','suspend'),(1618,'sales','11','selectmessage'),(1619,'sales','11','printreceipt'),(1620,'sales','11','update'),(1621,'sales','11','cash'),(1622,'sales','11','delete'),(1623,'sales','11','moresales'),(1624,'sales','11','sale'),(1625,'sales','11','Logout'),(1626,'sales','11','mpesabalance'),(1627,'sales','11','displaycustomers'),(1628,'sales','11','discount'),(1629,'sales','11','reprint'),(1630,'sales','11','select'),(1631,'sales','11','printbill'),(1632,'sales','11','productdiscount'),(1633,'sales','11','mpesa'),(1634,'sales','11','order'),(1635,'sales','11','closebill'),(1636,'sales','11','viewbuyingprice'),(1637,'sales','11','editsellingprice'),(1638,'sales','11','updatepaymentmode'),(1639,'sales','11','card'),(1640,'sales','11','clearpayments'),(1641,'sales','11','cheque'),(1642,'sales','11','creditnote'),(1643,'sales','11','voucher'),(1644,'sales','11','salesbeyondbprice'),(1645,'sales','11','points'),(1646,'sales','11','credit'),(1647,'sales','11','selectroom'),(1648,'sales','11','dontprint'),(1649,'sales','11','accountlimit'),(1650,'sales','11','backdatesales'),(1651,'sales','11','recordcoins'),(1652,'sales','11','changetaxstatus'),(1653,'sales','11','leaseitems'),(1654,'sales','11','giveloyalityponts'),(1655,'sales','11','dontshowstock'),(1656,'sales','11','splitbill'),(1657,'sales','11','changeuomonsales'),(1658,'sales','11','selecttable'),(1659,'sales','11','printdelivery'),(1660,'sales','11','sendsms'),(1661,'sales','11','selectcurrency'),(1662,'sales','11','salesperson'),(1663,'sales','11','usekeyboard'),(1664,'sales','11','receiptno'),(1665,'sales','11','negativesales'),(1666,'wholesale','11','sale'),(1667,'wholesale','11','add'),(1668,'wholesale','11','delete'),(1669,'wholesale','11','update'),(1670,'cashiersales','11','entermpesacode'),(1671,'cashiersales','11','editmpesa'),(1672,'cashiersales','11','all'),(1673,'cashiersales','11','delete'),(1674,'cashiersales','11','cashiersales'),(1675,'cashiersales','11','editmpesadate'),(1676,'cashiersales','11','dontshowtotal'),(1677,'cashiersales','11','adddailycollection'),(1678,'cashiersales','11','viewtill'),(1679,'cashiersales','11','viewdailycollections'),(1680,'cashiersales','11','deletedailycollections'),(1681,'cashiersales','11','updatedailycollections'),(1682,'cashiersales','11','reversempesa'),(1683,'cashiersales','11','clearallsales'),(1684,'cashiersales','11','viewallcollections'),(1685,'cashiersales','11','viewallcounters'),(1686,'cashiersales','11','mpesapendingreport'),(1687,'cashiersales','11','mpesaverifiedreport'),(1688,'cashiersales','11','viewcommission'),(1689,'cashiersales','11','viewmpesamessages'),(1690,'cashiersales','11','dailysalesonly'),(1691,'recorddelivery','11','add'),(1692,'recorddelivery','11','view'),(1693,'recorddelivery','11','update'),(1694,'recorddelivery','11','delete'),(1695,'recorddelivery','11','changestatus'),(1696,'recorddelivery','11','report'),(1697,'recorddelivery','11','Dispatched'),(1698,'recorddelivery','11','FailedDelivery'),(1699,'recorddelivery','11','ReturnedandReceived'),(1700,'recorddelivery','11','Delivered'),(1701,'recorddelivery','11','Claimraised'),(1702,'recorddelivery','11','ClaimOK'),(1703,'recorddelivery','11','ClaimDamaged'),(1704,'purchases','11','add'),(1705,'purchases','11','update'),(1706,'purchases','11','delete'),(1707,'purchases','11','updatebuyingprice'),(1708,'purchases','11','updatesellingprice'),(1709,'purchases','11','updateclosedinvoice'),(1710,'purchases','11','viewquotation'),(1711,'purchases','11','viewserials'),(1712,'purchases','11','viewdirectpurchases'),(1713,'purchases','11','viewpurchase'),(1714,'purchases','11','salesorder'),(1715,'purchases','11','budget'),(1716,'purchases','11','showdefaultserials'),(1717,'purchases','11','viewallcounters'),(1718,'purchases','11','approve'),(1719,'purchases','11','addbatchno'),(1720,'purchases','11','addexpirydate'),(1721,'viewreturnsales','11','add'),(1722,'viewreturnsales','11','update'),(1723,'viewreturnsales','11','delete'),(1724,'viewreturnsales','11','return'),(1725,'viewreturnsales','11','clear'),(1726,'viewreturnsales','11','moresales'),(1727,'income','11','View'),(1728,'income','11','add'),(1729,'income','11','wiewinvoices'),(1730,'income','11','detailedvatinvoice'),(1731,'incomeexpenses','11','add'),(1732,'incomeexpenses','11','closeexpense'),(1733,'incomeexpenses','11','update'),(1734,'incomeexpenses','11','updateclosedexpenses'),(1735,'incomeexpenses','11','wiewinvoices'),(1736,'incomeexpenses','11','viewbills'),(1737,'incomeexpenses','11','viewexpense'),(1738,'incomeexpenses','11','viewdebtors'),(1739,'incomeexpenses','11','viewcreditors'),(1740,'incomeexpenses','11','postrentalexpenses'),(1741,'accomodation','11','viewrooms'),(1742,'accomodation','11','addhouse'),(1743,'accomodation','11','dailysales'),(1744,'accomodation','11','viewhouse'),(1745,'accomodation','11','voucher'),(1746,'accomodation','11','mpesa'),(1747,'accomodation','11','points'),(1748,'accomodation','11','credit'),(1749,'accomodation','11','card'),(1750,'accomodation','11','cash'),(1751,'accomodation','11','cheque'),(1752,'accomodation','11','checkinroom'),(1753,'accomodation','11','checkoutroom'),(1754,'accomodation','11','addroom'),(1755,'accomodation','11','cancel'),(1756,'accomodation','11','checkin'),(1757,'accomodation','11','addcharges'),(1758,'accomodation','11','givediscount'),(1759,'accomodation','11','cleanrooms'),(1760,'accomodation','11','updatecharges'),(1761,'accomodation','11','updateroom'),(1762,'accomodation','11','postexpense'),(1763,'accomodation','11','updatehouse'),(1764,'accomodation','11','Post Bank Deposits'),(1765,'accomodation','11','managehotel'),(1766,'accomodation','11','assignrooms'),(1767,'accomodation','11','managerental'),(1768,'accomodation','11','changepayment'),(1769,'accomodation','11','housekeeping'),(1770,'accomodation','11','customerregister'),(1771,'accomodation','11','dailypayments'),(1772,'accomodation','11','advancebooking'),(1773,'accomodation','11','checkoutcustomerwithbalance'),(1774,'accomodation','11','managecustomer'),(1775,'accomodation','11','viewreports'),(1776,'accomodation','11','accomodationmanager'),(1777,'accomodation','11','accommodationcleaner'),(1778,'accomodation','11','accommodationreceiptionist'),(1779,'accomodation','11','config'),(1780,'accomodation','11','viewroomcleaned'),(1781,'accomodation','11','clearsales'),(1782,'accomodation','11','dailycollections'),(1783,'branch','11','add'),(1784,'branch','11','view'),(1785,'branch','11','update'),(1786,'branch','11','delete'),(1787,'members','11','add'),(1788,'members','11','update'),(1789,'members','11','deletepeople'),(1790,'members','11','opencloseshift'),(1791,'users','11','add'),(1792,'users','11','update'),(1793,'users','11','delete'),(1794,'users','11','deleteallroles'),(1795,'productscategory','11','add'),(1796,'productscategory','11','update'),(1797,'productscategory','11','delete'),(1798,'productlist','11','bulk'),(1799,'productlist','11','updatestock'),(1800,'productlist','11','move'),(1801,'productlist','11','more'),(1802,'productlist','11','transfer'),(1803,'productlist','11','addstock'),(1804,'productlist','11','delete'),(1805,'productlist','11','view'),(1806,'productlist','11','update'),(1807,'productlist','11','add'),(1808,'productlist','11','openclosestock'),(1809,'productlist','11','stocktaking'),(1810,'productlist','11','editstocktaken'),(1811,'productlist','11','editopenclosestock'),(1812,'productlist','11','changeserialstatus'),(1813,'productlist','11','viewserials'),(1814,'productlist','11','viewproductsfromallbranches'),(1815,'productlist','11','bulkpriceupdate'),(1816,'productlist','11','viewbprice'),(1817,'products','11','add'),(1818,'products','11','update'),(1819,'products','11','delete'),(1820,'products','11','addstock'),(1821,'products','11','more'),(1822,'products','11','bulk'),(1823,'products','11','deleteorder'),(1824,'products','11','dispatch'),(1825,'products','11','removestock'),(1826,'products','11','price'),(1827,'products','11','removeallstock'),(1828,'products','11','bulkpriceupdate'),(1829,'products','11','viewbprice'),(1830,'incomingstock','11','add'),(1831,'incomingstock','11','update'),(1832,'incomingstock','11','view'),(1833,'incomingstock','11','delete'),(1834,'incomingstore','11','add'),(1835,'incomingstore','11','delete'),(1836,'incomingstore','11','view'),(1837,'lowstocklist','11','add'),(1838,'lowstocklist','11','more'),(1839,'lowstocklist','11','view'),(1840,'lowproducts','11','add'),(1841,'lowproducts','11','update'),(1842,'damagedproducts','11','add'),(1843,'damagedproducts','11','update'),(1844,'damagedproducts','11','delete'),(1845,'projectsmanagement','11','view'),(1846,'projectsmanagement','11','add'),(1847,'projectsmanagement','11','update'),(1848,'projectsmanagement','11','delete'),(1849,'assets','11','add'),(1850,'assets','11','update'),(1851,'assets','11','delete'),(1852,'accounting','11','deletebank'),(1853,'accounting','11','deleteglaccount'),(1854,'accounting','11','view'),(1855,'bankdeposits','11','add'),(1856,'bankdeposits','11','update'),(1857,'bankdeposits','11','delete'),(1858,'banktransfer','11','add'),(1859,'journalentry','11','add'),(1860,'accountingreports','11','view'),(1861,'peoplecategory','11','add'),(1862,'peoplecategory','11','update'),(1863,'peoplecategory','11','delete'),(1864,'labourrecords','11','add'),(1865,'payroll','11','add'),(1866,'reports','11','view'),(1867,'reports','11','download'),(1868,'reports','11','delete'),(1869,'reports','11','update'),(1870,'reports','11','viewall'),(1871,'displayreport','11','view'),(1872,'grouping','11','add'),(1873,'grouping','11','update'),(1874,'grouping','11','delete'),(1875,'sendsms','11','add'),(1876,'sendsms','11','update'),(1877,'sendsms','11','delete'),(1878,'sendsms','11','transfersms'),(1879,'documents','11','add'),(1880,'documents','11','update'),(1881,'documents','11','delete'),(1882,'documents','11','viewalldocuments'),(1883,'humanresource','11','add'),(1884,'humanresource','11','approve'),(1885,'humanresource','11','update'),(1886,'humanresource','11','delete'),(1887,'humanresource','11','view'),(1888,'humanresource','11','allocate'),(1889,'humanresource','11','viewallpayroll'),(1890,'humanresource','11','leavesetup'),(1891,'humanresource','11','allleaves '),(1892,'humanresource','11','bioattendance'),(1893,'taskscategory','11','add'),(1894,'taskscategory','11','update'),(1895,'taskscategory','11','delete'),(1896,'task','11','add'),(1897,'task','11','update'),(1898,'task','11','viewall'),(1899,'task','11','delete'),(1900,'task','11','postspecifictask'),(1901,'task','11','postgeneraltask'),(1902,'task','11','viewothersspecifictask'),(1903,'task','11','viewothersgeneraltask'),(1904,'task','11','assigntask'),(1905,'task','11','posttaskforothers'),(1906,'callcenter','11','add'),(1907,'callcenter','11','upadate'),(1908,'callcenter','11','view'),(1909,'callcenter','11','download'),(1910,'callcenter','11','delete'),(1911,'deals','11','add'),(1912,'deals','11','update'),(1913,'deals','11','delete'),(1914,'deals','11','viewall'),(1915,'complain','11','add'),(1916,'complain','11','view'),(1917,'complain','11','update'),(1918,'complain','11','allcompalin'),(1919,'complain','11','delete'),(1920,'events','11','add'),(1921,'events','11','update'),(1922,'events','11','delete'),(1923,'password','11','change'),(1924,'profile','11','update'),(1925,'ecommerce','11','add'),(1926,'ecommerce','11','update'),(1927,'ecommerce','11','delete'),(1928,'ecommerce','11','vieworders'),(1929,'ecommerce','11','setup'),(1930,'ecommerce','11','approveorders'),(1931,'config','11','delete'),(1932,'config','11','add'),(1933,'config','11','update'),(1934,'sales','12','add'),(1935,'sales','12','suspend'),(1936,'sales','12','selectmessage'),(1937,'sales','12','printreceipt'),(1938,'sales','12','update'),(1939,'sales','12','cash'),(1940,'sales','12','delete'),(1941,'sales','12','moresales'),(1942,'sales','12','sale'),(1943,'sales','12','Logout'),(1944,'sales','12','mpesabalance'),(1945,'sales','12','displaycustomers'),(1946,'sales','12','discount'),(1947,'sales','12','reprint'),(1948,'sales','12','select'),(1949,'sales','12','printbill'),(1950,'sales','12','productdiscount'),(1951,'sales','12','mpesa'),(1952,'sales','12','order'),(1953,'sales','12','closebill'),(1954,'sales','12','viewbuyingprice'),(1955,'sales','12','editsellingprice'),(1956,'sales','12','updatepaymentmode'),(1957,'sales','12','card'),(1958,'sales','12','clearpayments'),(1959,'sales','12','cheque'),(1960,'sales','12','creditnote'),(1961,'sales','12','voucher'),(1962,'sales','12','salesbeyondbprice'),(1963,'sales','12','points'),(1964,'sales','12','credit'),(1965,'sales','12','selectroom'),(1966,'sales','12','dontprint'),(1967,'sales','12','accountlimit'),(1968,'sales','12','backdatesales'),(1969,'sales','12','recordcoins'),(1970,'sales','12','changetaxstatus'),(1971,'sales','12','leaseitems'),(1972,'sales','12','giveloyalityponts'),(1973,'sales','12','dontshowstock'),(1974,'sales','12','splitbill'),(1975,'sales','12','changeuomonsales'),(1976,'sales','12','selecttable'),(1977,'sales','12','printdelivery'),(1978,'sales','12','sendsms'),(1979,'sales','12','selectcurrency'),(1980,'sales','12','salesperson'),(1981,'sales','12','usekeyboard'),(1982,'sales','12','receiptno'),(1983,'sales','12','negativesales'),(1984,'wholesale','12','sale'),(1985,'wholesale','12','add'),(1986,'wholesale','12','delete'),(1987,'wholesale','12','update'),(1988,'cashiersales','12','entermpesacode'),(1989,'cashiersales','12','editmpesa'),(1990,'cashiersales','12','all'),(1991,'cashiersales','12','delete'),(1992,'cashiersales','12','cashiersales'),(1993,'cashiersales','12','editmpesadate'),(1994,'cashiersales','12','dontshowtotal'),(1995,'cashiersales','12','adddailycollection'),(1996,'cashiersales','12','viewtill'),(1997,'cashiersales','12','viewdailycollections'),(1998,'cashiersales','12','deletedailycollections'),(1999,'cashiersales','12','updatedailycollections'),(2000,'cashiersales','12','reversempesa'),(2001,'cashiersales','12','clearallsales'),(2002,'cashiersales','12','viewallcollections'),(2003,'cashiersales','12','viewallcounters'),(2004,'cashiersales','12','mpesapendingreport'),(2005,'cashiersales','12','mpesaverifiedreport'),(2006,'cashiersales','12','viewcommission'),(2007,'cashiersales','12','viewmpesamessages'),(2008,'cashiersales','12','dailysalesonly'),(2009,'recorddelivery','12','add'),(2010,'recorddelivery','12','view'),(2011,'recorddelivery','12','update'),(2012,'recorddelivery','12','delete'),(2013,'recorddelivery','12','changestatus'),(2014,'recorddelivery','12','report'),(2015,'recorddelivery','12','Dispatched'),(2016,'recorddelivery','12','FailedDelivery'),(2017,'recorddelivery','12','ReturnedandReceived'),(2018,'recorddelivery','12','Delivered'),(2019,'recorddelivery','12','Claimraised'),(2020,'recorddelivery','12','ClaimOK'),(2021,'recorddelivery','12','ClaimDamaged'),(2022,'purchases','12','add'),(2023,'purchases','12','update'),(2024,'purchases','12','delete'),(2025,'purchases','12','updatebuyingprice'),(2026,'purchases','12','updatesellingprice'),(2027,'purchases','12','updateclosedinvoice'),(2028,'purchases','12','viewquotation'),(2029,'purchases','12','viewserials'),(2030,'purchases','12','viewdirectpurchases'),(2031,'purchases','12','viewpurchase'),(2032,'purchases','12','salesorder'),(2033,'purchases','12','budget'),(2034,'purchases','12','showdefaultserials'),(2035,'purchases','12','viewallcounters'),(2036,'purchases','12','approve'),(2037,'purchases','12','addbatchno'),(2038,'purchases','12','addexpirydate'),(2039,'viewreturnsales','12','add'),(2040,'viewreturnsales','12','update'),(2041,'viewreturnsales','12','delete'),(2042,'viewreturnsales','12','return'),(2043,'viewreturnsales','12','clear'),(2044,'viewreturnsales','12','moresales'),(2045,'income','12','View'),(2046,'income','12','add'),(2047,'income','12','wiewinvoices'),(2048,'income','12','detailedvatinvoice'),(2049,'incomeexpenses','12','add'),(2050,'incomeexpenses','12','closeexpense'),(2051,'incomeexpenses','12','update'),(2052,'incomeexpenses','12','updateclosedexpenses'),(2053,'incomeexpenses','12','wiewinvoices'),(2054,'incomeexpenses','12','viewbills'),(2055,'incomeexpenses','12','viewexpense'),(2056,'incomeexpenses','12','viewdebtors'),(2057,'incomeexpenses','12','viewcreditors'),(2058,'incomeexpenses','12','postrentalexpenses'),(2059,'accomodation','12','viewrooms'),(2060,'accomodation','12','addhouse'),(2061,'accomodation','12','dailysales'),(2062,'accomodation','12','viewhouse'),(2063,'accomodation','12','voucher'),(2064,'accomodation','12','mpesa'),(2065,'accomodation','12','points'),(2066,'accomodation','12','credit'),(2067,'accomodation','12','card'),(2068,'accomodation','12','cash'),(2069,'accomodation','12','cheque'),(2070,'accomodation','12','checkinroom'),(2071,'accomodation','12','checkoutroom'),(2072,'accomodation','12','addroom'),(2073,'accomodation','12','cancel'),(2074,'accomodation','12','checkin'),(2075,'accomodation','12','addcharges'),(2076,'accomodation','12','givediscount'),(2077,'accomodation','12','cleanrooms'),(2078,'accomodation','12','updatecharges'),(2079,'accomodation','12','updateroom'),(2080,'accomodation','12','postexpense'),(2081,'accomodation','12','updatehouse'),(2082,'accomodation','12','Post Bank Deposits'),(2083,'accomodation','12','managehotel'),(2084,'accomodation','12','assignrooms'),(2085,'accomodation','12','managerental'),(2086,'accomodation','12','changepayment'),(2087,'accomodation','12','housekeeping'),(2088,'accomodation','12','customerregister'),(2089,'accomodation','12','dailypayments'),(2090,'accomodation','12','advancebooking'),(2091,'accomodation','12','checkoutcustomerwithbalance'),(2092,'accomodation','12','managecustomer'),(2093,'accomodation','12','viewreports'),(2094,'accomodation','12','accomodationmanager'),(2095,'accomodation','12','accommodationcleaner'),(2096,'accomodation','12','accommodationreceiptionist'),(2097,'accomodation','12','config'),(2098,'accomodation','12','viewroomcleaned'),(2099,'accomodation','12','clearsales'),(2100,'accomodation','12','dailycollections'),(2101,'branch','12','add'),(2102,'branch','12','view'),(2103,'branch','12','update'),(2104,'branch','12','delete'),(2105,'members','12','add'),(2106,'members','12','update'),(2107,'members','12','deletepeople'),(2108,'members','12','opencloseshift'),(2109,'users','12','add'),(2110,'users','12','update'),(2111,'users','12','delete'),(2112,'users','12','deleteallroles'),(2113,'productscategory','12','add'),(2114,'productscategory','12','update'),(2115,'productscategory','12','delete'),(2116,'productlist','12','bulk'),(2117,'productlist','12','updatestock'),(2118,'productlist','12','move'),(2119,'productlist','12','more'),(2120,'productlist','12','transfer'),(2121,'productlist','12','addstock'),(2122,'productlist','12','delete'),(2123,'productlist','12','view'),(2124,'productlist','12','update'),(2125,'productlist','12','add'),(2126,'productlist','12','openclosestock'),(2127,'productlist','12','stocktaking'),(2128,'productlist','12','editstocktaken'),(2129,'productlist','12','editopenclosestock'),(2130,'productlist','12','changeserialstatus'),(2131,'productlist','12','viewserials'),(2132,'productlist','12','viewproductsfromallbranches'),(2133,'productlist','12','bulkpriceupdate'),(2134,'productlist','12','viewbprice'),(2135,'products','12','add'),(2136,'products','12','update'),(2137,'products','12','delete'),(2138,'products','12','addstock'),(2139,'products','12','more'),(2140,'products','12','bulk'),(2141,'products','12','deleteorder'),(2142,'products','12','dispatch'),(2143,'products','12','removestock'),(2144,'products','12','price'),(2145,'products','12','removeallstock'),(2146,'products','12','bulkpriceupdate'),(2147,'products','12','viewbprice'),(2148,'incomingstock','12','add'),(2149,'incomingstock','12','update'),(2150,'incomingstock','12','view'),(2151,'incomingstock','12','delete'),(2152,'incomingstore','12','add'),(2153,'incomingstore','12','delete'),(2154,'incomingstore','12','view'),(2155,'lowstocklist','12','add'),(2156,'lowstocklist','12','more'),(2157,'lowstocklist','12','view'),(2158,'lowproducts','12','add'),(2159,'lowproducts','12','update'),(2160,'damagedproducts','12','add'),(2161,'damagedproducts','12','update'),(2162,'damagedproducts','12','delete'),(2163,'projectsmanagement','12','view'),(2164,'projectsmanagement','12','add'),(2165,'projectsmanagement','12','update'),(2166,'projectsmanagement','12','delete'),(2167,'assets','12','add'),(2168,'assets','12','update'),(2169,'assets','12','delete'),(2170,'accounting','12','deletebank'),(2171,'accounting','12','deleteglaccount'),(2172,'accounting','12','view'),(2173,'bankdeposits','12','add'),(2174,'bankdeposits','12','update'),(2175,'bankdeposits','12','delete'),(2176,'banktransfer','12','add'),(2177,'journalentry','12','add'),(2178,'accountingreports','12','view'),(2179,'peoplecategory','12','add'),(2180,'peoplecategory','12','update'),(2181,'peoplecategory','12','delete'),(2182,'labourrecords','12','add'),(2183,'payroll','12','add'),(2184,'reports','12','view'),(2185,'reports','12','download'),(2186,'reports','12','delete'),(2187,'reports','12','update'),(2188,'reports','12','viewall'),(2189,'displayreport','12','view'),(2190,'grouping','12','add'),(2191,'grouping','12','update'),(2192,'grouping','12','delete'),(2193,'sendsms','12','add'),(2194,'sendsms','12','update'),(2195,'sendsms','12','delete'),(2196,'sendsms','12','transfersms'),(2197,'documents','12','add'),(2198,'documents','12','update'),(2199,'documents','12','delete'),(2200,'documents','12','viewalldocuments'),(2201,'humanresource','12','add'),(2202,'humanresource','12','approve'),(2203,'humanresource','12','update'),(2204,'humanresource','12','delete'),(2205,'humanresource','12','view'),(2206,'humanresource','12','allocate'),(2207,'humanresource','12','viewallpayroll'),(2208,'humanresource','12','leavesetup'),(2209,'humanresource','12','allleaves '),(2210,'humanresource','12','bioattendance'),(2211,'taskscategory','12','add'),(2212,'taskscategory','12','update'),(2213,'taskscategory','12','delete'),(2214,'task','12','add'),(2215,'task','12','update'),(2216,'task','12','viewall'),(2217,'task','12','delete'),(2218,'task','12','postspecifictask'),(2219,'task','12','postgeneraltask'),(2220,'task','12','viewothersspecifictask'),(2221,'task','12','viewothersgeneraltask'),(2222,'task','12','assigntask'),(2223,'task','12','posttaskforothers'),(2224,'callcenter','12','add'),(2225,'callcenter','12','upadate'),(2226,'callcenter','12','view'),(2227,'callcenter','12','download'),(2228,'callcenter','12','delete'),(2229,'deals','12','add'),(2230,'deals','12','update'),(2231,'deals','12','delete'),(2232,'deals','12','viewall'),(2233,'complain','12','add'),(2234,'complain','12','view'),(2235,'complain','12','update'),(2236,'complain','12','allcompalin'),(2237,'complain','12','delete'),(2238,'events','12','add'),(2239,'events','12','update'),(2240,'events','12','delete'),(2241,'password','12','change'),(2242,'profile','12','update'),(2243,'ecommerce','12','add'),(2244,'ecommerce','12','update'),(2245,'ecommerce','12','delete'),(2246,'ecommerce','12','vieworders'),(2247,'ecommerce','12','setup'),(2248,'ecommerce','12','approveorders'),(2249,'config','12','delete'),(2250,'config','12','add'),(2251,'config','12','update'),(5312,'sales','23','add'),(5313,'sales','23','suspend'),(5314,'sales','23','selectmessage'),(5315,'sales','23','printreceipt'),(5316,'sales','23','update'),(5317,'sales','23','cash'),(5318,'sales','23','delete'),(5319,'sales','23','moresales'),(5320,'sales','23','sale'),(5321,'sales','23','Logout'),(5322,'sales','23','mpesabalance'),(5323,'sales','23','displaycustomers'),(5324,'sales','23','discount'),(5325,'sales','23','reprint'),(5326,'sales','23','select'),(5327,'sales','23','printbill'),(5328,'sales','23','productdiscount'),(5329,'sales','23','mpesa'),(5330,'sales','23','order'),(5331,'sales','23','closebill'),(5332,'sales','23','viewbuyingprice'),(5333,'sales','23','editsellingprice'),(5334,'sales','23','updatepaymentmode'),(5335,'sales','23','card'),(5336,'sales','23','clearpayments'),(5337,'sales','23','cheque'),(5338,'sales','23','creditnote'),(5339,'sales','23','voucher'),(5340,'sales','23','salesbeyondbprice'),(5341,'sales','23','points'),(5342,'sales','23','credit'),(5343,'sales','23','selectroom'),(5344,'sales','23','dontprint'),(5345,'sales','23','accountlimit'),(5346,'sales','23','backdatesales'),(5347,'sales','23','recordcoins'),(5348,'sales','23','changetaxstatus'),(5349,'sales','23','leaseitems'),(5350,'sales','23','giveloyalityponts'),(5351,'sales','23','dontshowstock'),(5352,'sales','23','splitbill'),(5353,'sales','23','changeuomonsales'),(5354,'sales','23','selecttable'),(5355,'sales','23','printdelivery'),(5356,'sales','23','sendsms'),(5357,'sales','23','selectcurrency'),(5358,'sales','23','salesperson'),(5359,'sales','23','usekeyboard'),(5360,'sales','23','receiptno'),(5361,'sales','23','negativesales'),(5362,'wholesale','23','sale'),(5363,'wholesale','23','add'),(5364,'wholesale','23','delete'),(5365,'wholesale','23','update'),(5366,'cashiersales','23','entermpesacode'),(5367,'cashiersales','23','editmpesa'),(5368,'cashiersales','23','all'),(5369,'cashiersales','23','delete'),(5370,'cashiersales','23','cashiersales'),(5371,'cashiersales','23','editmpesadate'),(5372,'cashiersales','23','dontshowtotal'),(5373,'cashiersales','23','adddailycollection'),(5374,'cashiersales','23','viewtill'),(5375,'cashiersales','23','viewdailycollections'),(5376,'cashiersales','23','deletedailycollections'),(5377,'cashiersales','23','updatedailycollections'),(5378,'cashiersales','23','reversempesa'),(5379,'cashiersales','23','clearallsales'),(5380,'cashiersales','23','viewallcollections'),(5381,'cashiersales','23','viewallcounters'),(5382,'cashiersales','23','mpesapendingreport'),(5383,'cashiersales','23','mpesaverifiedreport'),(5384,'cashiersales','23','viewcommission'),(5385,'cashiersales','23','viewmpesamessages'),(5386,'cashiersales','23','dailysalesonly'),(5387,'recorddelivery','23','add'),(5388,'recorddelivery','23','view'),(5389,'recorddelivery','23','update'),(5390,'recorddelivery','23','delete'),(5391,'recorddelivery','23','changestatus'),(5392,'recorddelivery','23','report'),(5393,'recorddelivery','23','Dispatched'),(5394,'recorddelivery','23','FailedDelivery'),(5395,'recorddelivery','23','ReturnedandReceived'),(5396,'recorddelivery','23','Delivered'),(5397,'recorddelivery','23','Claimraised'),(5398,'recorddelivery','23','ClaimOK'),(5399,'recorddelivery','23','ClaimDamaged'),(5400,'purchases','23','add'),(5401,'purchases','23','update'),(5402,'purchases','23','delete'),(5403,'purchases','23','updatebuyingprice'),(5404,'purchases','23','updatesellingprice'),(5405,'purchases','23','updateclosedinvoice'),(5406,'purchases','23','viewquotation'),(5407,'purchases','23','viewserials'),(5408,'purchases','23','viewdirectpurchases'),(5409,'purchases','23','viewpurchase'),(5410,'purchases','23','salesorder'),(5411,'purchases','23','budget'),(5412,'purchases','23','showdefaultserials'),(5413,'purchases','23','viewallcounters'),(5414,'purchases','23','approve'),(5415,'purchases','23','addbatchno'),(5416,'purchases','23','addexpirydate'),(5417,'viewreturnsales','23','add'),(5418,'viewreturnsales','23','update'),(5419,'viewreturnsales','23','delete'),(5420,'viewreturnsales','23','return'),(5421,'viewreturnsales','23','clear'),(5422,'viewreturnsales','23','moresales'),(5423,'income','23','View'),(5424,'income','23','add'),(5425,'income','23','wiewinvoices'),(5426,'income','23','detailedvatinvoice'),(5427,'incomeexpenses','23','add'),(5428,'incomeexpenses','23','closeexpense'),(5429,'incomeexpenses','23','update'),(5430,'incomeexpenses','23','updateclosedexpenses'),(5431,'incomeexpenses','23','wiewinvoices'),(5432,'incomeexpenses','23','viewbills'),(5433,'incomeexpenses','23','viewexpense'),(5434,'incomeexpenses','23','viewdebtors'),(5435,'incomeexpenses','23','viewcreditors'),(5436,'incomeexpenses','23','postrentalexpenses'),(5437,'accomodation','23','viewrooms'),(5438,'accomodation','23','addhouse'),(5439,'accomodation','23','dailysales'),(5440,'accomodation','23','viewhouse'),(5441,'accomodation','23','voucher'),(5442,'accomodation','23','mpesa'),(5443,'accomodation','23','points'),(5444,'accomodation','23','credit'),(5445,'accomodation','23','card'),(5446,'accomodation','23','cash'),(5447,'accomodation','23','cheque'),(5448,'accomodation','23','checkinroom'),(5449,'accomodation','23','checkoutroom'),(5450,'accomodation','23','addroom'),(5451,'accomodation','23','cancel'),(5452,'accomodation','23','checkin'),(5453,'accomodation','23','addcharges'),(5454,'accomodation','23','givediscount'),(5455,'accomodation','23','cleanrooms'),(5456,'accomodation','23','updatecharges'),(5457,'accomodation','23','updateroom'),(5458,'accomodation','23','postexpense'),(5459,'accomodation','23','updatehouse'),(5460,'accomodation','23','Post Bank Deposits'),(5461,'accomodation','23','managehotel'),(5462,'accomodation','23','assignrooms'),(5463,'accomodation','23','managerental'),(5464,'accomodation','23','changepayment'),(5465,'accomodation','23','housekeeping'),(5466,'accomodation','23','customerregister'),(5467,'accomodation','23','dailypayments'),(5468,'accomodation','23','advancebooking'),(5469,'accomodation','23','checkoutcustomerwithbalance'),(5470,'accomodation','23','managecustomer'),(5471,'accomodation','23','viewreports'),(5472,'accomodation','23','accomodationmanager'),(5473,'accomodation','23','accommodationcleaner'),(5474,'accomodation','23','accommodationreceiptionist'),(5475,'accomodation','23','config'),(5476,'accomodation','23','viewroomcleaned'),(5477,'accomodation','23','clearsales'),(5478,'accomodation','23','dailycollections'),(5479,'branch','23','add'),(5480,'branch','23','view'),(5481,'branch','23','update'),(5482,'branch','23','delete'),(5483,'members','23','add'),(5484,'members','23','update'),(5485,'members','23','deletepeople'),(5486,'members','23','opencloseshift'),(5487,'users','23','add'),(5488,'users','23','update'),(5489,'users','23','delete'),(5490,'users','23','deleteallroles'),(5491,'productscategory','23','add'),(5492,'productscategory','23','update'),(5493,'productscategory','23','delete'),(5494,'productlist','23','bulk'),(5495,'productlist','23','updatestock'),(5496,'productlist','23','move'),(5497,'productlist','23','more'),(5498,'productlist','23','transfer'),(5499,'productlist','23','addstock'),(5500,'productlist','23','delete'),(5501,'productlist','23','view'),(5502,'productlist','23','update'),(5503,'productlist','23','add'),(5504,'productlist','23','openclosestock'),(5505,'productlist','23','stocktaking'),(5506,'productlist','23','editstocktaken'),(5507,'productlist','23','editopenclosestock'),(5508,'productlist','23','changeserialstatus'),(5509,'productlist','23','viewserials'),(5510,'productlist','23','viewproductsfromallbranches'),(5511,'productlist','23','bulkpriceupdate'),(5512,'productlist','23','viewbprice'),(5513,'products','23','add'),(5514,'products','23','update'),(5515,'products','23','delete'),(5516,'products','23','addstock'),(5517,'products','23','more'),(5518,'products','23','bulk'),(5519,'products','23','deleteorder'),(5520,'products','23','dispatch'),(5521,'products','23','removestock'),(5522,'products','23','price'),(5523,'products','23','removeallstock'),(5524,'products','23','bulkpriceupdate'),(5525,'products','23','viewbprice'),(5526,'incomingstock','23','add'),(5527,'incomingstock','23','update'),(5528,'incomingstock','23','view'),(5529,'incomingstock','23','delete'),(5530,'incomingstore','23','add'),(5531,'incomingstore','23','delete'),(5532,'incomingstore','23','view'),(5533,'lowstocklist','23','add'),(5534,'lowstocklist','23','more'),(5535,'lowstocklist','23','view'),(5536,'lowproducts','23','add'),(5537,'lowproducts','23','update'),(5538,'damagedproducts','23','add'),(5539,'damagedproducts','23','update'),(5540,'damagedproducts','23','delete'),(5541,'projectsmanagement','23','view'),(5542,'projectsmanagement','23','add'),(5543,'projectsmanagement','23','update'),(5544,'projectsmanagement','23','delete'),(5545,'assets','23','add'),(5546,'assets','23','update'),(5547,'assets','23','delete'),(5548,'accounting','23','deletebank'),(5549,'accounting','23','deleteglaccount'),(5550,'accounting','23','view'),(5551,'bankdeposits','23','add'),(5552,'bankdeposits','23','update'),(5553,'bankdeposits','23','delete'),(5554,'banktransfer','23','add'),(5555,'journalentry','23','add'),(5556,'accountingreports','23','view'),(5557,'peoplecategory','23','add'),(5558,'peoplecategory','23','update'),(5559,'peoplecategory','23','delete'),(5560,'labourrecords','23','add'),(5561,'payroll','23','add'),(5562,'reports','23','view'),(5563,'reports','23','download'),(5564,'reports','23','delete'),(5565,'reports','23','update'),(5566,'reports','23','viewall'),(5567,'displayreport','23','view'),(5568,'grouping','23','add'),(5569,'grouping','23','update'),(5570,'grouping','23','delete'),(5571,'sendsms','23','add'),(5572,'sendsms','23','update'),(5573,'sendsms','23','delete'),(5574,'sendsms','23','transfersms'),(5575,'documents','23','add'),(5576,'documents','23','update'),(5577,'documents','23','delete'),(5578,'documents','23','viewalldocuments'),(5579,'humanresource','23','add'),(5580,'humanresource','23','approve'),(5581,'humanresource','23','update'),(5582,'humanresource','23','delete'),(5583,'humanresource','23','view'),(5584,'humanresource','23','allocate'),(5585,'humanresource','23','viewallpayroll'),(5586,'humanresource','23','leavesetup'),(5587,'humanresource','23','allleaves '),(5588,'humanresource','23','bioattendance'),(5589,'taskscategory','23','add'),(5590,'taskscategory','23','update'),(5591,'taskscategory','23','delete'),(5592,'task','23','add'),(5593,'task','23','update'),(5594,'task','23','viewall'),(5595,'task','23','delete'),(5596,'task','23','postspecifictask'),(5597,'task','23','postgeneraltask'),(5598,'task','23','viewothersspecifictask'),(5599,'task','23','viewothersgeneraltask'),(5600,'task','23','assigntask'),(5601,'task','23','posttaskforothers'),(5602,'callcenter','23','add'),(5603,'callcenter','23','upadate'),(5604,'callcenter','23','view'),(5605,'callcenter','23','download'),(5606,'callcenter','23','delete'),(5607,'deals','23','add'),(5608,'deals','23','update'),(5609,'deals','23','delete'),(5610,'deals','23','viewall'),(5611,'complain','23','add'),(5612,'complain','23','view'),(5613,'complain','23','update'),(5614,'complain','23','allcompalin'),(5615,'complain','23','delete'),(5616,'events','23','add'),(5617,'events','23','update'),(5618,'events','23','delete'),(5619,'password','23','change'),(5620,'profile','23','update'),(5621,'ecommerce','23','add'),(5622,'ecommerce','23','update'),(5623,'ecommerce','23','delete'),(5624,'ecommerce','23','vieworders'),(5625,'ecommerce','23','setup'),(5626,'ecommerce','23','approveorders'),(5627,'config','23','delete'),(5628,'config','23','add'),(5629,'config','23','update'),(5630,'sales','24','add'),(5631,'sales','24','suspend'),(5632,'sales','24','selectmessage'),(5633,'sales','24','printreceipt'),(5634,'sales','24','update'),(5635,'sales','24','cash'),(5636,'sales','24','delete'),(5637,'sales','24','moresales'),(5638,'sales','24','sale'),(5639,'sales','24','Logout'),(5640,'sales','24','mpesabalance'),(5641,'sales','24','displaycustomers'),(5642,'sales','24','discount'),(5643,'sales','24','reprint'),(5644,'sales','24','select'),(5645,'sales','24','printbill'),(5646,'sales','24','productdiscount'),(5647,'sales','24','mpesa'),(5648,'sales','24','order'),(5649,'sales','24','closebill'),(5650,'sales','24','viewbuyingprice'),(5651,'sales','24','editsellingprice'),(5652,'sales','24','updatepaymentmode'),(5653,'sales','24','card'),(5654,'sales','24','clearpayments'),(5655,'sales','24','cheque'),(5656,'sales','24','creditnote'),(5657,'sales','24','voucher'),(5658,'sales','24','salesbeyondbprice'),(5659,'sales','24','points'),(5660,'sales','24','credit'),(5661,'sales','24','selectroom'),(5662,'sales','24','dontprint'),(5663,'sales','24','accountlimit'),(5664,'sales','24','backdatesales'),(5665,'sales','24','recordcoins'),(5666,'sales','24','changetaxstatus'),(5667,'sales','24','leaseitems'),(5668,'sales','24','giveloyalityponts'),(5669,'sales','24','dontshowstock'),(5670,'sales','24','splitbill'),(5671,'sales','24','changeuomonsales'),(5672,'sales','24','selecttable'),(5673,'sales','24','printdelivery'),(5674,'sales','24','sendsms'),(5675,'sales','24','selectcurrency'),(5676,'sales','24','salesperson'),(5677,'sales','24','usekeyboard'),(5678,'sales','24','receiptno'),(5679,'sales','24','negativesales'),(5680,'wholesale','24','sale'),(5681,'wholesale','24','add'),(5682,'wholesale','24','delete'),(5683,'wholesale','24','update'),(5684,'cashiersales','24','entermpesacode'),(5685,'cashiersales','24','editmpesa'),(5686,'cashiersales','24','all'),(5687,'cashiersales','24','delete'),(5688,'cashiersales','24','cashiersales'),(5689,'cashiersales','24','editmpesadate'),(5690,'cashiersales','24','dontshowtotal'),(5691,'cashiersales','24','adddailycollection'),(5692,'cashiersales','24','viewtill'),(5693,'cashiersales','24','viewdailycollections'),(5694,'cashiersales','24','deletedailycollections'),(5695,'cashiersales','24','updatedailycollections'),(5696,'cashiersales','24','reversempesa'),(5697,'cashiersales','24','clearallsales'),(5698,'cashiersales','24','viewallcollections'),(5699,'cashiersales','24','viewallcounters'),(5700,'cashiersales','24','mpesapendingreport'),(5701,'cashiersales','24','mpesaverifiedreport'),(5702,'cashiersales','24','viewcommission'),(5703,'cashiersales','24','viewmpesamessages'),(5704,'cashiersales','24','dailysalesonly'),(5705,'recorddelivery','24','add'),(5706,'recorddelivery','24','view'),(5707,'recorddelivery','24','update'),(5708,'recorddelivery','24','delete'),(5709,'recorddelivery','24','changestatus'),(5710,'recorddelivery','24','report'),(5711,'recorddelivery','24','Dispatched'),(5712,'recorddelivery','24','FailedDelivery'),(5713,'recorddelivery','24','ReturnedandReceived'),(5714,'recorddelivery','24','Delivered'),(5715,'recorddelivery','24','Claimraised'),(5716,'recorddelivery','24','ClaimOK'),(5717,'recorddelivery','24','ClaimDamaged'),(5718,'purchases','24','add'),(5719,'purchases','24','update'),(5720,'purchases','24','delete'),(5721,'purchases','24','updatebuyingprice'),(5722,'purchases','24','updatesellingprice'),(5723,'purchases','24','updateclosedinvoice'),(5724,'purchases','24','viewquotation'),(5725,'purchases','24','viewserials'),(5726,'purchases','24','viewdirectpurchases'),(5727,'purchases','24','viewpurchase'),(5728,'purchases','24','salesorder'),(5729,'purchases','24','budget'),(5730,'purchases','24','showdefaultserials'),(5731,'purchases','24','viewallcounters'),(5732,'purchases','24','approve'),(5733,'purchases','24','addbatchno'),(5734,'purchases','24','addexpirydate'),(5735,'viewreturnsales','24','add'),(5736,'viewreturnsales','24','update'),(5737,'viewreturnsales','24','delete'),(5738,'viewreturnsales','24','return'),(5739,'viewreturnsales','24','clear'),(5740,'viewreturnsales','24','moresales'),(5741,'income','24','View'),(5742,'income','24','add'),(5743,'income','24','wiewinvoices'),(5744,'income','24','detailedvatinvoice'),(5745,'incomeexpenses','24','add'),(5746,'incomeexpenses','24','closeexpense'),(5747,'incomeexpenses','24','update'),(5748,'incomeexpenses','24','updateclosedexpenses'),(5749,'incomeexpenses','24','wiewinvoices'),(5750,'incomeexpenses','24','viewbills'),(5751,'incomeexpenses','24','viewexpense'),(5752,'incomeexpenses','24','viewdebtors'),(5753,'incomeexpenses','24','viewcreditors'),(5754,'incomeexpenses','24','postrentalexpenses'),(5755,'accomodation','24','viewrooms'),(5756,'accomodation','24','addhouse'),(5757,'accomodation','24','dailysales'),(5758,'accomodation','24','viewhouse'),(5759,'accomodation','24','voucher'),(5760,'accomodation','24','mpesa'),(5761,'accomodation','24','points'),(5762,'accomodation','24','credit'),(5763,'accomodation','24','card'),(5764,'accomodation','24','cash'),(5765,'accomodation','24','cheque'),(5766,'accomodation','24','checkinroom'),(5767,'accomodation','24','checkoutroom'),(5768,'accomodation','24','addroom'),(5769,'accomodation','24','cancel'),(5770,'accomodation','24','checkin'),(5771,'accomodation','24','addcharges'),(5772,'accomodation','24','givediscount'),(5773,'accomodation','24','cleanrooms'),(5774,'accomodation','24','updatecharges'),(5775,'accomodation','24','updateroom'),(5776,'accomodation','24','postexpense'),(5777,'accomodation','24','updatehouse'),(5778,'accomodation','24','Post Bank Deposits'),(5779,'accomodation','24','managehotel'),(5780,'accomodation','24','assignrooms'),(5781,'accomodation','24','managerental'),(5782,'accomodation','24','changepayment'),(5783,'accomodation','24','housekeeping'),(5784,'accomodation','24','customerregister'),(5785,'accomodation','24','dailypayments'),(5786,'accomodation','24','advancebooking'),(5787,'accomodation','24','checkoutcustomerwithbalance'),(5788,'accomodation','24','managecustomer'),(5789,'accomodation','24','viewreports'),(5790,'accomodation','24','accomodationmanager'),(5791,'accomodation','24','accommodationcleaner'),(5792,'accomodation','24','accommodationreceiptionist'),(5793,'accomodation','24','config'),(5794,'accomodation','24','viewroomcleaned'),(5795,'accomodation','24','clearsales'),(5796,'accomodation','24','dailycollections'),(5797,'branch','24','add'),(5798,'branch','24','view'),(5799,'branch','24','update'),(5800,'branch','24','delete'),(5801,'members','24','add'),(5802,'members','24','update'),(5803,'members','24','deletepeople'),(5804,'members','24','opencloseshift'),(5805,'users','24','add'),(5806,'users','24','update'),(5807,'users','24','delete'),(5808,'users','24','deleteallroles'),(5809,'productscategory','24','add'),(5810,'productscategory','24','update'),(5811,'productscategory','24','delete'),(5812,'productlist','24','bulk'),(5813,'productlist','24','updatestock'),(5814,'productlist','24','move'),(5815,'productlist','24','more'),(5816,'productlist','24','transfer'),(5817,'productlist','24','addstock'),(5818,'productlist','24','delete'),(5819,'productlist','24','view'),(5820,'productlist','24','update'),(5821,'productlist','24','add'),(5822,'productlist','24','openclosestock'),(5823,'productlist','24','stocktaking'),(5824,'productlist','24','editstocktaken'),(5825,'productlist','24','editopenclosestock'),(5826,'productlist','24','changeserialstatus'),(5827,'productlist','24','viewserials'),(5828,'productlist','24','viewproductsfromallbranches'),(5829,'productlist','24','bulkpriceupdate'),(5830,'productlist','24','viewbprice'),(5831,'products','24','add'),(5832,'products','24','update'),(5833,'products','24','delete'),(5834,'products','24','addstock'),(5835,'products','24','more'),(5836,'products','24','bulk'),(5837,'products','24','deleteorder'),(5838,'products','24','dispatch'),(5839,'products','24','removestock'),(5840,'products','24','price'),(5841,'products','24','removeallstock'),(5842,'products','24','bulkpriceupdate'),(5843,'products','24','viewbprice'),(5844,'incomingstock','24','add'),(5845,'incomingstock','24','update'),(5846,'incomingstock','24','view'),(5847,'incomingstock','24','delete'),(5848,'incomingstore','24','add'),(5849,'incomingstore','24','delete'),(5850,'incomingstore','24','view'),(5851,'lowstocklist','24','add'),(5852,'lowstocklist','24','more'),(5853,'lowstocklist','24','view'),(5854,'lowproducts','24','add'),(5855,'lowproducts','24','update'),(5856,'damagedproducts','24','add'),(5857,'damagedproducts','24','update'),(5858,'damagedproducts','24','delete'),(5859,'projectsmanagement','24','view'),(5860,'projectsmanagement','24','add'),(5861,'projectsmanagement','24','update'),(5862,'projectsmanagement','24','delete'),(5863,'assets','24','add'),(5864,'assets','24','update'),(5865,'assets','24','delete'),(5866,'accounting','24','deletebank'),(5867,'accounting','24','deleteglaccount'),(5868,'accounting','24','view'),(5869,'bankdeposits','24','add'),(5870,'bankdeposits','24','update'),(5871,'bankdeposits','24','delete'),(5872,'banktransfer','24','add'),(5873,'journalentry','24','add'),(5874,'accountingreports','24','view'),(5875,'peoplecategory','24','add'),(5876,'peoplecategory','24','update'),(5877,'peoplecategory','24','delete'),(5878,'labourrecords','24','add'),(5879,'payroll','24','add'),(5880,'reports','24','view'),(5881,'reports','24','download'),(5882,'reports','24','delete'),(5883,'reports','24','update'),(5884,'reports','24','viewall'),(5885,'displayreport','24','view'),(5886,'grouping','24','add'),(5887,'grouping','24','update'),(5888,'grouping','24','delete'),(5889,'sendsms','24','add'),(5890,'sendsms','24','update'),(5891,'sendsms','24','delete'),(5892,'sendsms','24','transfersms'),(5893,'documents','24','add'),(5894,'documents','24','update'),(5895,'documents','24','delete'),(5896,'documents','24','viewalldocuments'),(5897,'humanresource','24','add'),(5898,'humanresource','24','approve'),(5899,'humanresource','24','update'),(5900,'humanresource','24','delete'),(5901,'humanresource','24','view'),(5902,'humanresource','24','allocate'),(5903,'humanresource','24','viewallpayroll'),(5904,'humanresource','24','leavesetup'),(5905,'humanresource','24','allleaves '),(5906,'humanresource','24','bioattendance'),(5907,'taskscategory','24','add'),(5908,'taskscategory','24','update'),(5909,'taskscategory','24','delete'),(5910,'task','24','add'),(5911,'task','24','update'),(5912,'task','24','viewall'),(5913,'task','24','delete'),(5914,'task','24','postspecifictask'),(5915,'task','24','postgeneraltask'),(5916,'task','24','viewothersspecifictask'),(5917,'task','24','viewothersgeneraltask'),(5918,'task','24','assigntask'),(5919,'task','24','posttaskforothers'),(5920,'callcenter','24','add'),(5921,'callcenter','24','upadate'),(5922,'callcenter','24','view'),(5923,'callcenter','24','download'),(5924,'callcenter','24','delete'),(5925,'deals','24','add'),(5926,'deals','24','update'),(5927,'deals','24','delete'),(5928,'deals','24','viewall'),(5929,'complain','24','add'),(5930,'complain','24','view'),(5931,'complain','24','update'),(5932,'complain','24','allcompalin'),(5933,'complain','24','delete'),(5934,'events','24','add'),(5935,'events','24','update'),(5936,'events','24','delete'),(5937,'password','24','change'),(5938,'profile','24','update'),(5939,'ecommerce','24','add'),(5940,'ecommerce','24','update'),(5941,'ecommerce','24','delete'),(5942,'ecommerce','24','vieworders'),(5943,'ecommerce','24','setup'),(5944,'ecommerce','24','approveorders'),(5945,'config','24','delete'),(5946,'config','24','add'),(5947,'config','24','update'),(6117,'sales','30','add'),(6118,'sales','30','suspend'),(6119,'sales','30','selectmessage'),(6120,'sales','30','printreceipt'),(6121,'sales','30','update'),(6122,'sales','30','cash'),(6123,'sales','30','delete'),(6124,'sales','30','moresales'),(6125,'sales','30','sale'),(6126,'sales','30','Logout'),(6127,'sales','30','mpesabalance'),(6128,'sales','30','displaycustomers'),(6129,'sales','30','discount'),(6130,'sales','30','reprint'),(6131,'sales','30','select'),(6132,'sales','30','printbill'),(6133,'sales','30','productdiscount'),(6134,'sales','30','mpesa'),(6135,'sales','30','order'),(6136,'sales','30','closebill'),(6137,'sales','30','viewbuyingprice'),(6138,'sales','30','editsellingprice'),(6139,'sales','30','updatepaymentmode'),(6140,'sales','30','card'),(6141,'sales','30','clearpayments'),(6142,'sales','30','cheque'),(6143,'sales','30','creditnote'),(6144,'sales','30','voucher'),(6145,'sales','30','salesbeyondbprice'),(6146,'sales','30','points'),(6147,'sales','30','credit'),(6148,'sales','30','selectroom'),(6149,'sales','30','dontprint'),(6150,'sales','30','accountlimit'),(6151,'sales','30','backdatesales'),(6152,'sales','30','recordcoins'),(6153,'sales','30','changetaxstatus'),(6154,'sales','30','leaseitems'),(6155,'sales','30','giveloyalityponts'),(6156,'sales','30','dontshowstock'),(6157,'sales','30','splitbill'),(6158,'sales','30','changeuomonsales'),(6159,'sales','30','selecttable'),(6160,'sales','30','printdelivery'),(6161,'sales','30','sendsms'),(6162,'sales','30','selectcurrency'),(6163,'sales','30','salesperson'),(6164,'sales','30','usekeyboard'),(6165,'sales','30','receiptno'),(6166,'sales','30','negativesales'),(6167,'wholesale','30','sale'),(6168,'wholesale','30','add'),(6169,'wholesale','30','delete'),(6170,'wholesale','30','update'),(6171,'cashiersales','30','entermpesacode'),(6172,'cashiersales','30','editmpesa'),(6173,'cashiersales','30','all'),(6174,'cashiersales','30','delete'),(6175,'cashiersales','30','cashiersales'),(6176,'cashiersales','30','editmpesadate'),(6177,'cashiersales','30','dontshowtotal'),(6178,'cashiersales','30','adddailycollection'),(6179,'cashiersales','30','viewtill'),(6180,'cashiersales','30','viewdailycollections'),(6181,'cashiersales','30','deletedailycollections'),(6182,'cashiersales','30','updatedailycollections'),(6183,'cashiersales','30','reversempesa'),(6184,'cashiersales','30','clearallsales'),(6185,'cashiersales','30','viewallcollections'),(6186,'cashiersales','30','viewallcounters'),(6187,'cashiersales','30','mpesapendingreport'),(6188,'cashiersales','30','mpesaverifiedreport'),(6189,'cashiersales','30','viewcommission'),(6190,'cashiersales','30','viewmpesamessages'),(6191,'cashiersales','30','dailysalesonly'),(6192,'recorddelivery','30','add'),(6193,'recorddelivery','30','view'),(6194,'recorddelivery','30','update'),(6195,'recorddelivery','30','delete'),(6196,'recorddelivery','30','changestatus'),(6197,'recorddelivery','30','report'),(6198,'recorddelivery','30','Dispatched'),(6199,'recorddelivery','30','FailedDelivery'),(6200,'recorddelivery','30','ReturnedandReceived'),(6201,'recorddelivery','30','Delivered'),(6202,'recorddelivery','30','Claimraised'),(6203,'recorddelivery','30','ClaimOK'),(6204,'recorddelivery','30','ClaimDamaged'),(6205,'purchases','30','add'),(6206,'purchases','30','update'),(6207,'purchases','30','delete'),(6208,'purchases','30','updatebuyingprice'),(6209,'purchases','30','updatesellingprice'),(6210,'purchases','30','updateclosedinvoice'),(6211,'purchases','30','viewquotation'),(6212,'purchases','30','viewserials'),(6213,'purchases','30','viewdirectpurchases'),(6214,'purchases','30','viewpurchase'),(6215,'purchases','30','salesorder'),(6216,'purchases','30','budget'),(6217,'purchases','30','showdefaultserials'),(6218,'purchases','30','viewallcounters'),(6219,'purchases','30','approve'),(6220,'purchases','30','addbatchno'),(6221,'purchases','30','addexpirydate'),(6222,'viewreturnsales','30','add'),(6223,'viewreturnsales','30','update'),(6224,'viewreturnsales','30','delete'),(6225,'viewreturnsales','30','return'),(6226,'viewreturnsales','30','clear'),(6227,'viewreturnsales','30','moresales'),(6228,'income','30','View'),(6229,'income','30','add'),(6230,'income','30','wiewinvoices'),(6231,'income','30','detailedvatinvoice'),(6232,'incomeexpenses','30','add'),(6233,'incomeexpenses','30','closeexpense'),(6234,'incomeexpenses','30','update'),(6235,'incomeexpenses','30','updateclosedexpenses'),(6236,'incomeexpenses','30','wiewinvoices'),(6237,'incomeexpenses','30','viewbills'),(6238,'incomeexpenses','30','viewexpense'),(6239,'incomeexpenses','30','viewdebtors'),(6240,'incomeexpenses','30','viewcreditors'),(6241,'incomeexpenses','30','postrentalexpenses'),(6242,'accomodation','30','viewrooms'),(6243,'accomodation','30','addhouse'),(6244,'accomodation','30','dailysales'),(6245,'accomodation','30','viewhouse'),(6246,'accomodation','30','voucher'),(6247,'accomodation','30','mpesa'),(6248,'accomodation','30','points'),(6249,'accomodation','30','credit'),(6250,'accomodation','30','card'),(6251,'accomodation','30','cash'),(6252,'accomodation','30','cheque'),(6253,'accomodation','30','checkinroom'),(6254,'accomodation','30','checkoutroom'),(6255,'accomodation','30','addroom'),(6256,'accomodation','30','cancel'),(6257,'accomodation','30','checkin'),(6258,'accomodation','30','addcharges'),(6259,'accomodation','30','givediscount'),(6260,'accomodation','30','cleanrooms'),(6261,'accomodation','30','updatecharges'),(6262,'accomodation','30','updateroom'),(6263,'accomodation','30','postexpense'),(6264,'accomodation','30','updatehouse'),(6265,'accomodation','30','Post Bank Deposits'),(6266,'accomodation','30','managehotel'),(6267,'accomodation','30','assignrooms'),(6268,'accomodation','30','managerental'),(6269,'accomodation','30','changepayment'),(6270,'accomodation','30','housekeeping'),(6271,'accomodation','30','customerregister'),(6272,'accomodation','30','dailypayments'),(6273,'accomodation','30','advancebooking'),(6274,'accomodation','30','checkoutcustomerwithbalance'),(6275,'accomodation','30','managecustomer'),(6276,'accomodation','30','viewreports'),(6277,'accomodation','30','accomodationmanager'),(6278,'accomodation','30','accommodationcleaner'),(6279,'accomodation','30','accommodationreceiptionist'),(6280,'accomodation','30','config'),(6281,'accomodation','30','viewroomcleaned'),(6282,'accomodation','30','clearsales'),(6283,'accomodation','30','dailycollections'),(6284,'branch','30','add'),(6285,'branch','30','view'),(6286,'branch','30','update'),(6287,'branch','30','delete'),(6288,'members','30','add'),(6289,'members','30','update'),(6290,'members','30','deletepeople'),(6291,'members','30','opencloseshift'),(6292,'users','30','add'),(6293,'users','30','update'),(6294,'users','30','delete'),(6295,'users','30','deleteallroles'),(6296,'productscategory','30','add'),(6297,'productscategory','30','update'),(6298,'productscategory','30','delete'),(6299,'productlist','30','bulk'),(6300,'productlist','30','updatestock'),(6301,'productlist','30','move'),(6302,'productlist','30','more'),(6303,'productlist','30','transfer'),(6304,'productlist','30','addstock'),(6305,'productlist','30','delete'),(6306,'productlist','30','view'),(6307,'productlist','30','update'),(6308,'productlist','30','add'),(6309,'productlist','30','openclosestock'),(6310,'productlist','30','stocktaking'),(6311,'productlist','30','editstocktaken'),(6312,'productlist','30','editopenclosestock'),(6313,'productlist','30','changeserialstatus'),(6314,'productlist','30','viewserials'),(6315,'productlist','30','viewproductsfromallbranches'),(6316,'productlist','30','bulkpriceupdate'),(6317,'productlist','30','viewbprice'),(6318,'products','30','add'),(6319,'products','30','update'),(6320,'products','30','delete'),(6321,'products','30','addstock'),(6322,'products','30','more'),(6323,'products','30','bulk'),(6324,'products','30','deleteorder'),(6325,'products','30','dispatch'),(6326,'products','30','removestock'),(6327,'products','30','price'),(6328,'products','30','removeallstock'),(6329,'products','30','bulkpriceupdate'),(6330,'products','30','viewbprice'),(6331,'incomingstock','30','add'),(6332,'incomingstock','30','update'),(6333,'incomingstock','30','view'),(6334,'incomingstock','30','delete'),(6335,'incomingstore','30','add'),(6336,'incomingstore','30','delete'),(6337,'incomingstore','30','view'),(6338,'lowstocklist','30','add'),(6339,'lowstocklist','30','more'),(6340,'lowstocklist','30','view'),(6341,'lowproducts','30','add'),(6342,'lowproducts','30','update'),(6343,'damagedproducts','30','add'),(6344,'damagedproducts','30','update'),(6345,'damagedproducts','30','delete'),(6346,'projectsmanagement','30','view'),(6347,'projectsmanagement','30','add'),(6348,'projectsmanagement','30','update'),(6349,'projectsmanagement','30','delete'),(6350,'assets','30','add'),(6351,'assets','30','update'),(6352,'assets','30','delete'),(6353,'accounting','30','deletebank'),(6354,'accounting','30','deleteglaccount'),(6355,'accounting','30','view'),(6356,'bankdeposits','30','add'),(6357,'bankdeposits','30','update'),(6358,'bankdeposits','30','delete'),(6359,'banktransfer','30','add'),(6360,'journalentry','30','add'),(6361,'accountingreports','30','view'),(6362,'peoplecategory','30','add'),(6363,'peoplecategory','30','update'),(6364,'peoplecategory','30','delete'),(6365,'labourrecords','30','add'),(6366,'payroll','30','add'),(6367,'reports','30','view'),(6368,'reports','30','download'),(6369,'reports','30','delete'),(6370,'reports','30','update'),(6371,'reports','30','viewall'),(6372,'displayreport','30','view'),(6373,'grouping','30','add'),(6374,'grouping','30','update'),(6375,'grouping','30','delete'),(6376,'sendsms','30','add'),(6377,'sendsms','30','update'),(6378,'sendsms','30','delete'),(6379,'sendsms','30','transfersms'),(6380,'documents','30','add'),(6381,'documents','30','update'),(6382,'documents','30','delete'),(6383,'documents','30','viewalldocuments'),(6384,'humanresource','30','add'),(6385,'humanresource','30','approve'),(6386,'humanresource','30','update'),(6387,'humanresource','30','delete'),(6388,'humanresource','30','view'),(6389,'humanresource','30','allocate'),(6390,'humanresource','30','viewallpayroll'),(6391,'humanresource','30','leavesetup'),(6392,'humanresource','30','allleaves '),(6393,'humanresource','30','bioattendance'),(6394,'taskscategory','30','add'),(6395,'taskscategory','30','update'),(6396,'taskscategory','30','delete'),(6397,'task','30','add'),(6398,'task','30','update'),(6399,'task','30','viewall'),(6400,'task','30','delete'),(6401,'task','30','postspecifictask'),(6402,'task','30','postgeneraltask'),(6403,'task','30','viewothersspecifictask'),(6404,'task','30','viewothersgeneraltask'),(6405,'task','30','assigntask'),(6406,'task','30','posttaskforothers'),(6407,'callcenter','30','add'),(6408,'callcenter','30','upadate'),(6409,'callcenter','30','view'),(6410,'callcenter','30','download'),(6411,'callcenter','30','delete'),(6412,'deals','30','add'),(6413,'deals','30','update'),(6414,'deals','30','delete'),(6415,'deals','30','viewall'),(6416,'complain','30','add'),(6417,'complain','30','view'),(6418,'complain','30','update'),(6419,'complain','30','allcompalin'),(6420,'complain','30','delete'),(6421,'events','30','add'),(6422,'events','30','update'),(6423,'events','30','delete'),(6424,'password','30','change'),(6425,'profile','30','update'),(6426,'ecommerce','30','add'),(6427,'ecommerce','30','update'),(6428,'ecommerce','30','delete'),(6429,'ecommerce','30','vieworders'),(6430,'ecommerce','30','setup'),(6431,'ecommerce','30','approveorders'),(6432,'config','30','delete'),(6433,'config','30','add'),(6434,'config','30','update'),(6435,'sales','33','add'),(6436,'sales','33','suspend'),(6437,'sales','33','selectmessage'),(6438,'sales','33','printreceipt'),(6439,'sales','33','update'),(6440,'sales','33','cash'),(6441,'sales','33','delete'),(6442,'sales','33','moresales'),(6443,'sales','33','sale'),(6444,'sales','33','Logout'),(6445,'sales','33','mpesabalance'),(6446,'sales','33','displaycustomers'),(6447,'sales','33','discount'),(6448,'sales','33','reprint'),(6449,'sales','33','select'),(6450,'sales','33','printbill'),(6451,'sales','33','productdiscount'),(6452,'sales','33','mpesa'),(6453,'sales','33','order'),(6454,'sales','33','closebill'),(6455,'sales','33','viewbuyingprice'),(6456,'sales','33','editsellingprice'),(6457,'sales','33','updatepaymentmode'),(6458,'sales','33','card'),(6459,'sales','33','clearpayments'),(6460,'sales','33','cheque'),(6461,'sales','33','creditnote'),(6462,'sales','33','voucher'),(6463,'sales','33','salesbeyondbprice'),(6464,'sales','33','points'),(6465,'sales','33','credit'),(6466,'sales','33','selectroom'),(6467,'sales','33','dontprint'),(6468,'sales','33','accountlimit'),(6469,'sales','33','backdatesales'),(6470,'sales','33','recordcoins'),(6471,'sales','33','changetaxstatus'),(6472,'sales','33','leaseitems'),(6473,'sales','33','giveloyalityponts'),(6474,'sales','33','dontshowstock'),(6475,'sales','33','splitbill'),(6476,'sales','33','changeuomonsales'),(6477,'sales','33','selecttable'),(6478,'sales','33','printdelivery'),(6479,'sales','33','sendsms'),(6480,'sales','33','selectcurrency'),(6481,'sales','33','salesperson'),(6482,'sales','33','usekeyboard'),(6483,'sales','33','receiptno'),(6484,'sales','33','negativesales'),(6485,'wholesale','33','sale'),(6486,'wholesale','33','add'),(6487,'wholesale','33','delete'),(6488,'wholesale','33','update'),(6489,'cashiersales','33','entermpesacode'),(6490,'cashiersales','33','editmpesa'),(6491,'cashiersales','33','all'),(6492,'cashiersales','33','delete'),(6493,'cashiersales','33','cashiersales'),(6494,'cashiersales','33','editmpesadate'),(6495,'cashiersales','33','dontshowtotal'),(6496,'cashiersales','33','adddailycollection'),(6497,'cashiersales','33','viewtill'),(6498,'cashiersales','33','viewdailycollections'),(6499,'cashiersales','33','deletedailycollections'),(6500,'cashiersales','33','updatedailycollections'),(6501,'cashiersales','33','reversempesa'),(6502,'cashiersales','33','clearallsales'),(6503,'cashiersales','33','viewallcollections'),(6504,'cashiersales','33','viewallcounters'),(6505,'cashiersales','33','mpesapendingreport'),(6506,'cashiersales','33','mpesaverifiedreport'),(6507,'cashiersales','33','viewcommission'),(6508,'cashiersales','33','viewmpesamessages'),(6509,'cashiersales','33','dailysalesonly'),(6510,'recorddelivery','33','add'),(6511,'recorddelivery','33','view'),(6512,'recorddelivery','33','update'),(6513,'recorddelivery','33','delete'),(6514,'recorddelivery','33','changestatus'),(6515,'recorddelivery','33','report'),(6516,'recorddelivery','33','Dispatched'),(6517,'recorddelivery','33','FailedDelivery'),(6518,'recorddelivery','33','ReturnedandReceived'),(6519,'recorddelivery','33','Delivered'),(6520,'recorddelivery','33','Claimraised'),(6521,'recorddelivery','33','ClaimOK'),(6522,'recorddelivery','33','ClaimDamaged'),(6523,'purchases','33','add'),(6524,'purchases','33','update'),(6525,'purchases','33','delete'),(6526,'purchases','33','updatebuyingprice'),(6527,'purchases','33','updatesellingprice'),(6528,'purchases','33','updateclosedinvoice'),(6529,'purchases','33','viewquotation'),(6530,'purchases','33','viewserials'),(6531,'purchases','33','viewdirectpurchases'),(6532,'purchases','33','viewpurchase'),(6533,'purchases','33','salesorder'),(6534,'purchases','33','budget'),(6535,'purchases','33','showdefaultserials'),(6536,'purchases','33','viewallcounters'),(6537,'purchases','33','approve'),(6538,'purchases','33','addbatchno'),(6539,'purchases','33','addexpirydate'),(6540,'viewreturnsales','33','add'),(6541,'viewreturnsales','33','update'),(6542,'viewreturnsales','33','delete'),(6543,'viewreturnsales','33','return'),(6544,'viewreturnsales','33','clear'),(6545,'viewreturnsales','33','moresales'),(6546,'income','33','View'),(6547,'income','33','add'),(6548,'income','33','wiewinvoices'),(6549,'income','33','detailedvatinvoice'),(6550,'incomeexpenses','33','add'),(6551,'incomeexpenses','33','closeexpense'),(6552,'incomeexpenses','33','update'),(6553,'incomeexpenses','33','updateclosedexpenses'),(6554,'incomeexpenses','33','wiewinvoices'),(6555,'incomeexpenses','33','viewbills'),(6556,'incomeexpenses','33','viewexpense'),(6557,'incomeexpenses','33','viewdebtors'),(6558,'incomeexpenses','33','viewcreditors'),(6559,'incomeexpenses','33','postrentalexpenses'),(6560,'accomodation','33','viewrooms'),(6561,'accomodation','33','addhouse'),(6562,'accomodation','33','dailysales'),(6563,'accomodation','33','viewhouse'),(6564,'accomodation','33','voucher'),(6565,'accomodation','33','mpesa'),(6566,'accomodation','33','points'),(6567,'accomodation','33','credit'),(6568,'accomodation','33','card'),(6569,'accomodation','33','cash'),(6570,'accomodation','33','cheque'),(6571,'accomodation','33','checkinroom'),(6572,'accomodation','33','checkoutroom'),(6573,'accomodation','33','addroom'),(6574,'accomodation','33','cancel'),(6575,'accomodation','33','checkin'),(6576,'accomodation','33','addcharges'),(6577,'accomodation','33','givediscount'),(6578,'accomodation','33','cleanrooms'),(6579,'accomodation','33','updatecharges'),(6580,'accomodation','33','updateroom'),(6581,'accomodation','33','postexpense'),(6582,'accomodation','33','updatehouse'),(6583,'accomodation','33','Post Bank Deposits'),(6584,'accomodation','33','managehotel'),(6585,'accomodation','33','assignrooms'),(6586,'accomodation','33','managerental'),(6587,'accomodation','33','changepayment'),(6588,'accomodation','33','housekeeping'),(6589,'accomodation','33','customerregister'),(6590,'accomodation','33','dailypayments'),(6591,'accomodation','33','advancebooking'),(6592,'accomodation','33','checkoutcustomerwithbalance'),(6593,'accomodation','33','managecustomer'),(6594,'accomodation','33','viewreports'),(6595,'accomodation','33','accomodationmanager'),(6596,'accomodation','33','accommodationcleaner'),(6597,'accomodation','33','accommodationreceiptionist'),(6598,'accomodation','33','config'),(6599,'accomodation','33','viewroomcleaned'),(6600,'accomodation','33','clearsales'),(6601,'accomodation','33','dailycollections'),(6602,'branch','33','add'),(6603,'branch','33','view'),(6604,'branch','33','update'),(6605,'branch','33','delete'),(6606,'members','33','add'),(6607,'members','33','update'),(6608,'members','33','deletepeople'),(6609,'members','33','opencloseshift'),(6610,'users','33','add'),(6611,'users','33','update'),(6612,'users','33','delete'),(6613,'users','33','deleteallroles'),(6614,'productscategory','33','add'),(6615,'productscategory','33','update'),(6616,'productscategory','33','delete'),(6617,'productlist','33','bulk'),(6618,'productlist','33','updatestock'),(6619,'productlist','33','move'),(6620,'productlist','33','more'),(6621,'productlist','33','transfer'),(6622,'productlist','33','addstock'),(6623,'productlist','33','delete'),(6624,'productlist','33','view'),(6625,'productlist','33','update'),(6626,'productlist','33','add'),(6627,'productlist','33','openclosestock'),(6628,'productlist','33','stocktaking'),(6629,'productlist','33','editstocktaken'),(6630,'productlist','33','editopenclosestock'),(6631,'productlist','33','changeserialstatus'),(6632,'productlist','33','viewserials'),(6633,'productlist','33','viewproductsfromallbranches'),(6634,'productlist','33','bulkpriceupdate'),(6635,'productlist','33','viewbprice'),(6636,'products','33','add'),(6637,'products','33','update'),(6638,'products','33','delete'),(6639,'products','33','addstock'),(6640,'products','33','more'),(6641,'products','33','bulk'),(6642,'products','33','deleteorder'),(6643,'products','33','dispatch'),(6644,'products','33','removestock'),(6645,'products','33','price'),(6646,'products','33','removeallstock'),(6647,'products','33','bulkpriceupdate'),(6648,'products','33','viewbprice'),(6649,'incomingstock','33','add'),(6650,'incomingstock','33','update'),(6651,'incomingstock','33','view'),(6652,'incomingstock','33','delete'),(6653,'incomingstore','33','add'),(6654,'incomingstore','33','delete'),(6655,'incomingstore','33','view'),(6656,'lowstocklist','33','add'),(6657,'lowstocklist','33','more'),(6658,'lowstocklist','33','view'),(6659,'lowproducts','33','add'),(6660,'lowproducts','33','update'),(6661,'damagedproducts','33','add'),(6662,'damagedproducts','33','update'),(6663,'damagedproducts','33','delete'),(6664,'projectsmanagement','33','view'),(6665,'projectsmanagement','33','add'),(6666,'projectsmanagement','33','update'),(6667,'projectsmanagement','33','delete'),(6668,'assets','33','add'),(6669,'assets','33','update'),(6670,'assets','33','delete'),(6671,'accounting','33','deletebank'),(6672,'accounting','33','deleteglaccount'),(6673,'accounting','33','view'),(6674,'bankdeposits','33','add'),(6675,'bankdeposits','33','update'),(6676,'bankdeposits','33','delete'),(6677,'banktransfer','33','add'),(6678,'journalentry','33','add'),(6679,'accountingreports','33','view'),(6680,'peoplecategory','33','add'),(6681,'peoplecategory','33','update'),(6682,'peoplecategory','33','delete'),(6683,'labourrecords','33','add'),(6684,'payroll','33','add'),(6685,'reports','33','view'),(6686,'reports','33','download'),(6687,'reports','33','delete'),(6688,'reports','33','update'),(6689,'reports','33','viewall'),(6690,'displayreport','33','view'),(6691,'grouping','33','add'),(6692,'grouping','33','update'),(6693,'grouping','33','delete'),(6694,'sendsms','33','add'),(6695,'sendsms','33','update'),(6696,'sendsms','33','delete'),(6697,'sendsms','33','transfersms'),(6698,'documents','33','add'),(6699,'documents','33','update'),(6700,'documents','33','delete'),(6701,'documents','33','viewalldocuments'),(6702,'humanresource','33','add'),(6703,'humanresource','33','approve'),(6704,'humanresource','33','update'),(6705,'humanresource','33','delete'),(6706,'humanresource','33','view'),(6707,'humanresource','33','allocate'),(6708,'humanresource','33','viewallpayroll'),(6709,'humanresource','33','leavesetup'),(6710,'humanresource','33','allleaves '),(6711,'humanresource','33','bioattendance'),(6712,'taskscategory','33','add'),(6713,'taskscategory','33','update'),(6714,'taskscategory','33','delete'),(6715,'task','33','add'),(6716,'task','33','update'),(6717,'task','33','viewall'),(6718,'task','33','delete'),(6719,'task','33','postspecifictask'),(6720,'task','33','postgeneraltask'),(6721,'task','33','viewothersspecifictask'),(6722,'task','33','viewothersgeneraltask'),(6723,'task','33','assigntask'),(6724,'task','33','posttaskforothers'),(6725,'callcenter','33','add'),(6726,'callcenter','33','upadate'),(6727,'callcenter','33','view'),(6728,'callcenter','33','download'),(6729,'callcenter','33','delete'),(6730,'deals','33','add'),(6731,'deals','33','update'),(6732,'deals','33','delete'),(6733,'deals','33','viewall'),(6734,'complain','33','add'),(6735,'complain','33','view'),(6736,'complain','33','update'),(6737,'complain','33','allcompalin'),(6738,'complain','33','delete'),(6739,'events','33','add'),(6740,'events','33','update'),(6741,'events','33','delete'),(6742,'password','33','change'),(6743,'profile','33','update'),(6744,'ecommerce','33','add'),(6745,'ecommerce','33','update'),(6746,'ecommerce','33','delete'),(6747,'ecommerce','33','vieworders'),(6748,'ecommerce','33','setup'),(6749,'ecommerce','33','approveorders'),(6750,'config','33','delete'),(6751,'config','33','add'),(6752,'config','33','update'),(7091,'sales','35','add'),(7092,'sales','35','suspend'),(7093,'sales','35','selectmessage'),(7094,'sales','35','printreceipt'),(7095,'sales','35','update'),(7096,'sales','35','cash'),(7097,'sales','35','delete'),(7098,'sales','35','moresales'),(7099,'sales','35','sale'),(7100,'sales','35','Logout'),(7101,'sales','35','mpesabalance'),(7102,'sales','35','displaycustomers'),(7103,'sales','35','discount'),(7104,'sales','35','reprint'),(7105,'sales','35','select'),(7106,'sales','35','printbill'),(7107,'sales','35','productdiscount'),(7108,'sales','35','mpesa'),(7109,'sales','35','order'),(7110,'sales','35','closebill'),(7111,'sales','35','viewbuyingprice'),(7112,'sales','35','editsellingprice'),(7113,'sales','35','updatepaymentmode'),(7114,'sales','35','card'),(7115,'sales','35','clearpayments'),(7116,'sales','35','cheque'),(7117,'sales','35','creditnote'),(7118,'sales','35','voucher'),(7119,'sales','35','salesbeyondbprice'),(7120,'sales','35','points'),(7121,'sales','35','credit'),(7122,'sales','35','selectroom'),(7123,'sales','35','dontprint'),(7124,'sales','35','accountlimit'),(7125,'sales','35','backdatesales'),(7126,'sales','35','recordcoins'),(7127,'sales','35','changetaxstatus'),(7128,'sales','35','leaseitems'),(7129,'sales','35','giveloyalityponts'),(7130,'sales','35','dontshowstock'),(7131,'sales','35','splitbill'),(7132,'sales','35','changeuomonsales'),(7133,'sales','35','selecttable'),(7134,'sales','35','printdelivery'),(7135,'sales','35','sendsms'),(7136,'sales','35','selectcurrency'),(7137,'sales','35','salesperson'),(7138,'sales','35','usekeyboard'),(7139,'sales','35','receiptno'),(7140,'sales','35','negativesales'),(7141,'wholesale','35','sale'),(7142,'wholesale','35','add'),(7143,'wholesale','35','delete'),(7144,'wholesale','35','update'),(7145,'cashiersales','35','entermpesacode'),(7146,'cashiersales','35','editmpesa'),(7147,'cashiersales','35','all'),(7148,'cashiersales','35','delete'),(7149,'cashiersales','35','cashiersales'),(7150,'cashiersales','35','editmpesadate'),(7151,'cashiersales','35','dontshowtotal'),(7152,'cashiersales','35','adddailycollection'),(7153,'cashiersales','35','viewtill'),(7154,'cashiersales','35','viewdailycollections'),(7155,'cashiersales','35','deletedailycollections'),(7156,'cashiersales','35','updatedailycollections'),(7157,'cashiersales','35','reversempesa'),(7158,'cashiersales','35','clearallsales'),(7159,'cashiersales','35','viewallcollections'),(7160,'cashiersales','35','viewallcounters'),(7161,'cashiersales','35','mpesapendingreport'),(7162,'cashiersales','35','mpesaverifiedreport'),(7163,'cashiersales','35','viewcommission'),(7164,'cashiersales','35','viewmpesamessages'),(7165,'cashiersales','35','dailysalesonly'),(7166,'recorddelivery','35','add'),(7167,'recorddelivery','35','view'),(7168,'recorddelivery','35','update'),(7169,'recorddelivery','35','delete'),(7170,'recorddelivery','35','changestatus'),(7171,'recorddelivery','35','report'),(7172,'recorddelivery','35','Dispatched'),(7173,'recorddelivery','35','FailedDelivery'),(7174,'recorddelivery','35','ReturnedandReceived'),(7175,'recorddelivery','35','Delivered'),(7176,'recorddelivery','35','Claimraised'),(7177,'recorddelivery','35','ClaimOK'),(7178,'recorddelivery','35','ClaimDamaged'),(7179,'purchases','35','add'),(7180,'purchases','35','update'),(7181,'purchases','35','delete'),(7182,'purchases','35','updatebuyingprice'),(7183,'purchases','35','updatesellingprice'),(7184,'purchases','35','updateclosedinvoice'),(7185,'purchases','35','viewquotation'),(7186,'purchases','35','viewserials'),(7187,'purchases','35','viewdirectpurchases'),(7188,'purchases','35','viewpurchase'),(7189,'purchases','35','salesorder'),(7190,'purchases','35','budget'),(7191,'purchases','35','showdefaultserials'),(7192,'purchases','35','viewallcounters'),(7193,'purchases','35','approve'),(7194,'purchases','35','addbatchno'),(7195,'purchases','35','addexpirydate'),(7196,'viewreturnsales','35','add'),(7197,'viewreturnsales','35','update'),(7198,'viewreturnsales','35','delete'),(7199,'viewreturnsales','35','return'),(7200,'viewreturnsales','35','clear'),(7201,'viewreturnsales','35','moresales'),(7202,'income','35','View'),(7203,'income','35','add'),(7204,'income','35','wiewinvoices'),(7205,'income','35','detailedvatinvoice'),(7206,'incomeexpenses','35','add'),(7207,'incomeexpenses','35','closeexpense'),(7208,'incomeexpenses','35','update'),(7209,'incomeexpenses','35','updateclosedexpenses'),(7210,'incomeexpenses','35','wiewinvoices'),(7211,'incomeexpenses','35','viewbills'),(7212,'incomeexpenses','35','viewexpense'),(7213,'incomeexpenses','35','viewdebtors'),(7214,'incomeexpenses','35','viewcreditors'),(7215,'incomeexpenses','35','postrentalexpenses'),(7216,'accomodation','35','viewrooms'),(7217,'accomodation','35','addhouse'),(7218,'accomodation','35','dailysales'),(7219,'accomodation','35','viewhouse'),(7220,'accomodation','35','voucher'),(7221,'accomodation','35','mpesa'),(7222,'accomodation','35','points'),(7223,'accomodation','35','credit'),(7224,'accomodation','35','card'),(7225,'accomodation','35','cash'),(7226,'accomodation','35','cheque'),(7227,'accomodation','35','checkinroom'),(7228,'accomodation','35','checkoutroom'),(7229,'accomodation','35','addroom'),(7230,'accomodation','35','cancel'),(7231,'accomodation','35','checkin'),(7232,'accomodation','35','addcharges'),(7233,'accomodation','35','givediscount'),(7234,'accomodation','35','cleanrooms'),(7235,'accomodation','35','updatecharges'),(7236,'accomodation','35','updateroom'),(7237,'accomodation','35','postexpense'),(7238,'accomodation','35','updatehouse'),(7239,'accomodation','35','Post Bank Deposits'),(7240,'accomodation','35','managehotel'),(7241,'accomodation','35','assignrooms'),(7242,'accomodation','35','managerental'),(7243,'accomodation','35','changepayment'),(7244,'accomodation','35','housekeeping'),(7245,'accomodation','35','customerregister'),(7246,'accomodation','35','dailypayments'),(7247,'accomodation','35','advancebooking'),(7248,'accomodation','35','checkoutcustomerwithbalance'),(7249,'accomodation','35','managecustomer'),(7250,'accomodation','35','viewreports'),(7251,'accomodation','35','accomodationmanager'),(7252,'accomodation','35','accommodationcleaner'),(7253,'accomodation','35','accommodationreceiptionist'),(7254,'accomodation','35','config'),(7255,'accomodation','35','viewroomcleaned'),(7256,'accomodation','35','clearsales'),(7257,'accomodation','35','dailycollections'),(7258,'branch','35','add'),(7259,'branch','35','view'),(7260,'branch','35','update'),(7261,'branch','35','delete'),(7262,'members','35','add'),(7263,'members','35','update'),(7264,'members','35','deletepeople'),(7265,'members','35','opencloseshift'),(7266,'users','35','add'),(7267,'users','35','update'),(7268,'users','35','delete'),(7269,'users','35','deleteallroles'),(7270,'productscategory','35','add'),(7271,'productscategory','35','update'),(7272,'productscategory','35','delete'),(7273,'productlist','35','bulk'),(7274,'productlist','35','updatestock'),(7275,'productlist','35','move'),(7276,'productlist','35','more'),(7277,'productlist','35','transfer'),(7278,'productlist','35','addstock'),(7279,'productlist','35','delete'),(7280,'productlist','35','view'),(7281,'productlist','35','update'),(7282,'productlist','35','add'),(7283,'productlist','35','openclosestock'),(7284,'productlist','35','stocktaking'),(7285,'productlist','35','editstocktaken'),(7286,'productlist','35','editopenclosestock'),(7287,'productlist','35','changeserialstatus'),(7288,'productlist','35','viewserials'),(7289,'productlist','35','viewproductsfromallbranches'),(7290,'productlist','35','bulkpriceupdate'),(7291,'productlist','35','viewbprice'),(7292,'products','35','add'),(7293,'products','35','update'),(7294,'products','35','delete'),(7295,'products','35','addstock'),(7296,'products','35','more'),(7297,'products','35','bulk'),(7298,'products','35','deleteorder'),(7299,'products','35','dispatch'),(7300,'products','35','removestock'),(7301,'products','35','price'),(7302,'products','35','removeallstock'),(7303,'products','35','bulkpriceupdate'),(7304,'products','35','viewbprice'),(7305,'incomingstock','35','add'),(7306,'incomingstock','35','update'),(7307,'incomingstock','35','view'),(7308,'incomingstock','35','delete'),(7309,'incomingstore','35','add'),(7310,'incomingstore','35','delete'),(7311,'incomingstore','35','view'),(7312,'lowstocklist','35','add'),(7313,'lowstocklist','35','more'),(7314,'lowstocklist','35','view'),(7315,'lowproducts','35','add'),(7316,'lowproducts','35','update'),(7317,'damagedproducts','35','add'),(7318,'damagedproducts','35','update'),(7319,'damagedproducts','35','delete'),(7320,'projectsmanagement','35','view'),(7321,'projectsmanagement','35','add'),(7322,'projectsmanagement','35','update'),(7323,'projectsmanagement','35','delete'),(7324,'assets','35','add'),(7325,'assets','35','update'),(7326,'assets','35','delete'),(7327,'accounting','35','deletebank'),(7328,'accounting','35','deleteglaccount'),(7329,'accounting','35','view'),(7330,'bankdeposits','35','add'),(7331,'bankdeposits','35','update'),(7332,'bankdeposits','35','delete'),(7333,'banktransfer','35','add'),(7334,'journalentry','35','add'),(7335,'accountingreports','35','view'),(7336,'peoplecategory','35','add'),(7337,'peoplecategory','35','update'),(7338,'peoplecategory','35','delete'),(7339,'labourrecords','35','add'),(7340,'payroll','35','add'),(7341,'reports','35','view'),(7342,'reports','35','download'),(7343,'reports','35','delete'),(7344,'reports','35','update'),(7345,'reports','35','viewall'),(7346,'displayreport','35','view'),(7347,'grouping','35','add'),(7348,'grouping','35','update'),(7349,'grouping','35','delete'),(7350,'sendsms','35','add'),(7351,'sendsms','35','update'),(7352,'sendsms','35','delete'),(7353,'sendsms','35','transfersms'),(7354,'documents','35','add'),(7355,'documents','35','update'),(7356,'documents','35','delete'),(7357,'documents','35','viewalldocuments'),(7358,'humanresource','35','add'),(7359,'humanresource','35','approve'),(7360,'humanresource','35','update'),(7361,'humanresource','35','delete'),(7362,'humanresource','35','view'),(7363,'humanresource','35','allocate'),(7364,'humanresource','35','viewallpayroll'),(7365,'humanresource','35','leavesetup'),(7366,'humanresource','35','allleaves '),(7367,'humanresource','35','bioattendance'),(7368,'taskscategory','35','add'),(7369,'taskscategory','35','update'),(7370,'taskscategory','35','delete'),(7371,'task','35','add'),(7372,'task','35','update'),(7373,'task','35','viewall'),(7374,'task','35','delete'),(7375,'task','35','postspecifictask'),(7376,'task','35','postgeneraltask'),(7377,'task','35','viewothersspecifictask'),(7378,'task','35','viewothersgeneraltask'),(7379,'task','35','assigntask'),(7380,'task','35','posttaskforothers'),(7381,'callcenter','35','add'),(7382,'callcenter','35','upadate'),(7383,'callcenter','35','view'),(7384,'callcenter','35','download'),(7385,'callcenter','35','delete'),(7386,'deals','35','add'),(7387,'deals','35','update'),(7388,'deals','35','delete'),(7389,'deals','35','viewall'),(7390,'complain','35','add'),(7391,'complain','35','view'),(7392,'complain','35','update'),(7393,'complain','35','allcompalin'),(7394,'complain','35','delete'),(7395,'events','35','add'),(7396,'events','35','update'),(7397,'events','35','delete'),(7398,'password','35','change'),(7399,'profile','35','update'),(7400,'ecommerce','35','add'),(7401,'ecommerce','35','update'),(7402,'ecommerce','35','delete'),(7403,'ecommerce','35','vieworders'),(7404,'ecommerce','35','setup'),(7405,'ecommerce','35','approveorders'),(7406,'config','35','delete'),(7407,'config','35','add'),(7408,'config','35','update'),(15604,'sales','19','add'),(15605,'sales','19','suspend'),(15606,'sales','19','printreceipt'),(15607,'sales','19','update'),(15608,'sales','19','cash'),(15609,'sales','19','moresales'),(15610,'sales','19','sale'),(15611,'sales','19','mpesa'),(15612,'sales','19','card'),(15613,'sales','19','updatepaymentmode'),(15614,'sales','19','clearpayments'),(15615,'sales','19','cheque'),(15616,'sales','19','dontprint'),(15617,'cashiersales','19','entermpesacode'),(15618,'cashiersales','19','editmpesa'),(15619,'cashiersales','19','cashiersales'),(15620,'cashiersales','19','editmpesadate'),(15621,'cashiersales','19','dontshowtotal'),(15622,'cashiersales','19','adddailycollection'),(15623,'cashiersales','19','viewtill'),(15624,'cashiersales','19','viewdailycollections'),(15625,'cashiersales','19','updatedailycollections'),(15626,'cashiersales','19','mpesapendingreport'),(15627,'cashiersales','19','viewallcounters'),(15628,'cashiersales','19','mpesaverifiedreport'),(15629,'cashiersales','19','viewcommission'),(15630,'cashiersales','19','dailysalesonly'),(15631,'cashiersales','19','viewmpesamessages'),(15632,'recorddelivery','19','add'),(15633,'recorddelivery','19','view'),(15634,'recorddelivery','19','update'),(15635,'recorddelivery','19','delete'),(15636,'recorddelivery','19','changestatus'),(15637,'recorddelivery','19','report'),(15638,'recorddelivery','19','Dispatched'),(15639,'recorddelivery','19','FailedDelivery'),(15640,'recorddelivery','19','ReturnedandReceived'),(15641,'recorddelivery','19','Delivered'),(15642,'recorddelivery','19','Claimraised'),(15643,'recorddelivery','19','ClaimOK'),(15644,'recorddelivery','19','ClaimDamaged'),(15645,'password','19','change'),(16006,'sales','5','add'),(16007,'sales','5','suspend'),(16008,'sales','5','printreceipt'),(16009,'sales','5','update'),(16010,'sales','5','cash'),(16011,'sales','5','moresales'),(16012,'sales','5','sale'),(16013,'sales','5','mpesa'),(16014,'sales','5','card'),(16015,'sales','5','updatepaymentmode'),(16016,'sales','5','clearpayments'),(16017,'sales','5','cheque'),(16018,'sales','5','dontprint'),(16019,'cashiersales','5','entermpesacode'),(16020,'cashiersales','5','editmpesa'),(16021,'cashiersales','5','cashiersales'),(16022,'cashiersales','5','editmpesadate'),(16023,'cashiersales','5','dontshowtotal'),(16024,'cashiersales','5','adddailycollection'),(16025,'cashiersales','5','viewtill'),(16026,'cashiersales','5','viewdailycollections'),(16027,'cashiersales','5','updatedailycollections'),(16028,'cashiersales','5','mpesapendingreport'),(16029,'cashiersales','5','viewallcounters'),(16030,'cashiersales','5','mpesaverifiedreport'),(16031,'cashiersales','5','viewcommission'),(16032,'cashiersales','5','dailysalesonly'),(16033,'cashiersales','5','viewmpesamessages'),(16034,'recorddelivery','5','add'),(16035,'recorddelivery','5','view'),(16036,'recorddelivery','5','update'),(16037,'recorddelivery','5','delete'),(16038,'recorddelivery','5','changestatus'),(16039,'recorddelivery','5','report'),(16040,'recorddelivery','5','Dispatched'),(16041,'recorddelivery','5','FailedDelivery'),(16042,'recorddelivery','5','ReturnedandReceived'),(16043,'recorddelivery','5','Delivered'),(16044,'recorddelivery','5','Claimraised'),(16045,'recorddelivery','5','ClaimOK'),(16046,'recorddelivery','5','ClaimDamaged'),(16047,'password','5','change'),(22364,'sales','3','selectmessage'),(22365,'sales','3','add'),(22366,'sales','3','suspend'),(22367,'sales','3','printreceipt'),(22368,'sales','3','update'),(22369,'sales','3','cash'),(22370,'sales','3','delete'),(22371,'sales','3','moresales'),(22372,'sales','3','sale'),(22373,'sales','3','reprint'),(22374,'sales','3','Logout'),(22375,'sales','3','select'),(22376,'sales','3','mpesabalance'),(22377,'sales','3','discount'),(22378,'sales','3','mpesa'),(22379,'sales','3','productdiscount'),(22380,'sales','3','printbill'),(22381,'sales','3','order'),(22382,'sales','3','closebill'),(22383,'sales','3','editsellingprice'),(22384,'sales','3','viewbuyingprice'),(22385,'sales','3','card'),(22386,'sales','3','updatepaymentmode'),(22387,'sales','3','clearpayments'),(22388,'sales','3','cheque'),(22389,'sales','3','creditnote'),(22390,'sales','3','voucher'),(22391,'sales','3','salesbeyondbprice'),(22392,'sales','3','points'),(22393,'sales','3','credit'),(22394,'sales','3','dontprint'),(22395,'sales','3','backdatesales'),(22396,'sales','3','recordcoins'),(22397,'sales','3','leaseitems'),(22398,'sales','3','changetaxstatus'),(22399,'sales','3','giveloyalityponts'),(22400,'sales','3','splitbill'),(22401,'sales','3','changeuomonsales'),(22402,'sales','3','printdelivery'),(22403,'sales','3','entermpesacode'),(22404,'sales','3','sendsms'),(22405,'sales','3','usekeyboard'),(22406,'sales','3','receiptno'),(22407,'sales','3','salesperson'),(22408,'sales','3','selectcurrency'),(22409,'sales','3','negativesales'),(22410,'cashiersales','3','entermpesacode'),(22411,'cashiersales','3','editmpesa'),(22412,'cashiersales','3','all'),(22413,'cashiersales','3','delete'),(22414,'cashiersales','3','cashiersales'),(22415,'cashiersales','3','editmpesadate'),(22416,'cashiersales','3','adddailycollection'),(22417,'cashiersales','3','viewtill'),(22418,'cashiersales','3','viewdailycollections'),(22419,'cashiersales','3','updatedailycollections'),(22420,'cashiersales','3','reversempesa'),(22421,'cashiersales','3','deletedailycollections'),(22422,'cashiersales','3','clearallsales'),(22423,'cashiersales','3','viewallcollections'),(22424,'cashiersales','3','mpesapendingreport'),(22425,'cashiersales','3','viewallcounters'),(22426,'cashiersales','3','mpesaverifiedreport'),(22427,'cashiersales','3','viewcommission'),(22428,'cashiersales','3','dailysalesonly'),(22429,'cashiersales','3','viewmpesamessages'),(22430,'purchases','3','add'),(22431,'purchases','3','update'),(22432,'purchases','3','delete'),(22433,'purchases','3','updatebuyingprice'),(22434,'purchases','3','updatesellingprice'),(22435,'purchases','3','updateclosedinvoice'),(22436,'purchases','3','viewquotation'),(22437,'purchases','3','viewdirectpurchases'),(22438,'purchases','3','viewserials'),(22439,'purchases','3','viewpurchase'),(22440,'purchases','3','salesorder'),(22441,'purchases','3','budget'),(22442,'purchases','3','showdefaultserials'),(22443,'purchases','3','viewallcounters'),(22444,'purchases','3','approve'),(22445,'purchases','3','addbatchno'),(22446,'purchases','3','addexpirydate'),(22447,'viewreturnsales','3','add'),(22448,'viewreturnsales','3','update'),(22449,'viewreturnsales','3','delete'),(22450,'viewreturnsales','3','return'),(22451,'viewreturnsales','3','clear'),(22452,'viewreturnsales','3','moresales'),(22453,'viewreturnsales','3','returnclearedsales'),(22454,'income','3','View'),(22455,'income','3','add'),(22456,'income','3','detailedvatinvoice'),(22457,'income','3','displaybeforevat'),(22458,'income','3','receiveoverpayment'),(22459,'income','3','receivedublicatecodes'),(22460,'incomeexpenses','3','add'),(22461,'incomeexpenses','3','closeexpense'),(22462,'incomeexpenses','3','update'),(22463,'incomeexpenses','3','updateclosedexpenses'),(22464,'incomeexpenses','3','wiewinvoices'),(22465,'incomeexpenses','3','viewbills'),(22466,'incomeexpenses','3','viewexpense'),(22467,'incomeexpenses','3','viewdebtors'),(22468,'incomeexpenses','3','viewcreditors'),(22469,'incomeexpenses','3','postrentalexpenses'),(22470,'branch','3','add'),(22471,'branch','3','view'),(22472,'branch','3','update'),(22473,'branch','3','delete'),(22474,'members','3','add'),(22475,'members','3','update'),(22476,'members','3','deletepeople'),(22477,'members','3','opencloseshift'),(22478,'users','3','add'),(22479,'users','3','update'),(22480,'users','3','delete'),(22481,'users','3','deleteallroles'),(22482,'productscategory','3','add'),(22483,'productscategory','3','update'),(22484,'productscategory','3','delete'),(22485,'productlist','3','bulk'),(22486,'productlist','3','move'),(22487,'productlist','3','more'),(22488,'productlist','3','updatestock'),(22489,'productlist','3','transfer'),(22490,'productlist','3','addstock'),(22491,'productlist','3','delete'),(22492,'productlist','3','view'),(22493,'productlist','3','update'),(22494,'productlist','3','add'),(22495,'productlist','3','stocktaking'),(22496,'productlist','3','openclosestock'),(22497,'productlist','3','editstocktaken'),(22498,'productlist','3','editopenclosestock'),(22499,'productlist','3','changeserialstatus'),(22500,'productlist','3','viewserials'),(22501,'productlist','3','viewproductsfromallbranches'),(22502,'productlist','3','bulkpriceupdate'),(22503,'productlist','3','negativestockadjustment'),(22504,'productlist','3','viewproduction'),(22505,'productlist','3','assignproduction'),(22506,'productlist','3','deleteproductionitem'),(22507,'productlist','3','updateproductionitem'),(22508,'products','3','add'),(22509,'products','3','update'),(22510,'products','3','delete'),(22511,'products','3','addstock'),(22512,'products','3','more'),(22513,'products','3','bulk'),(22514,'products','3','deleteorder'),(22515,'products','3','dispatch'),(22516,'products','3','removestock'),(22517,'products','3','price'),(22518,'products','3','removeallstock'),(22519,'products','3','bulkpriceupdate'),(22520,'products','3','negativestockadjustment'),(22521,'incomingstock','3','add'),(22522,'incomingstock','3','update'),(22523,'incomingstock','3','view'),(22524,'incomingstock','3','delete'),(22525,'lowstocklist','3','add'),(22526,'lowstocklist','3','more'),(22527,'lowstocklist','3','view'),(22528,'lowproducts','3','add'),(22529,'lowproducts','3','update'),(22530,'damagedproducts','3','add'),(22531,'damagedproducts','3','update'),(22532,'damagedproducts','3','delete'),(22533,'assets','3','add'),(22534,'assets','3','update'),(22535,'assets','3','delete'),(22536,'accounting','3','deletebank'),(22537,'accounting','3','deleteglaccount'),(22538,'accounting','3','view'),(22539,'bankdeposits','3','add'),(22540,'bankdeposits','3','update'),(22541,'bankdeposits','3','delete'),(22542,'banktransfer','3','add'),(22543,'journalentry','3','add'),(22544,'accountingreports','3','view'),(22545,'chequemanagemant','3','add'),(22546,'chequemanagemant','3','view'),(22547,'reports','3','view'),(22548,'reports','3','download'),(22549,'reports','3','delete'),(22550,'reports','3','update'),(22551,'reports','3','viewall'),(22552,'password','3','change'),(22553,'profile','3','update'),(22554,'quotation','3','add'),(22555,'quotation','3','update'),(22556,'quotation','3','delete'),(22557,'quotation','3','view'),(22558,'quotation','3','viewall'),(22559,'config','3','delete'),(22560,'config','3','add'),(22561,'config','3','update'),(23358,'sales','1','selectmessage'),(23359,'sales','1','add'),(23360,'sales','1','suspend'),(23361,'sales','1','printreceipt'),(23362,'sales','1','update'),(23363,'sales','1','cash'),(23364,'sales','1','delete'),(23365,'sales','1','moresales'),(23366,'sales','1','sale'),(23367,'sales','1','reprint'),(23368,'sales','1','Logout'),(23369,'sales','1','select'),(23370,'sales','1','mpesabalance'),(23371,'sales','1','mpesa'),(23372,'sales','1','productdiscount'),(23373,'sales','1','printbill'),(23374,'sales','1','order'),(23375,'sales','1','closebill'),(23376,'sales','1','editsellingprice'),(23377,'sales','1','viewbuyingprice'),(23378,'sales','1','card'),(23379,'sales','1','updatepaymentmode'),(23380,'sales','1','clearpayments'),(23381,'sales','1','cheque'),(23382,'sales','1','creditnote'),(23383,'sales','1','voucher'),(23384,'sales','1','salesbeyondbprice'),(23385,'sales','1','points'),(23386,'sales','1','salebelowbprice'),(23387,'sales','1','credit'),(23388,'sales','1','selectroom'),(23389,'sales','1','dontprint'),(23390,'sales','1','leaseitems'),(23391,'sales','1','changetaxstatus'),(23392,'sales','1','giveloyalityponts'),(23393,'sales','1','splitbill'),(23394,'sales','1','mergebill'),(23395,'sales','1','changeuomonsales'),(23396,'sales','1','selecttable'),(23397,'sales','1','printdelivery'),(23398,'sales','1','sendsms'),(23399,'sales','1','receiptno'),(23400,'sales','1','salesperson'),(23401,'sales','1','negativesales'),(23402,'sales','1','updateqtysales'),(23403,'sales','1','restrictbillprintingtotwo'),(23404,'wholesale','1','sale'),(23405,'wholesale','1','add'),(23406,'wholesale','1','delete'),(23407,'wholesale','1','update'),(23408,'cashiersales','1','entermpesacode'),(23409,'cashiersales','1','editmpesa'),(23410,'cashiersales','1','all'),(23411,'cashiersales','1','delete'),(23412,'cashiersales','1','cashiersales'),(23413,'cashiersales','1','editmpesadate'),(23414,'cashiersales','1','adddailycollection'),(23415,'cashiersales','1','viewtill'),(23416,'cashiersales','1','viewdailycollections'),(23417,'cashiersales','1','updatedailycollections'),(23418,'cashiersales','1','reversempesa'),(23419,'cashiersales','1','deletedailycollections'),(23420,'cashiersales','1','clearallsales'),(23421,'cashiersales','1','viewallcollections'),(23422,'cashiersales','1','mpesapendingreport'),(23423,'cashiersales','1','mpesaverifiedreport'),(23424,'cashiersales','1','viewcommission'),(23425,'cashiersales','1','viewmpesamessages'),(23426,'cashiersales','1','changestatus'),(23427,'purchases','1','add'),(23428,'purchases','1','update'),(23429,'purchases','1','delete'),(23430,'purchases','1','updatebuyingprice'),(23431,'purchases','1','updatesellingprice'),(23432,'purchases','1','updateclosedinvoice'),(23433,'purchases','1','viewquotation'),(23434,'purchases','1','viewdirectpurchases'),(23435,'purchases','1','viewserials'),(23436,'purchases','1','viewpurchase'),(23437,'purchases','1','salesorder'),(23438,'purchases','1','budget'),(23439,'purchases','1','showdefaultserials'),(23440,'purchases','1','approve'),(23441,'purchases','1','addexpirydate'),(23442,'purchases','1','updateserial'),(23443,'viewreturnsales','1','add'),(23444,'viewreturnsales','1','update'),(23445,'viewreturnsales','1','delete'),(23446,'viewreturnsales','1','return'),(23447,'viewreturnsales','1','clear'),(23448,'viewreturnsales','1','moresales'),(23449,'viewreturnsales','1','returnclearedsales'),(23450,'income','1','View'),(23451,'income','1','add'),(23452,'income','1','receivedublicatecodes'),(23453,'incomeexpenses','1','add'),(23454,'incomeexpenses','1','closeexpense'),(23455,'incomeexpenses','1','update'),(23456,'incomeexpenses','1','updateclosedexpenses'),(23457,'incomeexpenses','1','viewbills'),(23458,'incomeexpenses','1','viewexpense'),(23459,'incomeexpenses','1','viewdebtors'),(23460,'incomeexpenses','1','viewcreditors'),(23461,'incomeexpenses','1','postrentalexpenses'),(23462,'incomeexpenses','1','uploadexpenses'),(23463,'branch','1','add'),(23464,'branch','1','view'),(23465,'branch','1','update'),(23466,'branch','1','delete'),(23467,'members','1','add'),(23468,'members','1','update'),(23469,'members','1','deletepeople'),(23470,'members','1','opencloseshift'),(23471,'members','1','UpdateRenewal'),(23472,'users','1','add'),(23473,'users','1','update'),(23474,'users','1','delete'),(23475,'users','1','deleteallroles'),(23476,'productscategory','1','add'),(23477,'productscategory','1','update'),(23478,'productscategory','1','delete'),(23479,'productlist','1','bulk'),(23480,'productlist','1','move'),(23481,'productlist','1','more'),(23482,'productlist','1','updatestock'),(23483,'productlist','1','transfer'),(23484,'productlist','1','addstock'),(23485,'productlist','1','delete'),(23486,'productlist','1','view'),(23487,'productlist','1','update'),(23488,'productlist','1','add'),(23489,'productlist','1','stocktaking'),(23490,'productlist','1','openclosestock'),(23491,'productlist','1','editstocktaken'),(23492,'productlist','1','editopenclosestock'),(23493,'productlist','1','changeserialstatus'),(23494,'productlist','1','viewserials'),(23495,'productlist','1','viewproductsfromallbranches'),(23496,'productlist','1','bulkpriceupdate'),(23497,'productlist','1','negativestockadjustment'),(23498,'productlist','1','viewproduction'),(23499,'productlist','1','assignproduction'),(23500,'productlist','1','deleteproductionitem'),(23501,'productlist','1','updateproductionitem'),(23502,'products','1','add'),(23503,'products','1','update'),(23504,'products','1','delete'),(23505,'products','1','addstock'),(23506,'products','1','more'),(23507,'products','1','bulk'),(23508,'products','1','deleteorder'),(23509,'products','1','dispatch'),(23510,'products','1','removestock'),(23511,'products','1','price'),(23512,'products','1','removeallstock'),(23513,'products','1','bulkpriceupdate'),(23514,'products','1','negativestockadjustment'),(23515,'incomingstock','1','add'),(23516,'incomingstock','1','update'),(23517,'incomingstock','1','view'),(23518,'incomingstock','1','delete'),(23519,'lowstocklist','1','add'),(23520,'lowstocklist','1','more'),(23521,'lowstocklist','1','view'),(23522,'lowproducts','1','add'),(23523,'lowproducts','1','update'),(23524,'damagedproducts','1','add'),(23525,'damagedproducts','1','update'),(23526,'damagedproducts','1','delete'),(23527,'assets','1','add'),(23528,'assets','1','update'),(23529,'assets','1','delete'),(23530,'accounting','1','deletebank'),(23531,'accounting','1','deleteglaccount'),(23532,'accounting','1','view'),(23533,'bankdeposits','1','add'),(23534,'bankdeposits','1','update'),(23535,'bankdeposits','1','delete'),(23536,'banktransfer','1','add'),(23537,'journalentry','1','add'),(23538,'accountingreports','1','view'),(23539,'chequemanagemant','1','add'),(23540,'chequemanagemant','1','view'),(23541,'reports','1','view'),(23542,'reports','1','download'),(23543,'reports','1','update'),(23544,'reports','1','viewall'),(23545,'password','1','change'),(23546,'profile','1','update'),(23547,'quotation','1','add'),(23548,'quotation','1','update'),(23549,'quotation','1','delete'),(23550,'quotation','1','view'),(23551,'quotation','1','viewall'),(23552,'config','1','delete'),(23553,'config','1','add'),(23554,'config','1','update'),(24228,'sales','6','selectmessage'),(24229,'sales','6','add'),(24230,'sales','6','suspend'),(24231,'sales','6','printreceipt'),(24232,'sales','6','update'),(24233,'sales','6','cash'),(24234,'sales','6','moresales'),(24235,'sales','6','sale'),(24236,'sales','6','reprint'),(24237,'sales','6','Logout'),(24238,'sales','6','select'),(24239,'sales','6','mpesa'),(24240,'sales','6','closebill'),(24241,'sales','6','card'),(24242,'sales','6','updatepaymentmode'),(24243,'sales','6','clearpayments'),(24244,'sales','6','cheque'),(24245,'sales','6','creditnote'),(24246,'sales','6','credit'),(24247,'sales','6','dontprint'),(24248,'sales','6','recordcoins'),(24249,'sales','6','dontshowstock'),(24250,'sales','6','giveloyalityponts'),(24251,'sales','6','entermpesacode'),(24252,'sales','6','negativesales'),(24253,'sales','6','updateqtysales'),(24254,'sales','6','displaypreviousbalance'),(24255,'sales','6','restrictbillprintingtotwo'),(24256,'cashiersales','6','entermpesacode'),(24257,'cashiersales','6','editmpesa'),(24258,'cashiersales','6','all'),(24259,'cashiersales','6','cashiersales'),(24260,'cashiersales','6','editmpesadate'),(24261,'cashiersales','6','adddailycollection'),(24262,'cashiersales','6','viewtill'),(24263,'cashiersales','6','viewdailycollections'),(24264,'cashiersales','6','updatedailycollections'),(24265,'cashiersales','6','clearallsales'),(24266,'cashiersales','6','viewallcollections'),(24267,'cashiersales','6','mpesapendingreport'),(24268,'cashiersales','6','viewallcounters'),(24269,'cashiersales','6','mpesaverifiedreport'),(24270,'cashiersales','6','viewcommission'),(24271,'cashiersales','6','dailysalesonly'),(24272,'cashiersales','6','viewmpesamessages'),(24273,'purchases','6','add'),(24274,'purchases','6','update'),(24275,'purchases','6','updatebuyingprice'),(24276,'purchases','6','updatesellingprice'),(24277,'purchases','6','viewquotation'),(24278,'purchases','6','viewdirectpurchases'),(24279,'purchases','6','viewpurchase'),(24280,'purchases','6','salesorder'),(24281,'purchases','6','viewallcounters'),(24282,'income','6','View'),(24283,'income','6','add'),(24284,'income','6','detailedvatinvoice'),(24285,'income','6','displaybeforevat'),(24286,'income','6','receiveoverpayment'),(24287,'income','6','receivedublicatecodes'),(24288,'incomeexpenses','6','add'),(24289,'incomeexpenses','6','closeexpense'),(24290,'incomeexpenses','6','update'),(24291,'incomeexpenses','6','updateclosedexpenses'),(24292,'incomeexpenses','6','wiewinvoices'),(24293,'incomeexpenses','6','viewbills'),(24294,'incomeexpenses','6','viewexpense'),(24295,'incomeexpenses','6','viewdebtors'),(24296,'incomeexpenses','6','viewcreditors'),(24297,'incomeexpenses','6','postrentalexpenses'),(24298,'incomeexpenses','6','uploadexpenses'),(24299,'members','6','add'),(24300,'members','6','update'),(24301,'members','6','deletepeople'),(24302,'members','6','opencloseshift'),(24303,'members','6','UpdateRenewal'),(24304,'productlist','6','view'),(24305,'productlist','6','stocktaking'),(24306,'productlist','6','openclosestock'),(24307,'productlist','6','dontshowstock'),(24308,'productlist','6','viewbprice'),(24309,'password','6','change'),(24310,'sales','4','selectmessage'),(24311,'sales','4','add'),(24312,'sales','4','suspend'),(24313,'sales','4','printreceipt'),(24314,'sales','4','update'),(24315,'sales','4','cash'),(24316,'sales','4','moresales'),(24317,'sales','4','sale'),(24318,'sales','4','reprint'),(24319,'sales','4','Logout'),(24320,'sales','4','select'),(24321,'sales','4','mpesa'),(24322,'sales','4','closebill'),(24323,'sales','4','card'),(24324,'sales','4','updatepaymentmode'),(24325,'sales','4','clearpayments'),(24326,'sales','4','cheque'),(24327,'sales','4','creditnote'),(24328,'sales','4','credit'),(24329,'sales','4','dontprint'),(24330,'sales','4','recordcoins'),(24331,'sales','4','dontshowstock'),(24332,'sales','4','giveloyalityponts'),(24333,'sales','4','entermpesacode'),(24334,'sales','4','negativesales'),(24335,'sales','4','updateqtysales'),(24336,'sales','4','displaypreviousbalance'),(24337,'sales','4','restrictbillprintingtotwo'),(24338,'cashiersales','4','entermpesacode'),(24339,'cashiersales','4','editmpesa'),(24340,'cashiersales','4','all'),(24341,'cashiersales','4','cashiersales'),(24342,'cashiersales','4','editmpesadate'),(24343,'cashiersales','4','adddailycollection'),(24344,'cashiersales','4','viewtill'),(24345,'cashiersales','4','viewdailycollections'),(24346,'cashiersales','4','updatedailycollections'),(24347,'cashiersales','4','clearallsales'),(24348,'cashiersales','4','viewallcollections'),(24349,'cashiersales','4','mpesapendingreport'),(24350,'cashiersales','4','viewallcounters'),(24351,'cashiersales','4','mpesaverifiedreport'),(24352,'cashiersales','4','viewcommission'),(24353,'cashiersales','4','dailysalesonly'),(24354,'cashiersales','4','viewmpesamessages'),(24355,'purchases','4','add'),(24356,'purchases','4','update'),(24357,'purchases','4','updatebuyingprice'),(24358,'purchases','4','updatesellingprice'),(24359,'purchases','4','viewquotation'),(24360,'purchases','4','viewdirectpurchases'),(24361,'purchases','4','viewpurchase'),(24362,'purchases','4','salesorder'),(24363,'purchases','4','viewallcounters'),(24364,'income','4','View'),(24365,'income','4','add'),(24366,'income','4','detailedvatinvoice'),(24367,'income','4','displaybeforevat'),(24368,'income','4','receiveoverpayment'),(24369,'income','4','receivedublicatecodes'),(24370,'incomeexpenses','4','add'),(24371,'incomeexpenses','4','closeexpense'),(24372,'incomeexpenses','4','update'),(24373,'incomeexpenses','4','updateclosedexpenses'),(24374,'incomeexpenses','4','wiewinvoices'),(24375,'incomeexpenses','4','viewbills'),(24376,'incomeexpenses','4','viewexpense'),(24377,'incomeexpenses','4','viewdebtors'),(24378,'incomeexpenses','4','viewcreditors'),(24379,'incomeexpenses','4','postrentalexpenses'),(24380,'incomeexpenses','4','uploadexpenses'),(24381,'members','4','add'),(24382,'members','4','update'),(24383,'members','4','deletepeople'),(24384,'members','4','opencloseshift'),(24385,'members','4','UpdateRenewal'),(24386,'productlist','4','view'),(24387,'productlist','4','stocktaking'),(24388,'productlist','4','openclosestock'),(24389,'productlist','4','dontshowstock'),(24390,'productlist','4','viewbprice'),(24391,'password','4','change'); /*!40000 ALTER TABLE `permissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plot` -- DROP TABLE IF EXISTS `plot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plot` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `agentid` varchar(100) NOT NULL, `landlordid` varchar(100) NOT NULL, `totalhouse` varchar(100) NOT NULL, `country` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `commission` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', `tax` decimal(10,2) NOT NULL, `bank` text NOT NULL, `branch` text NOT NULL, `penalty` decimal(10,2) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(11) NOT NULL, `penaltytype` varchar(30) NOT NULL DEFAULT 'percentage', `areas` varchar(30) NOT NULL DEFAULT 'yes', `coparent` varchar(30) NOT NULL DEFAULT 'yes', `water` varchar(30) NOT NULL DEFAULT 'yes', `garbage` varchar(30) NOT NULL DEFAULT 'yes', `power` varchar(30) NOT NULL DEFAULT 'yes', `showpenalty` varchar(30) NOT NULL, `partial` varchar(30) NOT NULL DEFAULT '', `vat2` decimal(10,0) DEFAULT 0, `invoicedate` varchar(10) NOT NULL DEFAULT '01', `penaltydate` varchar(10) NOT NULL DEFAULT '10', `duedate` varchar(30) NOT NULL DEFAULT '10', `taxtype` varchar(30) NOT NULL DEFAULT 'Landlord', `invoicesms` text NOT NULL, `receiptsms` text NOT NULL, `utility` varchar(20) NOT NULL DEFAULT 'yes', `service` varchar(50) NOT NULL DEFAULT 'no', `servicedeposit` varchar(10) DEFAULT 'no', `lease` varchar(10) DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plot` -- LOCK TABLES `plot` WRITE; /*!40000 ALTER TABLE `plot` DISABLE KEYS */; /*!40000 ALTER TABLE `plot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plotcharges` -- DROP TABLE IF EXISTS `plotcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plotcharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `order` int(10) NOT NULL, `plotcharges` int(5) NOT NULL DEFAULT 1, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plotcharges` -- LOCK TABLES `plotcharges` WRITE; /*!40000 ALTER TABLE `plotcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `plotcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 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 */; /*!40000 ALTER TABLE `printers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategory` -- DROP TABLE IF EXISTS `productcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategory` -- LOCK TABLES `productcategory` WRITE; /*!40000 ALTER TABLE `productcategory` DISABLE KEYS */; INSERT INTO `productcategory` VALUES (1,'LALA & MURSIK PRODUCTS',0,'','active','1','','1','1','0','','Percentage',NULL),(2,'FRESH MILK PRODUCTS',0,'','active','1','','1','2','0','','Percentage',NULL),(3,'Ice Cream Cups',0,'','active','1','','1','3','0','','Percentage',NULL),(4,'Ice Cream Hard 4 Ltr Tub',0,'','active','1','','1','3','0','','Percentage',NULL),(5,'Ice Cream Lolly',0,'','active','1','','1','3','0','','Percentage',NULL),(6,'Ice Cream Soft /S Mix 5 Litres',0,'','active','1','','1','3','0','','Percentage',NULL),(7,'BEVERAGE INGREDIENTS',0,'','active','1','','1','4','0','','Percentage',NULL),(8,'FERMENTED MILK & YOGHURT INGREDIENTS',0,'','active','1','','1','4','0','','Percentage',NULL),(9,'ICE CREAM INGREDIENTS',0,'','active','1','','1','4','0','','Percentage',NULL),(10,'CHOCOLATE & CHOCOLATE MALT DRINKS',0,'','active','1','','1','5','0','','Percentage',NULL),(11,'TEA & COFFEE BEVERAGES',0,'','active','1','','1','5','0','','Percentage',NULL),(12,'MILKSHAKE INGREDIENTS',0,'','active','1','','1','6','0','','Percentage',NULL),(13,'MILKSHAKES',0,'','active','1','','1','6','0','','Percentage',NULL),(14,'PACKAGING MATERIALS',0,'','active','1','','1','7','0','','Percentage',NULL),(15,'LPG GAS',0,'2024-08-20 10:46:04','active','1','','1','7','0','','Percentage',NULL),(16,'MICROWAVE',0,'','active','1','','1','8','0','','Percentage',NULL),(17,'STATIONERY',0,'','active','1','','1','9','0','','Percentage',NULL),(18,'TOPPINGS',0,'','active','1','','1','10','0','','Percentage',NULL),(19,'YOGHURTS',0,'','active','1','','1','11','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategorybox` -- DROP TABLE IF EXISTS `productcategorybox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategorybox` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'New', `imgid` varchar(50) DEFAULT NULL, `myheader` varchar(50) DEFAULT 'primary', `icon` varchar(50) NOT NULL DEFAULT 'home', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategorybox` -- LOCK TABLES `productcategorybox` WRITE; /*!40000 ALTER TABLE `productcategorybox` DISABLE KEYS */; /*!40000 ALTER TABLE `productcategorybox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(51) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `iddd` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branch`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`description`,`code`,`hscode`), KEY `id_2` (`id`,`name`,`description`,`code`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=121 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,'Mursik 500ml','1','1','',16.00,'47.34','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,62.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','1','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(2,'Mursik 250ml','1','1','',16.00,'26.17','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,74.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','2','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(3,'Mursik / Litre','1','1','',16.00,'94.04','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'2024-08-17 16:36:28','1','1','1','0000-00-00','mainitem','Inclusive','','active','','3','pcs','Inventory','VATABLE','5','','','','','','','','',0),(4,'Lala Milk/Litre','1','1','',16.00,'94.04','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','4','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(5,'Lala Milk 250ml','1','1','',16.00,'30.83','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,67.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','5','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(6,'Lala Milk 500ml','1','1','',16.00,'52.66','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,55.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','6','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(7,'Milk 350ml Hot','2','1','',16.00,'45.5','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,96.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','7','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(8,'Milk 250ml Hot','2','1','',16.00,'37.2','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','8','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(9,'Fresh Pasteurized Milk/Litre','2','1','',16.00,'68','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,62.28,'2024-08-17 17:04:55','1','1','1','0000-00-00','mainitem','Inclusive','','active','','9','pcs','Inventory','VATABLE','5','','','','','','','','',0),(10,'Milk 250ml Cold','2','1','',16.00,'29.5','40',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,90.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','10','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(11,'Milk 500ml Cold','2','1','',16.00,'29.5','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','11','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(12,'Vanilla/Chocolate Cup 120ml','3','1','',16.00,'50','70',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','12','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(13,'Vanilla/Strawberry Cup 120ml','3','1','',16.00,'50','70',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,96.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','13','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(14,'Vanilla Cup 120ml','3','1','',16.00,'50','70',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,99.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','14','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(15,'Ice Cream Coconut 4ltr Tub','4','1','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:28:05','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','15','pcs','Inventory','VATABLE','5','','','','','','','','',0),(16,'Ice Cream Banana 4ltr Tub','4','1','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:28:55','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','16','pcs','Inventory','VATABLE','5','','','','','','','','',0),(17,'Ice Cream Mango 4ltr Tub','4','8','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:38:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','17','pcs','Inventory','VATABLE','5','','','','','','','','',0),(18,'Ice Cream Chocolate 4ltr Tub','4','22','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:39:18','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','18','pcs','Inventory','VATABLE','5','','','','','','','','',0),(19,'Ice Cream Strawberry 4ltr Tub','4','21','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:41:22','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','19','pcs','Inventory','VATABLE','5','','','','','','','','',0),(20,'Ice Cream Vanilla 4ltr Tub','4','1','',16.00,'230','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 11:09:24','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','20','pcs','Inventory','VATABLE','5','','','','','','','','',0),(21,'Lolly Stick, Choconut','4','1','',16.00,'58.33','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,93.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','21','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(22,'Lolly Stick, Chocobomb','4','1','',16.00,'58.33','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,92.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','22','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(23,'Ice Cream Unflavoured Soft /S Mix 5 Ltr','6','15','',16.00,'350','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:33:50','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','23','pcs','Inventory','VATABLE','5','','','','','','','','',0),(24,'Ice Cream Chocolate Soft /S Mix 5 Ltr','6','11','',16.00,'350','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:34:57','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','24','pcs','Inventory','VATABLE','5','','','','','','','','',0),(25,'Ice Cream Strawberry Soft /S Mix 5 Ltr','6','19','',16.00,'350','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:36:00','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','25','pcs','Inventory','VATABLE','5','','','','','','','','',0),(26,'Ice Cream Vanilla Soft /S Mix 5 Ltr','6','2','',16.00,'350','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:37:02','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','26','pcs','Inventory','VATABLE','5','','','','','','','','',0),(27,'Chocolate Malt Milo Stachets 10g','7','1','',16.00,'15','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:26:28','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','27','pcs','Inventory','VATABLE','5','','','','','','','','',0),(28,'Drinking Chocolate Satchet 20g','7','1','',16.00,'10','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:27:20','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','28','pcs','Inventory','VATABLE','5','','','','','','','','',0),(29,'Cofee Satchet 6g','7','1','',16.00,'5','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:35:10','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','29','pcs','Inventory','VATABLE','5','','','','','','','','',0),(30,'Sugar Satchets 6g','7','1','',16.00,'2.4','5',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,40.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','30','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(31,'Teabag','7','1','',16.00,'5','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,200.00,'2024-08-20 10:34:14','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','31','pcs','Inventory','VATABLE','5','','','','','','','','',0),(32,'Pradip Chocolate Dark Flavour','8','21','',16.00,'3200','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 09:41:40','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','32','pcs','Inventory','VATABLE','5','','','','','','','','',0),(33,'Pradip Caramel Colour','8','13','',16.00,'640','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 09:42:03','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','33','pcs','Inventory','VATABLE','5','','','','','','','','',0),(34,'Chocolate Flavour - 05777B RDK6L7V4H6','8','1','',16.00,'4663.2','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 11:08:33','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','34','pcs','Inventory','VATABLE','5','','','','','','','','',0),(35,'Genu Texturizer YA200 (Pectin) - RCPOLBH54M','8','1','',16.00,'3919.64','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-17 16:29:57','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','35','pcs','Inventory','VATABLE','5','','','','','','','','',0),(36,'Yoghurt Culture CHR Hansen YFL903 - FDVS-YFL-903 50U','8','1','',16.00,'1269','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:33:25','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','36','pcs','Inventory','VATABLE','5','','','','','','','','',0),(37,'Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 22 50u','8','1','',16.00,'1269','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-17 16:30:31','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','37','pcs','Inventory','VATABLE','5','','','','','','','','',0),(38,'Sugar/Kg','8','1','',16.00,'216','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:32:16','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','38','pcs','Inventory','VATABLE','5','','','','','','','','',0),(39,'Texturiser Tate&Lyle Maxigel 617NG - 617','8','1','',16.00,'659.94','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-17 16:30:15','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','39','pcs','Inventory','VATABLE','5','','','','','','','','',0),(40,'Colour CHR Hansen Red Carmine WS 0.25kg - 500668 CC 500 WS','8','1','',16.00,'2099','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:29:51','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','40','pcs','Inventory','VATABLE','5','','','','','','','','',0),(41,'Colour Annatto 0.25kg - 724938 A-320-WS','8','1','',16.00,'2280','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:29:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','41','pcs','Inventory','VATABLE','5','','','','','','','','',0),(42,'Vanilla Flavour 0.25kg - 504171 1C','8','1','',16.00,'1270','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:28:22','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','42','pcs','Inventory','VATABLE','5','','','','','','','','',0),(43,'Strawberry Flavour 0.25kg - 502301 B','8','1','',16.00,'1269','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:27:19','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','43','pcs','Inventory','VATABLE','5','','','','','','','','',0),(44,'Mango Flavour 0.25kg - 591798 C','8','1','',16.00,'1189','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:26:05','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','44','pcs','Inventory','VATABLE','5','','','','','','','','',0),(45,'Sauce Blueberry 10x650 Gms','9','16','',16.00,'0.49','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:32:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','45','pcs','Inventory','VATABLE','5','','','','','','','','',0),(46,'Sauce Strawberry 10x650 Gms','9','18','',16.00,'0.49','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:32:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','46','pcs','Inventory','VATABLE','5','','','','','','','','',0),(47,'Sauce Chocolate 10x650 Gms','9','12','',16.00,'0.49','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 12:33:06','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','47','pcs','Inventory','VATABLE','5','','','','','','','','',0),(48,'Milk Chocolate Malt 340ml','10','1','',16.00,'1','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-16 10:42:35','1','1','1','0000-00-00','production','Inclusive','','active','','48','pcs','Inventory','VATABLE','5','','','','','','','','',0),(49,'Milk Drinking Chocolate 340ml','10','1','',16.00,'1','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','49','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(50,'Milk Coffee 250ml Hot','11','1','',16.00,'38.8','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','50','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(51,'Milk Coffee 350ml Hot','11','1','',16.00,'48.5','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,84.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','51','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(52,'Milk Tea 250ml Hot','11','1','',16.00,'40.5','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','52','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(53,'Milk Tea 350ml Hot','11','1','',16.00,'54','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,42.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','53','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(54,'Oreo Biscuits','12','1','',16.00,'1.05','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','54','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(55,'Milkshake Oreo 500ml','13','1','',16.00,'125.66','300','','0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','55','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(56,'Milkshake Oreo 250ml','13','1','',16.00,'75.65','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','56','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(57,'Milkshake Banana 500ml','13','1','',16.00,'98.25','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','57','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(58,'Milkshake Banana 250ml','13','1','',16.00,'57.38','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','58','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(59,'Milkshake Coconut 500ml','13','1','',16.00,'98.25','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,97.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','59','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(60,'Milkshake Coconut 250ml','13','1','',16.00,'57.38','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,97.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','60','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(61,'Milkshake Mango 500ml','13','1','',16.00,'98.25','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','61','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(62,'Milkshake Mango 250ml','13','1','',16.00,'57.38','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','62','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(63,'Milkshake Blueberry 500ml','13','1','',16.00,'96.13','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','63','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(64,'Milkshake Blueberry 250ml','13','1','',16.00,'59.82','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','64','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(65,'Milkshake Strawberry 500ml','13','1','',16.00,'103.13','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,99.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','65','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(66,'Milkshake Strawberry 250ml','13','1','',16.00,'59.82','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,92.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','66','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(67,'Milkshake Chocolate 500ml','13','1','',16.00,'103.13','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','67','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(68,'Milkshake Chocolate 250ml','13','1','',16.00,'59.82','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,97.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','68','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(69,'Milkshakes Vanilla 500ml','13','1','',16.00,'98.25','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,98.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','69','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(70,'Milkshake Vanilla 250ml','13','1','',16.00,'57.38','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,94.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','70','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(71,'2 Litre Pet Bottle Clear w/handle ','14','1','',16.00,'27','45','','0',NULL,NULL,'5',0,0,NULL,0,0,0,75.00,'2024-09-14 08:56:23','3','1','1','0000-00-00','mainitem','Inclusive','','active','','71','pcs','Inventory','VATABLE','5','','','','','','','','',0),(72,'Bag Non Woven 40x30','14','1','',16.00,'15','20',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','72','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(73,'Sleeve (8oz Cup)','14','15','',16.00,'3','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:17:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','73','pcs','Inventory','VATABLE','5','','','','','','','','',0),(74,'Sleeve (12oz Cup)','14','13','',16.00,'3','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,175.00,'2024-08-20 09:42:34','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','74','pcs','Inventory','VATABLE','5','','','','','','','','',0),(75,'Jerrycan 5 Litres Natural','14','1','',16.00,'67','80',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,99.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','75','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(76,'Cling Film','14','1','',16.00,'160','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,107.00,'2024-08-20 10:23:58','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','76','pcs','Inventory','VATABLE','5','','','','','','','','',0),(77,'Plastic Spoons Big - 1012012.0039','14','1','',16.00,'2','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 11:06:56','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','77','pcs','Inventory','VATABLE','5','','','','','','','','',0),(78,'Plastic Lid 500ml','14','1','',16.00,'','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','78','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(79,'Plastic Cup 500ml','14','1','',16.00,'8','0','','0',NULL,NULL,'5',0,0,NULL,0,0,0,137.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','79','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(80,'1 Litre Pet Bottle Clear','14','1','',16.00,'9.4','20',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,40.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','80','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(81,'12oz/330ml Paper Cup +lid','14','1','',16.00,'12','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,175.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','81','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(82,'3 Litre Pet Bottle Clear','14','1','',16.00,'44','45',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','82','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(83,'5 Litre Pet Bottle Clear W/handle','14','1','',16.00,'44','55',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','83','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(84,'8oz/263ml Paper Cup +lid','14','1','',16.00,'10','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','84','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(85,'Plastic Cup +lid 250ml','14','1','',16.00,'5','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,350.00,'2024-08-20 10:40:39','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','85','pcs','Inventory','VATABLE','5','','','','','','','','',0),(86,'Plastic Lid 250 Ml','14','1','',16.00,'1','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:44:52','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','86','pcs','Inventory','VATABLE','5','','','','','','','','',0),(87,'Plastic Straw Black','14','1','',16.00,'1','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,359.00,'2024-08-17 13:06:52','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','87','pcs','Inventory','VATABLE','5','','','','','','','','',0),(88,'Plastic Cup +lid 500ml','14','1','',16.00,'7','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,579.00,'2024-08-17 13:04:50','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','88','pcs','Inventory','VATABLE','5','','','','','','','','',0),(89,'Plastic Cup 250 Ml','14','1','',16.00,'1','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:37:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','89','pcs','Inventory','VATABLE','5','','','','','','','','',0),(90,'Plastic Drinking Straw Clear','14','1','',16.00,'1','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,270.00,'2024-08-20 10:36:38','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','90','pcs','Inventory','VATABLE','5','','','','','','','','',0),(91,'Serviette','14','1','',16.00,'1','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,429.00,'2024-08-17 13:06:27','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','91','pcs','Inventory','VATABLE','5','','','','','','','','',0),(92,'LPG GAS 6KG','15','1','',16.00,'250','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'2024-08-20 10:45:07','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','92','pcs','Inventory','VATABLE','5','','','','','','','','',0),(93,'Microwaving','16','1','',16.00,'5','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','93','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(94,'Thermal Paper Roll 79X60MM','17','1','',16.00,'172','0',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,107.00,'2024-08-20 10:29:34','1','1','1','0000-00-00','accompaniment','Inclusive','','active','','94','pcs','Inventory','VATABLE','5','','','','','','','','',0),(95,'Whipping Cream 6 X 150ML','18','1','',16.00,'1055','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','95','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(96,'Rainbow Sprinkles','18','1','',16.00,'2.3','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','96','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(97,'Chocolate / Mango Mix Yoghurt 250ml','19','1','',16.00,'32.78','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','97','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(98,'Chocolate / Mango Mix Yoghurt 500ml','19','1','',16.00,'1','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,95.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','98','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(99,'Chocolate Vanilla Mix Yoghurt 500ml','19','1','',16.00,'56.17','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,80.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','99','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(100,'Chocolate Strawberry Mix Yoghurt 500ml','19','1','',16.00,'56.26','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,95.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','100','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(101,'Chocolate Vanilla Mix Yoghurt 250ml','19','1','',16.00,'30.58','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','101','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(102,'Chocolate Strawberry Mix Yoghurt 250ml','19','1','',16.00,'30.63','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','102','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(103,'Mango Strawberry Mix Yoghurt 250ml','19','1','',16.00,'30.73','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','103','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(104,'Mango Strawberry Mix Yoghurt 500ml','19','1','',16.00,'56.47','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,80.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','104','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(105,'Vanilla Mango Mix Yoghurt 250ml','19','1','',16.00,'30.69','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','105','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(106,'Vanilla Mango Mix Yoghurt 500ml','19','1','',16.00,'56.37','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,60.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','106','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(107,'Vanilla Strawberry Mix Yoghurt 250ml','19','1','',16.00,'30.73','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,100.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','107','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(108,'Vanilla Strawberry Mix Yoghurt 500ml','19','1','',16.00,'56.45','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,48.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','108','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(109,'Yoghurt Chocolate 500ml','19','1','',16.00,'54','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,85.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','109','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(110,'Yoghurt Chocolate 250ml','19','1','',16.00,'29.5','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,76.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','110','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(111,'Yoghurt Chocolate/Litre','19','1','',16.00,'115.08','180',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,99.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','111','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(112,'Yoghurt Mango/Litre','19','1','',16.00,'103.52','180',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,89.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','112','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(113,'Yoghurt Mango 250ml','19','1','',16.00,'29.75','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,42.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','113','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(114,'Yoghurt Mango 500ml','19','1','',16.00,'54.5','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,68.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','114','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(115,'Yoghurt Strawberry/Litre','19','1','',16.00,'174.71','180',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,84.50,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','115','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(116,'Yoghurt Strawberry 250ml','19','1','',16.00,'30.77','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,52.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','116','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(117,'Yoghurt Strawberry 500ml','19','1','',16.00,'56.55','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,75.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','117','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(118,'Yoghurt Vanilla/Litre','19','1','',16.00,'103.47','180',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,68.50,'2024-08-23 16:04:01','1','1','1','0000-00-00','mainitem','Inclusive','','active','','118','pcs','Inventory','VATABLE','5','','','','','','','','',0),(119,'Yoghurt Vanilla 250ml','19','1','',16.00,'30.68','60',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,23.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','119','pcs','Inventory','VATABLE','5',NULL,'','','','','','','',0),(120,'Yoghurt Vanilla 500ml','19','1','',16.00,'56.36','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,59.00,'2024-08-17 16:28:55','1','1','1','0000-00-00','production','Inclusive','','active','','120','pcs','Inventory','VATABLE','5','','','','','','','','',0); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`code`,`description`,`hscode`), KEY `id_2` (`id`,`name`,`code`,`description`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `products` -- LOCK TABLES `products` WRITE; /*!40000 ALTER TABLE `products` DISABLE KEYS */; INSERT INTO `products` VALUES (1,'','','','','','','','Mursik 500ml','1','1','1','',16.00,'47.34','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(2,'','','','','','','','Mursik 250ml','1','1','2','',16.00,'26.17','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(3,'','','','','','','','Mursik / Litre','1','1','3','',16.00,'94.04','150','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 16:36:28','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(4,'','','','','','','','Lala Milk/Litre','1','1','4','',16.00,'94.04','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(5,'','','','','','','','Lala Milk 250ml','1','1','5','',16.00,'30.83','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(6,'','','','','','','','Lala Milk 500ml','1','1','6','',16.00,'52.66','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(7,'','','','','','','','Milk 350ml Hot','2','1','7','',16.00,'45.5','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(8,'','','','','','','','Milk 250ml Hot','2','1','8','',16.00,'37.2','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(9,'','','','','','','','Fresh Pasteurized Milk/Litre','2','1','9','',16.00,'68','80','','0',NULL,NULL,5,0,0,NULL,0,0,0,30.00,'2024-08-17 17:04:55','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(10,'','','','','','','','Milk 250ml Cold','2','1','10','',16.00,'29.5','40',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(11,'','','','','','','','Milk 500ml Cold','2','1','11','',16.00,'29.5','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(12,'','','','','','','','Vanilla/Chocolate Cup 120ml','3','1','12','',16.00,'50','70',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(13,'','','','','','','','Vanilla/Strawberry Cup 120ml','3','1','13','',16.00,'50','70',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(14,'','','','','','','','Vanilla Cup 120ml','3','1','14','',16.00,'50','70',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(15,'','','','','','','','Ice Cream Coconut 4ltr Tub','4','1','15','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:28:05','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(16,'','','','','','','','Ice Cream Banana 4ltr Tub','4','1','16','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:28:55','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(17,'','','','','','','','Ice Cream Mango 4ltr Tub','4','8','17','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:38:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(18,'','','','','','','','Ice Cream Chocolate 4ltr Tub','4','22','18','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:39:18','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(19,'','','','','','','','Ice Cream Strawberry 4ltr Tub','4','21','19','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:41:22','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(20,'','','','','','','','Ice Cream Vanilla 4ltr Tub','4','1','20','',16.00,'230','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 11:09:24','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(21,'','','','','','','','Lolly Stick, Choconut','4','1','21','',16.00,'58.33','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(22,'','','','','','','','Lolly Stick, Chocobomb','4','1','22','',16.00,'58.33','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(23,'','','','','','','','Ice Cream Unflavoured Soft /S Mix 5 Ltr','6','15','23','',16.00,'350','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:33:50','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(24,'','','','','','','','Ice Cream Chocolate Soft /S Mix 5 Ltr','6','11','24','',16.00,'350','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:34:57','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(25,'','','','','','','','Ice Cream Strawberry Soft /S Mix 5 Ltr','6','19','25','',16.00,'350','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:36:00','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(26,'','','','','','','','Ice Cream Vanilla Soft /S Mix 5 Ltr','6','2','26','',16.00,'350','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:37:02','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(27,'','','','','','','','Chocolate Malt Milo Stachets 10g','7','1','27','',16.00,'15','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:26:28','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(28,'','','','','','','','Drinking Chocolate Satchet 20g','7','1','28','',16.00,'10','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:27:20','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(29,'','','','','','','','Cofee Satchet 6g','7','1','29','',16.00,'5','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:35:10','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(30,'','','','','','','','Sugar Satchets 6g','7','1','30','',16.00,'2.4','5',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(31,'','','','','','','','Teabag','7','1','31','',16.00,'5','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:34:14','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(32,'','','','','','','','Pradip Chocolate Dark Flavour','8','21','32','',16.00,'3200','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 09:41:40','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(33,'','','','','','','','Pradip Caramel Colour','8','13','33','',16.00,'640','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 09:42:03','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(34,'','','','','','','','Chocolate Flavour - 05777B RDK6L7V4H6','8','1','34','',16.00,'4663.2','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 11:08:33','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(35,'','','','','','','','Genu Texturizer YA200 (Pectin) - RCPOLBH54M','8','1','35','',16.00,'3919.64','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 16:29:57','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(36,'','','','','','','','Yoghurt Culture CHR Hansen YFL903 - FDVS-YFL-903 50U','8','1','36','',16.00,'1269','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:33:25','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(37,'','','','','','','','Lala Culture CHR Hansen C-HN22, 50 - FD-DVS CH-N 22 50u','8','1','37','',16.00,'1269','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 16:30:31','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(38,'','','','','','','','Sugar/Kg','8','1','38','',16.00,'216','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:32:16','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(39,'','','','','','','','Texturiser Tate&Lyle Maxigel 617NG - 617','8','1','39','',16.00,'659.94','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 16:30:15','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(40,'','','','','','','','Colour CHR Hansen Red Carmine WS 0.25kg - 500668 CC 500 WS','8','1','40','',16.00,'2099','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:29:51','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(41,'','','','','','','','Colour Annatto 0.25kg - 724938 A-320-WS','8','1','41','',16.00,'2280','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:29:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(42,'','','','','','','','Vanilla Flavour 0.25kg - 504171 1C','8','1','42','',16.00,'1270','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:28:22','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(43,'','','','','','','','Strawberry Flavour 0.25kg - 502301 B','8','1','43','',16.00,'1269','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:27:19','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(44,'','','','','','','','Mango Flavour 0.25kg - 591798 C','8','1','44','',16.00,'1189','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:26:05','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(45,'','','','','','','','Sauce Blueberry 10x650 Gms','9','16','45','',16.00,'0.49','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:32:01','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(46,'','','','','','','','Sauce Strawberry 10x650 Gms','9','18','46','',16.00,'0.49','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:32:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(47,'','','','','','','','Sauce Chocolate 10x650 Gms','9','12','47','',16.00,'0.49','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 12:33:06','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(48,'','','','','','','','Milk Chocolate Malt 340ml','10','1','48','',16.00,'1','150','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-16 10:42:35','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(49,'','','','','','','','Milk Drinking Chocolate 340ml','10','1','49','',16.00,'1','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(50,'','','','','','','','Milk Coffee 250ml Hot','11','1','50','',16.00,'38.8','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(51,'','','','','','','','Milk Coffee 350ml Hot','11','1','51','',16.00,'48.5','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(52,'','','','','','','','Milk Tea 250ml Hot','11','1','52','',16.00,'40.5','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(53,'','','','','','','','Milk Tea 350ml Hot','11','1','53','',16.00,'54','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(54,'','','','','','','','Oreo Biscuits','12','1','54','',16.00,'1.05','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(55,'','','','','','','','Milkshake Oreo 500ml','13','1','55','',16.00,'125.66','300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(56,'','','','','','','','Milkshake Oreo 250ml','13','1','56','',16.00,'75.65','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(57,'','','','','','','','Milkshake Banana 500ml','13','1','57','',16.00,'98.25','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(58,'','','','','','','','Milkshake Banana 250ml','13','1','58','',16.00,'57.38','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(59,'','','','','','','','Milkshake Coconut 500ml','13','1','59','',16.00,'98.25','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(60,'','','','','','','','Milkshake Coconut 250ml','13','1','60','',16.00,'57.38','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(61,'','','','','','','','Milkshake Mango 500ml','13','1','61','',16.00,'98.25','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(62,'','','','','','','','Milkshake Mango 250ml','13','1','62','',16.00,'57.38','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(63,'','','','','','','','Milkshake Blueberry 500ml','13','1','63','',16.00,'96.13','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(64,'','','','','','','','Milkshake Blueberry 250ml','13','1','64','',16.00,'59.82','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(65,'','','','','','','','Milkshake Strawberry 500ml','13','1','65','',16.00,'103.13','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(66,'','','','','','','','Milkshake Strawberry 250ml','13','1','66','',16.00,'59.82','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(67,'','','','','','','','Milkshake Chocolate 500ml','13','1','67','',16.00,'103.13','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(68,'','','','','','','','Milkshake Chocolate 250ml','13','1','68','',16.00,'59.82','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(69,'','','','','','','','Milkshakes Vanilla 500ml','13','1','69','',16.00,'98.25','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(70,'','','','','','','','Milkshake Vanilla 250ml','13','1','70','',16.00,'57.38','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(71,'','','','','','','','2 Litre Pet Bottle Clear w/handle ','14','1','71','',16.00,'27','45','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-09-14 08:56:23','3','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(72,'','','','','','','','Bag Non Woven 40x30','14','1','72','',16.00,'15','20',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(73,'','','','','','','','Sleeve (8oz Cup)','14','15','73','',16.00,'3','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:17:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(74,'','','','','','','','Sleeve (12oz Cup)','14','13','74','',16.00,'3','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 09:42:34','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(75,'','','','','','','','Jerrycan 5 Litres Natural','14','1','75','',16.00,'67','80',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(76,'','','','','','','','Cling Film','14','1','76','',16.00,'160','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:23:58','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(77,'','','','','','','','Plastic Spoons Big - 1012012.0039','14','1','77','',16.00,'2','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 11:06:56','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(78,'','','','','','','','Plastic Lid 500ml','14','1','78','',16.00,'','0',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(79,'','','','','','','','Plastic Cup 500ml','14','1','79','',16.00,'8','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(80,'','','','','','','','1 Litre Pet Bottle Clear','14','1','80','',16.00,'9.4','20',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,70.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(81,'','','','','','','','12oz/330ml Paper Cup +lid','14','1','81','',16.00,'12','0',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(82,'','','','','','','','3 Litre Pet Bottle Clear','14','1','82','',16.00,'44','45',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(83,'','','','','','','','5 Litre Pet Bottle Clear W/handle','14','1','83','',16.00,'44','55',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(84,'','','','','','','','8oz/263ml Paper Cup +lid','14','1','84','',16.00,'10','0',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(85,'','','','','','','','Plastic Cup +lid 250ml','14','1','85','',16.00,'5','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:40:39','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(86,'','','','','','','','Plastic Lid 250 Ml','14','1','86','',16.00,'1','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:44:52','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(87,'','','','','','','','Plastic Straw Black','14','1','87','',16.00,'1','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 13:06:52','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(88,'','','','','','','','Plastic Cup +lid 500ml','14','1','88','',16.00,'7','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 13:04:50','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(89,'','','','','','','','Plastic Cup 250 Ml','14','1','89','',16.00,'1','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:37:36','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(90,'','','','','','','','Plastic Drinking Straw Clear','14','1','90','',16.00,'1','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:36:38','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(91,'','','','','','','','Serviette','14','1','91','',16.00,'1','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 13:06:27','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(92,'','','','','','','','LPG GAS 6KG','15','1','92','',16.00,'250','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:45:07','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(93,'','','','','','','','Microwaving','16','1','93','',16.00,'5','0',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(94,'','','','','','','','Thermal Paper Roll 79X60MM','17','1','94','',16.00,'172','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-20 10:29:34','1','1','1','0000-00-00','accompaniment','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(95,'','','','','','','','Whipping Cream 6 X 150ML','18','1','95','',16.00,'1055','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(96,'','','','','','','','Rainbow Sprinkles','18','1','96','',16.00,'2.3','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(97,'','','','','','','','Chocolate / Mango Mix Yoghurt 250ml','19','1','97','',16.00,'32.78','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(98,'','','','','','','','Chocolate / Mango Mix Yoghurt 500ml','19','1','98','',16.00,'1','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(99,'','','','','','','','Chocolate Vanilla Mix Yoghurt 500ml','19','1','99','',16.00,'56.17','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(100,'','','','','','','','Chocolate Strawberry Mix Yoghurt 500ml','19','1','100','',16.00,'56.26','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(101,'','','','','','','','Chocolate Vanilla Mix Yoghurt 250ml','19','1','101','',16.00,'30.58','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(102,'','','','','','','','Chocolate Strawberry Mix Yoghurt 250ml','19','1','102','',16.00,'30.63','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(103,'','','','','','','','Mango Strawberry Mix Yoghurt 250ml','19','1','103','',16.00,'30.73','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(104,'','','','','','','','Mango Strawberry Mix Yoghurt 500ml','19','1','104','',16.00,'56.47','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(105,'','','','','','','','Vanilla Mango Mix Yoghurt 250ml','19','1','105','',16.00,'30.69','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(106,'','','','','','','','Vanilla Mango Mix Yoghurt 500ml','19','1','106','',16.00,'56.37','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(107,'','','','','','','','Vanilla Strawberry Mix Yoghurt 250ml','19','1','107','',16.00,'30.73','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(108,'','','','','','','','Vanilla Strawberry Mix Yoghurt 500ml','19','1','108','',16.00,'56.45','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(109,'','','','','','','','Yoghurt Chocolate 500ml','19','1','109','',16.00,'54','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(110,'','','','','','','','Yoghurt Chocolate 250ml','19','1','110','',16.00,'29.5','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(111,'','','','','','','','Yoghurt Chocolate/Litre','19','1','111','',16.00,'115.08','180',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(112,'','','','','','','','Yoghurt Mango/Litre','19','1','112','',16.00,'103.52','180',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(113,'','','','','','','','Yoghurt Mango 250ml','19','1','113','',16.00,'29.75','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(114,'','','','','','','','Yoghurt Mango 500ml','19','1','114','',16.00,'54.5','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(115,'','','','','','','','Yoghurt Strawberry/Litre','19','1','115','',16.00,'174.71','180',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(116,'','','','','','','','Yoghurt Strawberry 250ml','19','1','116','',16.00,'30.77','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(117,'','','','','','','','Yoghurt Strawberry 500ml','19','1','117','',16.00,'56.55','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(118,'','','','','','','','Yoghurt Vanilla/Litre','19','1','118','',16.00,'103.47','180','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-23 16:04:01','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(119,'','','','','','','','Yoghurt Vanilla 250ml','19','1','119','',16.00,'30.68','60',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(120,'','','','','','','','Yoghurt Vanilla 500ml','19','1','120','',16.00,'56.36','100','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2024-08-17 16:28:55','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''); /*!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) DEFAULT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text DEFAULT NULL, `entrydate` date NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) DEFAULT NULL, `branchto` varchar(30) DEFAULT NULL, `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) DEFAULT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) NOT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=66 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,'2','11723889869','2024-08-17 13:17:49','RO00011','','1','2024-08-17 13:19:40','derick','','2024-08-17 13:17:49','Road','','cod','2024-08-17 13:21:46','p.o',6800.00,'1',-5000.00,'2024-08-17 13:17:49','2024-08-17 13:17:49','2024-08-17','1',NULL,'','',NULL,'16','5000','closed','333','0000-00-00',1,1,'Approved',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'7','61723899421','2024-08-17 15:57:01','RO00012','','6','2024-08-17 15:57:33','derick','','2024-08-17 15:57:01','Road','','credit','2024-08-17 15:59:32','p.o',10200.00,'1',0.00,'2024-08-17 15:57:01','2024-08-17 15:57:01','2024-08-17','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,6,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'7','41723904614','2024-08-17 17:23:34','RO00013','Raised during trails','4','2024-08-17 17:25:02','peter','','2024-08-17 17:23:34','Road','','credit','2024-08-17 17:27:27','p.o',680.00,'1',0.00,'2024-08-17 17:23:34','2024-08-17 17:23:34','2024-08-20','3',NULL,'','',NULL,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'20','41723904973','2024-08-17 17:29:33','RO00014','Raised during trails','4','2024-08-17 17:29:53','peter','','2024-08-17 17:29:33','Road','','credit','2024-08-17 17:31:14','p.o',0.00,'1',0.00,'2024-08-17 17:29:33','2024-08-17 17:29:33','2024-08-20','3',NULL,'','',NULL,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'21','41723905333','2024-08-17 17:35:33','RO00015','Raised during trails','4','2024-08-17 17:35:46','peter','','2024-08-17 17:35:33','Road','','credit','2024-08-17 17:36:59','p.o',7.00,'1',0.00,'2024-08-17 17:35:33','2024-08-17 17:35:33','2024-08-20','3',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,'1',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'22','41723906304','2024-08-17 17:51:44','RO00016','Raised during trails','4','2024-08-17 17:52:11','peter','','2024-08-17 17:51:44','Road','','credit','2024-08-17 17:54:03','p.o',6800.00,'1',0.00,'2024-08-17 17:51:44','2024-08-17 17:51:44','2024-08-20','3',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'7','41723916020','0000-00-00 00:00:00','7','','4','2024-08-17 20:34:40','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-08-17 20:33:40','2024-09-16 20:33:40','0000-00-00','',NULL,'VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'','41723916528','2024-08-17 20:42:08','RO00018','','4','2024-08-17 20:43:15','jacky','','2024-08-17 20:42:08','Road','','credit','2024-08-18 10:39:52','p.o',6800.00,'1',0.00,'2024-08-17 20:42:08','2024-08-17 20:42:08','2024-08-18','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'7','41724002713','2024-08-18 20:38:33','RO00019','Raise by error','','2024-08-18 20:39:07','jacky','','2024-08-18 20:38:33','Road','','credit','2024-08-19 06:33:32','p.o',0.00,'1',0.00,'2024-08-18 20:38:33','2024-08-18 20:38:33','2024-08-20','3',NULL,'','',NULL,'16','','closed','333','0000-00-00',0,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'7','61724038827','0000-00-00 00:00:00','10','','6','2024-08-19 06:41:12','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-08-19 06:40:27','2024-09-18 06:40:27','0000-00-00','',NULL,'VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'7','61724039111','2024-08-19 06:45:11','RO000111','','6','2024-08-19 06:46:09','peter','','2024-08-19 06:45:11','Road','','credit','2024-08-19 07:01:44','p.o',10200.00,'1',0.00,'2024-08-19 06:45:11','2024-08-19 06:45:11','2024-08-19','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,6,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'','61724062511','2024-08-19 13:15:11','RO000112','No supplier name','6','2024-08-19 13:15:52','peter','','2024-08-19 13:15:11','Road','','credit','','p.o',175.00,'1',0.00,'2024-08-19 13:15:11','2024-08-19 13:15:11','2024-08-19','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'','61724074205','2024-08-19 16:30:05','RO000113','','6','2024-08-19 16:30:39','peter','','2024-08-19 16:30:05','Road','','credit','','p.o',200.00,'1',0.00,'2024-08-19 16:30:05','2024-08-19 16:30:05','2024-08-19','6',NULL,'','',NULL,'16','','open','333','0000-00-00',1,6,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'10','61724074435','2024-08-19 16:33:56','RO000114','','6','2024-08-19 16:34:33','peter','','2024-08-19 16:33:56','Road','','credit','2024-08-19 17:00:53','p.o',180.00,'1',-180.00,'2024-08-19 16:33:56','2024-08-19 16:33:56','2024-08-19','6',NULL,'','0',0.00,'16','180','closed','333','0000-00-00',1,6,'Approved',NULL,'25',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,'7','61724090152','2024-08-19 20:55:52','RO000115','','6','2024-08-19 20:56:19','peter','','2024-08-19 20:55:52','Road','','credit','2024-08-20 06:45:55','p.o',10200.00,'1',-10200.00,'2024-08-19 20:55:52','2024-08-19 20:55:52','2024-08-20','3',NULL,'','0',0.00,'16','10200','closed','333','0000-00-00',1,6,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,'8','61724141623','2024-08-20 11:13:43','RO000116','Raised wrongly','6','2024-08-20 11:14:28','peter','','2024-08-20 11:13:43','Road','','credit','','p.o',875.00,'1',0.00,'2024-08-20 11:13:43','2024-08-20 11:13:43','2024-08-20','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,'8','61724142171','2024-08-20 11:22:51','RO000117','','6','2024-08-20 11:24:28','peter','','2024-08-20 11:22:51','Road','','credit','2024-08-20 17:36:35','p.o',2620.00,'1',-2620.00,'2024-08-20 11:22:51','2024-08-20 11:22:51','2024-08-21','3',NULL,'','0',0.00,'16','2620','closed','333','0000-00-00',1,6,'Approved',NULL,'554',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,'7','61724172329','2024-08-20 19:45:29','RO000118','','','2024-08-20 19:47:12','peter','','2024-08-20 19:45:29','Road','','credit','2024-08-21 06:27:50','p.o',10200.00,'1',0.00,'2024-08-20 19:45:29','2024-08-20 19:45:29','2024-08-21','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,6,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,'2','61724221826','2024-08-21 09:30:26','RO000119','Trial','6','2024-08-21 09:31:53','derick','','2024-08-21 09:30:26','Road','','cod','','p.o',12.00,'1',0.00,'2024-08-21 09:30:26','2024-08-21 09:30:26','2024-08-21','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,'10','31724228021','0000-00-00 00:00:00','20','','3','2024-08-21 11:14:19','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-08-21 11:13:41','2024-09-20 11:13:41','0000-00-00','',NULL,'VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'Main',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,'39','31724228464','0000-00-00 00:00:00','TPI28839','','3','2024-08-21 11:22:29','','Direct','0000-00-00 00:00:00','','','','','purchases',846.00,'1',-729.31,'2024-08-21 11:21:04','2024-09-20 11:21:04','2024-08-21','3','','VATABLE','116.69',729.31,'16','846','closed',NULL,'0000-00-00',1,0,NULL,'Main','90',NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,'','61724260409','2024-08-21 20:13:30','RO000122','','6','2024-08-21 20:14:55','jacky','','2024-08-21 20:13:30','Road','','credit','','p.o',0.00,'1',0.00,'2024-08-21 20:13:30','2024-08-21 20:13:30','0000-00-00','',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,NULL,NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,'','61724261125','2024-08-21 20:25:26','RO000123','','','2024-08-21 20:26:02','jacky','','2024-08-21 20:25:26','Road','','credit','2024-08-22 08:58:57','p.o',10200.00,'1',0.00,'2024-08-21 20:25:26','2024-08-21 20:25:26','2024-08-22','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,'','41724347918','2024-08-22 20:31:58','RO000124','','','2024-08-22 20:33:01','jacky','','2024-08-22 20:31:58','Road','','credit','2024-08-23 11:13:04','p.o',6800.00,'1',0.00,'2024-08-22 20:31:58','2024-08-22 20:31:58','2024-08-23','3',NULL,'','',NULL,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,'','41724468959','2024-08-24 06:09:19','RO000125','','','2024-08-24 06:09:42','jacky','','2024-08-24 06:09:19','Road','','credit','2024-08-24 09:59:44','p.o',0.00,'1',0.00,'2024-08-24 06:09:19','2024-08-24 06:09:19','2024-08-24','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,'','41724521210','2024-08-24 20:40:11','RO000126','','','2024-08-24 20:40:34','peter','','2024-08-24 20:40:11','Road','','credit','2024-08-25 07:29:40','p.o',10200.00,'1',0.00,'2024-08-24 20:40:11','2024-08-24 20:40:11','2024-08-25','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,'7','61724607714','2024-08-25 20:41:54','RO000127','','6','2024-08-25 20:42:24','peter','','2024-08-25 20:41:54','Road','','credit','2024-08-26 20:43:51','p.o',0.00,'1',0.00,'2024-08-25 20:41:54','2024-08-25 20:41:54','2024-08-26','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,'7','41724694266','2024-08-26 20:44:26','RO000128','Wrong quantity','4','2024-08-26 20:45:11','jacky','','2024-08-26 20:44:26','Road','','credit','','p.o',6800.00,'1',0.00,'2024-08-26 20:44:26','2024-08-26 20:44:26','2024-08-27','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,'7','41724740046','2024-08-27 09:27:26','RO000129','','','2024-08-27 09:27:55','jacky','','2024-08-27 09:27:26','Road','','credit','2024-08-27 10:08:32','p.o',10200.00,'1',0.00,'2024-08-27 09:27:26','2024-08-27 09:27:26','2024-08-27','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,'7','41724823071','2024-08-28 08:31:11','RO000130','','4','2024-08-28 08:31:41','jacky','','2024-08-28 08:31:11','Road','','credit','2024-08-28 08:56:02','p.o',0.00,'1',0.00,'2024-08-28 08:31:11','2024-08-28 08:31:11','2024-08-28','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,'8','41724830507','2024-08-28 10:35:07','RO000131','','4','2024-08-28 10:35:40','peter','','2024-08-28 10:35:07','Road','','credit','','p.o',0.00,'1',0.00,'2024-08-28 10:35:07','2024-08-28 10:35:07','0000-00-00','',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,NULL,NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(32,'8','41724835531','2024-08-28 11:58:51','RO000132','','','2024-08-28 11:59:16','peter','','2024-08-28 11:58:51','Road','','credit','2024-08-28 20:25:24','p.o',1945.00,'1',0.00,'2024-08-28 11:58:51','2024-08-28 11:58:51','2024-08-28','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'179',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,'7','41724866126','2024-08-28 20:28:46','RO000133','','4','2024-08-28 20:29:18','peter','','2024-08-28 20:28:46','Road','','credit','2024-08-29 17:22:46','p.o',6800.00,'1',0.00,'2024-08-28 20:28:46','2024-08-28 20:28:46','2024-08-29','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,'7','61724953933','2024-08-29 20:52:13','RO000134','Wrong qty','6','2024-08-29 20:53:55','peter','','2024-08-29 20:52:13','Road','','credit','','p.o',10200.00,'1',0.00,'2024-08-29 20:52:13','2024-08-29 20:52:13','2024-08-30','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,'7','61724993508','2024-08-30 07:51:48','RO000135','','6','2024-08-30 07:52:19','peter','','2024-08-30 07:51:48','Road','','credit','2024-08-30 17:29:47','p.o',6800.00,'1',0.00,'2024-08-30 07:51:48','2024-08-30 07:51:48','2024-08-30','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(36,'7','61725028258','2024-08-30 17:30:59','RO000136','','','2024-08-30 17:31:25','jacky','','2024-08-30 17:30:59','Road','','credit','2024-08-30 18:27:12','p.o',6800.00,'1',0.00,'2024-08-30 17:30:59','2024-08-30 17:30:59','2024-08-30','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(37,'7','61725039737','2024-08-30 20:42:17','RO000137','','6','2024-08-30 20:42:39','peter','','2024-08-30 20:42:17','Road','','credit','2024-08-31 06:20:50','p.o',10200.00,'1',0.00,'2024-08-30 20:42:17','2024-08-30 20:42:17','2024-09-01','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,'7','61725124981','2024-08-31 20:23:01','RO000138','','6','2024-08-31 20:23:28','peter','','2024-08-31 20:23:01','Road','','credit','2024-09-01 20:15:26','p.o',0.00,'1',0.00,'2024-08-31 20:23:01','2024-08-31 20:23:01','2024-09-01','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(39,'7','41725210941','2024-09-01 20:15:41','RO000139','','4','2024-09-01 20:16:01','jacky','','2024-09-01 20:15:41','Road','','credit','2024-09-02 13:38:27','p.o',6800.00,'1',0.00,'2024-09-01 20:15:41','2024-09-01 20:15:41','2024-09-02','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,'7','61725332919','2024-09-03 06:08:39','RO000140','','6','2024-09-03 06:09:16','peter','','2024-09-03 06:08:39','Road','','credit','2024-09-03 07:45:23','p.o',10200.00,'1',0.00,'2024-09-03 06:08:39','2024-09-03 06:08:39','2024-09-03','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,'40','61725339093','2024-09-03 07:51:33','RO000141','','6','2024-09-03 07:51:53','peter','','2024-09-03 07:51:33','Road','','credit','2024-09-03 07:59:00','p.o',355.00,'1',0.00,'2024-09-03 07:51:33','2024-09-03 07:51:33','2024-09-03','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,'8','61725353616','2024-09-03 11:53:36','RO000142','','','2024-09-03 11:55:02','peter','','2024-09-03 11:53:36','Road','','credit','','p.o',1895.00,'1',0.00,'2024-09-03 11:53:36','2024-09-03 11:53:36','2024-09-03','',NULL,'','',NULL,'16','','open','333','0000-00-00',0,3,NULL,NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(43,'','61725385488','2024-09-03 20:44:48','RO000143','','6','2024-09-03 20:45:19','peter','','2024-09-03 20:44:48','Road','','credit','2024-09-04 20:28:30','p.o',0.00,'1',0.00,'2024-09-03 20:44:48','2024-09-03 20:44:48','2024-09-05','3',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(44,'7','61725470923','2024-09-04 20:28:43','RO000144','','6','2024-09-04 20:29:08','jacky','','2024-09-04 20:28:43','Road','','credit','2024-09-05 08:34:58','p.o',0.00,'1',0.00,'2024-09-04 20:28:43','2024-09-04 20:28:43','2024-09-05','3',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Rejected',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,'7','41725514568','2024-09-05 08:36:08','RO000145','','4','2024-09-05 08:37:27','jacky','','2024-09-05 08:36:08','Road','','credit','2024-09-05 08:43:44','p.o',10200.00,'1',0.00,'2024-09-05 08:36:08','2024-09-05 08:36:08','2024-09-06','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,'7','41725557836','2024-09-05 20:37:16','RO000146','','','2024-09-05 20:37:42','jacky','','2024-09-05 20:37:16','Road','','credit','2024-09-06 16:48:03','p.o',6800.00,'1',0.00,'2024-09-05 20:37:16','2024-09-05 20:37:16','2024-09-06','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,'7','61725643473','2024-09-06 20:24:33','RO000147','','6','2024-09-06 20:25:00','jacky','','2024-09-06 20:24:33','Road','','credit','2024-09-07 06:22:24','p.o',10200.00,'1',0.00,'2024-09-06 20:24:33','2024-09-06 20:24:33','2024-09-07','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(48,'7','41725729394','2024-09-07 20:16:35','RO000148','','4','2024-09-07 20:17:04','jacky','','2024-09-07 20:16:35','Road','','credit','2024-09-08 18:04:24','p.o',10200.00,'1',0.00,'2024-09-07 20:16:35','2024-09-07 20:16:35','2024-09-08','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(49,'7','61725818864','2024-09-08 21:07:44','RO000149','','6','2024-09-08 21:08:06','peter','','2024-09-08 21:07:44','Road','','credit','2024-09-09 09:09:51','p.o',0.00,'1',0.00,'2024-09-08 21:07:44','2024-09-08 21:07:44','2024-09-09','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(50,'','41725901707','2024-09-09 20:08:27','RO000150','','4','2024-09-09 20:08:46','jacky','','2024-09-09 20:08:27','Road','','credit','2024-09-10 10:04:01','p.o',10200.00,'1',0.00,'2024-09-09 20:08:27','2024-09-09 20:08:27','2024-09-10','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(51,'8','41725952180','2024-09-10 10:09:40','RO000151','','','2024-09-10 10:10:06','jacky','','2024-09-10 10:09:40','Road','','credit','2024-09-11 20:46:07','p.o',2155.00,'1',0.00,'2024-09-10 10:09:40','2024-09-10 10:09:40','2024-09-10','3',NULL,'','',NULL,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(52,'','41725990195','2024-09-10 20:43:15','RO000152','','4','2024-09-10 20:43:38','jacky','','2024-09-10 20:43:15','Road','','credit','2024-09-11 14:23:07','p.o',0.00,'1',0.00,'2024-09-10 20:43:15','2024-09-10 20:43:15','2024-09-11','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(53,'7','41726076786','2024-09-11 20:46:26','RO000153','Delivered only 100 liters ','4','2024-09-11 20:46:48','peter','','2024-09-11 20:46:26','Road','','credit','','p.o',10200.00,'1',0.00,'2024-09-11 20:46:26','2024-09-11 20:46:26','2024-09-12','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(54,'7','61726116067','2024-09-12 07:41:07','RO000154','','6','2024-09-12 07:41:41','peter','','2024-09-12 07:41:07','Road','','credit','2024-09-12 08:16:55','p.o',6800.00,'1',0.00,'2024-09-12 07:41:07','2024-09-12 07:41:07','2024-09-12','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(55,'7','61726160959','2024-09-12 20:09:19','RO000155','','6','2024-09-12 20:10:32','peter','','2024-09-12 20:09:19','Road','','credit','2024-09-13 20:44:00','p.o',10200.00,'1',0.00,'2024-09-12 20:09:19','2024-09-12 20:09:19','2024-09-13','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(56,'7','61726249452','2024-09-13 20:44:12','RO000156','Wrong quantity ','6','2024-09-13 20:44:34','jacky','','2024-09-13 20:44:12','Road','','credit','','p.o',6800.00,'1',0.00,'2024-09-13 20:44:12','2024-09-13 20:44:12','2024-09-14','3',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,'Rejected',NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(57,'7','41726295278','2024-09-14 09:27:58','RO000157','','4','2024-09-14 09:28:24','jacky','','2024-09-14 09:27:58','Road','','credit','2024-09-14 09:35:13','p.o',10200.00,'1',0.00,'2024-09-14 09:27:58','2024-09-14 09:27:58','2024-09-14','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(58,'7','41726335519','2024-09-14 20:38:39','RO000158','','4','2024-09-14 20:38:58','jacky','','2024-09-14 20:38:39','Road','','credit','2024-09-15 08:11:43','p.o',6800.00,'1',0.00,'2024-09-14 20:38:39','2024-09-14 20:38:39','2024-09-15','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'100',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(59,'7','41726420165','2024-09-15 20:09:25','RO000159','','4','2024-09-15 20:09:51','jacky','','2024-09-15 20:09:25','Road','','credit','2024-09-17 06:20:23','p.o',10200.00,'1',0.00,'2024-09-15 20:09:25','2024-09-15 20:09:25','2024-09-17','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(60,'7','61726549490','2024-09-17 08:04:50','RO000160','','6','2024-09-17 08:05:10','peter','','2024-09-17 08:04:50','Road','','credit','2024-09-17 12:00:15','p.o',10200.00,'1',0.00,'2024-09-17 08:04:50','2024-09-17 08:04:50','2024-09-17','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(61,'8','61726563639','2024-09-17 12:00:39','RO000161','','','2024-09-17 12:02:15','peter','','2024-09-17 12:00:39','Road','','credit','2024-09-17 17:20:30','p.o',3025.00,'1',0.00,'2024-09-17 12:00:39','2024-09-17 12:00:39','2024-09-17','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',0,3,'Approved',NULL,'704',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(62,'7','61726595680','2024-09-17 20:54:40','RO000162','','6','2024-09-17 20:55:08','peter','','2024-09-17 20:54:40','Road','','credit','2024-09-18 20:25:44','p.o',0.00,'1',0.00,'2024-09-17 20:54:40','2024-09-17 20:54:40','2024-09-18','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(63,'7','61726680290','2024-09-18 20:24:50','RO000163','','6','2024-09-18 20:25:19','peter','','2024-09-18 20:24:50','Road','','credit','2024-09-19 12:17:34','p.o',10200.00,'1',0.00,'2024-09-18 20:24:50','2024-09-18 20:24:50','2024-09-19','6',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'150',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(64,'7','41726807114','2024-09-20 07:38:34','RO000164','','4','2024-09-20 07:39:22','peter','','2024-09-20 07:38:34','Road','','credit','2024-09-20 20:47:59','p.o',0.00,'1',0.00,'2024-09-20 07:38:34','2024-09-20 07:38:34','2024-09-20','4',NULL,'','0',0.00,'16','','closed','333','0000-00-00',1,3,'Approved',NULL,'0',NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(65,'7','41726854490','2024-09-20 20:48:10','RO000165','','4','2024-09-20 20:48:43','peter','','2024-09-20 20:48:10','Road','','credit','','p.o',6800.00,'1',0.00,'2024-09-20 20:48:10','2024-09-20 20:48:10','0000-00-00','',NULL,'','',NULL,'16','','open','333','0000-00-00',1,3,NULL,NULL,NULL,NULL,NULL,0,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,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 ('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('assets',1),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('branch',1),('cashiersales',1),('cashiersales',2),('cashiersales',4),('cashiersales',8),('chequemanagemant',1),('config',1),('damagedproducts',1),('income',1),('income',2),('incomeexpenses',1),('incomeexpenses',2),('incomeexpenses',5),('incomingstock',1),('journalentry',1),('lowproducts',1),('lowstocklist',1),('members',1),('members',2),('password',1),('password',2),('password',4),('password',8),('productlist',1),('productlist',2),('products',1),('productscategory',1),('profile',1),('profile',8),('purchases',1),('purchases',2),('quotation',1),('reports',1),('sales',1),('sales',2),('sales',4),('sales',8),('users',1),('viewreturnsales',1),('viewreturnsales',4); /*!40000 ALTER TABLE `rolepermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissionsactions` -- DROP TABLE IF EXISTS `rolepermissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1349 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissionsactions` -- LOCK TABLES `rolepermissionsactions` WRITE; /*!40000 ALTER TABLE `rolepermissionsactions` DISABLE KEYS */; INSERT INTO `rolepermissionsactions` VALUES (1,'sales','4','add'),(2,'sales','4','suspend'),(3,'sales','4','printreceipt'),(4,'sales','4','update'),(5,'sales','4','cash'),(6,'sales','4','delete'),(7,'sales','4','moresales'),(8,'sales','4','sale'),(9,'sales','4','Logout'),(10,'sales','4','mpesabalance'),(11,'sales','4','discount'),(12,'sales','4','reprint'),(13,'sales','4','select'),(14,'sales','4','printbill'),(15,'sales','4','productdiscount'),(16,'sales','4','mpesa'),(17,'sales','4','order'),(18,'sales','4','closebill'),(19,'sales','4','viewbuyingprice'),(20,'sales','4','editsellingprice'),(21,'sales','4','updatepaymentmode'),(22,'sales','4','card'),(23,'sales','4','clearpayments'),(24,'sales','4','cheque'),(25,'sales','4','creditnote'),(26,'sales','4','voucher'),(27,'sales','4','salesbeyondbprice'),(28,'sales','4','points'),(29,'sales','4','credit'),(30,'sales','4','selectroom'),(31,'sales','4','dontprint'),(32,'sales','4','accountlimit'),(33,'sales','4','backdatesales'),(34,'sales','4','recordcoins'),(35,'sales','4','changetaxstatus'),(36,'sales','4','leaseitems'),(37,'sales','4','giveloyalityponts'),(38,'sales','4','dontshowstock'),(39,'sales','4','splitbill'),(40,'sales','4','changeuomonsales'),(41,'sales','4','selecttable'),(42,'sales','4','printdelivery'),(43,'sales','4','sendsms'),(44,'sales','4','selectcurrency'),(45,'sales','4','salesperson'),(46,'sales','4','usekeyboard'),(47,'sales','4','receiptno'),(48,'sales','4','negativesales'),(49,'cashiersales','4','entermpesacode'),(50,'cashiersales','4','editmpesa'),(51,'cashiersales','4','all'),(52,'cashiersales','4','delete'),(53,'cashiersales','4','cashiersales'),(54,'cashiersales','4','editmpesadate'),(55,'cashiersales','4','dontshowtotal'),(56,'cashiersales','4','adddailycollection'),(57,'cashiersales','4','viewtill'),(58,'cashiersales','4','viewdailycollections'),(59,'cashiersales','4','deletedailycollections'),(60,'cashiersales','4','updatedailycollections'),(61,'cashiersales','4','reversempesa'),(62,'cashiersales','4','clearallsales'),(63,'cashiersales','4','viewallcollections'),(64,'cashiersales','4','viewallcounters'),(65,'cashiersales','4','mpesapendingreport'),(66,'cashiersales','4','mpesaverifiedreport'),(67,'cashiersales','4','viewcommission'),(68,'cashiersales','4','viewmpesamessages'),(69,'cashiersales','4','dailysalesonly'),(70,'viewreturnsales','4','add'),(71,'viewreturnsales','4','update'),(72,'viewreturnsales','4','delete'),(73,'viewreturnsales','4','return'),(74,'viewreturnsales','4','clear'),(75,'viewreturnsales','4','moresales'),(76,'password','4','change'),(77,'sales','8','add'),(78,'sales','8','suspend'),(79,'sales','8','update'),(80,'sales','8','cash'),(81,'sales','8','moresales'),(82,'sales','8','sale'),(83,'sales','8','Logout'),(84,'sales','8','displaycustomers'),(85,'sales','8','select'),(86,'sales','8','printbill'),(87,'sales','8','productdiscount'),(88,'sales','8','mpesa'),(89,'sales','8','order'),(90,'sales','8','closebill'),(91,'sales','8','viewbuyingprice'),(92,'sales','8','editsellingprice'),(93,'sales','8','updatepaymentmode'),(94,'sales','8','card'),(95,'sales','8','clearpayments'),(96,'sales','8','cheque'),(97,'sales','8','creditnote'),(98,'sales','8','voucher'),(99,'sales','8','salesbeyondbprice'),(100,'sales','8','points'),(101,'sales','8','credit'),(102,'sales','8','selectroom'),(103,'sales','8','dontprint'),(104,'sales','8','backdatesales'),(105,'sales','8','recordcoins'),(106,'sales','8','changetaxstatus'),(107,'sales','8','giveloyalityponts'),(108,'sales','8','dontshowstock'),(109,'sales','8','splitbill'),(110,'sales','8','changeuomonsales'),(111,'sales','8','selecttable'),(112,'sales','8','printdelivery'),(113,'sales','8','sendsms'),(114,'sales','8','selectcurrency'),(115,'sales','8','salesperson'),(116,'sales','8','usekeyboard'),(117,'sales','8','receiptno'),(118,'cashiersales','8','entermpesacode'),(119,'cashiersales','8','editmpesa'),(120,'cashiersales','8','all'),(121,'cashiersales','8','cashiersales'),(122,'cashiersales','8','editmpesadate'),(123,'cashiersales','8','dontshowtotal'),(124,'cashiersales','8','viewtill'),(125,'cashiersales','8','viewdailycollections'),(126,'cashiersales','8','updatedailycollections'),(127,'cashiersales','8','viewallcounters'),(128,'cashiersales','8','viewcommission'),(129,'cashiersales','8','viewmpesamessages'),(130,'cashiersales','8','dailysalesonly'),(131,'password','8','change'),(132,'profile','8','update'),(512,'incomeexpenses','5','add'),(513,'incomeexpenses','5','closeexpense'),(514,'incomeexpenses','5','update'),(515,'incomeexpenses','5','updateclosedexpenses'),(516,'incomeexpenses','5','wiewinvoices'),(517,'incomeexpenses','5','viewbills'),(518,'incomeexpenses','5','viewexpense'),(519,'incomeexpenses','5','viewdebtors'),(520,'incomeexpenses','5','viewcreditors'),(521,'incomeexpenses','5','postrentalexpenses'),(522,'accounting','5','deletebank'),(523,'accounting','5','deleteglaccount'),(524,'accounting','5','view'),(525,'bankdeposits','5','add'),(526,'bankdeposits','5','update'),(527,'bankdeposits','5','delete'),(528,'banktransfer','5','add'),(529,'accountingreports','5','view'),(572,'sales','1','selectmessage'),(573,'sales','1','add'),(574,'sales','1','suspend'),(575,'sales','1','printreceipt'),(576,'sales','1','update'),(577,'sales','1','cash'),(578,'sales','1','delete'),(579,'sales','1','moresales'),(580,'sales','1','sale'),(581,'sales','1','reprint'),(582,'sales','1','Logout'),(583,'sales','1','select'),(584,'sales','1','mpesabalance'),(585,'sales','1','discount'),(586,'sales','1','mpesa'),(587,'sales','1','productdiscount'),(588,'sales','1','printbill'),(589,'sales','1','order'),(590,'sales','1','closebill'),(591,'sales','1','editsellingprice'),(592,'sales','1','viewbuyingprice'),(593,'sales','1','card'),(594,'sales','1','updatepaymentmode'),(595,'sales','1','clearpayments'),(596,'sales','1','cheque'),(597,'sales','1','creditnote'),(598,'sales','1','voucher'),(599,'sales','1','salesbeyondbprice'),(600,'sales','1','points'),(601,'sales','1','credit'),(602,'sales','1','dontprint'),(603,'sales','1','backdatesales'),(604,'sales','1','recordcoins'),(605,'sales','1','leaseitems'),(606,'sales','1','changetaxstatus'),(607,'sales','1','giveloyalityponts'),(608,'sales','1','splitbill'),(609,'sales','1','changeuomonsales'),(610,'sales','1','printdelivery'),(611,'sales','1','entermpesacode'),(612,'sales','1','sendsms'),(613,'sales','1','usekeyboard'),(614,'sales','1','receiptno'),(615,'sales','1','salesperson'),(616,'sales','1','selectcurrency'),(617,'sales','1','negativesales'),(618,'cashiersales','1','entermpesacode'),(619,'cashiersales','1','editmpesa'),(620,'cashiersales','1','all'),(621,'cashiersales','1','delete'),(622,'cashiersales','1','cashiersales'),(623,'cashiersales','1','editmpesadate'),(624,'cashiersales','1','adddailycollection'),(625,'cashiersales','1','viewtill'),(626,'cashiersales','1','viewdailycollections'),(627,'cashiersales','1','updatedailycollections'),(628,'cashiersales','1','reversempesa'),(629,'cashiersales','1','deletedailycollections'),(630,'cashiersales','1','clearallsales'),(631,'cashiersales','1','viewallcollections'),(632,'cashiersales','1','mpesapendingreport'),(633,'cashiersales','1','viewallcounters'),(634,'cashiersales','1','mpesaverifiedreport'),(635,'cashiersales','1','viewcommission'),(636,'cashiersales','1','dailysalesonly'),(637,'cashiersales','1','viewmpesamessages'),(638,'purchases','1','add'),(639,'purchases','1','update'),(640,'purchases','1','delete'),(641,'purchases','1','updatebuyingprice'),(642,'purchases','1','updatesellingprice'),(643,'purchases','1','updateclosedinvoice'),(644,'purchases','1','viewquotation'),(645,'purchases','1','viewdirectpurchases'),(646,'purchases','1','viewserials'),(647,'purchases','1','viewpurchase'),(648,'purchases','1','salesorder'),(649,'purchases','1','budget'),(650,'purchases','1','showdefaultserials'),(651,'purchases','1','viewallcounters'),(652,'purchases','1','approve'),(653,'purchases','1','addbatchno'),(654,'purchases','1','addexpirydate'),(655,'viewreturnsales','1','add'),(656,'viewreturnsales','1','update'),(657,'viewreturnsales','1','delete'),(658,'viewreturnsales','1','return'),(659,'viewreturnsales','1','clear'),(660,'viewreturnsales','1','moresales'),(661,'viewreturnsales','1','returnclearedsales'),(662,'income','1','View'),(663,'income','1','add'),(664,'income','1','detailedvatinvoice'),(665,'income','1','displaybeforevat'),(666,'income','1','receiveoverpayment'),(667,'income','1','receivedublicatecodes'),(668,'incomeexpenses','1','add'),(669,'incomeexpenses','1','closeexpense'),(670,'incomeexpenses','1','update'),(671,'incomeexpenses','1','updateclosedexpenses'),(672,'incomeexpenses','1','wiewinvoices'),(673,'incomeexpenses','1','viewbills'),(674,'incomeexpenses','1','viewexpense'),(675,'incomeexpenses','1','viewdebtors'),(676,'incomeexpenses','1','viewcreditors'),(677,'incomeexpenses','1','postrentalexpenses'),(678,'branch','1','add'),(679,'branch','1','view'),(680,'branch','1','update'),(681,'branch','1','delete'),(682,'members','1','add'),(683,'members','1','update'),(684,'members','1','deletepeople'),(685,'members','1','opencloseshift'),(686,'users','1','add'),(687,'users','1','update'),(688,'users','1','delete'),(689,'users','1','deleteallroles'),(690,'productscategory','1','add'),(691,'productscategory','1','update'),(692,'productscategory','1','delete'),(693,'productlist','1','bulk'),(694,'productlist','1','move'),(695,'productlist','1','more'),(696,'productlist','1','updatestock'),(697,'productlist','1','transfer'),(698,'productlist','1','addstock'),(699,'productlist','1','delete'),(700,'productlist','1','view'),(701,'productlist','1','update'),(702,'productlist','1','add'),(703,'productlist','1','stocktaking'),(704,'productlist','1','openclosestock'),(705,'productlist','1','editstocktaken'),(706,'productlist','1','editopenclosestock'),(707,'productlist','1','changeserialstatus'),(708,'productlist','1','viewserials'),(709,'productlist','1','viewproductsfromallbranches'),(710,'productlist','1','bulkpriceupdate'),(711,'productlist','1','negativestockadjustment'),(712,'productlist','1','viewproduction'),(713,'productlist','1','assignproduction'),(714,'productlist','1','deleteproductionitem'),(715,'productlist','1','updateproductionitem'),(716,'products','1','add'),(717,'products','1','update'),(718,'products','1','delete'),(719,'products','1','addstock'),(720,'products','1','more'),(721,'products','1','bulk'),(722,'products','1','deleteorder'),(723,'products','1','dispatch'),(724,'products','1','removestock'),(725,'products','1','price'),(726,'products','1','removeallstock'),(727,'products','1','bulkpriceupdate'),(728,'products','1','negativestockadjustment'),(729,'incomingstock','1','add'),(730,'incomingstock','1','update'),(731,'incomingstock','1','view'),(732,'incomingstock','1','delete'),(733,'lowstocklist','1','add'),(734,'lowstocklist','1','more'),(735,'lowstocklist','1','view'),(736,'lowproducts','1','add'),(737,'lowproducts','1','update'),(738,'damagedproducts','1','add'),(739,'damagedproducts','1','update'),(740,'damagedproducts','1','delete'),(741,'assets','1','add'),(742,'assets','1','update'),(743,'assets','1','delete'),(744,'accounting','1','deletebank'),(745,'accounting','1','deleteglaccount'),(746,'accounting','1','view'),(747,'bankdeposits','1','add'),(748,'bankdeposits','1','update'),(749,'bankdeposits','1','delete'),(750,'banktransfer','1','add'),(751,'journalentry','1','add'),(752,'accountingreports','1','view'),(753,'chequemanagemant','1','add'),(754,'chequemanagemant','1','view'),(755,'reports','1','view'),(756,'reports','1','download'),(757,'reports','1','delete'),(758,'reports','1','update'),(759,'reports','1','viewall'),(760,'password','1','change'),(761,'profile','1','update'),(762,'quotation','1','add'),(763,'quotation','1','update'),(764,'quotation','1','delete'),(765,'quotation','1','view'),(766,'quotation','1','viewall'),(767,'config','1','delete'),(768,'config','1','add'),(769,'config','1','update'),(1267,'sales','2','selectmessage'),(1268,'sales','2','add'),(1269,'sales','2','suspend'),(1270,'sales','2','printreceipt'),(1271,'sales','2','update'),(1272,'sales','2','cash'),(1273,'sales','2','moresales'),(1274,'sales','2','sale'),(1275,'sales','2','reprint'),(1276,'sales','2','Logout'),(1277,'sales','2','select'),(1278,'sales','2','mpesa'),(1279,'sales','2','closebill'),(1280,'sales','2','card'),(1281,'sales','2','updatepaymentmode'),(1282,'sales','2','clearpayments'),(1283,'sales','2','cheque'),(1284,'sales','2','creditnote'),(1285,'sales','2','credit'),(1286,'sales','2','dontprint'),(1287,'sales','2','recordcoins'),(1288,'sales','2','dontshowstock'),(1289,'sales','2','giveloyalityponts'),(1290,'sales','2','entermpesacode'),(1291,'sales','2','negativesales'),(1292,'sales','2','updateqtysales'),(1293,'sales','2','displaypreviousbalance'),(1294,'sales','2','restrictbillprintingtotwo'),(1295,'cashiersales','2','entermpesacode'),(1296,'cashiersales','2','editmpesa'),(1297,'cashiersales','2','all'),(1298,'cashiersales','2','cashiersales'),(1299,'cashiersales','2','editmpesadate'),(1300,'cashiersales','2','adddailycollection'),(1301,'cashiersales','2','viewtill'),(1302,'cashiersales','2','viewdailycollections'),(1303,'cashiersales','2','updatedailycollections'),(1304,'cashiersales','2','clearallsales'),(1305,'cashiersales','2','viewallcollections'),(1306,'cashiersales','2','mpesapendingreport'),(1307,'cashiersales','2','viewallcounters'),(1308,'cashiersales','2','mpesaverifiedreport'),(1309,'cashiersales','2','viewcommission'),(1310,'cashiersales','2','dailysalesonly'),(1311,'cashiersales','2','viewmpesamessages'),(1312,'purchases','2','add'),(1313,'purchases','2','update'),(1314,'purchases','2','updatebuyingprice'),(1315,'purchases','2','updatesellingprice'),(1316,'purchases','2','viewquotation'),(1317,'purchases','2','viewdirectpurchases'),(1318,'purchases','2','viewpurchase'),(1319,'purchases','2','salesorder'),(1320,'purchases','2','viewallcounters'),(1321,'income','2','View'),(1322,'income','2','add'),(1323,'income','2','detailedvatinvoice'),(1324,'income','2','displaybeforevat'),(1325,'income','2','receiveoverpayment'),(1326,'income','2','receivedublicatecodes'),(1327,'incomeexpenses','2','add'),(1328,'incomeexpenses','2','closeexpense'),(1329,'incomeexpenses','2','update'),(1330,'incomeexpenses','2','updateclosedexpenses'),(1331,'incomeexpenses','2','wiewinvoices'),(1332,'incomeexpenses','2','viewbills'),(1333,'incomeexpenses','2','viewexpense'),(1334,'incomeexpenses','2','viewdebtors'),(1335,'incomeexpenses','2','viewcreditors'),(1336,'incomeexpenses','2','postrentalexpenses'),(1337,'incomeexpenses','2','uploadexpenses'),(1338,'members','2','add'),(1339,'members','2','update'),(1340,'members','2','deletepeople'),(1341,'members','2','opencloseshift'),(1342,'members','2','UpdateRenewal'),(1343,'productlist','2','view'),(1344,'productlist','2','stocktaking'),(1345,'productlist','2','openclosestock'),(1346,'productlist','2','dontshowstock'),(1347,'productlist','2','viewbprice'),(1348,'password','2','change'); /*!40000 ALTER TABLE `rolepermissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'ADMIN','\r\n','2024-08-17 13:47:48','active','1','','1',''),(2,'SALES','','2024-08-17 13:47:32','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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; INSERT INTO `roomsales` VALUES (1,2,'ROHO0232',14,'2024-07-25 10:21:35',175.00,1,1,'New','6','',0,1,'11721892082','11714973733'); /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `nhif` int(20) DEFAULT NULL, `nssf` varchar(20) DEFAULT NULL, `paye` varchar(20) DEFAULT NULL, `advance` varchar(20) DEFAULT NULL, `otherdeductions` varchar(20) DEFAULT NULL, `currency` varchar(20) DEFAULT NULL, `transactiontypecode` varchar(20) DEFAULT NULL, `chargetype` varchar(20) DEFAULT NULL, `paymenttype` varchar(20) NOT NULL, `nhifrelief` decimal(10,2) NOT NULL, `houselevy` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','1','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Painting','2024-02-26 12:44:38','Active','1','','1','Pay','Fixed','Fixed',1.00,500.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Branding ','2024-02-26 12:44:20','Active','1','','1','Pay','Variable','Variable',1.00,200.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'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, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=2732 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-08-17 13:11:03','','0','1','2024-08-17 13:11:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','11','0','11723889455','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2,'','Creditnote','','2024-08-17 16:10:54','','0','1','2024-08-17 16:10:54',NULL,'0','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','2','80','11723900248','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3,'','Cash','','2024-08-17 16:34:39','','0','1','2024-08-17 16:34:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','11723901672','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(4,'','Cash','','2024-08-17 17:07:17','','0','6','2024-08-17 17:07:17','28','100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','2','0','61723903499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(5,'','Cash','','2024-08-17 17:12:27','','0','6','2024-08-17 17:12:27','','160','400','1','retail','0','400','1','0','0','0','0','240','0','printed',' ','','2','0','61723903766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(6,'','Invoice','','2024-08-17 17:15:34','','0','6','2024-08-17 17:15:34','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','2','0','61723903973','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(7,'','Cash','','2024-08-17 18:14:43','','0','6','2024-08-17 18:14:43','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61723907639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(8,'','Cash','','2024-08-17 18:15:48','','0','6','2024-08-17 18:15:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61723907699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(9,'p','Mpesa','','2024-08-18 11:14:57','','0','4','2024-08-18 11:14:57','','0','1540','1','retail','0','1540','1','0','0','0','0','1540','0','printed',' ','','2','0','41723967984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(10,'','Cash','','2024-08-18 11:17:36','','0','4','2024-08-18 11:17:36','25','420','420','1','retail','0','420','1','0','0','0','0','0','0','printed',' ','','2','0','41723968929','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(11,'hgf','Cash','','2024-08-18 11:19:52','','0','4','2024-08-18 11:19:52','25','50','390','1','retail','0','390','1','0','0','0','0','340','0','printed',' ','ytu','2','0','41723969074','Cleared','4','2024-08-18 20:05:00','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(12,'','Cash','','2024-08-18 12:07:36','','0','4','2024-08-18 12:07:36','25','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','1','0','41723972034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(13,'mpesa','Mpesa','','2024-08-18 12:08:40','','0','4','2024-08-18 12:08:40','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41723972069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(14,'','Cash','','2024-08-18 12:09:49','','0','4','2024-08-18 12:09:49','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','t4ert','2','0','41723972143','Cleared','4','2024-08-18 16:30:55','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(15,'','Invoice','','2024-08-18 12:11:54','','-320','4','2024-08-18 12:11:54','26','0','320','1','retail','0','320','1','0','0','320','0','0','0','printed',' ','','2','0','41723972216','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(16,'i8','Mpesa','','2024-08-18 12:36:10','','0','4','2024-08-18 12:36:10','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41723973758','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(17,'','Invoice','','2024-08-18 12:36:46','','-120','4','2024-08-18 12:36:46','28','0','120','1','retail','0','120','1','0','0','120','0','0','0','printed',' ','','2','0','41723973787','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(18,'','Cash','','2024-08-18 12:43:13','','0','4','2024-08-18 12:43:13','25','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','2','0','41723974098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(19,'','Cash','','2024-08-18 13:44:26','','0','4','2024-08-18 13:44:26','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','1','0','41723974202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(20,'','Mpesa','','2024-08-18 13:50:50','','0','4','2024-08-18 13:50:50','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','ytuyt','3','0','41723977869','Cleared','4','2024-08-18 20:02:37','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(21,'i','Mpesa','','2024-08-18 13:54:59','','0','4','2024-08-18 13:54:59','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41723978490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(22,'fg','Mpesa','','2024-08-18 14:16:41','','0','4','2024-08-18 14:16:41','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41723978513','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(23,'njjhjh','Mpesa','','2024-08-18 14:41:18','','0','4','2024-08-18 14:41:18','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41723979819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(24,'ghh','Mpesa','','2024-08-18 15:32:06','','0','4','2024-08-18 15:32:06','25','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41723981296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(25,'fg','Mpesa','','2024-08-18 15:46:25','','0','4','2024-08-18 15:46:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41723984352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(26,'','Cash','','2024-08-18 16:13:46','','0','4','2024-08-18 16:13:46','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41723985195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(27,'t','Mpesa','','2024-08-18 16:23:31','','0','4','2024-08-18 16:23:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41723986888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(28,'dvf','Mpesa','','2024-08-18 16:28:56','','0','4','2024-08-18 16:28:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','6','0','41723987419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(29,'fd','Mpesa','','2024-08-18 16:40:36','','0','4','2024-08-18 16:40:36','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41723988352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(30,'','Cash','','2024-08-18 16:42:29','','0','4','2024-08-18 16:42:29','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41723988452','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(31,'','Invoice','','2024-08-18 16:49:03','','-120','4','2024-08-18 16:49:03','29','0','120','1','retail','0','120','1','0','0','120','0','0','0','printed',' ','','2','0','41723988552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(32,'','Invoice','','2024-08-18 16:51:16','','-160','4','2024-08-18 16:51:16','33','0','160','1','retail','0','160','1','0','0','160','0','0','0','printed',' ','','2','0','41723989064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(33,'','Mpesa','','2024-08-18 16:51:58','','-240','4','2024-08-18 16:51:58','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','dfgt','2','0','41723989106','Cleared','4','2024-08-18 20:05:53','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(34,'gbb','Mpesa','','2024-08-18 16:59:26','','0','4','2024-08-18 16:59:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41723989553','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(35,'yh','Mpesa','','2024-08-18 17:34:53','','0','4','2024-08-18 17:34:53','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41723989577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(36,'vdf','Mpesa','','2024-08-18 17:45:34','','0','4','2024-08-18 17:45:34','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41723991703','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(37,'hh','Mpesa','','2024-08-18 17:50:53','','0','4','2024-08-18 17:50:53','','080','110','1','retail','0','110','1','0','0','0','0','30','0','printed',' ','','2','0','41723992342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(38,'','Mpesa','','2024-08-18 17:52:57','','-160','4','2024-08-18 17:52:57','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','rtyy','2','0','41723992700','Cleared','4','2024-08-18 20:01:41','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(39,'','Cash','','2024-08-18 18:17:52','','0','4','2024-08-18 18:17:52','25','120','400','1','retail','0','400','1','0','0','0','0','0280','0','printed',' ','','11','0','41723994238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(40,'','Cash','','2024-08-18 18:19:22','','0','4','2024-08-18 18:19:22','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41723994309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(41,'','Cash','','2024-08-18 18:24:23','','0','4','2024-08-18 18:24:23','','120','200','1','retail','0','200','1','0','0','0','0','080','0','printed',' ','','11','0','41723994374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(42,'8778','Mpesa','','2024-08-18 18:45:08','','0','4','2024-08-18 18:45:08','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','2','0','41723995422','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(43,'','Invoice','','2024-08-18 19:56:50','','-100','4','2024-08-18 19:56:50','30','0','100','1','retail','0','100','1','0','0','100','0','0','0','printed',' ','','2','0','41724000198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(44,'','Invoice','','2024-08-18 19:57:30','','-60','4','2024-08-18 19:57:30','27','0','60','1','retail','0','60','1','0','0','60','0','0','0','printed',' ','','2','0','41724000234','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(45,'htty','Mpesa','','2024-08-18 20:00:08','','0','4','2024-08-18 20:00:08','','0','820','1','retail','0','820','1','0','0','0','0','820','0','printed',' ','','11','0','41724000296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(46,'','Invoice','','2024-08-18 20:08:27','','-800','4','2024-08-18 20:08:27','25','0','800','1','retail','0','800','1','0','0','800','0','0','0','printed',' ','','2','0','41724000884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(47,'ecf','Mpesa','','2024-08-18 20:16:33','','0','4','2024-08-18 20:16:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724001386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(48,'','Cash','','2024-08-19 07:05:12','','0','6','2024-08-19 07:05:12','25','50','130','1','retail','0','130','1','0','0','0','0','80','0','printed',' ','','2','0','61724040245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(49,'poiu','Mpesa','','2024-08-19 07:07:02','','0','6','2024-08-19 07:07:02','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61724040371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(50,'','Invoice','','2024-08-19 07:09:23','','160','6','2024-08-19 07:09:23','25','160','160','1','retail','0','160','1','0','0','-160','0','160','0','printed',' ','','2','0','61724040529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(51,'','Invoice','','2024-08-19 07:27:19','','0','6','2024-08-19 07:27:19','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724041592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(52,'','Invoice','','2024-08-19 07:35:16','','0','6','2024-08-19 07:35:16','25','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','2','0','61724041926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(53,'','Cash','','2024-08-19 07:56:50','','0','6','2024-08-19 07:56:50','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724043394','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(54,'','Cash','','2024-08-19 08:03:57','','0','6','2024-08-19 08:03:57','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724043425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(55,'jkliuu','Mpesa','','2024-08-19 08:06:28','','0','6','2024-08-19 08:06:28','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724043970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(56,'','Cash','','2024-08-19 08:11:11','','0','6','2024-08-19 08:11:11','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724044250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(57,'','Invoice','','2024-08-19 08:27:36','','0','6','2024-08-19 08:27:36','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61724044856','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(58,'1235','Mpesa','','2024-08-19 08:34:42','','0','6','2024-08-19 08:34:42','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724045639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(59,'tyyh','Mpesa','','2024-08-19 08:42:33','','0','6','2024-08-19 08:42:33','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724046137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(60,'tytgtu','Mpesa','','2024-08-19 09:10:03','','0','6','2024-08-19 09:10:03','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724046185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(61,'','Cash','','2024-08-19 09:12:03','','0','6','2024-08-19 09:12:03','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724047842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(62,'','Cash','','2024-08-19 09:12:41','','0','6','2024-08-19 09:12:41','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61724047937','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(63,'','Cash','','2024-08-19 09:13:36','','0','6','2024-08-19 09:13:36','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61724047974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(64,'','Cash','','2024-08-19 09:20:58','','0','6','2024-08-19 09:20:58','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61724048442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(65,'','Invoice','','2024-08-19 09:21:40','','0','6','2024-08-19 09:21:40','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724048478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(66,'uiuy','Mpesa','','2024-08-19 09:31:37','','0','6','2024-08-19 09:31:37','26','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724049081','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(67,'','Creditnote','','2024-08-19 09:41:12','','0','6','2024-08-19 09:41:12',NULL,'0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724049645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(68,'','Creditnote','','2024-08-19 09:43:36','','0','6','2024-08-19 09:43:36',NULL,'0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61724049803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(69,'','Creditnote','','2024-08-19 09:44:48','','0','6','2024-08-19 09:44:48',NULL,'0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724049877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(70,'jkiikl','Mpesa','','2024-08-19 09:58:01','','0','6','2024-08-19 09:58:01','','0100','160','1','retail','0','160','1','0','0','0','0','60','0','printed',' ','','2','0','61724050604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(71,'','Cash','','2024-08-19 10:04:23','','0','6','2024-08-19 10:04:23','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724051034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(72,'','Cash','','2024-08-19 10:18:59','','-160','6','2024-08-19 10:18:59','','0','160','1','retail','0','160','1','0','0','160','0','0','0','printed',' ','','2','0','61724051072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(73,'','Cash','','2024-08-19 10:28:50','','0','6','2024-08-19 10:28:50','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724052278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(74,'','Cash','','2024-08-19 10:34:51','','0','6','2024-08-19 10:34:51','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724052740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(75,'','Cash','','2024-08-19 10:56:56','','0','6','2024-08-19 10:56:56','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724052940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(76,'','Cash','','2024-08-19 11:00:53','','0','6','2024-08-19 11:00:53','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61724054238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(77,'jkljh','Mpesa','','2024-08-19 11:05:03','','0','6','2024-08-19 11:05:03','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724054460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(78,'','Invoice','','2024-08-19 11:21:00','','0','6','2024-08-19 11:21:00','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','3','0','61724054723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(79,'','Invoice','','2024-08-19 11:28:51','','0','6','2024-08-19 11:28:51','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724055785','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(80,'','Invoice','','2024-08-19 11:49:53','','0','6','2024-08-19 11:49:53','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724057381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(81,'rttyuu','Mpesa','','2024-08-19 11:53:09','','0','6','2024-08-19 11:53:09','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','3','0','61724057564','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(82,'trtyu','Mpesa','','2024-08-19 12:07:22','','0','6','2024-08-19 12:07:22','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724057604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(83,'','Cash','','2024-08-19 12:28:11','','0','6','2024-08-19 12:28:11','25','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','7','0','61724058458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(84,'','Invoice','','2024-08-19 12:30:43','','0','6','2024-08-19 12:30:43','25','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','3','0','61724059751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(85,'','Cash','','2024-08-19 12:35:15','','0','6','2024-08-19 12:35:15','25','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','7','0','61724060073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(86,'','Cash','','2024-08-19 12:37:22','','0','6','2024-08-19 12:37:22','25','170','170','1','retail','0','170','1','0','0','0','0','0','0','printed',' ','','7','0','61724060129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(87,'','Cash','','2024-08-19 13:05:26','','0','6','2024-08-19 13:05:26','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61724060250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(88,'lk,jjj','Mpesa','','2024-08-19 13:09:49','','0','6','2024-08-19 13:09:49','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61724061933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(89,'rttyyui','Mpesa','','2024-08-19 13:20:07','','0','6','2024-08-19 13:20:07','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724062791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(90,'','Invoice','','2024-08-19 13:41:03','','0','6','2024-08-19 13:41:03','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724063238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(91,'','Cash','','2024-08-19 13:50:09','','0','6','2024-08-19 13:50:09','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61724064593','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(92,'hjkjhh','Mpesa','','2024-08-19 13:56:06','','0','6','2024-08-19 13:56:06','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724064926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(93,'','Invoice','','2024-08-19 15:19:36','','0','6','2024-08-19 15:19:36','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724069927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(94,'','Cash','','2024-08-19 15:21:55','','0','6','2024-08-19 15:21:56','25','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','61724070092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(95,'ytrty','Mpesa','','2024-08-19 15:37:15','','0','6','2024-08-19 15:37:15','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724071009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(96,'','Cash','','2024-08-19 15:47:16','','0','6','2024-08-19 15:47:16','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724071055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(97,'jkuiuyy','Mpesa','','2024-08-19 16:22:30','','0','6','2024-08-19 16:22:30','25','200','320','1','retail','0','320','1','0','0','0','0','120','0','printed',' ','','11','0','61724073619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(98,'iuyyyuiii','Mpesa','','2024-08-19 16:25:24','','0','6','2024-08-19 16:25:24','25','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','6','0','61724073824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(99,'klkjo','Mpesa','','2024-08-19 16:39:08','','0','6','2024-08-19 16:39:08','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724074727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(100,'','Creditnote','','2024-08-19 16:59:09','','0','6','2024-08-19 16:59:09',NULL,'0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61724075908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(101,'uiyii','Mpesa','','2024-08-19 17:13:51','','0','6','2024-08-19 17:13:51','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724076155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(102,'','Cash','','2024-08-19 17:18:36','','0','6','2024-08-19 17:18:36','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724076852','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(103,'iuioio','Mpesa','','2024-08-19 17:30:59','','0','6','2024-08-19 17:30:59','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724077130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(104,'','Invoice','','2024-08-19 17:37:51','','0','6','2024-08-19 17:37:51','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61724077876','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(105,'ertyui','Mpesa','','2024-08-19 17:46:44','','0','6','2024-08-19 17:46:44','25','70','200','1','retail','0','200','1','0','0','0','0','130','0','printed',' ','','2','0','61724078780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(106,'tyuytr','Mpesa','','2024-08-19 17:49:33','','0','6','2024-08-19 17:49:33','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724078860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(107,'rty65','Mpesa','','2024-08-19 17:55:28','','0','6','2024-08-19 17:55:28','26','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724078990','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(108,'kjkhh','Cash','','2024-08-19 17:59:34','','0','6','2024-08-19 17:59:34','25','150','230','1','retail','0','230','1','0','0','0','0','80','0','printed',' ','','2','0','61724079347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(109,'jkjhhg','Mpesa','','2024-08-19 18:21:22','','0','6','2024-08-19 18:21:22','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724079649','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(110,'tyut','Mpesa','','2024-08-19 18:42:05','','0','6','2024-08-19 18:42:05','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','11','0','61724080900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(111,'kjkkk','Mpesa','','2024-08-19 18:44:15','','0','6','2024-08-19 18:44:15','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61724082146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(112,'tryuyu','Mpesa','','2024-08-19 18:51:38','','0','6','2024-08-19 18:51:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724082271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(113,'uyuii','Mpesa','','2024-08-19 18:53:44','','0','6','2024-08-19 18:53:44','','320','340','1','retail','0','340','1','0','0','0','0','20','0','printed',' ','','7','0','61724082724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(114,'kjlliuj','Mpesa','','2024-08-19 18:55:34','','0','6','2024-08-19 18:55:34','25','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','2','0','61724082850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(115,'ghjjkku','Mpesa','','2024-08-19 19:02:16','','0','6','2024-08-19 19:02:16','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','2','0','61724083287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(116,'hjkl','Mpesa','','2024-08-19 19:07:13','','0','6','2024-08-19 19:07:13','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724083425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(117,'ftr56','Mpesa','','2024-08-19 19:11:38','','0','6','2024-08-19 19:11:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724083668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(118,'fgghhkj','Mpesa','','2024-08-19 19:19:05','','0','6','2024-08-19 19:19:05','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724083915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(119,'yuyuui','Mpesa','','2024-08-19 19:24:42','','0','6','2024-08-19 19:24:42','25','0210','280','1','retail','0','280','1','0','0','0','0','70','0','printed',' ','','2','0','61724084357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(120,'','Cash','','2024-08-19 19:50:02','','0','6','2024-08-19 19:50:02','25','310','310','1','retail','0','310','1','0','0','0','0','0','0','printed',' ','','2','0','61724086178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(121,'','Creditnote','','2024-08-19 19:50:42','','0','6','2024-08-19 19:50:42',NULL,'0','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','100','61724086213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(122,'','Creditnote','','2024-08-19 19:51:38','','0','6','2024-08-19 19:51:38',NULL,'0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61724086281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(123,'yuuiioo','Mpesa','','2024-08-19 19:59:28','','0','6','2024-08-19 19:59:28','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724086751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(124,'tytyyu','Mpesa','','2024-08-19 20:39:36','','0','6','2024-08-19 20:39:36','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','3','0','61724089141','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(125,'a','Mpesa','','2024-08-20 06:47:41','','0','6','2024-08-20 06:47:41','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61724125620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(126,'','Mpesa','','2024-08-20 06:49:18','','-360','6','2024-08-20 06:49:18','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','feff','2','0','61724125695','Cleared','6','2024-08-20 19:35:55','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(127,'','Invoice','','2024-08-20 06:50:24','','0','6','2024-08-20 06:50:24','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724125796','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(128,'','Mpesa','','2024-08-20 06:51:39','','-160','6','2024-08-20 06:51:39','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','rget','2','0','61724125884','Cleared','6','2024-08-20 19:34:06','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(129,'','Mpesa','','2024-08-20 06:52:31','','-100','6','2024-08-20 06:52:31','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','fvgreg','2','0','61724125924','Cleared','6','2024-08-20 19:33:38','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(130,'','Mpesa','','2024-08-20 07:24:20','','-320','6','2024-08-20 07:24:20','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','gtrt','2','0','61724127837','Cleared','6','2024-08-20 19:34:41','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(131,'b','Mpesa','','2024-08-20 07:35:54','','0','6','2024-08-20 07:35:54','25','0','1320','1','retail','0','1320','1','0','0','0','0','1320','0','printed',' ','','11','0','61724128442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(132,'','Creditnote','','2024-08-20 07:38:25','','0','6','2024-08-20 07:38:25',NULL,'0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724128574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(133,'','Cash','','2024-08-20 07:39:23','','-160','6','2024-08-20 07:39:23','25','0','160','1','retail','0','160','1','0','0','160','0','0','0','printed',' ','','2','0','61724128752','Cleared','6','2024-08-20 19:35:12','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(134,'','Cash','','2024-08-20 07:53:27','','-40','6','2024-08-20 07:53:27','25','0','40','1','retail','0','40','1','0','0','40','0','0','0','printed',' ','','2','0','61724129591','Cleared','6','2024-08-20 19:33:00','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(135,'','Cash','','2024-08-20 07:54:11','','0','6','2024-08-20 07:54:11','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724129640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(136,'','Cash','','2024-08-20 08:01:53','','-50','6','2024-08-20 08:01:53','25','0','50','1','retail','0','50','1','0','0','50','0','0','0','printed',' ','','2','0','61724129658','Cleared','6','2024-08-20 19:41:16','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(137,'','Cash','','2024-08-20 08:03:05','','0','6','2024-08-20 08:03:05','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724130171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(138,'','Creditnote','','2024-08-20 08:19:45','','0','6','2024-08-20 08:19:45',NULL,'0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61724130191','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(139,'','Mpesa','','2024-08-20 08:21:03','','-60','6','2024-08-20 08:21:03','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','44','2','0','61724131236','Cleared','6','2024-08-20 19:40:51','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(140,'','Cash','','2024-08-20 08:23:19','','0','6','2024-08-20 08:23:19','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724131293','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(141,'','Cash','','2024-08-20 08:23:52','','0','6','2024-08-20 08:23:52','25','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61724131405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(142,'','Mpesa','','2024-08-20 09:01:34','','-100','6','2024-08-20 09:01:34','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','uj6uj','2','0','61724131474','Cleared','6','2024-08-20 19:40:03','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(143,'','Invoice','','2024-08-20 09:11:07','','0','6','2024-08-20 09:11:07','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','2','0','61724134256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(144,'','Cash','','2024-08-20 09:16:17','','0','6','2024-08-20 09:16:17','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724134549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(145,'','Cash','','2024-08-20 09:16:50','','-80','6','2024-08-20 09:16:50','25','0','80','1','retail','0','80','1','0','0','80','0','0','0','printed',' ','','2','0','61724134592','Cleared','6','2024-08-20 20:07:37','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(146,'jkkllp','Mpesa','','2024-08-20 09:21:32','','0','6','2024-08-20 09:21:32','25','090','140','1','retail','0','140','1','0','0','0','0','50','0','printed',' ','','11','0','61724134715','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(147,'kjjkkl','Mpesa','','2024-08-20 09:35:29','','0','6','2024-08-20 09:35:29','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724134930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(148,'yuiuo','Mpesa','','2024-08-20 09:48:04','','0','6','2024-08-20 09:48:04','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724136324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(149,'','Cash','','2024-08-20 09:52:12','','0','6','2024-08-20 09:52:12','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724136504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(150,'','Cash','','2024-08-20 09:59:43','','0','6','2024-08-20 09:59:43','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61724136745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(151,'vdf','Mpesa','','2024-08-20 10:09:41','','0','6','2024-08-20 10:09:41','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724137202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(152,'tyyui','Mpesa','','2024-08-20 10:27:30','','0','6','2024-08-20 10:27:30','25','80','160','1','retail','0','160','1','0','0','0','0','80','0','printed',' ','','2','0','61724137800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(153,'bn','Mpesa','','2024-08-20 10:54:40','','0','6','2024-08-20 10:54:40','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724138889','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(154,'','Cash','','2024-08-20 10:56:10','','0','6','2024-08-20 10:56:10','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724140504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(155,'mn','Mpesa','','2024-08-20 10:59:51','','0','6','2024-08-20 10:59:51','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724140599','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(156,'','Mpesa','','2024-08-20 11:06:00','','-120','6','2024-08-20 11:06:00','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','43','2','0','61724140820','Cleared','6','2024-08-20 19:32:00','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(157,'jk','Mpesa','','2024-08-20 11:53:10','','0','6','2024-08-20 11:53:10','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724143960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(158,'yuj','Mpesa','','2024-08-20 12:49:39','','0','6','2024-08-20 12:49:39','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724147366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(159,'uyu8','Mpesa','','2024-08-20 13:32:59','','0','6','2024-08-20 13:32:59','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61724147389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(160,'ju','Mpesa','','2024-08-20 13:47:43','','0','6','2024-08-20 13:47:43','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724149987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(161,'hhg','Mpesa','','2024-08-20 14:19:45','','0','6','2024-08-20 14:19:45','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724150872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(162,'','Mpesa','','2024-08-20 14:41:11','','-50','6','2024-08-20 14:41:11','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','23er','2','0','61724152798','Cleared','6','2024-08-20 19:53:11','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(163,'','Cash','','2024-08-20 14:50:35','','0','6','2024-08-20 14:50:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61724154386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(164,'','Creditnote','','2024-08-20 15:16:43','','0','6','2024-08-20 15:16:43',NULL,'0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724154642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(165,'tgrt','Mpesa','','2024-08-20 15:26:25','','0','6','2024-08-20 15:26:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724156743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(166,'','Cash','','2024-08-20 15:42:12','','0','6','2024-08-20 15:42:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724156832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(167,'','Cash','','2024-08-20 15:48:32','','0','6','2024-08-20 15:48:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724157736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(168,'a','Mpesa','','2024-08-20 17:12:31','','0','6','2024-08-20 17:12:31','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724162976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(169,'1235','Mpesa','','2024-08-20 17:13:24','','0','6','2024-08-20 17:13:24','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724163179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(170,'','Cash','','2024-08-20 17:14:44','','0','6','2024-08-20 17:14:44','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','5','0','61724163270','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(171,'fg','Mpesa','','2024-08-20 17:15:36','','0','6','2024-08-20 17:15:36','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61724163292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(172,'','Creditnote','','2024-08-20 17:16:44','','0','6','2024-08-20 17:16:44',NULL,'0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61724163347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(173,'8778','Mpesa','','2024-08-20 17:17:41','','0','6','2024-08-20 17:17:41','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61724163435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(174,'','Mpesa','','2024-08-20 17:18:25','','-80','6','2024-08-20 17:18:25','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','r45','2','0','61724163476','Cleared','6','2024-08-20 19:39:19','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(175,'vdf','Mpesa','','2024-08-20 17:19:37','','0','6','2024-08-20 17:19:37','25','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','61724163528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(176,'','Mpesa','','2024-08-20 17:24:00','','0','6','2024-08-20 17:24:00','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','tt','3','0','61724163824','Cleared','6','2024-08-20 19:31:21','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(177,'8778','Mpesa','','2024-08-20 17:28:21','','0','6','2024-08-20 17:28:21','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61724163870','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(178,'','Cash','','2024-08-20 17:29:26','','0','6','2024-08-20 17:29:26','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724164119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(179,'','Cash','','2024-08-20 17:38:35','','0','6','2024-08-20 17:38:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61724164662','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(180,'ffg','Mpesa','','2024-08-20 17:39:31','','0','6','2024-08-20 17:39:31','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724164719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(181,'','Cash','','2024-08-20 17:41:50','','0','6','2024-08-20 17:41:50','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724164784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(182,'kju','Mpesa','','2024-08-20 17:46:08','','0','6','2024-08-20 17:46:08','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61724164913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(183,'fd','Mpesa','','2024-08-20 19:26:58','','0','6','2024-08-20 19:26:59','','0280','2230','1','retail','0','2230','1','0','0','0','0','1950','0','printed',' ','','2','0','61724170952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(184,'','Cash','','2024-08-20 19:29:57','','50','6','2024-08-20 19:29:57','25','0','170','1','retail','0','170','1','0','0','170','0','050','0','printed',' ','65','2','0','61724171364','Cleared','6','2024-08-20 19:42:28','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(185,'fvged','Mpesa','','2024-08-20 19:36:15','','0','6','2024-08-20 19:36:15','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724171765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(186,'sgerstg','Mpesa','','2024-08-20 19:36:36','','0','6','2024-08-20 19:36:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724171788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(187,'57','Mpesa','','2024-08-20 19:48:20','','0','6','2024-08-20 19:48:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61724172486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(188,'','Cash','','2024-08-20 20:05:24','','0','6','2024-08-20 20:05:24','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61724173494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(189,'e3','Mpesa','','2024-08-20 20:35:50','','0','6','2024-08-20 20:35:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724175140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(190,'','Mpesa','','2024-08-21 06:29:15','','-150','6','2024-08-21 06:29:15','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','190','2','0','61724210921','Cleared','6','2024-08-21 19:49:22','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(191,'','Cash','','2024-08-21 06:29:55','','0','6','2024-08-21 06:29:55','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724210976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(192,'','Mpesa','','2024-08-21 06:31:33','','-360','6','2024-08-21 06:31:33','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','192','2','0','61724211076','Cleared','6','2024-08-21 19:47:59','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(193,'','Invoice','','2024-08-21 06:34:56','','0','6','2024-08-21 06:34:56','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724211111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(194,'','Mpesa','','2024-08-21 06:51:32','','-80','6','2024-08-21 06:51:32','25','0','240','1','retail','0','240','1','0','0','0','0','160','0','printed',' ','194','2','0','61724212273','Cleared','6','2024-08-21 20:05:20','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(195,'m','Mpesa','','2024-08-21 07:02:43','','0','6','2024-08-21 07:02:43','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61724212947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(196,'','Mpesa','','2024-08-21 07:05:09','','-160','6','2024-08-21 07:05:09','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','196','2','0','61724212986','Cleared','6','2024-08-21 19:50:23','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(197,'','Invoice','','2024-08-21 07:25:00','','0','6','2024-08-21 07:25:00','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724214288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(198,'w','Mpesa','','2024-08-21 07:36:14','','0','6','2024-08-21 07:36:14','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724214906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(199,'','Mpesa','','2024-08-21 07:44:23','','-60','6','2024-08-21 07:44:23','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','199','2','0','61724214990','Cleared','6','2024-08-21 19:48:34','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(200,'','Mpesa','','2024-08-21 07:59:26','','-40','6','2024-08-21 07:59:26','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','200','2','0','61724216327','Cleared','6','2024-08-21 20:06:19','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(201,'','Mpesa','','2024-08-21 08:16:14','','-50','6','2024-08-21 08:16:14','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','t','2','0','61724217040','Cleared','6','2024-08-21 19:45:12','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(202,'d','Mpesa','','2024-08-21 08:22:52','','0','6','2024-08-21 08:22:52','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724217758','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(203,'','Mpesa','','2024-08-21 08:27:56','','-320','6','2024-08-21 08:27:56','26','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','203','2','0','61724217795','Cleared','6','2024-08-21 19:50:57','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(204,'','Creditnote','','2024-08-21 08:28:38','','0','6','2024-08-21 08:28:38',NULL,'0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724218102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(205,'','Invoice','','2024-08-21 08:36:22','','0','6','2024-08-21 08:36:22','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724218551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(206,'d','Mpesa','','2024-08-21 08:37:08','','0','6','2024-08-21 08:37:08','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724218605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(207,'','Invoice','','2024-08-21 08:57:28','','0','6','2024-08-21 08:57:28','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61724219835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(208,'455','Cash','','2024-08-21 08:58:16','','0','6','2024-08-21 08:58:16','25','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61724219879','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(209,'klkjo','Mpesa','','2024-08-21 09:00:38','','0','6','2024-08-21 09:00:38','25','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61724219967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(210,'','Cash','','2024-08-21 09:02:33','','-80','6','2024-08-21 09:02:33','25','0','80','1','retail','0','80','1','0','0','80','0','0','0','printed',' ','','2','0','61724220056','Cleared','6','2024-08-21 20:12:36','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(211,'lk,jjj','Cash','','2024-08-21 09:10:39','','0','6','2024-08-21 09:10:39','25','50','130','1','retail','0','130','1','0','0','0','0','80','0','printed',' ','','2','0','61724220427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(212,'fg','Mpesa','','2024-08-21 09:11:57','','0','6','2024-08-21 09:11:57','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61724220676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(213,'','Mpesa','','2024-08-21 09:12:26','','-160','6','2024-08-21 09:12:26','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','213','2','0','61724220727','Cleared','6','2024-08-21 19:47:04','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(214,'','Cash','','2024-08-21 09:28:42','','0','6','2024-08-21 09:28:42','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724221698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(215,'','Mpesa','','2024-08-21 10:01:24','','-100','6','2024-08-21 10:01:24','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','215','2','0','61724221727','Cleared','6','2024-08-21 19:54:45','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(216,'wer','Mpesa','','2024-08-21 10:13:31','','0','6','2024-08-21 10:13:31','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61724223708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(217,'vdf','Mpesa','','2024-08-21 10:14:03','','0','6','2024-08-21 10:14:03','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61724224420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(218,'mpesa','Mpesa','','2024-08-21 10:47:50','','0','6','2024-08-21 10:47:50','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724224461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(219,'mpesa','Mpesa','','2024-08-21 10:53:50','','0','6','2024-08-21 10:53:50','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724226486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(220,'mpesa','Mpesa','','2024-08-21 11:40:35','','0','6','2024-08-21 11:40:35','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724226845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(221,'mpesa','Mpesa','','2024-08-21 11:46:59','','0','6','2024-08-21 11:46:59','','50','160','1','retail','0','160','1','0','0','0','0','110','0','printed',' ','','2','0','61724229659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(222,'mpesa','Mpesa','','2024-08-21 11:56:28','','0','6','2024-08-21 11:56:28','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724230117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(223,'mpesa','Mpesa','','2024-08-21 12:07:46','','0','6','2024-08-21 12:07:46','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724230603','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(224,'','Cash','','2024-08-21 12:14:51','','-200','6','2024-08-21 12:14:51','25','0','200','1','retail','0','200','1','0','0','200','0','0','0','printed',' ','','11','0','61724231280','Cleared','6','2024-08-21 20:32:25','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(225,'mpesa','Mpesa','','2024-08-21 12:22:36','','0','6','2024-08-21 12:22:36','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724231725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(226,'mpesa','Mpesa','','2024-08-21 12:46:07','','0','6','2024-08-21 12:46:07','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61724232169','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(227,'','Creditnote','','2024-08-21 13:00:28','','0','6','2024-08-21 13:00:28','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724233583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(228,'mpesa','Mpesa','','2024-08-21 13:03:07','','0','6','2024-08-21 13:03:07','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724234486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(229,'r54t','Mpesa','','2024-08-21 13:15:03','','0','6','2024-08-21 13:15:03','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61724234596','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(230,'56566','Mpesa','','2024-08-21 13:18:06','','0','6','2024-08-21 13:18:06','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724235314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(231,'wwd','Mpesa','','2024-08-21 13:19:29','','0','6','2024-08-21 13:19:29','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61724235496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(232,'ghf','Mpesa','','2024-08-21 13:32:17','','0','6','2024-08-21 13:32:17','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','5','0','61724235581','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(233,'','Invoice','','2024-08-21 14:34:21','','80','6','2024-08-21 14:34:21','25','0','80','1','retail','0','80','1','0','0','-80','0','160','0','printed',' ','','2','0','61724236345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(234,'','Mpesa','','2024-08-21 14:39:38','','-80','6','2024-08-21 14:39:38','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','234','2','0','61724240095','Cleared','6','2024-08-21 19:55:39','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(235,'','Cash','','2024-08-21 14:43:24','','-100','6','2024-08-21 14:43:24','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','5','0','61724240593','Cleared','6','2024-08-21 20:07:28','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(236,'','Cash','','2024-08-21 14:46:03','','0','6','2024-08-21 14:46:03','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61724240751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(237,'ghg','Mpesa','','2024-08-21 14:51:10','','0','6','2024-08-21 14:51:10','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724240768','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(238,'','Cash','','2024-08-21 14:57:10','','0','6','2024-08-21 14:57:10','25','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','61724241086','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(239,'','Mpesa','','2024-08-21 15:45:29','','-80','6','2024-08-21 15:45:29','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','tyh','1','0','61724241440','Cleared','6','2024-08-21 19:45:41','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(240,'mpesa','Mpesa','','2024-08-21 15:46:06','','0','6','2024-08-21 15:46:06','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724244350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(241,'6666666667','Mpesa','','2024-08-21 15:51:14','','0','6','2024-08-21 15:51:14','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61724244495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(242,'','Cash','','2024-08-21 16:06:38','','0','6','2024-08-21 16:06:38','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724244686','Cleared','6','2024-08-21 20:12:04','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(243,'fg','Mpesa','','2024-08-21 16:13:14','','0','6','2024-08-21 16:13:14','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724245982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(244,'fcgf','Mpesa','','2024-08-21 16:41:49','','0','6','2024-08-21 16:41:49','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724246011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(245,'','Creditnote','','2024-08-21 16:44:29','','0','6','2024-08-21 16:44:29','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61724247720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(246,'fg','Mpesa','','2024-08-21 16:58:53','','0','6','2024-08-21 16:58:53','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724248721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(247,'','Cash','','2024-08-21 17:26:09','','0','6','2024-08-21 17:26:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','61724248742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(248,'','Cash','','2024-08-21 17:29:39','','0','6','2024-08-21 17:29:39','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724250374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(249,'','Cash','','2024-08-21 17:35:36','','0','6','2024-08-21 17:35:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61724250701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(250,'','Cash','','2024-08-21 17:36:39','','0','6','2024-08-21 17:36:39','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724250939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(251,'','Cash','','2024-08-21 17:41:40','','0','6','2024-08-21 17:41:40','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724251001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(252,'mpesa','Mpesa','','2024-08-21 17:47:10','','0','6','2024-08-21 17:47:10','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724251619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(253,'mpesa','Mpesa','','2024-08-21 17:56:41','','0','6','2024-08-21 17:56:41','25','80','180','1','retail','0','180','1','0','0','0','0','100','0','printed',' ','','2','0','61724252163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(254,'','Cash','','2024-08-21 18:05:17','','0','6','2024-08-21 18:05:17','25','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','5','0','61724252655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(255,'','Cash','','2024-08-21 18:14:34','','0','6','2024-08-21 18:14:34','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724252727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(256,'6y','Mpesa','','2024-08-21 18:18:56','','0','6','2024-08-21 18:18:56','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724253282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(257,'','Cash','','2024-08-21 18:22:56','','0','6','2024-08-21 18:22:56','25','130','230','1','retail','0','230','1','0','0','0','0','100','0','printed',' ','','1','0','61724253544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(258,'mpesa','Mpesa','','2024-08-21 18:28:12','','0','6','2024-08-21 18:28:12','','50','150','1','retail','0','150','1','0','0','0','0','100','0','printed',' ','','11','0','61724253977','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(259,'','Mpesa','','2024-08-21 18:36:46','','-80','6','2024-08-21 18:36:46','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','259','2','0','61724254117','Cleared','6','2024-08-21 19:55:12','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(260,'','Cash','','2024-08-21 18:37:59','','-80','6','2024-08-21 18:37:59','25','0','80','1','retail','0','80','1','0','0','80','0','0','0','printed',' ','','2','0','61724254635','Cleared','6','2024-08-21 20:13:09','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(261,'','Creditnote','','2024-08-21 18:38:46','','0','6','2024-08-21 18:38:46',NULL,'0','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','100','61724254707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(262,'gbr','Mpesa','','2024-08-21 18:45:15','','0','6','2024-08-21 18:45:15','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61724255092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(263,'56','Mpesa','','2024-08-21 18:51:39','','0','6','2024-08-21 18:51:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724255450','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(264,'4','Mpesa','','2024-08-21 18:53:16','','0','6','2024-08-21 18:53:16','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724255520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(265,'','Creditnote','','2024-08-21 18:54:20','','0','6','2024-08-21 18:54:20','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61724255606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(266,'frr','Mpesa','','2024-08-21 18:58:59','','0','6','2024-08-21 18:58:59','','060','140','1','retail','0','140','1','0','0','0','0','80','0','printed',' ','','2','0','61724255918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(267,'ggg','Mpesa','','2024-08-21 19:06:02','','0','6','2024-08-21 19:06:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61724255963','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(268,'gg','Mpesa','','2024-08-21 19:06:50','','0','6','2024-08-21 19:06:50','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724256372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(269,'er','Mpesa','','2024-08-21 19:13:16','','0','6','2024-08-21 19:13:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724256418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(270,'','Cash','','2024-08-21 19:14:54','','0','6','2024-08-21 19:14:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724256806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(271,'','Cash','','2024-08-21 19:22:33','','0','6','2024-08-21 19:22:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61724256906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(272,'gf','Mpesa','','2024-08-21 19:42:32','','0','6','2024-08-21 19:42:32','','320','870','1','retail','0','870','1','0','0','0','0','550','0','printed',' ','','2','0','61724257357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(273,'','Cash','','2024-08-21 20:07:56','','0','6','2024-08-21 20:07:56','','140','140','1','retail','0','140','1','0','0','0','0','0','0','printed',' ','','11','0','61724260058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(274,'dd','Mpesa','','2024-08-21 20:15:54','','0','6','2024-08-21 20:15:54','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724260543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(275,'ytt','Mpesa','','2024-08-21 20:16:14','','0','6','2024-08-21 20:16:14','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724260565','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(276,'rr','Mpesa','','2024-08-21 20:21:59','','0','6','2024-08-21 20:21:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61724260587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(277,'23','Mpesa','','2024-08-21 20:25:00','','0','6','2024-08-21 20:25:00','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','5','0','61724261087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(278,'','Cash','','2024-08-21 20:27:53','','0','6','2024-08-21 20:27:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724261262','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(279,'','Cash','','2024-08-21 20:33:13','','0','6','2024-08-21 20:33:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61724261549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(280,'','Mpesa','','2024-08-22 06:22:24','','0','4','2024-08-22 06:22:24','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','280','2','0','41724296793','Cleared','4','2024-08-22 18:47:55','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(281,'w','Mpesa','','2024-08-22 06:23:10','','0','4','2024-08-22 06:23:10','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','281','2','0','41724296978','Cleared','4','2024-08-22 10:41:41','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(282,'','Mpesa','','2024-08-22 06:24:55','','0','4','2024-08-22 06:24:55','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','282','2','0','41724297057','Cleared','4','2024-08-22 14:24:43','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(283,'','Mpesa','','2024-08-22 06:39:15','','0','4','2024-08-22 06:39:15','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','283','2','0','41724297937','Cleared','4','2024-08-22 18:48:45','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(284,'','Mpesa','','2024-08-22 07:00:58','','0','4','2024-08-22 07:00:58','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','284','2','0','41724299246','Cleared','4','2024-08-22 18:35:23','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(285,'','Cash','','2024-08-22 07:11:25','','0','4','2024-08-22 07:11:25','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724299877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(286,'df','Mpesa','','2024-08-22 07:16:55','','0','4','2024-08-22 07:16:55','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724299889','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(287,'','Mpesa','','2024-08-22 07:21:13','','0','4','2024-08-22 07:21:13','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','287','2','0','41724300225','Cleared','4','2024-08-22 20:25:07','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(288,'','Mpesa','','2024-08-22 07:37:39','','0','4','2024-08-22 07:37:39','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','fds','2','0','41724301446','Cleared','4','2024-08-22 18:32:10','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(289,'','Cash','','2024-08-22 07:43:16','','0','4','2024-08-22 07:43:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724301788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(290,'3','Mpesa','','2024-08-22 07:51:54','','0','4','2024-08-22 07:51:54','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724301799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(291,'','Mpesa','','2024-08-22 07:53:20','','0','4','2024-08-22 07:53:20','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','291','2','0','41724302321','Cleared','4','2024-08-22 19:46:28','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(292,'gg','Mpesa','','2024-08-22 08:07:25','','0','4','2024-08-22 08:07:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724303238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(293,'df','Mpesa','','2024-08-22 08:08:56','','0','4','2024-08-22 08:08:56','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724303252','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(294,'','Cash','','2024-08-22 08:16:47','','0','4','2024-08-22 08:16:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724303345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(295,'','Cash','','2024-08-22 08:23:38','','0','4','2024-08-22 08:23:38','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724303809','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(296,'','Cash','','2024-08-22 08:29:57','','0','4','2024-08-22 08:29:57','25','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41724304249','Cleared','4','2024-08-22 20:29:19','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(297,'','Creditnote','','2024-08-22 08:52:01','','0','4','2024-08-22 08:52:01','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41724305907','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(298,'66','Mpesa','','2024-08-22 08:52:32','','0','4','2024-08-22 08:52:32','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724305939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(299,'','Creditnote','','2024-08-22 08:53:04','','0','4','2024-08-22 08:53:04','26','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41724305960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(300,'tttt','Mpesa','','2024-08-22 08:55:27','','0','4','2024-08-22 08:55:27','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724306111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(301,'','Cash','','2024-08-22 09:03:00','','0','4','2024-08-22 09:03:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','41724306421','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(302,'','Mpesa','','2024-08-22 09:13:35','','0','4','2024-08-22 09:13:35','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','ZZz','2','0','41724306584','Cleared','4','2024-08-22 18:39:24','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(303,'','Mpesa','','2024-08-22 09:15:36','','0','4','2024-08-22 09:15:36','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','303','2','0','41724307327','Cleared','4','2024-08-22 19:49:29','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(304,'rr','Mpesa','','2024-08-22 09:18:09','','0','4','2024-08-22 09:18:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724307481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(305,'','Cash','','2024-08-22 09:28:29','','0','4','2024-08-22 09:28:29','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724307500','Cleared','4','2024-08-22 19:47:10','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(306,'f','Mpesa','','2024-08-22 09:31:43','','0','4','2024-08-22 09:31:43','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724308296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(307,'','Mpesa','','2024-08-22 09:37:05','','0','4','2024-08-22 09:37:05','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','307','2','0','41724308328','Cleared','4','2024-08-22 14:23:33','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(308,'','Cash','','2024-08-22 09:45:14','','0','4','2024-08-22 09:45:14','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724309099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(309,'','Cash','','2024-08-22 09:46:46','','0','4','2024-08-22 09:46:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724309119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(310,'','Cash','','2024-08-22 10:00:46','','0','4','2024-08-22 10:00:46','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724309210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(311,'gf','Mpesa','','2024-08-22 10:05:19','','0','4','2024-08-22 10:05:19','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724310049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(312,'v','Mpesa','','2024-08-22 10:30:34','','0','4','2024-08-22 10:30:34','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724310328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(313,'y6','Mpesa','','2024-08-22 11:07:13','','0','4','2024-08-22 11:07:13','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724312551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(314,'g','Mpesa','','2024-08-22 11:37:52','','0','4','2024-08-22 11:37:52','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724314046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(315,'fg','Mpesa','','2024-08-22 11:59:19','','0','4','2024-08-22 11:59:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724315882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(316,'fr','Mpesa','','2024-08-22 12:07:43','','0','4','2024-08-22 12:07:43','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724317170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(317,'','Mpesa','','2024-08-22 12:19:50','','0','4','2024-08-22 12:19:50','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','317','2','0','41724317675','Cleared','4','2024-08-22 18:34:18','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(318,'rr','Mpesa','','2024-08-22 13:21:50','','0','4','2024-08-22 13:21:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724322089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(319,'','Cash','','2024-08-22 13:33:31','','0','4','2024-08-22 13:33:31','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724322280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(320,'mpesa','Mpesa','','2024-08-22 13:46:19','','0','4','2024-08-22 13:46:19','25','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','41724322824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(321,'','Cash','','2024-08-22 13:57:29','','0','4','2024-08-22 13:57:29','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724323598','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(322,'mpesa','Mpesa','','2024-08-22 14:02:50','','0','4','2024-08-22 14:02:50','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724324280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(323,'','Cash','','2024-08-22 14:05:11','','0','4','2024-08-22 14:05:11','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724324583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(324,'mpesa','Mpesa','','2024-08-22 14:20:26','','0','4','2024-08-22 14:20:26','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724324721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(325,'','Creditnote','','2024-08-22 14:32:18','','0','4','2024-08-22 14:32:18','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724326010','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(326,'mpesa','Mpesa','','2024-08-22 15:06:28','','0','4','2024-08-22 15:06:28','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724328371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(327,'','Mpesa','','2024-08-22 15:53:26','','0','4','2024-08-22 15:53:26','25','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','327','1','0','41724328410','Cleared','4','2024-08-22 18:32:45','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(328,'mpesa','Cash','','2024-08-22 16:09:28','','0','4','2024-08-22 15:54:11','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724331240','Cleared','4','2024-08-22 19:13:44','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(329,'mpesa','Mpesa','','2024-08-22 16:15:47','','0','4','2024-08-22 16:15:47','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41724332185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(330,'mpesa','Mpesa','','2024-08-22 16:21:54','','0','4','2024-08-22 16:21:54','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41724332557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(331,'','Cash','','2024-08-22 16:24:29','','0','4','2024-08-22 16:24:29','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724332922','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(332,'','Creditnote','','2024-08-22 16:44:01','','0','4','2024-08-22 16:44:01','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724333089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(333,'mpesa','Mpesa','','2024-08-22 16:44:53','','0','4','2024-08-22 16:44:53','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724334281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(334,'nnnnn','Mpesa','','2024-08-22 17:00:44','','0','4','2024-08-22 17:00:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41724334340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(335,'mpesa','Mpesa','','2024-08-22 17:31:24','','0','4','2024-08-22 17:31:24','25','60','340','1','retail','0','340','1','0','0','0','0','280','0','printed',' ','','11','0','41724335257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(336,'f','Mpesa','','2024-08-22 17:40:09','','0','4','2024-08-22 17:40:09','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724337129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(337,'ff','Mpesa','','2024-08-22 17:49:22','','0','4','2024-08-22 17:49:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724337617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(338,'t','Mpesa','','2024-08-22 18:16:50','','0','4','2024-08-22 18:16:50','','0330','450','1','retail','0','450','1','0','0','0','0','120','0','printed',' ','','2','0','41724338171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(339,'d','Mpesa','','2024-08-22 18:18:18','','0','4','2024-08-22 18:18:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724339866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(340,'hgh','Mpesa','','2024-08-22 18:29:53','','0','4','2024-08-22 18:29:53','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724340578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(341,'ew','Mpesa','','2024-08-22 18:33:04','','0','4','2024-08-22 18:33:04','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724340773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(342,'','Cash','','2024-08-22 18:38:30','','0','4','2024-08-22 18:38:30','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724341103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(343,'','Cash','','2024-08-22 18:45:59','','0','4','2024-08-22 18:45:59','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41724341264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(344,'','Cash','','2024-08-22 19:00:18','','0','4','2024-08-22 19:00:18','25','0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','41724342391','Cleared','4','2024-08-22 19:47:35','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(345,'','Cash','','2024-08-22 19:05:25','','0','4','2024-08-22 19:05:25','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','2','0','41724342517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(346,'','Cash','','2024-08-22 19:09:46','','0','4','2024-08-22 19:09:46','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41724342735','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(347,'','Mpesa','','2024-08-22 19:10:48','','0','4','2024-08-22 19:10:48','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','347','2','0','41724342988','Cleared','4','2024-08-22 20:25:48','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(348,'','Creditnote','','2024-08-22 19:11:30','','0','4','2024-08-22 19:11:30','30','0','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','100','41724343074','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(349,'','Cash','','2024-08-22 19:16:48','','0','4','2024-08-22 19:16:48','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724343243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(350,'fd','Mpesa','','2024-08-22 19:26:03','','0','4','2024-08-22 19:26:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41724343411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(351,'','Cash','','2024-08-22 19:26:41','','0','4','2024-08-22 19:26:41','25','0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','41724343979','Cleared','4','2024-08-22 19:48:19','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(352,'','Cash','','2024-08-22 19:33:38','','0','4','2024-08-22 19:33:38','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','41724344407','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(353,'','Cash','','2024-08-22 19:39:35','','0','4','2024-08-22 19:39:35','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','41724344508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(354,'','Mpesa','','2024-08-22 19:42:48','','-100','4','2024-08-22 19:42:48','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','wdd','2','0','41724344783','Cleared','4','2024-08-22 20:36:21','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(355,'56','Mpesa','','2024-08-22 19:49:45','','0','4','2024-08-22 19:49:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724345378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(356,'','Cash','','2024-08-22 19:50:26','','0','4','2024-08-22 19:50:26','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724345395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(357,'','Cash','','2024-08-22 19:52:13','','0','4','2024-08-22 19:52:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','41724345430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(358,'f','Mpesa','','2024-08-22 19:56:09','','0','4','2024-08-22 19:56:09','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41724345537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(359,'','Cash','','2024-08-22 19:56:47','','0','4','2024-08-22 19:56:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724345782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(360,'','Cash','','2024-08-22 20:02:08','','0','4','2024-08-22 20:02:08','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','41724346107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(361,'','Cash','','2024-08-22 20:02:28','','0','4','2024-08-22 20:02:28','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724346131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(362,'','Creditnote','','2024-08-22 20:02:50','','0','4','2024-08-22 20:02:50','25','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724346151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(363,'','Cash','','2024-08-22 20:15:44','','0','4','2024-08-22 20:15:44','25','0','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','5','100','41724346400','Cleared','4','2024-08-22 20:27:24','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(364,'','Cash','','2024-08-22 20:16:18','','0','4','2024-08-22 20:16:18','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724346963','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(365,'','Cash','','2024-08-22 20:17:48','','0','4','2024-08-22 20:17:48','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41724346981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(366,'dd','Mpesa','','2024-08-22 20:27:48','','0','4','2024-08-22 20:27:48','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41724347659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(367,'ty','Mpesa','','2024-08-22 20:39:37','','0','4','2024-08-22 20:39:37','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41724348360','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(368,'','Mpesa','','2024-08-23 06:10:33','','0','4','2024-08-23 06:10:33','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','368','2','0','41724382573','Cleared','4','2024-08-23 18:49:05','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(369,'','Mpesa','','2024-08-23 06:17:07','','0','4','2024-08-23 06:17:07','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','369','2','0','41724382992','Cleared','4','2024-08-23 18:30:18','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(370,'','Mpesa','','2024-08-23 06:21:40','','0','4','2024-08-23 06:21:40','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','370','2','0','41724383285','Cleared','4','2024-08-23 18:23:09','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(371,'','Mpesa','','2024-08-23 06:24:11','','0','4','2024-08-23 06:24:11','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','371','2','0','41724383438','Cleared','4','2024-08-23 18:23:39','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(372,'g','Mpesa','','2024-08-23 06:32:17','','0','4','2024-08-23 06:32:17','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41724383923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(373,'','Cash','','2024-08-23 06:36:32','','0','4','2024-08-23 06:36:32','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724383948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(374,'','Cash','','2024-08-23 06:54:37','','0','4','2024-08-23 06:54:37','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724384195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(375,'gg','Mpesa','','2024-08-23 07:05:05','','0','4','2024-08-23 07:05:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724385281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(376,'','Cash','','2024-08-23 07:20:55','','0','4','2024-08-23 07:20:55','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41724385915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(377,'','Mpesa','','2024-08-23 07:30:29','','0','4','2024-08-23 07:30:29','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','576u','2','0','41724386857','Cleared','4','2024-08-23 19:55:44','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(378,'','Cash','','2024-08-23 07:31:26','','0','4','2024-08-23 07:31:26','25','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','320','2','320','41724387475','Cleared','4','2024-08-23 18:27:36','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(379,'','Mpesa','','2024-08-23 07:32:17','','0','4','2024-08-23 07:32:17','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','397','2','0','41724387528','Cleared','4','2024-08-23 19:54:04','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(380,'gvbh','Mpesa','','2024-08-23 07:35:34','','0','4','2024-08-23 07:35:34','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724387718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(381,'','Cash','','2024-08-23 07:37:35','','0','4','2024-08-23 07:37:35','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724387741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(382,'','Cash','','2024-08-23 07:59:02','','0','4','2024-08-23 07:59:02','25','0','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','40','41724387858','Cleared','4','2024-08-23 19:42:49','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(383,'','Mpesa','','2024-08-23 08:08:38','','0','4','2024-08-23 08:08:38','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','dff','2','0','41724389707','Cleared','4','2024-08-23 18:38:30','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(384,'','Creditnote','','2024-08-23 08:09:30','','0','4','2024-08-23 08:09:30','26','0','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','240','41724389754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(385,'','Cash','','2024-08-23 08:12:09','','0','4','2024-08-23 08:12:09','25','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724389917','Cleared','4','2024-08-23 20:31:59','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(386,'f','Mpesa','','2024-08-23 08:35:35','','0','4','2024-08-23 08:35:35','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724391320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(387,'','Creditnote','','2024-08-23 08:36:25','','0','4','2024-08-23 08:36:25','28','0','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','100','41724391373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(388,'fd','Mpesa','','2024-08-23 08:37:41','','0','4','2024-08-23 08:37:41','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41724391445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(389,'','Cash','','2024-08-23 08:38:27','','0','4','2024-08-23 08:38:27','25','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','389','2','160','41724391470','Cleared','4','2024-08-23 18:41:24','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(390,'vbb','Mpesa','','2024-08-23 08:39:54','','0','4','2024-08-23 08:39:54','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724391573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(391,'jjl','Mpesa','','2024-08-23 08:48:02','','0','4','2024-08-23 08:48:02','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724391606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(392,'','Mpesa','','2024-08-23 08:48:51','','0','4','2024-08-23 08:48:51','25','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','395','2','0','41724392112','Cleared','4','2024-08-23 19:06:43','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(393,'fgh','Mpesa','','2024-08-23 09:15:43','','0','4','2024-08-23 09:15:43','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724392243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(394,'we','Mpesa','','2024-08-23 09:19:47','','0','4','2024-08-23 09:19:47','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','41724393845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(395,'gfhgh','Mpesa','','2024-08-23 09:28:14','','0','4','2024-08-23 09:28:14','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724394000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(396,'','Cash','','2024-08-23 09:35:58','','0','4','2024-08-23 09:35:58','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41724394523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(397,'','Cash','','2024-08-23 09:40:41','','0','4','2024-08-23 09:40:41','25','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724394960','Cleared','4','2024-08-23 20:34:02','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(398,'','Cash','','2024-08-23 09:44:15','','0','4','2024-08-23 09:44:15','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724395445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(399,'','Mpesa','','2024-08-23 09:45:21','','0','4','2024-08-23 09:45:21','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','de','2','0','41724395459','Cleared','4','2024-08-23 19:30:28','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(400,'hh','Mpesa','','2024-08-23 09:49:46','','0','4','2024-08-23 09:49:46','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724395773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(401,'','Mpesa','','2024-08-23 10:03:55','','0','4','2024-08-23 10:03:55','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','401','2','0','41724395794','Cleared','4','2024-08-23 18:52:07','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(402,'frtfgt','Mpesa','','2024-08-23 10:09:02','','0','4','2024-08-23 10:09:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724396920','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(403,'','Cash','','2024-08-23 10:27:18','','0','4','2024-08-23 10:27:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724396952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(404,'ht','Mpesa','','2024-08-23 10:40:05','','0','4','2024-08-23 10:40:05','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724398093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(405,'jtuu','Mpesa','','2024-08-23 10:43:32','','0','4','2024-08-23 10:43:32','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724398812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(406,'','Cash','','2024-08-23 10:45:02','','0','4','2024-08-23 10:45:02','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724399020','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(407,'','Mpesa','','2024-08-23 10:52:32','','0','4','2024-08-23 10:52:32','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','407','2','0','41724399106','Cleared','4','2024-08-23 18:29:27','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(408,'htgth','Mpesa','','2024-08-23 10:56:58','','0','4','2024-08-23 10:56:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724399803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(409,'','Cash','','2024-08-23 10:57:37','','0','4','2024-08-23 10:57:37','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','3','0','41724399826','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(410,'565','Mpesa','','2024-08-23 11:00:42','','0','4','2024-08-23 11:00:42','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724399862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(411,'fde','Mpesa','','2024-08-23 11:05:54','','0','4','2024-08-23 11:05:54','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41724400052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(412,'','Mpesa','','2024-08-23 11:27:40','','0','4','2024-08-23 11:27:40','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','gtgh','2','0','41724400845','Cleared','4','2024-08-23 20:07:48','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(413,'df','Mpesa','','2024-08-23 11:53:52','','0','4','2024-08-23 11:53:52','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724403217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(414,'hn','Mpesa','','2024-08-23 12:01:34','','0','4','2024-08-23 12:01:34','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724403528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(415,'hgg','Mpesa','','2024-08-23 12:13:29','','0','4','2024-08-23 12:13:29','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724403701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(416,'ff','Mpesa','','2024-08-23 12:46:13','','0','4','2024-08-23 12:46:13','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41724404427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(417,'','Cash','','2024-08-23 12:54:38','','0','4','2024-08-23 12:54:38','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724406862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(418,'','Cash','','2024-08-23 13:13:23','','0','4','2024-08-23 13:13:23','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41724406883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(419,'fdf','Mpesa','','2024-08-23 13:56:52','','0','4','2024-08-23 13:56:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724408012','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(420,'','Mpesa','','2024-08-23 14:02:16','','0','4','2024-08-23 14:02:16','25','0','640','1','retail','0','640','1','0','0','0','0','640','0','printed',' ','420','2','0','41724410619','Cleared','4','2024-08-23 18:39:48','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(421,'ty','Mpesa','','2024-08-23 14:03:34','','0','4','2024-08-23 14:03:34','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724411006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(422,'mpesa','Mpesa','','2024-08-23 14:11:24','','0','4','2024-08-23 14:11:24','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724411469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(423,'','Cash','','2024-08-23 14:17:02','','0','4','2024-08-23 14:17:02','25','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','11','0','41724411495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(424,'','Mpesa','','2024-08-23 14:35:03','','0','4','2024-08-23 14:35:03','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','656','2','0','41724411832','Cleared','4','2024-08-23 19:56:32','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(425,'mpesa','Mpesa','','2024-08-23 14:42:12','','0','4','2024-08-23 14:42:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41724413301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(426,'','Creditnote','','2024-08-23 14:44:05','','0','4','2024-08-23 14:44:06','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724413345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(427,'hyty','Mpesa','','2024-08-23 15:04:42','','0','4','2024-08-23 15:04:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41724413488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(428,'','Mpesa','','2024-08-23 15:05:18','','0','4','2024-08-23 15:05:18','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','428','11','0','41724414690','Cleared','4','2024-08-23 19:39:13','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(429,'ghf','Mpesa','','2024-08-23 15:06:03','','0','4','2024-08-23 15:06:03','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724414752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(430,'','Cash','','2024-08-23 15:09:21','','0','4','2024-08-23 15:09:21','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41724414772','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(431,'uy','Mpesa','','2024-08-23 15:13:51','','0','4','2024-08-23 15:13:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724415217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(432,'mpesa','Mpesa','','2024-08-23 15:26:59','','0','4','2024-08-23 15:26:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','3','0','41724415243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(433,'mpesa','Mpesa','','2024-08-23 15:57:05','','0','4','2024-08-23 15:57:05','','150','390','1','retail','0','390','1','0','0','0','0','240','0','printed',' ','','11','0','41724416036','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(434,'mpesa','Mpesa','','2024-08-23 15:59:43','','0','4','2024-08-23 15:59:43','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724417968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(435,'','Cash','','2024-08-23 16:06:07','','0','4','2024-08-23 16:06:07','25','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','11','0','41724418205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(436,'mpesa','Mpesa','','2024-08-23 16:21:10','','0','4','2024-08-23 16:21:10','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','2','0','41724418375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(437,'','Mpesa','','2024-08-23 16:38:14','','0','4','2024-08-23 16:38:14','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','437','2','0','41724419416','Cleared','4','2024-08-23 18:28:47','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(438,'mpesa','Mpesa','','2024-08-23 16:41:26','','0','4','2024-08-23 16:41:26','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724420324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(439,'mpesa','Mpesa','','2024-08-23 16:48:52','','0','4','2024-08-23 16:48:52','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724420605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(440,'','Creditnote','','2024-08-23 16:50:52','','0','4','2024-08-23 16:50:52','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724420944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(441,'','Cash','','2024-08-23 17:01:50','','0','4','2024-08-23 17:01:50','25','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','41724421693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(442,'mpesa','Mpesa','','2024-08-23 17:36:07','','0','4','2024-08-23 17:36:07','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724421722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(443,'','Cash','','2024-08-23 17:39:56','','0','4','2024-08-23 17:39:56','25','0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','41724423775','Cleared','4','2024-08-23 19:41:37','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(444,'mpesa','Mpesa','','2024-08-23 17:59:00','','0','4','2024-08-23 17:59:00','','0','730','1','retail','0','730','1','0','0','0','0','730','0','printed',' ','','2','0','41724424792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(445,'','Cash','','2024-08-23 17:59:57','','0','4','2024-08-23 17:59:57','25','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724425171','Cleared','4','2024-08-23 20:14:32','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(446,'mpesa','Mpesa','','2024-08-23 18:01:03','','0','4','2024-08-23 18:01:03','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724425251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(447,'mpesa','Mpesa','','2024-08-23 18:05:46','','0','4','2024-08-23 18:05:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724425277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(448,'','Cash','','2024-08-23 18:06:36','','0','4','2024-08-23 18:06:36','25','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724425556','Cleared','4','2024-08-23 20:14:48','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(449,'ghg','Mpesa','','2024-08-23 18:11:23','','0','4','2024-08-23 18:11:23','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','df','2','0','41724425629','Cleared','4','2024-08-23 18:40:25','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(450,'tytr','Mpesa','','2024-08-23 18:14:01','','0','4','2024-08-23 18:14:01','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724425892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(451,'','Cash','','2024-08-23 18:26:19','','0','4','2024-08-23 18:26:19','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724426767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(452,'','Mpesa','','2024-08-23 18:26:46','','0','4','2024-08-23 18:26:46','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','ert','2','0','41724426788','Cleared','4','2024-08-23 19:29:51','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(453,'','Mpesa','','2024-08-23 18:30:29','','0','4','2024-08-23 18:30:29','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','345','5','0','41724427022','Cleared','4','2024-08-23 19:57:20','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(454,'','Mpesa','','2024-08-23 18:53:54','','0','4','2024-08-23 18:53:54','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','454','2','0','41724428420','Cleared','4','2024-08-23 19:33:02','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(455,'','Mpesa','','2024-08-23 18:54:25','','0','4','2024-08-23 18:54:25','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724428455','Cleared','4','2024-08-23 20:03:27','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(456,'fg','Mpesa','','2024-08-23 19:04:02','','0','4','2024-08-23 19:04:02','','080','200','1','retail','0','200','1','0','0','0','0','120','0','printed',' ','','2','0','41724428481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(457,'','Cash','','2024-08-23 19:05:29','','0','4','2024-08-23 19:05:29','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41724429099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(458,'ty7','Mpesa','','2024-08-23 19:05:41','','0','4','2024-08-23 19:05:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724429132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(459,'yrty','Mpesa','','2024-08-23 19:14:07','','0','4','2024-08-23 19:14:07','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724429631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(460,'','Cash','','2024-08-23 19:15:49','','0','4','2024-08-23 19:15:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724429661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(461,'','Cash','','2024-08-23 19:20:23','','0','4','2024-08-23 19:20:23','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724429751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(462,'uu','Mpesa','','2024-08-23 19:28:21','','0','4','2024-08-23 19:28:21','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724430026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(463,'ee','Mpesa','','2024-08-23 19:37:53','','0','4','2024-08-23 19:37:53','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724431060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(464,'','Cash','','2024-08-23 19:51:39','','0','4','2024-08-23 19:51:39','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41724431744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(465,'hh','Creditnote','','2024-08-23 20:10:10','','0','4','2024-08-23 20:10:10','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724432992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(466,'','Cash','','2024-08-23 20:12:30','','0','4','2024-08-23 20:12:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724433133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(467,'bnh','Mpesa','','2024-08-23 20:20:48','','0','4','2024-08-23 20:20:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41724433590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(468,'op','Mpesa','','2024-08-23 20:25:27','','0','4','2024-08-23 20:25:27','','025','75','1','retail','0','75','1','0','0','0','0','50','0','printed',' ','','1','0','41724433912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(469,'','Mpesa','','2024-08-24 06:23:03','','0','4','2024-08-24 06:23:03','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','469','2','0','41724469052','Cleared','4','2024-08-24 18:11:52','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(470,'','Cash','','2024-08-24 06:23:56','','0','4','2024-08-24 06:23:56','','360','360','1','retail','0','360','1','0','0','0','0','0','0','printed',' ','','2','0','41724469819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(471,'gr','Mpesa','','2024-08-24 06:35:52','','0','4','2024-08-24 06:35:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724469882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(472,'','Mpesa','','2024-08-24 06:46:24','','0','4','2024-08-24 06:46:24','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','472','2','0','41724470560','Cleared','4','2024-08-24 18:08:58','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(473,'7766','Mpesa','','2024-08-24 07:19:53','','0','4','2024-08-24 07:19:53','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724473185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(474,'','Creditnote','','2024-08-24 07:20:21','','0','4','2024-08-24 07:20:21','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41724473203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(475,'','Mpesa','','2024-08-24 07:38:44','','0','4','2024-08-24 07:38:44','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','475','2','0','41724474281','Cleared','4','2024-08-24 18:31:10','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(476,'','Cash','','2024-08-24 07:40:37','','160','4','2024-08-24 07:40:37','25','0','160','1','retail','0','160','1','0','0','-160','0','160','0','printed',' ','','2','160','41724474424','Cleared','4','2024-08-24 20:31:39','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(477,'tttttt','Mpesa','','2024-08-24 07:51:55','','0','4','2024-08-24 07:51:55','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724474540','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(478,'','Cash','','2024-08-24 08:19:58','','-10','4','2024-08-24 08:19:58','25','40','40','1','retail','0','40','1','0','0','-50','0','0','0','printed',' ','','2','40','41724475123','Cleared','4','2024-08-24 20:24:17','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(479,'','Cash','','2024-08-24 08:23:43','','0','4','2024-08-24 08:23:43','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724477012','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(480,'','Mpesa','','2024-08-24 08:36:43','','0','4','2024-08-24 08:36:43','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','80989','11','0','41724477719','Cleared','4','2024-08-24 20:18:32','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(481,'345','Mpesa','','2024-08-24 08:38:10','','0','4','2024-08-24 08:38:10','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','480','2','0','41724477876','Cleared','4','2024-08-24 18:32:10','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(482,'','Mpesa','','2024-08-24 08:38:36','','0','4','2024-08-24 08:38:36','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','482','2','0','41724477899','Cleared','4','2024-08-24 18:09:29','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(483,'yuiy','Mpesa','','2024-08-24 08:42:51','','0','4','2024-08-24 08:42:51','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724478159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(484,'tyt','Mpesa','','2024-08-24 08:54:33','','0','4','2024-08-24 08:54:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724478181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(485,'','Mpesa','','2024-08-24 08:56:29','','0','4','2024-08-24 08:56:29','25','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','485','2','0','41724478881','Cleared','4','2024-08-24 18:10:01','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(486,'fre','Mpesa','','2024-08-24 08:57:40','','0','4','2024-08-24 08:57:40','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724479049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(487,'','Creditnote','','2024-08-24 08:59:10','','0','4','2024-08-24 08:59:10','26','0','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','400','41724479080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(488,'','Mpesa','','2024-08-24 09:17:36','','0','4','2024-08-24 09:17:36','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','488','2','0','41724480245','Cleared','4','2024-08-24 18:30:02','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(489,'','Creditnote','','2024-08-24 09:21:46','','100','4','2024-08-24 09:21:46','25','0','100','1','retail','0','100','1','0','0','-100','0','100','0','printed',' ','','2','100','41724480489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(490,'','Mpesa','','2024-08-24 09:22:16','','0','4','2024-08-24 09:22:16','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','490','2','0','41724480523','Cleared','4','2024-08-24 18:23:59','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(491,'ty','Mpesa','','2024-08-24 09:28:31','','0','4','2024-08-24 09:28:31','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724480897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(492,'ghtgh','Mpesa','','2024-08-24 09:31:50','','0','4','2024-08-24 09:31:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','41724480925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(493,'rrr','Mpesa','','2024-08-24 09:44:18','','0','4','2024-08-24 09:44:18','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724481211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(494,'','Mpesa','','2024-08-24 09:44:53','','0','4','2024-08-24 09:44:53','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','494','2','0','41724481869','Cleared','4','2024-08-24 19:23:04','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(495,'gtt','Mpesa','','2024-08-24 10:04:44','','0','4','2024-08-24 10:04:44','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724482841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(496,'','Cash','','2024-08-24 10:06:36','','0','4','2024-08-24 10:06:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41724483092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(497,'bhg','Mpesa','','2024-08-24 10:08:24','','0','4','2024-08-24 10:08:24','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724483199','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(498,'ggg','Mpesa','','2024-08-24 10:15:04','','0','4','2024-08-24 10:15:04','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724483323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(499,'rry','Mpesa','','2024-08-24 10:18:01','','0','4','2024-08-24 10:18:01','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41724483711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(500,'yuyy','Mpesa','','2024-08-24 10:48:38','','0','4','2024-08-24 10:48:38','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724483890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(501,'gg','Mpesa','','2024-08-24 10:54:05','','0','4','2024-08-24 10:54:05','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724485731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(502,'yiuy','Mpesa','','2024-08-24 11:18:33','','0','4','2024-08-24 11:18:33','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724487470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(503,'','Cash','','2024-08-24 11:23:28','','0','4','2024-08-24 11:23:28','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41724487527','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(504,'','Cash','','2024-08-24 11:24:48','','0','4','2024-08-24 11:24:48','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','3','0','41724487810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(505,'','Mpesa','','2024-08-24 11:36:45','','0','4','2024-08-24 11:36:45','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','505','5','0','41724487890','Cleared','4','2024-08-24 19:23:43','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(506,'hguj','Mpesa','','2024-08-24 11:59:26','','0','4','2024-08-24 11:59:26','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724489954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(507,'','Cash','','2024-08-24 12:06:19','','0','4','2024-08-24 12:06:19','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724489973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(508,'fv','Mpesa','','2024-08-24 12:08:42','','0','4','2024-08-24 12:08:42','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724490381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(509,'fr','Mpesa','','2024-08-24 12:13:34','','0','4','2024-08-24 12:13:34','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41724490531','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(510,'','Cash','','2024-08-24 12:38:30','','0','4','2024-08-24 12:38:30','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724491569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(511,'fg','Mpesa','','2024-08-24 12:46:55','','0','4','2024-08-24 12:46:55','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724492314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(512,'fff','Mpesa','','2024-08-24 13:21:56','','0','4','2024-08-24 13:21:56','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724493185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(513,'mpesa','Mpesa','','2024-08-24 13:27:35','','0','4','2024-08-24 13:27:35','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724494926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(514,'','Creditnote','','2024-08-24 13:40:04','','0','1','2024-08-24 13:40:04','37 ','0','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','7','20','11724495983','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(515,'fr','Mpesa','','2024-08-24 13:42:51','','0','4','2024-08-24 13:42:51','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724496121','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(516,'fg','Mpesa','','2024-08-24 13:44:57','','0','4','2024-08-24 13:44:57','','150','180','1','retail','0','180','1','0','0','0','0','30','0','printed',' ','','11','0','41724496192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(517,'','Creditnote','','2024-08-24 14:22:04','','0','4','2024-08-24 14:22:04','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724496330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(518,'','Cash','','2024-08-24 14:24:35','','0','4','2024-08-24 14:24:35','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724498658','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(519,'d','Mpesa','','2024-08-24 14:58:57','','0','4','2024-08-24 14:58:57','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41724498682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(520,'','Mpesa','','2024-08-24 15:05:26','','0','4','2024-08-24 15:05:26','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','520','2','0','41724500760','Cleared','4','2024-08-24 18:08:24','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(521,'','Cash','','2024-08-24 15:16:50','','0','4','2024-08-24 15:16:50','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','41724501790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(522,'','Cash','','2024-08-24 15:24:04','','0','4','2024-08-24 15:24:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724501835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(523,'yt','Mpesa','','2024-08-24 15:29:25','','0','4','2024-08-24 15:29:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724502264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(524,'','Cash','','2024-08-24 15:50:47','','0','4','2024-08-24 15:50:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41724502573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(525,'vf','Mpesa','','2024-08-24 16:17:33','','0','4','2024-08-24 16:17:33','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41724503853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(526,'mpesa','Mpesa','','2024-08-24 16:32:10','','0','4','2024-08-24 16:32:10','25','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','6','0','41724506305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(527,'','Cash','','2024-08-24 16:40:09','','0','4','2024-08-24 16:40:10','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','3','0','41724506342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(528,'','Cash','','2024-08-24 16:56:57','','0','4','2024-08-24 16:56:57','25','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','11','0','41724507780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(529,'hj','Mpesa','','2024-08-24 17:18:28','','0','4','2024-08-24 17:18:28','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724507896','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(530,'','Cash','','2024-08-24 17:22:40','','0','4','2024-08-24 17:22:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724509116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(531,'vf','Mpesa','','2024-08-24 17:41:01','','0','4','2024-08-24 17:41:01','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724509365','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(532,'','Cash','','2024-08-24 17:44:10','','0','4','2024-08-24 17:44:10','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724510515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(533,'df','Mpesa','','2024-08-24 17:51:03','','0','4','2024-08-24 17:51:03','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41724510657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(534,'cvf','Mpesa','','2024-08-24 18:03:54','','0','4','2024-08-24 18:03:54','','90','160','1','retail','0','160','1','0','0','0','0','70','0','printed',' ','','2','0','41724511198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(535,'ghy','Mpesa','','2024-08-24 18:04:47','','0','4','2024-08-24 18:04:47','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724511854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(536,'','Cash','','2024-08-24 18:06:23','','50','4','2024-08-24 18:06:23','25','50','50','1','retail','0','50','1','0','0','-50','0','0','0','printed',' ','','2','50','41724511895','Cleared','4','2024-08-24 20:30:13','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(537,'','Creditnote','','2024-08-24 18:07:16','','0','4','2024-08-24 18:07:16','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724512024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(538,'','Cash','','2024-08-24 18:17:30','','0','4','2024-08-24 18:17:30','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','5','0','41724512638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(539,'sd','Mpesa','','2024-08-24 18:27:54','','0','4','2024-08-24 18:27:54','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','7','0','41724513241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(540,'','Cash','','2024-08-24 18:36:45','','0','4','2024-08-24 18:36:45','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724513698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(541,'vf','Mpesa','','2024-08-24 18:41:50','','0','4','2024-08-24 18:41:50','25','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','2','0','41724513820','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(542,'','Cash','','2024-08-24 18:42:48','','320','4','2024-08-24 18:42:48','25','180','320','1','retail','0','320','1','0','0','-320','0','140','0','printed',' ','','2','320','41724514133','Cleared','4','2024-08-24 19:59:39','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(543,'','Creditnote','','2024-08-24 18:43:57','','0','4','2024-08-24 18:43:57','38','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41724514223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(544,'mpesa','Mpesa','','2024-08-24 18:49:23','','0','4','2024-08-24 18:49:23','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724514545','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(545,'mpesa','Mpesa','','2024-08-24 18:51:40','','0','4','2024-08-24 18:51:40','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724514585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(546,'','Mpesa','','2024-08-24 18:53:22','','0','4','2024-08-24 18:53:22','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','546','2','0','41724514714','Cleared','4','2024-08-24 19:22:19','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(547,'gtr','Mpesa','','2024-08-24 18:59:55','','0','4','2024-08-24 18:59:55','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','2','0','41724515167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(548,'','Cash','','2024-08-24 19:07:56','','0','4','2024-08-24 19:07:56','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724515666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(549,'','Cash','','2024-08-24 19:10:38','','0','4','2024-08-24 19:10:38','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','0','41724515681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(550,'','Cash','','2024-08-24 19:17:27','','0','4','2024-08-24 19:17:27','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724515986','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(551,'vf','Mpesa','','2024-08-24 19:18:43','','0','4','2024-08-24 19:18:43','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724516250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(552,'gh','Mpesa','','2024-08-24 19:31:52','','0','4','2024-08-24 19:31:52','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','41724516980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(553,'gh','Mpesa','','2024-08-24 19:41:40','','0','4','2024-08-24 19:41:40','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724517684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(554,'jyh','Mpesa','','2024-08-24 19:47:08','','0','4','2024-08-24 19:47:08','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','41724517957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(555,'nh','Mpesa','','2024-08-24 19:50:12','','0','4','2024-08-24 19:50:12','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724518039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(556,'dew','Mpesa','','2024-08-24 19:50:55','','0','4','2024-08-24 19:50:55','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724518222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(557,'','Creditnote','','2024-08-24 19:55:14','','0','4','2024-08-24 19:55:14','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724518496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(558,'ccf','Mpesa','','2024-08-24 19:57:02','','0','4','2024-08-24 19:57:02','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','7','0','41724518597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(559,'','Cash','','2024-08-24 20:06:01','','0','4','2024-08-24 20:06:01','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724519151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(560,'jh','Mpesa','','2024-08-24 20:22:16','','0','4','2024-08-24 20:22:16','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724520119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(561,'','Cash','','2024-08-24 20:27:31','','0','4','2024-08-24 20:27:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724520440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(562,'','Invoice','','2024-08-25 19:12:29','','0','6','2024-08-25 06:29:42','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','new',' ','','2','0','61724556567','No','6','2024-08-25 19:12:29','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(563,'mpesa','Mpesa','','2024-08-25 06:47:19','','0','6','2024-08-25 06:47:19','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61724557621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(564,'','Invoice','','2024-08-25 14:46:04','','0','6','2024-08-25 07:37:39','25','0','1280','1','retail','0','1280','1','0','0','0','0','1280','0','new',' ','','2','0','61724560306','No','6','2024-08-25 14:46:04','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(565,'','Invoice','','2024-08-25 20:31:30','','0','6','2024-08-25 07:56:41','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','2','0','61724561784','No','6','2024-08-25 20:31:30','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(566,'mpesa','Mpesa','','2024-08-25 08:07:58','','0','6','2024-08-25 08:07:58','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724562468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(567,'','Cash','','2024-08-25 08:12:02','','0','6','2024-08-25 08:12:02','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724562488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(568,'mpesa','Mpesa','','2024-08-25 08:18:05','','0','6','2024-08-25 08:18:05','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61724562729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(569,'','Creditnote','','2024-08-25 08:40:32','','0','6','2024-08-25 08:40:32','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724563110','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(570,'mpesa','Mpesa','','2024-08-25 08:44:15','','0','6','2024-08-25 08:44:15','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724564632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(571,'mpesa','Mpesa','','2024-08-25 09:04:29','','0','6','2024-08-25 09:04:29','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724564669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(572,'','Creditnote','','2024-08-25 09:05:00','','0','6','2024-08-25 09:05:00','26','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61724565880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(573,'mpesa','Mpesa','','2024-08-25 09:17:02','','0','6','2024-08-25 09:17:02','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724565940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(574,'','Invoice','','2024-08-25 19:02:17','','0','6','2024-08-25 09:22:22','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','new',' ','','2','0','61724566637','No','6','2024-08-25 19:02:17','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(575,'','Invoice','','2024-08-25 20:02:51','','0','6','2024-08-25 09:27:58','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','new',' ','','2','0','61724567255','No','6','2024-08-25 20:02:51','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(576,'','Cash','','2024-08-25 09:31:04','','0','6','2024-08-25 09:31:04','25','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61724567447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(577,'','Invoice','','2024-08-25 20:30:40','','0','6','2024-08-25 09:33:46','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','new',' ','','2','0','61724567472','No','6','2024-08-25 20:30:40','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(578,'jkl','Mpesa','','2024-08-25 10:35:54','','0','6','2024-08-25 10:35:54','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724569388','Cleared','6','2024-08-25 14:43:18','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(579,'','Invoice','','2024-08-25 20:04:46','','0','6','2024-08-25 10:39:12','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','2','0','61724571529','No','6','2024-08-25 20:04:46','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(580,'mpesa','Mpesa','','2024-08-25 10:47:35','','0','6','2024-08-25 10:47:35','25','260','840','1','retail','0','840','1','0','0','0','0','580','0','printed',' ','','2','0','61724571667','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(581,'mpesa','Mpesa','','2024-08-25 11:02:56','','0','6','2024-08-25 11:02:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724572832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(582,'','Invoice','','2024-08-25 18:56:50','','0','6','2024-08-25 11:03:30','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','new',' ','','2','0','61724572987','No','6','2024-08-25 18:56:50','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(583,'','Creditnote','','2024-08-25 11:15:05','','0','6','2024-08-25 11:15:05','29','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724573691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(584,'mpesa','Mpesa','','2024-08-25 11:37:33','','0','6','2024-08-25 11:37:33','25','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','7','0','61724575019','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(585,'','Cash','','2024-08-25 11:41:47','','0','6','2024-08-25 11:41:47','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724575093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(586,'mpesa','Mpesa','','2024-08-25 12:22:26','','0','6','2024-08-25 12:22:26','25','120','610','1','retail','0','610','1','0','0','0','0','490','0','printed',' ','','1','0','61724577377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(587,'','Cash','','2024-08-25 13:34:43','','0','6','2024-08-25 13:34:43','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61724580629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(588,'mpesa','Mpesa','','2024-08-25 13:43:45','','0','6','2024-08-25 13:43:45','25','280','440','1','retail','0','440','1','0','0','0','0','160','0','printed',' ','','2','0','61724582103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(589,'','Cash','','2024-08-25 13:46:52','','0','6','2024-08-25 13:46:52','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724582745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(590,'mpesa','Mpesa','','2024-08-25 13:47:50','','0','6','2024-08-25 13:47:50','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724582821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(591,'mpesa','Mpesa','','2024-08-25 13:56:27','','0','6','2024-08-25 13:56:27','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61724582893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(592,'mpesa','Mpesa','','2024-08-25 14:01:12','','0','6','2024-08-25 14:01:12','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724583399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(593,'','Creditnote','','2024-08-25 14:02:12','','0','6','2024-08-25 14:02:12','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724583682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(594,'mpesa','Mpesa','','2024-08-25 14:25:31','','0','6','2024-08-25 14:25:31','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724585122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(595,'mpesa','Mpesa','','2024-08-25 14:31:26','','0','6','2024-08-25 14:31:26','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724585143','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(596,'mpesa','Mpesa','','2024-08-25 14:50:43','','0','6','2024-08-25 14:50:43','','100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','7','0','61724586469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(597,'mpesa','Mpesa','','2024-08-25 14:55:19','','0','6','2024-08-25 14:55:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724586910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(598,'mpesa','Mpesa','','2024-08-25 15:11:44','','0','6','2024-08-25 15:11:44','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724587889','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(599,'mpesa','Mpesa','','2024-08-25 15:14:46','','0','6','2024-08-25 15:14:46','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724587915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(600,'mpesa','Mpesa','','2024-08-25 15:41:20','','0','6','2024-08-25 15:41:20','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724588553','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(601,'mpesa','Mpesa','','2024-08-25 15:47:32','','0','6','2024-08-25 15:47:32','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724589692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(602,'','Cash','','2024-08-25 16:15:45','','0','6','2024-08-25 16:15:45','25','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','61724590070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(603,'mpesa','Mpesa','','2024-08-25 16:29:45','','0','6','2024-08-25 16:29:45','25','0120','360','1','retail','0','360','1','0','0','0','0','240','0','printed',' ','','2','0','61724591757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(604,'mpesa','Mpesa','','2024-08-25 16:45:31','','0','6','2024-08-25 16:45:31','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61724592616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(605,'','Cash','','2024-08-25 17:05:46','','0','6','2024-08-25 17:05:46','25','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61724593553','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(606,'mpesa','Mpesa','','2024-08-25 17:11:44','','0','6','2024-08-25 17:11:44','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','61724594760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(607,'mpesa','Mpesa','','2024-08-25 17:31:46','','0','6','2024-08-25 17:31:46','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724595115','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(608,'mpesa','Mpesa','','2024-08-25 17:44:47','','0','6','2024-08-25 17:44:47','25','080','140','1','retail','0','140','1','0','0','0','0','60','0','printed',' ','','2','0','61724596319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(609,'','Invoice','','2024-08-25 17:53:35','','-800','6','2024-08-25 17:53:35','25','0','800','1','retail','0','800','1','0','0','800','0','0','0','printed',' ','','2','0','61724597116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(610,'mpesa','Mpesa','','2024-08-25 17:57:33','','0','6','2024-08-25 17:57:33','25','0','680','1','retail','0','680','1','0','0','0','0','680','0','printed',' ','','7','0','61724597816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(611,'mpesa','Mpesa','','2024-08-25 18:06:46','','0','6','2024-08-25 18:06:46','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','61724598387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(612,'mpesa','Mpesa','','2024-08-25 18:10:13','','0','6','2024-08-25 18:10:13','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724598504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(613,'','Cash','','2024-08-25 18:18:33','','0','6','2024-08-25 18:18:33','25','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','61724599096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(614,'mpesa','Mpesa','','2024-08-25 18:25:15','','0','6','2024-08-25 18:25:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724599123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(615,'mpesa','Mpesa','','2024-08-25 18:50:04','','0','6','2024-08-25 18:50:04','','0','1190','1','retail','0','1190','1','0','0','0','0','1190','0','printed',' ','','1','0','61724600435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(616,'mpesa','Mpesa','','2024-08-25 19:06:52','','0','6','2024-08-25 19:06:52','25','020','130','1','retail','0','130','1','0','0','0','0','110','0','printed',' ','','2','0','61724601991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(617,'','Invoice','','2024-08-25 19:10:25','','0','6','2024-08-25 19:10:25','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724602077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(618,'mpesa','Mpesa','','2024-08-25 19:50:10','','0','6','2024-08-25 19:50:10','','190','240','1','retail','0','240','1','0','0','0','0','50','0','printed',' ','','1','0','61724604261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(619,'mpesa','Mpesa','','2024-08-25 19:52:19','','0','6','2024-08-25 19:52:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724604698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(620,'mpesa','Mpesa','','2024-08-25 19:57:44','','0','6','2024-08-25 19:57:44','25','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','2','0','61724604756','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(621,'mpesa','Mpesa','','2024-08-25 19:59:47','','0','6','2024-08-25 19:59:47','25','80','160','1','retail','0','160','1','0','0','0','0','80','0','printed',' ','','2','0','61724605078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(622,'','Creditnote','','2024-08-25 20:11:44','','0','6','2024-08-25 20:11:44','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61724605890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(623,'','Creditnote','','2024-08-25 20:32:52','','0','6','2024-08-25 20:32:52','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61724607160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(624,'mpesa','Mpesa','','2024-08-25 20:43:39','','0','6','2024-08-25 20:43:39','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61724607800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(625,'','Mpesa','','2024-08-26 06:13:37','','0','4','2024-08-26 06:13:37','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724642006','Cleared','4','2024-08-26 17:24:49','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(626,'','Cash','','2024-08-26 06:18:55','','0','4','2024-08-26 06:18:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724642321','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(627,'','Mpesa','','2024-08-26 06:24:53','','0','4','2024-08-26 06:24:53','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','2','0','41724642338','Cleared','4','2024-08-26 15:41:01','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(628,'','Mpesa','','2024-08-26 06:26:32','','0','4','2024-08-26 06:26:32','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724642778','Cleared','4','2024-08-26 15:41:39','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(629,'dfr','Mpesa','','2024-08-26 06:27:10','','0','4','2024-08-26 06:27:10','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724642817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(630,'','Cash','','2024-08-26 06:28:33','','0','4','2024-08-26 06:28:33','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41724642839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(631,'','Cash','','2024-08-26 06:31:15','','0','4','2024-08-26 06:31:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724643062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(632,'','Mpesa','','2024-08-26 06:34:19','','0','4','2024-08-26 06:34:19','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724643116','Cleared','4','2024-08-26 19:28:34','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(633,'','Cash','','2024-08-26 06:41:58','','0','4','2024-08-26 06:41:58','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724643629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(634,'gtr','Mpesa','','2024-08-26 06:43:27','','0','4','2024-08-26 06:43:27','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41724643721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(635,'','Cash','','2024-08-26 07:20:32','','0','4','2024-08-26 07:20:32','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724644752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(636,'','Mpesa','','2024-08-26 07:28:12','','0','4','2024-08-26 07:28:12','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724646036','Cleared','4','2024-08-26 18:19:20','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(637,'','Cash','','2024-08-26 07:37:27','','0','4','2024-08-26 07:37:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724647035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(638,'gtr','Mpesa','','2024-08-26 07:45:09','','0','4','2024-08-26 07:45:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724647050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(639,'nh','Mpesa','','2024-08-26 07:51:21','','0','4','2024-08-26 07:51:21','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724647521','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(640,'','Mpesa','','2024-08-26 07:53:38','','0','4','2024-08-26 07:53:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724647897','Cleared','4','2024-08-26 19:00:53','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(641,'','Cash','','2024-08-26 07:59:13','','0','4','2024-08-26 07:59:13','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724648341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(642,'vggg','Mpesa','','2024-08-26 08:18:14','','0','4','2024-08-26 08:18:14','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724648356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(643,'','Creditnote','','2024-08-26 08:22:08','','0','4','2024-08-26 08:22:08','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41724649502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(644,'','Cash','','2024-08-26 08:25:53','','0','4','2024-08-26 08:25:53','25','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724649938','Cleared','4','2024-08-26 19:51:24','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(645,'vf','Mpesa','','2024-08-26 08:31:43','','0','4','2024-08-26 08:31:43','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','41724650283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(646,'gt','Mpesa','','2024-08-26 08:40:08','','0','4','2024-08-26 08:40:08','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724650310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(647,'','Mpesa','','2024-08-26 08:45:29','','0','4','2024-08-26 08:45:29','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724650821','Cleared','4','2024-08-26 15:40:17','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(648,'','Creditnote','','2024-08-26 08:46:10','','0','4','2024-08-26 08:46:10','26','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41724651154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(649,'ghy','Mpesa','','2024-08-26 08:48:15','','0','4','2024-08-26 08:48:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724651286','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(650,'','Mpesa','','2024-08-26 08:50:17','','0','4','2024-08-26 08:50:17','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724651306','Cleared','4','2024-08-26 19:27:59','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(651,'','Cash','','2024-08-26 09:06:58','','0','4','2024-08-26 09:06:58','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724652400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(652,'','Mpesa','','2024-08-26 09:07:31','','0','4','2024-08-26 09:07:31','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724652425','Cleared','4','2024-08-26 19:52:29','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(653,'','Mpesa','','2024-08-26 09:26:05','','0','4','2024-08-26 09:26:05','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724653555','Cleared','4','2024-08-26 20:20:57','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(654,'','Mpesa','','2024-08-26 09:36:07','','0','4','2024-08-26 09:36:07','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724654140','Cleared','4','2024-08-26 15:39:36','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(655,'vf','Mpesa','','2024-08-26 10:02:51','','0','4','2024-08-26 10:02:51','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724655762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(656,'','Cash','','2024-08-26 10:10:25','','0','4','2024-08-26 10:10:25','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724655780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(657,'df','Mpesa','','2024-08-26 10:25:55','','0','4','2024-08-26 10:25:55','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724656228','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(658,'vbg','Mpesa','','2024-08-26 11:08:55','','0','4','2024-08-26 11:08:55','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724659338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(659,'nh','Mpesa','','2024-08-26 12:08:41','','0','4','2024-08-26 12:08:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41724663296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(660,'fr','Mpesa','','2024-08-26 12:30:24','','0','4','2024-08-26 12:30:24','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724664602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(661,'','Creditnote','','2024-08-26 13:04:31','','0','4','2024-08-26 13:04:31','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724664635','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(662,'','Cash','','2024-08-26 13:08:54','','0','4','2024-08-26 13:08:54','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','41724666919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(663,'bnh','Mpesa','','2024-08-26 14:11:35','','0','4','2024-08-26 14:11:35','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724666938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(664,'','Mpesa','','2024-08-26 14:22:35','','0','4','2024-08-26 14:22:35','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','3','0','41724670706','Cleared','4','2024-08-26 16:02:47','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(665,'mj','Mpesa','','2024-08-26 14:45:56','','0','4','2024-08-26 14:45:56','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41724672711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(666,'','Mpesa','','2024-08-26 15:13:04','','0','4','2024-08-26 15:13:04','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724673318','Cleared','4','2024-08-26 19:57:07','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(667,'fg','Mpesa','','2024-08-26 15:30:23','','0','4','2024-08-26 15:30:23','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','2','0','41724675399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(668,'','Cash','','2024-08-26 15:37:03','','0','4','2024-08-26 15:37:03','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724675433','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(669,'nb','Mpesa','','2024-08-26 15:47:17','','0','4','2024-08-26 15:47:17','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724676171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(670,'bhg','Mpesa','','2024-08-26 16:14:35','','0','4','2024-08-26 16:14:35','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724677372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(671,'bvc','Mpesa','','2024-08-26 16:16:36','','0','4','2024-08-26 16:16:36','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724678082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(672,'','Invoice','','2024-08-26 16:35:15','','0','4','2024-08-26 16:35:15','25','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','6','0','41724679278','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(673,'','Creditnote','','2024-08-26 16:44:21','','0','4','2024-08-26 16:44:21','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','2','160','41724679825','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(674,'lk','Mpesa','','2024-08-26 17:09:21','','0','4','2024-08-26 17:09:21','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724680118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(675,'mj','Mpesa','','2024-08-26 17:19:08','','0','4','2024-08-26 17:19:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','41724681374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(676,'','Invoice','','2024-08-26 17:19:36','','0','4','2024-08-26 17:19:36','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724681961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(677,'','Cash','','2024-08-26 17:32:54','','0','4','2024-08-26 17:32:54','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','41724682362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(678,'mj','Mpesa','','2024-08-26 17:55:27','','0','4','2024-08-26 17:55:27','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724684118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(679,'','Cash','','2024-08-26 18:07:37','','0','4','2024-08-26 18:07:37','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41724684135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(680,'','Cash','','2024-08-26 18:11:30','','0','4','2024-08-26 18:11:30','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724684881','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(681,'bhg','Mpesa','','2024-08-26 18:14:05','','0','4','2024-08-26 18:14:05','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724685095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(682,'','Invoice','','2024-08-26 18:18:18','','0','4','2024-08-26 18:18:18','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724685267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(683,'','Cash','','2024-08-26 18:20:13','','0','4','2024-08-26 18:20:13','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724685603','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(684,'ll','Mpesa','','2024-08-26 18:27:21','','0','4','2024-08-26 18:27:21','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724685980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(685,'bnh','Mpesa','','2024-08-26 18:30:04','','0','4','2024-08-26 18:30:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41724686051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(686,'','Cash','','2024-08-26 18:40:43','','0','4','2024-08-26 18:40:43','','330','330','1','retail','0','330','1','0','0','0','0','0','0','printed',' ','','7','0','41724686316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(687,'','Cash','','2024-08-26 18:43:23','','0','4','2024-08-26 18:43:23','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724686846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(688,'mjh','Mpesa','','2024-08-26 18:44:56','','0','4','2024-08-26 18:44:56','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724687008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(689,'cvf','Mpesa','','2024-08-26 18:48:37','','0','4','2024-08-26 18:48:37','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','1','0','41724687113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(690,'','Invoice','','2024-08-26 18:51:26','','0','4','2024-08-26 18:51:26','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41724687346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(691,'jmjh','Mpesa','','2024-08-26 18:52:14','','0','4','2024-08-26 18:52:14','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724687518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(692,'','Cash','','2024-08-26 18:55:17','','0','4','2024-08-26 18:55:17','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724687544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(693,'mnb','Mpesa','','2024-08-26 18:56:23','','0','4','2024-08-26 18:56:23','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41724687721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(694,'','Invoice','','2024-08-26 18:58:06','','0','4','2024-08-26 18:58:06','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724687806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(695,'mjh','Mpesa','','2024-08-26 19:01:53','','0','4','2024-08-26 19:01:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724688086','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(696,'','Invoice','','2024-08-26 19:03:42','','0','4','2024-08-26 19:03:42','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41724688135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(697,'nhg','Mpesa','','2024-08-26 19:06:49','','0','4','2024-08-26 19:06:49','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724688392','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(698,'ghg','Mpesa','','2024-08-26 19:16:05','','0','4','2024-08-26 19:16:05','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724688946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(699,'bgf','Mpesa','','2024-08-26 19:18:59','','0','4','2024-08-26 19:18:59','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41724688997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(700,'','Cash','','2024-08-26 19:22:31','','0','4','2024-08-26 19:22:31','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724689160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(701,'','Invoice','','2024-08-26 19:23:58','','0','4','2024-08-26 19:23:58','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','41724689355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(702,'','Cash','','2024-08-26 19:36:56','','0','4','2024-08-26 19:36:56','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41724690094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(703,'jmjh','Mpesa','','2024-08-26 19:37:16','','0','4','2024-08-26 19:37:16','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724690219','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(704,'mjh','Mpesa','','2024-08-26 20:00:30','','0','4','2024-08-26 20:00:30','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724691436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(705,'mjjh','Mpesa','','2024-08-26 20:03:56','','0','4','2024-08-26 20:03:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','2','0','41724691642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(706,'','Cash','','2024-08-26 20:14:20','','0','4','2024-08-26 20:14:20','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41724691906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(707,'bhg','Mpesa','','2024-08-26 20:19:07','','0','4','2024-08-26 20:19:07','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724692729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(708,'bnh','Mpesa','','2024-08-26 20:22:38','','0','4','2024-08-26 20:22:38','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724692944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(709,'','Cash','','2024-08-26 20:48:32','','0','4','2024-08-26 20:48:32','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','11','0','41724694465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(710,'mjh','Mpesa','','2024-08-26 20:50:55','','0','4','2024-08-26 20:50:55','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724694522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(711,'mjh','Mpesa','','2024-08-26 20:52:38','','0','4','2024-08-26 20:52:38','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','5','0','41724694680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(712,'','Invoice','','2024-08-27 06:10:26','','0','4','2024-08-27 06:10:26','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724728214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(713,'','Invoice','','2024-08-27 06:12:47','','0','4','2024-08-27 06:12:47','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724728356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(714,'','Invoice','','2024-08-27 06:18:24','','394','4','2024-08-27 06:18:24','25','0','320','1','retail','0','320','1','0','0','-394','0','714','0','printed',' ','','2','0','41724728428','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(715,'nmj','Mpesa','','2024-08-27 06:53:25','','0','4','2024-08-27 06:53:25','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724730759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(716,'vgf','Mpesa','','2024-08-27 07:15:09','','0','4','2024-08-27 07:15:09','','50','80','1','retail','0','80','1','0','0','0','0','30','0','printed',' ','','2','0','41724730815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(717,'','Cash','','2024-08-27 07:21:58','','0','4','2024-08-27 07:21:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724732129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(718,'','Cash','','2024-08-27 07:27:00','','0','4','2024-08-27 07:27:00','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724732522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(719,'','Invoice','','2024-08-27 07:33:23','','0','4','2024-08-27 07:33:23','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724732872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(720,'','Invoice','','2024-08-27 07:35:42','','0','4','2024-08-27 07:35:42','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724733331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(721,'ght','Mpesa','','2024-08-27 07:51:34','','0','4','2024-08-27 07:51:34','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724734282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(722,'','Invoice','','2024-08-27 07:57:51','','0','4','2024-08-27 07:57:51','28','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724734657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(723,'jhg','Mpesa','','2024-08-27 08:04:21','','0','4','2024-08-27 08:04:21','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724735049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(724,'','Invoice','','2024-08-27 08:13:18','','0','4','2024-08-27 08:13:18','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41724735073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(725,'','Creditnote','','2024-08-27 08:16:26','','0','4','2024-08-27 08:16:26','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41724735774','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(726,'','Cash','','2024-08-27 08:44:23','','0','4','2024-08-27 08:44:23','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724735928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(727,'','Cash','','2024-08-27 08:46:05','','0','4','2024-08-27 08:46:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724737466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(728,'','Creditnote','','2024-08-27 08:49:56','','0','4','2024-08-27 08:49:56','28 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724737568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(729,'','Invoice','','2024-08-27 08:53:40','','0','4','2024-08-27 08:53:40','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724738005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(730,'','Creditnote','','2024-08-27 09:04:20','','0','4','2024-08-27 09:04:20','28','0','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','40','41724738648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(731,'','Invoice','','2024-08-27 09:09:26','','-400','4','2024-08-27 09:09:26','25','0','400','1','retail','0','400','1','0','0','400','0','0','0','printed',' ','','2','0','41724738688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(732,'','Creditnote','','2024-08-27 09:11:42','','0','4','2024-08-27 09:11:42','33 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724739095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(733,'nhg','Mpesa','','2024-08-27 09:14:24','','0','4','2024-08-27 09:14:24','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724739166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(734,'','Invoice','','2024-08-27 09:38:58','','0','4','2024-08-27 09:38:58','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724740109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(735,'','Invoice','','2024-08-27 09:57:27','','0','4','2024-08-27 09:57:27','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724741840','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(736,'','Invoice','','2024-08-27 10:01:02','','0','4','2024-08-27 10:01:02','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724741928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(737,'','Creditnote','','2024-08-27 10:01:37','','0','4','2024-08-27 10:01:37','28 ','0','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','40','41724742084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(738,'','Invoice','','2024-08-27 10:04:33','','0','4','2024-08-27 10:04:33','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724742264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(739,'nhy','Mpesa','','2024-08-27 10:06:52','','0','4','2024-08-27 10:06:52','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724742401','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(740,'bhg','Mpesa','','2024-08-27 10:54:52','','0','4','2024-08-27 10:54:52','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724742538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(741,'','Cash','','2024-08-27 10:57:13','','0','4','2024-08-27 10:57:13','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724745311','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(742,'bgf','Mpesa','','2024-08-27 11:08:38','','0','4','2024-08-27 11:08:38','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724745439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(743,'','Invoice','','2024-08-27 11:30:46','','0','4','2024-08-27 11:30:46','25','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41724746661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(744,'','Cash','','2024-08-27 11:57:12','','0','4','2024-08-27 11:57:12','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','11','0','41724748989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(745,'bnh','Mpesa','','2024-08-27 12:06:54','','0','4','2024-08-27 12:06:54','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724749036','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(746,'hyy','Mpesa','','2024-08-27 12:07:45','','0','4','2024-08-27 12:07:45','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724749646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(747,'','Invoice','','2024-08-27 12:39:01','','0','4','2024-08-27 12:39:01','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41724749673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(748,'','Creditnote','','2024-08-27 14:29:09','','0','4','2024-08-27 14:29:09','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724756007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(749,'mpesa','Mpesa','','2024-08-27 14:30:41','','0','4','2024-08-27 14:30:41','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724758230','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(750,'','Invoice','','2024-08-27 14:43:34','','0','4','2024-08-27 14:43:34','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41724759001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(751,'nhg','Mpesa','','2024-08-27 14:53:32','','0','4','2024-08-27 14:53:32','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724759594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(752,'','Invoice','','2024-08-27 15:07:31','','0','4','2024-08-27 15:07:31','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','1','0','41724759649','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(753,'vc','Mpesa','','2024-08-27 15:17:02','','0','4','2024-08-27 15:17:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724760998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(754,'mpesa','Mpesa','','2024-08-27 15:29:11','','0','4','2024-08-27 15:29:11','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','11','0','41724761044','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(755,'mpesa','Mpesa','','2024-08-27 15:30:35','','0','4','2024-08-27 15:30:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41724761765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(756,'','Cash','','2024-08-27 15:49:34','','0','4','2024-08-27 15:49:34','25','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','41724762954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(757,'','Cash','','2024-08-27 16:27:43','','0','4','2024-08-27 16:27:43','33','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724762982','Cleared','4','2024-08-27 20:28:06','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(758,'mpesa','Mpesa','','2024-08-27 16:37:15','','0','4','2024-08-27 16:37:15','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724765816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(759,'mpesa','Mpesa','','2024-08-27 17:08:19','','0','4','2024-08-27 17:08:19','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724765859','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(760,'','Cash','','2024-08-27 17:09:12','','0','4','2024-08-27 17:09:12','25','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','41724767712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(761,'','Cash','','2024-08-27 17:14:38','','0','4','2024-08-27 17:14:38','25','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','41724767903','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(762,'hj','Mpesa','','2024-08-27 17:23:09','','0','4','2024-08-27 17:23:09','','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','41724768085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(763,'cfd','Mpesa','','2024-08-27 17:50:41','','0','4','2024-08-27 17:50:41','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','11','0','41724770117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(764,'juy','Mpesa','','2024-08-27 17:57:45','','0','4','2024-08-27 17:57:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724770653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(765,'','Cash','','2024-08-27 18:12:10','','0','4','2024-08-27 18:12:10','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724770682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(766,'','Invoice','','2024-08-27 18:15:24','','0','4','2024-08-27 18:15:24','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724771533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(767,'','Creditnote','','2024-08-27 18:15:59','','0','4','2024-08-27 18:15:59','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724771742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(768,'bgf','Mpesa','','2024-08-27 18:18:25','','0','4','2024-08-27 18:18:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724771835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(769,'njh','Mpesa','','2024-08-27 18:21:13','','0','4','2024-08-27 18:21:13','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724771915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(770,'','Cash','','2024-08-27 18:22:53','','0','4','2024-08-27 18:22:53','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724772145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(771,'njhy','Mpesa','','2024-08-27 18:26:06','','0','4','2024-08-27 18:26:06','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724772344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(772,'nmmk','Mpesa','','2024-08-27 18:34:13','','0','4','2024-08-27 18:34:13','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724772836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(773,'mju','Mpesa','','2024-08-27 18:38:57','','0','4','2024-08-27 18:38:57','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724772861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(774,'','Cash','','2024-08-27 18:41:38','','0','4','2024-08-27 18:41:38','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41724773146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(775,'bhg','Mpesa','','2024-08-27 18:52:17','','0','4','2024-08-27 18:52:17','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724773302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(776,'nhg','Mpesa','','2024-08-27 19:00:58','','0','4','2024-08-27 19:00:58','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','41724773946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(777,'','Cash','','2024-08-27 19:05:30','','0','4','2024-08-27 19:05:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724774621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(778,'mkj','Mpesa','','2024-08-27 19:05:57','','0','4','2024-08-27 19:05:57','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','41724774736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(779,'bhg','Mpesa','','2024-08-27 19:06:58','','0','4','2024-08-27 19:06:58','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724774769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(780,'hyt','Mpesa','','2024-08-27 19:11:24','','0','4','2024-08-27 19:11:24','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724775073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(781,'','Cash','','2024-08-27 19:15:45','','0','4','2024-08-27 19:15:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724775092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(782,'jut','Mpesa','','2024-08-27 19:17:34','','0','4','2024-08-27 19:17:34','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724775419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(783,'bhg','Mpesa','','2024-08-27 19:22:39','','0','4','2024-08-27 19:22:39','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724775463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(784,'','Cash','','2024-08-27 19:28:41','','0','4','2024-08-27 19:28:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','11','0','41724776098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(785,'','Cash','','2024-08-27 19:54:15','','0','4','2024-08-27 19:54:15','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724777642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(786,'vgt','Mpesa','','2024-08-27 19:55:25','','0','4','2024-08-27 19:55:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41724777710','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(787,'','Cash','','2024-08-27 20:08:11','','0','4','2024-08-27 20:08:11','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41724778476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(788,'','Creditnote','','2024-08-27 20:12:03','','0','4','2024-08-27 20:12:03',NULL,'0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724778711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(789,'nju','Mpesa','','2024-08-27 20:26:42','','0','4','2024-08-27 20:26:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41724779579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(790,'cfr','Mpesa','','2024-08-27 20:35:00','','0','4','2024-08-27 20:35:00','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','41724779942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(791,'vbg','Mpesa','','2024-08-27 20:40:51','','0','4','2024-08-27 20:40:51','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41724780109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(792,'','Cash','','2024-08-27 20:41:19','','0','4','2024-08-27 20:41:19','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','5','0','41724780466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(793,'nj','Mpesa','','2024-08-27 20:49:19','','0','4','2024-08-27 20:49:19','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','2','0','41724780917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(794,'','Invoice','','2024-08-28 06:19:19','','0','4','2024-08-28 06:19:19','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724814558','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(795,'','Invoice','','2024-08-28 06:20:01','','0','4','2024-08-28 06:20:01','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724815191','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(796,'','Invoice','','2024-08-28 06:20:24','','0','4','2024-08-28 06:20:24','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724815213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(797,'','Cash','','2024-08-28 06:21:32','','0','4','2024-08-28 06:21:32','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724815281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(798,'cvf','Mpesa','','2024-08-28 06:22:13','','0','4','2024-08-28 06:22:13','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','41724815295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(799,'','Cash','','2024-08-28 06:27:21','','0','4','2024-08-28 06:27:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724815361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(800,'mkj','Mpesa','','2024-08-28 06:47:55','','0','4','2024-08-28 06:47:55','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724815644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(801,'','Cash','','2024-08-28 07:25:03','','0','4','2024-08-28 07:25:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41724817319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(802,'','Invoice','','2024-08-28 07:29:22','','0','4','2024-08-28 07:29:22','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724819107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(803,'','Invoice','','2024-08-28 07:54:17','','0','4','2024-08-28 07:54:17','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724820839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(804,'bhg','Mpesa','','2024-08-28 08:30:45','','0','4','2024-08-28 08:30:45','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724823008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(805,'','Invoice','','2024-08-28 08:34:18','','0','4','2024-08-28 08:34:18','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724823244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(806,'','Creditnote','','2024-08-28 08:36:53','','0','4','2024-08-28 08:36:53','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41724823404','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(807,'','Creditnote','','2024-08-28 08:41:01','','0','4','2024-08-28 08:41:01','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41724823509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(808,'vfd','Mpesa','','2024-08-28 08:44:41','','0','4','2024-08-28 08:44:41','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41724823871','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(809,'','Cash','','2024-08-28 08:47:30','','0','4','2024-08-28 08:47:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41724823888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(810,'','Invoice','','2024-08-28 08:49:48','','0','4','2024-08-28 08:49:48','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724824052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(811,'','Invoice','','2024-08-28 08:54:41','','0','4','2024-08-28 08:54:41','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724824474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(812,'','Invoice','','2024-08-28 08:55:06','','0','4','2024-08-28 08:55:06','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724824496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(813,'bbhg','Mpesa','','2024-08-28 09:18:43','','0','4','2024-08-28 09:18:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41724824605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(814,'','Invoice','','2024-08-28 09:23:10','','0','4','2024-08-28 09:23:10','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724825931','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(815,'njh','Mpesa','','2024-08-28 09:40:32','','0','4','2024-08-28 09:40:33','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41724827223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(816,'','Cash','','2024-08-28 09:41:54','','0','4','2024-08-28 09:41:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','3','0','41724827239','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(817,'hyt','Mpesa','','2024-08-28 09:49:53','','0','4','2024-08-28 09:49:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','41724827320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(818,'nh','Mpesa','','2024-08-28 10:22:12','','0','4','2024-08-28 10:22:12','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724827806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(819,'','Invoice','','2024-08-28 10:52:29','','0','4','2024-08-28 10:52:29','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724830693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(820,'bgf','Mpesa','','2024-08-28 11:04:28','','0','4','2024-08-28 11:04:28','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724832257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(821,'mkj','Mpesa','','2024-08-28 11:05:09','','0','4','2024-08-28 11:05:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724832284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(822,'hyt','Mpesa','','2024-08-28 11:44:41','','0','4','2024-08-28 11:44:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724832317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(823,'lk','Mpesa','','2024-08-28 12:44:03','','0','4','2024-08-28 12:44:03','','80','100','1','retail','0','100','1','0','0','0','0','20','0','printed',' ','','7','0','41724837197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(824,'vgf','Mpesa','','2024-08-28 12:50:46','','0','4','2024-08-28 12:50:46','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','11','0','41724838322','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(825,'dfr','Mpesa','','2024-08-28 12:56:57','','0','4','2024-08-28 12:56:57','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','41724838655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(826,'','Invoice','','2024-08-28 13:01:47','','0','4','2024-08-28 13:01:47','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','5','0','41724839026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(827,'bnhg','Mpesa','','2024-08-28 13:19:53','','0','4','2024-08-28 13:19:53','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724840384','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(828,'','Cash','','2024-08-28 13:29:38','','0','4','2024-08-28 13:29:38','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41724840403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(829,'','Invoice','','2024-08-28 13:30:20','','0','4','2024-08-28 13:30:20','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41724840981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(830,'','Invoice','','2024-08-28 13:33:17','','0','4','2024-08-28 13:33:17','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41724841171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(831,'cvf','Mpesa','','2024-08-28 13:42:55','','0','4','2024-08-28 13:42:55','','010','60','1','retail','0','60','1','0','0','0','0','50','0','printed',' ','','11','0','41724841763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(832,'tty','Mpesa','','2024-08-28 14:27:21','','0','4','2024-08-28 14:27:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724841795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(833,'','Invoice','','2024-08-28 14:29:57','','0','4','2024-08-28 14:29:57','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41724844451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(834,'vbg','Mpesa','','2024-08-28 15:16:07','','0','4','2024-08-28 15:16:07','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41724847355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(835,'mpesa','Mpesa','','2024-08-28 15:36:52','','0','4','2024-08-28 15:36:52','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41724848428','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(836,'','Creditnote','','2024-08-28 16:00:58','','0','4','2024-08-28 16:00:58','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41724850047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(837,'gt','Mpesa','','2024-08-28 16:36:22','','0','4','2024-08-28 16:36:22','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724852159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(838,'bvff','Mpesa','','2024-08-28 16:38:22','','0','4','2024-08-28 16:38:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724852203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(839,'mpesa','Mpesa','','2024-08-28 16:50:00','','0','4','2024-08-28 16:50:00','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','11','0','41724852313','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(840,'','Invoice','','2024-08-28 16:55:40','','0','4','2024-08-28 16:55:40','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724853329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(841,'','Invoice','','2024-08-28 16:56:12','','0','4','2024-08-28 16:56:12','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41724853357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(842,'','Invoice','','2024-08-28 16:56:49','','0','4','2024-08-28 16:56:49','25','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','41724853387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(843,'','Invoice','','2024-08-28 17:03:09','','0','4','2024-08-28 17:03:09','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724853781','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(844,'fdfds','Mpesa','','2024-08-28 17:08:47','','0','4','2024-08-28 17:08:47','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724854035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(845,'cds','Mpesa','','2024-08-28 17:16:13','','0','4','2024-08-28 17:16:13','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724854147','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(846,'','Cash','','2024-08-28 17:18:27','','0','4','2024-08-28 17:18:27','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41724854643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(847,'','Cash','','2024-08-28 17:25:44','','0','4','2024-08-28 17:25:44','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41724854712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(848,'','Cash','','2024-08-28 17:27:25','','0','4','2024-08-28 17:27:25','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','7','0','41724855149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(849,'juy','Mpesa','','2024-08-28 17:29:43','','0','4','2024-08-28 17:29:43','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41724855248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(850,'','Cash','','2024-08-28 17:34:19','','0','4','2024-08-28 17:34:19','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','41724855398','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(851,'','Creditnote','','2024-08-28 17:38:21','','0','4','2024-08-28 17:38:21','38 ','0','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','240','41724855661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(852,'bhg','Mpesa','','2024-08-28 17:48:30','','0','4','2024-08-28 17:48:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','41724856493','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(853,'','Creditnote','','2024-08-28 17:53:27','','0','4','2024-08-28 17:53:27','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41724856794','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(854,'','Invoice','','2024-08-28 18:01:17','','0','4','2024-08-28 18:01:17','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724856836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(855,'njh','Mpesa','','2024-08-28 18:02:31','','0','4','2024-08-28 18:02:31','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724857340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(856,'mjh','Mpesa','','2024-08-28 18:03:50','','0','4','2024-08-28 18:03:50','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41724857367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(857,'','Invoice','','2024-08-28 18:04:39','','0','4','2024-08-28 18:04:39','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724857438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(858,'','Cash','','2024-08-28 18:06:57','','0','4','2024-08-28 18:06:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724857583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(859,'','Invoice','','2024-08-28 18:07:39','','0','4','2024-08-28 18:07:39','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41724857625','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(860,'mpesa','Mpesa','','2024-08-28 18:24:02','','0','4','2024-08-28 18:24:03','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724858619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(861,'','Invoice','','2024-08-28 18:28:23','','0','4','2024-08-28 18:28:23','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41724858654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(862,'mpesa','Mpesa','','2024-08-28 18:36:33','','0','4','2024-08-28 18:36:33','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41724858972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(863,'mpesa','Mpesa','','2024-08-28 18:44:56','','0','4','2024-08-28 18:44:57','','80','180','1','retail','0','180','1','0','0','0','0','100','0','printed',' ','','2','0','41724859407','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(864,'','Cash','','2024-08-28 18:58:51','','0','4','2024-08-28 18:58:51','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41724860229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(865,'mpesa','Mpesa','','2024-08-28 19:03:29','','0','4','2024-08-28 19:03:29','25','0160','200','1','retail','0','200','1','0','0','0','0','40','0','printed',' ','','2','0','41724860970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(866,'mpesa','Mpesa','','2024-08-28 19:08:56','','0','4','2024-08-28 19:08:56','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','41724861272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(867,'','Cash','','2024-08-28 19:11:45','','0','4','2024-08-28 19:11:45','','110','110','1','retail','0','110','1','0','0','0','0','0','0','printed',' ','','7','0','41724861446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(868,'','Creditnote','','2024-08-28 19:12:22','','0','4','2024-08-28 19:12:22',NULL,'0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','41724861523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(869,'bhg','Mpesa','','2024-08-28 19:22:51','','0','4','2024-08-28 19:22:51','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41724861879','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(870,'bhg','Mpesa','','2024-08-28 19:23:55','','0','4','2024-08-28 19:23:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','41724862182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(871,'vbg','Mpesa','','2024-08-28 19:24:31','','0','4','2024-08-28 19:24:31','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','2','0','41724862244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(872,'','Cash','','2024-08-28 19:25:31','','0','4','2024-08-28 19:25:31','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41724862280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(873,'cfd','Mpesa','','2024-08-28 19:29:50','','0','4','2024-08-28 19:29:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41724862582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(874,'','Invoice','','2024-08-28 19:32:12','','-50','4','2024-08-28 19:32:12','25','40','190','1','retail','0','190','1','0','0','50','0','100','0','printed',' ','','2','0','41724862678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(875,'bhg','Mpesa','','2024-08-28 19:36:27','','0','4','2024-08-28 19:36:27','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724862973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(876,'','Cash','','2024-08-28 19:56:47','','0','4','2024-08-28 19:56:47','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724864196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(877,'mpesa','Mpesa','','2024-08-28 19:59:21','','0','4','2024-08-28 19:59:21','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41724864224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(878,'','Cash','','2024-08-28 20:05:17','','0','4','2024-08-28 20:05:17','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41724864373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(879,'mpesa','Mpesa','','2024-08-28 20:08:37','','0','4','2024-08-28 20:08:37','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41724864741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(880,'','Creditnote','','2024-08-28 20:26:11','','0','4','2024-08-28 20:26:11',NULL,'0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41724865957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(881,'nhg','Mpesa','','2024-08-28 20:34:38','','0','4','2024-08-28 20:34:38','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41724866449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(882,'','Invoice','','2024-08-29 19:23:52','','0','6','2024-08-29 06:17:33','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','new',' ','','2','0','61724900733','No','6','2024-08-29 19:23:52','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(883,'','Invoice','','2024-08-29 06:18:16','','0','6','2024-08-29 06:18:16','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61724901481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(884,'','Invoice','','2024-08-29 06:24:13','','0','6','2024-08-29 06:24:13','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724901839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(885,'mpesa','Mpesa','','2024-08-29 06:56:15','','0','6','2024-08-29 06:56:15','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61724903755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(886,'','Invoice','','2024-08-29 07:31:32','','0','6','2024-08-29 07:31:32','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724903783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(887,'mpesa','Mpesa','','2024-08-29 07:32:25','','0','6','2024-08-29 07:32:25','25','050','210','1','retail','0','210','1','0','0','0','0','160','0','printed',' ','','2','0','61724905924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(888,'','Invoice','','2024-08-29 07:53:10','','0','6','2024-08-29 07:53:10','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724905972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(889,'mpesa','Mpesa','','2024-08-29 08:10:42','','0','6','2024-08-29 08:10:42','25','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61724907261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(890,'','Invoice','','2024-08-29 08:14:52','','0','6','2024-08-29 08:14:52','25','40','60','1','retail','0','60','1','0','0','0','0','20','0','printed',' ','','2','0','61724908257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(891,'','Creditnote','','2024-08-29 08:15:31','','0','6','2024-08-29 08:15:31','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724908520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(892,'mpesa','Mpesa','','2024-08-29 08:23:03','','0','6','2024-08-29 08:23:03','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61724908579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(893,'','Creditnote','','2024-08-29 08:35:24','','0','6','2024-08-29 08:35:24','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61724908997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(894,'','Invoice','','2024-08-29 08:36:56','','0','6','2024-08-29 08:36:56','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724909806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(895,'','Invoice','','2024-08-29 08:55:44','','0','6','2024-08-29 08:55:44','25','20','100','1','retail','0','100','1','0','0','0','0','80','0','printed',' ','','2','0','61724910933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(896,'mpesa','Mpesa','','2024-08-29 08:59:06','','0','6','2024-08-29 08:59:06','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724911134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(897,'mpesa','Mpesa','','2024-08-29 09:03:40','','0','6','2024-08-29 09:03:40','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724911159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(898,'','Cash','','2024-08-29 09:04:43','','0','6','2024-08-29 09:04:43','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724911439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(899,'mpesa','Mpesa','','2024-08-29 09:25:14','','0','6','2024-08-29 09:25:14','25','080','260','1','retail','0','260','1','0','0','0','0','180','0','printed',' ','','2','0','61724912661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(900,'mpesa','Mpesa','','2024-08-29 10:31:45','','0','6','2024-08-29 10:31:45','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724914821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(901,'','Invoice','','2024-08-29 11:22:52','','0','6','2024-08-29 11:22:52','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724916714','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(902,'','Cash','','2024-08-29 12:16:58','','0','6','2024-08-29 12:16:58','25','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','61724920332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(903,'','Cash','','2024-08-29 12:33:54','','0','6','2024-08-29 12:33:54','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','61724923025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(904,'','Cash','','2024-08-29 12:39:59','','0','6','2024-08-29 12:39:59','','310','310','1','retail','0','310','1','0','0','0','0','0','0','printed',' ','','1','0','61724924039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(905,'mbhgt','Mpesa','','2024-08-29 12:44:23','','0','6','2024-08-29 12:44:23','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61724924405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(906,'','Cash','','2024-08-29 12:56:24','','0','6','2024-08-29 12:56:24','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','7','0','61724924674','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(907,'nmh','Mpesa','','2024-08-29 13:11:13','','0','6','2024-08-29 13:11:13','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724925387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(908,'mkj','Mpesa','','2024-08-29 13:31:10','','0','6','2024-08-29 13:31:10','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724926281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(909,'','Creditnote','','2024-08-29 13:35:47','','0','6','2024-08-29 13:35:47','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61724927478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(910,'','Cash','','2024-08-29 13:48:29','','0','6','2024-08-29 13:48:29','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61724928498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(911,'vbg','Mpesa','','2024-08-29 13:56:18','','0','6','2024-08-29 13:56:18','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61724928951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(912,'bgff','Mpesa','','2024-08-29 14:00:52','','0','6','2024-08-29 14:00:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724929003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(913,'mpesa','Mpesa','','2024-08-29 14:15:43','','0','6','2024-08-29 14:15:43','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61724929308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(914,'','Invoice','','2024-08-29 14:48:16','','0','6','2024-08-29 14:48:16','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724930154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(915,'mpesa','Mpesa','','2024-08-29 15:04:39','','0','6','2024-08-29 15:04:39','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61724933070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(916,'','Cash','','2024-08-29 15:28:34','','0','6','2024-08-29 15:28:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61724933088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(917,'','Cash','','2024-08-29 15:30:23','','0','6','2024-08-29 15:30:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61724934520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(918,'','Creditnote','','2024-08-29 15:33:24','','0','6','2024-08-29 15:33:24',NULL,'0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724934631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(919,'mpesa','Mpesa','','2024-08-29 16:12:52','','0','6','2024-08-29 16:12:52','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61724937156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(920,'','Creditnote','','2024-08-29 16:27:35','','0','6','2024-08-29 16:27:36','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61724937245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(921,'','Invoice','','2024-08-29 16:29:32','','0','6','2024-08-29 16:29:32','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724938158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(922,'mpesa','Mpesa','','2024-08-29 16:37:48','','0','6','2024-08-29 16:37:48','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61724938636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(923,'njh','Mpesa','','2024-08-29 17:04:26','','0','6','2024-08-29 17:04:26','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724938680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(924,'/.m,','Mpesa','','2024-08-29 17:05:21','','0','6','2024-08-29 17:05:21','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61724940273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(925,'vbg','Mpesa','','2024-08-29 17:10:34','','0','6','2024-08-29 17:10:35','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724940338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(926,'','Cash','','2024-08-29 17:20:21','','0','6','2024-08-29 17:20:21','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','11','0','61724940641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(927,'mpesa','Mpesa','','2024-08-29 17:20:43','','0','6','2024-08-29 17:20:43','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61724941229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(928,'mpesa','Mpesa','','2024-08-29 17:24:02','','0','6','2024-08-29 17:24:02','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724941433','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(929,'bhg','Mpesa','','2024-08-29 17:29:02','','0','6','2024-08-29 17:29:02','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724941451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(930,'bhg','Mpesa','','2024-08-29 17:34:58','','0','6','2024-08-29 17:34:58','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724941750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(931,'bhg','Mpesa','','2024-08-29 17:40:54','','0','6','2024-08-29 17:40:54','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','61724942107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(932,'bhg','Mpesa','','2024-08-29 17:41:46','','0','6','2024-08-29 17:41:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724942463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(933,'mpesa','Mpesa','','2024-08-29 17:44:45','','0','6','2024-08-29 17:44:45','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724942522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(934,'','Cash','','2024-08-29 17:48:48','','0','6','2024-08-29 17:48:48','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61724942698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(935,'','Invoice','','2024-08-29 17:53:24','','0','6','2024-08-29 17:53:24','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724942945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(936,'','Cash','','2024-08-29 18:01:28','','0','6','2024-08-29 18:01:28','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61724943679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(937,'fg','Mpesa','','2024-08-29 18:08:29','','0','6','2024-08-29 18:08:29','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724943691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(938,'bhg','Mpesa','','2024-08-29 18:10:23','','0','6','2024-08-29 18:10:23','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724944142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(939,'bhg','Mpesa','','2024-08-29 18:14:57','','0','6','2024-08-29 18:14:57','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','2','0','61724944231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(940,'bhg','Mpesa','','2024-08-29 18:31:06','','0','6','2024-08-29 18:31:06','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724944510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(941,'bhg','Mpesa','','2024-08-29 18:31:51','','0','6','2024-08-29 18:31:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724945476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(942,'','Cash','','2024-08-29 18:51:13','','0','6','2024-08-29 18:51:13','25','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61724946305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(943,'mpesa','Mpesa','','2024-08-29 19:03:02','','0','6','2024-08-29 19:03:02','25','0100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','2','0','61724946681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(944,'mpesa','Mpesa','','2024-08-29 19:07:21','','0','6','2024-08-29 19:07:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61724947454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(945,'','Cash','','2024-08-29 19:16:34','','0','6','2024-08-29 19:16:34','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724947874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(946,'','Cash','','2024-08-29 19:27:08','','0','6','2024-08-29 19:27:08','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61724948817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(947,'','Invoice','','2024-08-29 19:31:22','','0','6','2024-08-29 19:31:22','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61724948832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(948,'bhg','Mpesa','','2024-08-29 19:40:33','','0','6','2024-08-29 19:40:33','','030','80','1','retail','0','80','1','0','0','0','0','50','0','printed',' ','','2','0','61724949350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(949,'','Cash','','2024-08-29 19:47:30','','0','6','2024-08-29 19:47:30','25','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61724949978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(950,'fg','Mpesa','','2024-08-29 19:54:08','','0','6','2024-08-29 19:54:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724950436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(951,'mpesa','Mpesa','','2024-08-29 20:06:19','','0','6','2024-08-29 20:06:19','','40','120','1','retail','0','120','1','0','0','0','0','80','0','printed',' ','','2','0','61724951165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(952,'','Cash','','2024-08-29 20:07:02','','0','6','2024-08-29 20:07:02','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61724951196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(953,'bhg','Mpesa','','2024-08-29 20:07:16','','0','6','2024-08-29 20:07:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61724951226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(954,'mpesa','Mpesa','','2024-08-29 20:23:18','','0','6','2024-08-29 20:23:18','25','50','60','1','retail','0','60','1','0','0','0','0','10','0','printed',' ','','11','0','61724951300','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(955,'','Creditnote','','2024-08-29 20:25:44','','0','6','2024-08-29 20:25:44','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61724952330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(956,'','Cash','','2024-08-29 20:31:39','','0','6','2024-08-29 20:31:39','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61724952682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(957,'','Invoice','','2024-08-30 06:11:24','','0','6','2024-08-30 06:11:24','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724987474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(958,'','Invoice','','2024-08-30 06:14:34','','0','6','2024-08-30 06:14:34','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724987659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(959,'','Invoice','','2024-08-30 06:15:41','','0','6','2024-08-30 06:15:41','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61724987727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(960,'','Invoice','','2024-08-30 06:32:55','','0','6','2024-08-30 06:32:55','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724988761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(961,'','Invoice','','2024-08-30 18:07:02','','0','6','2024-08-30 06:53:26','25','60','160','1','retail','0','160','1','0','0','0','0','100','0','new',' ','','2','0','61724989988','No','6','2024-08-30 18:07:02','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(962,'mpesa','Mpesa','','2024-08-30 07:05:47','','0','6','2024-08-30 07:05:47','25','010','140','1','retail','0','140','1','0','0','0','0','130','0','printed',' ','','2','0','61724990024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(963,'mpesa','Mpesa','','2024-08-30 07:11:06','','0','6','2024-08-30 07:11:06','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61724990776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(964,'','Invoice','','2024-08-30 07:46:23','','0','6','2024-08-30 07:46:23','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61724991084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(965,'','Invoice','','2024-08-30 07:47:02','','0','6','2024-08-30 07:47:02','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61724993208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(966,'','Cash','','2024-08-30 08:00:13','','0','6','2024-08-30 08:00:13','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61724994003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(967,'mpesa','Mpesa','','2024-08-30 08:03:52','','0','6','2024-08-30 08:03:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61724994021','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(968,'mpesa','Mpesa','','2024-08-30 08:09:09','','0','6','2024-08-30 08:09:09','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724994240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(969,'','Cash','','2024-08-30 08:36:29','','0','6','2024-08-30 08:36:29','25','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61724994561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(970,'mpesa','Mpesa','','2024-08-30 08:38:39','','0','6','2024-08-30 08:38:39','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61724996198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(971,'','Creditnote','','2024-08-30 08:39:05','','0','6','2024-08-30 08:39:05','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61724996331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(972,'','Invoice','','2024-08-30 08:39:51','','0','6','2024-08-30 08:39:51','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61724996378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(973,'','Invoice','','2024-08-30 08:46:11','','0','6','2024-08-30 08:46:11','26','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61724996408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(974,'','Cash','','2024-08-30 08:47:03','','0','6','2024-08-30 08:47:03','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61724996807','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(975,'mpesa','Mpesa','','2024-08-30 09:13:02','','0','6','2024-08-30 09:13:02','25','80','120','1','retail','0','120','1','0','0','0','0','40','0','printed',' ','','2','0','61724996831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(976,'','Invoice','','2024-08-30 20:35:41','','0','6','2024-08-30 09:15:35','25','130','160','1','retail','0','160','1','0','0','0','0','30','0','new',' ','','3','0','61724998457','No','6','2024-08-30 20:35:41','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(977,'mpesa','Mpesa','','2024-08-30 09:16:28','','0','6','2024-08-30 09:16:28','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724998574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(978,'','Creditnote','','2024-08-30 09:17:21','','0','6','2024-08-30 09:17:21','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61724998630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(979,'mpesa','Mpesa','','2024-08-30 09:36:43','','0','6','2024-08-30 09:36:43','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61724998790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(980,'','Invoice','','2024-08-30 10:05:56','','0','6','2024-08-30 10:05:56','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61724999810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(981,'','Invoice','','2024-08-30 10:07:06','','0','6','2024-08-30 10:07:06','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','5','0','61725001600','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(982,'mpesa','Mpesa','','2024-08-30 10:08:18','','0','6','2024-08-30 10:08:18','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725001690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(983,'mpesa','Mpesa','','2024-08-30 10:10:45','','0','6','2024-08-30 10:10:45','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725001707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(984,'','Invoice','','2024-08-30 10:27:14','','0','6','2024-08-30 10:27:14','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725001855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(985,'','Invoice','','2024-08-30 11:02:24','','0','6','2024-08-30 11:02:24','25','40','160','1','retail','0','160','1','0','0','0','0','120','0','printed',' ','','2','0','61725003619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(986,'','Invoice','','2024-08-30 11:35:54','','0','6','2024-08-30 11:35:54','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61725006158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(987,'mpesa','Mpesa','','2024-08-30 11:37:51','','0','6','2024-08-30 11:37:51','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','61725006976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(988,'','Invoice','','2024-08-30 12:05:36','','0','6','2024-08-30 12:05:36','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61725007089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(989,'','Cash','','2024-08-30 12:21:50','','0','6','2024-08-30 12:21:50','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61725008788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(990,'mpesa','Mpesa','','2024-08-30 13:02:16','','0','6','2024-08-30 13:02:16','','0','435','1','retail','0','435','1','0','0','0','0','435','0','printed',' ','','11','0','61725009716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(991,',mj','Mpesa','','2024-08-30 13:20:03','','0','6','2024-08-30 13:20:03','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725013184','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(992,'mkj','Mpesa','','2024-08-30 13:33:28','','0','6','2024-08-30 13:33:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','6','0','61725013321','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(993,'','Invoice','','2024-08-30 13:34:48','','0','6','2024-08-30 13:34:48','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','6','0','61725014018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(994,'bhg','Mpesa','','2024-08-30 13:53:00','','0','6','2024-08-30 13:53:00','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','61725015146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(995,'','Creditnote','','2024-08-30 18:12:41','','0','6','2024-08-30 14:42:18','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','2','80','61725015187','No','6','2024-08-30 18:12:41','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(996,'mpesa','Mpesa','','2024-08-30 14:43:54','','0','6','2024-08-30 14:43:54','25','100','460','1','retail','0','460','1','0','0','0','0','360','0','printed',' ','','11','0','61725018178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(997,'','Cash','','2024-08-30 14:55:50','','0','6','2024-08-30 14:55:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725018257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(998,'bhg','Mpesa','','2024-08-30 14:57:34','','0','6','2024-08-30 14:57:34','','40','60','1','retail','0','60','1','0','0','0','0','20','0','printed',' ','','11','0','61725018954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(999,'fg','Mpesa','','2024-08-30 15:39:59','','0','6','2024-08-30 15:39:59','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','2','0','61725021563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1000,'fg','Mpesa','','2024-08-30 15:43:33','','0','6','2024-08-30 15:43:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725021606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1001,'mpesa','Mpesa','','2024-08-30 15:50:43','','0','6','2024-08-30 15:50:43','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725021873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1002,'mpesa','Mpesa','','2024-08-30 15:54:09','','0','6','2024-08-30 15:54:10','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725022431','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1003,'','Creditnote','','2024-08-30 15:58:33','','0','6','2024-08-30 15:58:33','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725022703','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1004,'','Invoice','','2024-08-30 15:59:09','','0','6','2024-08-30 15:59:09','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725022738','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1005,'','Cash','','2024-08-30 16:34:33','','0','6','2024-08-30 16:34:33','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725024854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1006,'','Creditnote','','2024-08-30 16:56:13','','0','6','2024-08-30 16:56:13','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725026157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1007,'mpesa','Mpesa','','2024-08-30 16:56:44','','0','6','2024-08-30 16:56:44','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725026194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1008,'mpesa','Mpesa','','2024-08-30 17:14:25','','0','6','2024-08-30 17:14:25','25','0','960','1','retail','0','960','1','0','0','0','0','960','0','printed',' ','','2','0','61725027249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1009,'bhg','Mpesa','','2024-08-30 17:16:50','','0','6','2024-08-30 17:16:50','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725027276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1010,'mpesa','Mpesa','','2024-08-30 18:29:59','','0','6','2024-08-30 18:29:59','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61725031757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1011,'mpesa','Mpesa','','2024-08-30 18:34:14','','0','6','2024-08-30 18:34:14','25','0','960','1','retail','0','960','1','0','0','0','0','960','0','printed',' ','','2','0','61725031829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1012,'','Cash','','2024-08-30 18:42:11','','0','6','2024-08-30 18:42:11','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725032522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1013,'','Invoice','','2024-08-30 18:44:57','','0','6','2024-08-30 18:44:57','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725032537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1014,'mpesa','Mpesa','','2024-08-30 18:49:04','','0','6','2024-08-30 18:49:04','','70','160','1','retail','0','160','1','0','0','0','0','90','0','printed',' ','','2','0','61725032762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1015,'','Invoice','','2024-08-30 18:56:26','','0','6','2024-08-30 18:56:26','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725033353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1016,'mpesa','Mpesa','','2024-08-30 18:57:47','','0','6','2024-08-30 18:57:47','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725033454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1017,'mpesa','Mpesa','','2024-08-30 19:03:10','','0','6','2024-08-30 19:03:10','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725033482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1018,'','Cash','','2024-08-30 19:13:46','','0','6','2024-08-30 19:13:46','25','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','6','0','61725033801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1019,'mpesa','Mpesa','','2024-08-30 19:16:14','','0','6','2024-08-30 19:16:14','25','0160','260','1','retail','0','260','1','0','0','0','0','100','0','printed',' ','','7','0','61725034436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1020,'bhg','Mpesa','','2024-08-30 19:18:15','','0','6','2024-08-30 19:18:15','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725034602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1021,'','Cash','','2024-08-30 19:32:31','','0','6','2024-08-30 19:32:31','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61725035122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1022,'mjh','Mpesa','','2024-08-30 19:34:24','','0','6','2024-08-30 19:34:24','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','7','0','61725035562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1023,'mpesa','Mpesa','','2024-08-30 19:39:45','','0','6','2024-08-30 19:39:45','','030','190','1','retail','0','190','1','0','0','0','0','160','0','printed',' ','','2','0','61725035670','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1024,'mjh','Mpesa','','2024-08-30 19:44:48','','0','6','2024-08-30 19:44:48','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725036189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1025,'bhg','Mpesa','','2024-08-30 19:55:15','','0','6','2024-08-30 19:55:15','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725036836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1026,'','Cash','','2024-08-30 20:07:14','','0','6','2024-08-30 20:07:14','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725037610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1027,'','Creditnote','','2024-08-30 20:39:19','','0','6','2024-08-30 20:39:19','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725039544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1028,'','Cash','','2024-08-31 06:15:24','','0','6','2024-08-31 06:15:24','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725074032','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1029,'','Invoice','','2024-08-31 06:19:46','','0','6','2024-08-31 06:19:46','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725074132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1030,'','Invoice','','2024-08-31 06:23:04','','0','6','2024-08-31 06:23:04','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725074467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1031,'','Invoice','','2024-08-31 06:23:46','','0','6','2024-08-31 06:23:46','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725074616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1032,'mpesa','Mpesa','','2024-08-31 06:24:41','','0','6','2024-08-31 06:24:41','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725074667','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1033,'','Cash','','2024-08-31 06:30:08','','0','6','2024-08-31 06:30:08','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725074699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1034,'','Cash','','2024-08-31 06:53:22','','0','6','2024-08-31 06:53:22','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725075018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1035,'','Invoice','','2024-08-31 07:07:34','','0','6','2024-08-31 07:07:34','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725076412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1036,'mpesa','Mpesa','','2024-08-31 07:08:17','','0','6','2024-08-31 07:08:17','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725077285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1037,'','Cash','','2024-08-31 07:14:55','','0','6','2024-08-31 07:14:55','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725077311','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1038,'','Invoice','','2024-08-31 09:24:25','','0','6','2024-08-31 07:25:54','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','2','0','61725077705','No','6','2024-08-31 09:24:25','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1039,'','Invoice','','2024-08-31 07:35:39','','0','6','2024-08-31 07:35:39','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725078779','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1040,'mpesa','Mpesa','','2024-08-31 07:36:25','','0','6','2024-08-31 07:36:25','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725078968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1041,'','Creditnote','','2024-08-31 07:38:11','','0','6','2024-08-31 07:38:11','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725079075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1042,'mpesa','Mpesa','','2024-08-31 08:04:04','','0','6','2024-08-31 08:04:04','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725079126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1043,'','Invoice','','2024-08-31 08:33:42','','0','6','2024-08-31 08:33:42','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725080655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1044,'mpesa','Mpesa','','2024-08-31 08:34:22','','0','6','2024-08-31 08:34:22','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725082454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1045,'','Invoice','','2024-08-31 08:48:00','','0','6','2024-08-31 08:48:00','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725083263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1046,'','Invoice','','2024-08-31 09:06:18','','0','6','2024-08-31 09:06:18','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725084370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1047,'','Invoice','','2024-08-31 09:18:24','','0','6','2024-08-31 09:18:24','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725085093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1048,'','Creditnote','','2024-08-31 09:25:16','','0','6','2024-08-31 09:25:16','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61725085504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1049,'mpesa','Mpesa','','2024-08-31 09:31:49','','0','6','2024-08-31 09:31:49','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725085615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1050,'mpesa','Mpesa','','2024-08-31 09:55:52','','0','6','2024-08-31 09:55:52','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725085919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1051,'mpesa','Mpesa','','2024-08-31 10:10:46','','0','6','2024-08-31 10:10:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725087365','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1052,'mpesa','Mpesa','','2024-08-31 10:13:26','','0','6','2024-08-31 10:13:26','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725088389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1053,'','Cash','','2024-08-31 10:23:31','','0','6','2024-08-31 10:23:31','25','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','61725088415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1054,'','Cash','','2024-08-31 10:25:12','','0','6','2024-08-31 10:25:12','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61725089018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1055,'','Invoice','','2024-08-31 10:36:29','','0','6','2024-08-31 10:36:29','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725089119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1056,'','Cash','','2024-08-31 10:39:58','','0','6','2024-08-31 10:39:58','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61725089982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1057,'mpesa','Mpesa','','2024-08-31 10:50:05','','0','6','2024-08-31 10:50:05','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725090006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1058,'','Invoice','','2024-08-31 11:39:04','','0','6','2024-08-31 11:39:04','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725090617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1059,'','Invoice','','2024-08-31 12:12:10','','0','6','2024-08-31 12:12:10','25','0','1700','1','retail','0','1700','1','0','0','0','0','1700','0','printed',' ','','11','0','61725095501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1060,'mpesa','Mpesa','','2024-08-31 12:15:12','','0','6','2024-08-31 12:15:12','','80','100','1','retail','0','100','1','0','0','0','0','20','0','printed',' ','','11','0','61725095659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1061,'','Invoice','','2024-08-31 12:38:43','','0','6','2024-08-31 12:38:43','25','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','11','0','61725095858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1062,'fg','Mpesa','','2024-08-31 12:55:30','','0','6','2024-08-31 12:55:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725097694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1063,'mjh','Mpesa','','2024-08-31 13:25:30','','0','6','2024-08-31 13:25:30','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725098172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1064,'','Cash','','2024-08-31 13:38:08','','0','6','2024-08-31 13:38:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725099935','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1065,'fg','Mpesa','','2024-08-31 13:38:27','','0','6','2024-08-31 13:38:27','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725100691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1066,'mpesa','Mpesa','','2024-08-31 13:44:15','','0','6','2024-08-31 13:44:15','25','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','2','0','61725100738','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1067,'','Creditnote','','2024-08-31 13:50:33','','0','6','2024-08-31 13:50:33','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725101072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1068,'bhg','Mpesa','','2024-08-31 14:12:37','','0','6','2024-08-31 14:12:37','','160','240','1','retail','0','240','1','0','0','0','0','80','0','printed',' ','','1','0','61725102696','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1069,'mpesa','Mpesa','','2024-08-31 14:20:39','','0','6','2024-08-31 14:20:39','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725102785','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1070,'','Mpesa','','2024-08-31 14:21:35','','0','6','2024-08-31 14:21:35','25','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','61725103247','Cleared','6','2024-08-31 18:17:41','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1071,'mpesa','Mpesa','','2024-08-31 14:28:22','','0','6','2024-08-31 14:28:22','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725103693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1072,'','Cash','','2024-08-31 16:11:50','','0','6','2024-08-31 16:11:50','25','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','61725103714','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1073,'mpesa','Mpesa','','2024-08-31 16:12:27','','0','6','2024-08-31 16:12:27','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725109919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1074,'','Cash','','2024-08-31 16:20:29','','0','6','2024-08-31 16:20:29','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725109956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1075,'','Cash','','2024-08-31 16:32:52','','0','6','2024-08-31 16:32:52','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725110451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1076,'','Creditnote','','2024-08-31 16:38:56','','0','6','2024-08-31 16:38:56','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725111177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1077,'bhg','Mpesa','','2024-08-31 16:58:11','','0','6','2024-08-31 16:58:11','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725112671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1078,'fg','Mpesa','','2024-08-31 17:02:05','','0','6','2024-08-31 17:02:05','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725112701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1079,'mjh','Mpesa','','2024-08-31 17:09:03','','0','6','2024-08-31 17:09:03','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','7','0','61725112936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1080,'mjh','Mpesa','','2024-08-31 17:13:57','','0','6','2024-08-31 17:13:57','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725113352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1081,'mjh','Mpesa','','2024-08-31 17:17:14','','0','6','2024-08-31 17:17:14','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725113643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1082,'mjh','Mpesa','','2024-08-31 17:25:54','','0','6','2024-08-31 17:25:54','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725113842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1083,'vcc','Mpesa','','2024-08-31 17:36:45','','0','6','2024-08-31 17:36:45','','140','250','1','retail','0','250','1','0','0','0','0','110','0','printed',' ','','2','0','61725114362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1084,'','Creditnote','','2024-08-31 17:53:36','','0','6','2024-08-31 17:53:36','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725115053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1085,'','Cash','','2024-08-31 17:56:53','','0','6','2024-08-31 17:56:53','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725116162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1086,'','Cash','','2024-08-31 18:01:54','','0','6','2024-08-31 18:01:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725116221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1087,'','Invoice','','2024-08-31 18:11:20','','0','6','2024-08-31 18:11:20','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','5','0','61725116664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1088,'fg','Mpesa','','2024-08-31 18:30:50','','0','6','2024-08-31 18:30:50','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725118062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1089,'bhg','Mpesa','','2024-08-31 18:39:25','','0','6','2024-08-31 18:39:25','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61725118258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1090,'bhg','Mpesa','','2024-08-31 18:54:30','','0','6','2024-08-31 18:54:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725119640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1091,'mbb','Mpesa','','2024-08-31 18:55:07','','0','6','2024-08-31 18:55:07','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725119677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1092,'','Invoice','','2024-08-31 19:26:18','','0','6','2024-08-31 19:26:18','25','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','2','0','61725121532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1093,'','Creditnote','','2024-08-31 19:29:46','','0','6','2024-08-31 19:29:46','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725121670','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1094,'mpesa','Mpesa','','2024-08-31 19:30:42','','0','6','2024-08-31 19:30:42','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725121829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1095,'','Cash','','2024-08-31 19:32:15','','0','6','2024-08-31 19:32:15','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725121858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1096,'','Cash','','2024-08-31 19:41:22','','0','6','2024-08-31 19:41:22','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725121944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1097,'mn','Mpesa','','2024-08-31 19:50:22','','0','6','2024-08-31 19:50:22','','80','200','1','retail','0','200','1','0','0','0','0','120','0','printed',' ','','2','0','61725123006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1098,'mpesa','Mpesa','','2024-08-31 19:58:22','','0','6','2024-08-31 19:58:22','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725123485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1099,'','Cash','','2024-08-31 20:03:44','','0','6','2024-08-31 20:03:44','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725123516','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1100,'','Cash','','2024-08-31 20:04:58','','0','6','2024-08-31 20:04:58','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','61725123830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1101,'','Cash','','2024-08-31 20:06:11','','0','6','2024-08-31 20:06:11','25','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','61725123902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1102,'bhg','Mpesa','','2024-08-31 20:09:27','','0','6','2024-08-31 20:09:27','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725123981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1103,'','Creditnote','','2024-08-31 20:19:06','','0','6','2024-08-31 20:19:06','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725124717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1104,'mpesa','Mpesa','','2024-08-31 20:29:14','','0','6','2024-08-31 20:29:14','25','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','11','0','61725125268','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1105,'','Cash','','2024-08-31 20:35:55','','0','6','2024-08-31 20:35:55','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725125643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1106,'','Invoice','','2024-09-01 06:14:40','','0','4','2024-09-01 06:14:40','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725160204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1107,'bhg','Mpesa','','2024-09-01 06:33:02','','0','4','2024-09-01 06:33:02','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725161570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1108,'','Invoice','','2024-09-01 07:06:44','','0','4','2024-09-01 07:06:44','25','0','960','1','retail','0','960','1','0','0','0','0','960','0','printed',' ','','2','0','41725161592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1109,'bhg','Mpesa','','2024-09-01 07:07:27','','0','4','2024-09-01 07:07:27','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725163637','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1110,'mjh','Mpesa','','2024-09-01 07:37:17','','0','4','2024-09-01 07:37:17','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41725163653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1111,'bhg','Mpesa','','2024-09-01 07:38:48','','0','4','2024-09-01 07:38:48','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725165442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1112,'fg','Mpesa','','2024-09-01 07:42:16','','0','4','2024-09-01 07:42:16','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725165532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1113,'bhg','Mpesa','','2024-09-01 07:58:53','','0','4','2024-09-01 07:58:53','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725165746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1114,'fg','Mpesa','','2024-09-01 08:05:38','','0','4','2024-09-01 08:05:38','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725166745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1115,'','Creditnote','','2024-09-01 08:06:12','','0','4','2024-09-01 08:06:12','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725167151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1116,'','Cash','','2024-09-01 08:23:28','','0','4','2024-09-01 08:23:28','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725168192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1117,'','Cash','','2024-09-01 08:26:07','','0','4','2024-09-01 08:26:07','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725168212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1118,'','Invoice','','2024-09-01 08:35:36','','0','4','2024-09-01 08:35:36','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725168369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1119,'','Cash','','2024-09-01 08:55:23','','0','4','2024-09-01 08:55:23','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725170049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1120,'bhg','Mpesa','','2024-09-01 08:56:43','','0','4','2024-09-01 08:56:43','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725170126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1121,'','Creditnote','','2024-09-01 09:09:28','','0','4','2024-09-01 09:09:28','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725170210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1122,'','Invoice','','2024-09-01 09:23:39','','0','4','2024-09-01 09:23:39','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725171058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1123,'','Cash','','2024-09-01 09:29:36','','0','4','2024-09-01 09:29:36','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725172161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1124,'mjh','Mpesa','','2024-09-01 09:33:12','','0','4','2024-09-01 09:33:12','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725172178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1125,'','Cash','','2024-09-01 09:35:48','','0','4','2024-09-01 09:35:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725172401','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1126,'','Cash','','2024-09-01 09:37:03','','0','4','2024-09-01 09:37:03','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41725172555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1127,'','Cash','','2024-09-01 10:07:24','','0','4','2024-09-01 10:07:24','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725172626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1128,'mjh','Mpesa','','2024-09-01 10:17:49','','0','4','2024-09-01 10:17:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725174449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1129,'bhg','Mpesa','','2024-09-01 10:19:29','','0','4','2024-09-01 10:19:29','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725175080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1130,'bhg','Mpesa','','2024-09-01 10:25:11','','0','4','2024-09-01 10:25:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725175176','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1131,'bhg','Mpesa','','2024-09-01 10:32:15','','0','4','2024-09-01 10:32:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725175518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1132,'','Invoice','','2024-09-01 10:34:47','','0','4','2024-09-01 10:34:47','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725175942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1133,'mjh','Mpesa','','2024-09-01 10:53:50','','0','4','2024-09-01 10:53:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725177223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1134,'bhg','Mpesa','','2024-09-01 11:00:20','','0','4','2024-09-01 11:00:20','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725177423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1135,'bhg','Mpesa','','2024-09-01 11:28:08','','0','4','2024-09-01 11:28:08','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725177627','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1136,'bhg','Mpesa','','2024-09-01 11:49:22','','0','4','2024-09-01 11:49:22','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725179294','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1137,'bhg','Mpesa','','2024-09-01 12:06:16','','0','4','2024-09-01 12:06:16','','50','120','1','retail','0','120','1','0','0','0','0','70','0','printed',' ','','2','0','41725180567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1138,'bhg','Mpesa','','2024-09-01 12:09:01','','0','4','2024-09-01 12:09:01','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725181734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1139,'110','Mpesa','','2024-09-01 12:14:37','','0','4','2024-09-01 12:14:37','','50','160','1','retail','0','160','1','0','0','0','0','110','0','printed',' ','','2','0','41725181747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1140,'','Cash','','2024-09-01 12:16:21','','0','4','2024-09-01 12:16:21','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725182136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1141,'','Invoice','','2024-09-01 12:37:40','','0','4','2024-09-01 12:37:40','25','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','11','0','41725182189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1142,'mjh','Mpesa','','2024-09-01 12:38:30','','0','4','2024-09-01 12:38:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725183500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1143,'mpesa','Mpesa','','2024-09-01 12:51:04','','0','4','2024-09-01 12:51:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41725183516','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1144,'mjh','Mpesa','','2024-09-01 12:53:05','','0','4','2024-09-01 12:53:05','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','7','0','41725184295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1145,'mjh','Mpesa','','2024-09-01 12:59:58','','0','4','2024-09-01 12:59:58','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41725184438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1146,'mjh','Mpesa','','2024-09-01 13:07:10','','0','4','2024-09-01 13:07:10','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725184804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1147,'nbgf','Mpesa','','2024-09-01 13:13:33','','0','4','2024-09-01 13:13:33','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','11','0','41725185236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1148,'','Cash','','2024-09-01 13:44:11','','0','4','2024-09-01 13:44:11','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41725185687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1149,'','Creditnote','','2024-09-01 13:50:04','','0','4','2024-09-01 13:50:04','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725187456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1150,'bhg','Mpesa','','2024-09-01 14:13:47','','0','4','2024-09-01 14:13:47','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725189066','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1151,'','Cash','','2024-09-01 15:06:01','','0','4','2024-09-01 15:06:01','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41725192347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1152,'bhg','Mpesa','','2024-09-01 15:16:22','','0','4','2024-09-01 15:16:22','','70','120','1','retail','0','120','1','0','0','0','0','50','0','printed',' ','','2','0','41725192575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1153,'bhg','Mpesa','','2024-09-01 15:28:04','','0','4','2024-09-01 15:28:04','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725193023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1154,'','Creditnote','','2024-09-01 15:45:03','','0','4','2024-09-01 15:45:03','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725194641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1155,'','Cash','','2024-09-01 15:55:19','','0','4','2024-09-01 15:55:19','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725195308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1156,'','Cash','','2024-09-01 15:59:09','','0','4','2024-09-01 15:59:09','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725195325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1157,'','Cash','','2024-09-01 16:07:25','','0','4','2024-09-01 16:07:25','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41725195908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1158,'mjh','Mpesa','','2024-09-01 16:31:44','','0','4','2024-09-01 16:31:44','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725196049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1159,'','Cash','','2024-09-01 16:35:07','','0','4','2024-09-01 16:35:07','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725197511','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1160,'mjh','Mpesa','','2024-09-01 16:49:32','','0','4','2024-09-01 16:49:32','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725197710','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1161,'','Cash','','2024-09-01 17:25:41','','0','4','2024-09-01 17:25:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725200732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1162,'mjh','Mpesa','','2024-09-01 17:32:28','','0','4','2024-09-01 17:32:28','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725200743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1163,'bhg','Mpesa','','2024-09-01 17:42:03','','0','4','2024-09-01 17:42:03','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41725201156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1164,'mjh','Mpesa','','2024-09-01 18:05:58','','0','4','2024-09-01 18:05:58','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725201729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1165,'','Cash','','2024-09-01 18:06:44','','0','4','2024-09-01 18:06:44','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725203197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1166,'bhg','Mpesa','','2024-09-01 18:14:17','','0','4','2024-09-01 18:14:17','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725203352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1167,'','Cash','','2024-09-01 18:16:34','','0','4','2024-09-01 18:16:34','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','41725203663','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1168,'b80','Mpesa','','2024-09-01 18:22:43','','0','4','2024-09-01 18:22:43','','80','160','1','retail','0','160','1','0','0','0','0','80','0','printed',' ','','2','0','41725203798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1169,'mjh','Mpesa','','2024-09-01 18:28:39','','0','4','2024-09-01 18:28:39','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','2','0','41725204185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1170,'','Creditnote','','2024-09-01 18:32:26','','0','4','2024-09-01 18:32:26','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41725204732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1171,'mjh','Mpesa','','2024-09-01 18:42:52','','0','4','2024-09-01 18:42:52','','50','120','1','retail','0','120','1','0','0','0','0','70','0','printed',' ','','2','0','41725205048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1172,'','Cash','','2024-09-01 18:56:38','','0','4','2024-09-01 18:56:38','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725206130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1173,'mjh','Mpesa','','2024-09-01 18:59:14','','0','4','2024-09-01 18:59:14','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725206201','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1174,'mjh','Mpesa','','2024-09-01 19:04:51','','0','4','2024-09-01 19:04:51','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725206359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1175,'','Cash','','2024-09-01 19:05:45','','0','4','2024-09-01 19:05:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725206697','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1176,'','Cash','','2024-09-01 19:11:20','','0','4','2024-09-01 19:11:20','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41725206752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1177,'mjh','Mpesa','','2024-09-01 19:22:39','','0','4','2024-09-01 19:22:39','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','11','0','41725207087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1178,'mjh','Mpesa','','2024-09-01 19:25:30','','0','4','2024-09-01 19:25:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725207769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1179,'fg','Mpesa','','2024-09-01 19:27:14','','0','4','2024-09-01 19:27:14','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41725208004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1180,'','Cash','','2024-09-01 19:29:34','','0','4','2024-09-01 19:29:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725208042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1181,'','Cash','','2024-09-01 19:34:59','','0','4','2024-09-01 19:34:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41725208490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1182,'bhg','Mpesa','','2024-09-01 19:48:36','','0','4','2024-09-01 19:48:36','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725208505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1183,'mjh','Mpesa','','2024-09-01 19:50:22','','0','4','2024-09-01 19:50:22','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725209323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1184,'bhg','Mpesa','','2024-09-01 19:53:06','','0','4','2024-09-01 19:53:06','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725209441','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1185,'','Cash','','2024-09-01 19:56:47','','0','4','2024-09-01 19:56:47','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41725209592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1186,'bhg','Mpesa','','2024-09-01 20:00:39','','0','4','2024-09-01 20:00:39','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725209811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1187,'','Cash','','2024-09-01 20:09:29','','0','4','2024-09-01 20:09:29','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725210558','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1188,'','Cash','','2024-09-01 20:12:10','','0','4','2024-09-01 20:12:10','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41725210717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1189,'mjh','Mpesa','','2024-09-01 20:19:15','','0','4','2024-09-01 20:19:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725211147','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1190,'mpesa','Mpesa','','2024-09-02 13:19:13','','0','6','2024-09-02 13:19:13','26','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','2','0','61725271989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1191,'','Invoice','','2024-09-02 13:21:15','','0','6','2024-09-02 13:21:15','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725272420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1192,'','Invoice','','2024-09-02 13:21:52','','0','6','2024-09-02 13:21:52','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725272497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1193,'','Invoice','','2024-09-02 13:22:41','','0','6','2024-09-02 13:22:41','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725272550','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1194,'','Invoice','','2024-09-02 13:23:15','','0','6','2024-09-02 13:23:15','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','61725272575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1195,'','Invoice','','2024-09-02 13:24:17','','0','6','2024-09-02 13:24:17','25','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','0','61725272610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1196,'','Invoice','','2024-09-02 13:29:31','','0','6','2024-09-02 13:29:31','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725272957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1197,'','Invoice','','2024-09-02 13:30:23','','0','6','2024-09-02 13:30:23','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725272997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1198,'','Cash','','2024-09-02 13:33:37','','0','6','2024-09-02 13:33:37','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725273206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1199,'','Cash','','2024-09-02 13:35:10','','0','6','2024-09-02 13:35:10','25','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61725273227','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1200,'','Cash','','2024-09-02 13:40:05','','0','6','2024-09-02 13:40:05','25','280','280','1','retail','0','280','1','0','0','0','0','0','0','printed',' ','','2','0','61725273568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1201,'','Cash','','2024-09-02 13:43:06','','0','6','2024-09-02 13:43:06','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61725273686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1202,'mpesa','Mpesa','','2024-09-02 13:45:58','','0','6','2024-09-02 13:45:58','25','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','2','0','61725273858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1203,'mpesa','Mpesa','','2024-09-02 13:49:52','','0','6','2024-09-02 13:49:53','25','0100','360','1','retail','0','360','1','0','0','0','0','260','0','printed',' ','','11','0','61725274104','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1204,'mpesa','Mpesa','','2024-09-02 13:51:18','','0','6','2024-09-02 13:51:18','','0150','200','1','retail','0','200','1','0','0','0','0','50','0','printed',' ','','1','0','61725274244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1205,'','Creditnote','','2024-09-02 13:52:03','','0','6','2024-09-02 13:52:03','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61725274297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1206,'','Creditnote','','2024-09-02 13:52:33','','0','6','2024-09-02 13:52:33','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725274341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1207,'','Creditnote','','2024-09-02 13:53:08','','0','6','2024-09-02 13:53:08','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725274373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1208,'','Invoice','','2024-09-02 13:54:10','','0','6','2024-09-02 13:54:10','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725274432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1209,'','Invoice','','2024-09-02 13:54:38','','0','6','2024-09-02 13:54:38','25','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61725274463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1210,'mpesa','Mpesa','','2024-09-02 14:16:47','','0','6','2024-09-02 14:16:47','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725274523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1211,'mpesa','Mpesa','','2024-09-02 14:50:38','','0','6','2024-09-02 14:50:38','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725276597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1212,'','Cash','','2024-09-02 15:13:22','','0','6','2024-09-02 15:13:22','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725279129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1213,'','Cash','','2024-09-02 15:23:27','','0','6','2024-09-02 15:23:27','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725279209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1214,'','Cash','','2024-09-02 15:26:48','','0','6','2024-09-02 15:26:48','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725279819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1215,'','Cash','','2024-09-02 15:42:05','','0','6','2024-09-02 15:42:05','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725280908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1216,'','Creditnote','','2024-09-02 16:08:30','','0','6','2024-09-02 16:08:30','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725282488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1217,'mpesa','Mpesa','','2024-09-02 16:11:30','','0','6','2024-09-02 16:11:30','25','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','61725282665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1218,'mpesa','Mpesa','','2024-09-02 16:19:32','','0','6','2024-09-02 16:19:32','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725282706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1219,'','Invoice','','2024-09-02 20:11:04','','0','6','2024-09-02 16:31:19','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','new',' ','','2','0','61725283183','No','6','2024-09-02 20:11:04','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1220,'mpesa','Mpesa','','2024-09-02 16:32:07','','0','6','2024-09-02 16:32:07','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725283912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1221,'mpesa','Mpesa','','2024-09-02 16:38:32','','0','6','2024-09-02 16:38:32','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725283942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1222,'','Cash','','2024-09-02 17:02:23','','0','6','2024-09-02 17:02:23','25','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61725285727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1223,'mpesa','Mpesa','','2024-09-02 17:08:48','','0','6','2024-09-02 17:08:49','25','0100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','11','0','61725285753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1224,'mpesa','Mpesa','','2024-09-02 17:12:33','','0','6','2024-09-02 17:12:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','2','0','61725286178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1225,'mpesa','Mpesa','','2024-09-02 17:21:53','','0','6','2024-09-02 17:21:53','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61725286379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1226,'','Invoice','','2024-09-02 17:26:26','','0','6','2024-09-02 17:26:26','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725286925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1227,'mpesa','Mpesa','','2024-09-02 17:32:48','','0','6','2024-09-02 17:32:48','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725287535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1228,'','Cash','','2024-09-02 17:35:11','','0','6','2024-09-02 17:35:11','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725287591','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1229,'mpesa','Mpesa','','2024-09-02 17:43:13','','0','6','2024-09-02 17:43:13','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725287734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1230,'mpesa','Mpesa','','2024-09-02 17:48:15','','0','6','2024-09-02 17:48:15','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61725288469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1231,'mpesa','Mpesa','','2024-09-02 17:50:05','','0','6','2024-09-02 17:50:06','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725288510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1232,'mpesa','Mpesa','','2024-09-02 18:16:53','','0','6','2024-09-02 18:16:53','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725290202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1233,'mpesa','Mpesa','','2024-09-02 18:20:52','','0','6','2024-09-02 18:20:52','25','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','2','0','61725290232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1234,'','Invoice','','2024-09-02 18:22:15','','0','6','2024-09-02 18:22:15','25','60','80','1','retail','0','80','1','0','0','0','0','20','0','printed',' ','','5','0','61725290492','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1235,'mpesa','Mpesa','','2024-09-02 18:26:03','','0','6','2024-09-02 18:26:03','','010','50','1','retail','0','50','1','0','0','0','0','40','0','printed',' ','','2','0','61725290636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1236,'','Cash','','2024-09-02 18:31:36','','0','6','2024-09-02 18:31:36','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725290783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1237,'mpesa','Mpesa','','2024-09-02 18:34:11','','0','6','2024-09-02 18:34:11','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725291102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1238,'mpesa','Mpesa','','2024-09-02 18:55:09','','0','6','2024-09-02 18:55:09','','120','420','1','retail','0','420','1','0','0','0','0','300','0','printed',' ','','7','0','61725291261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1239,'mpesa','Mpesa','','2024-09-02 19:02:00','','0','6','2024-09-02 19:02:00','25','060','360','1','retail','0','360','1','0','0','0','0','300','0','printed',' ','','11','0','61725292661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1240,'','Invoice','','2024-09-02 19:07:15','','0','6','2024-09-02 19:07:15','25','160','320','1','retail','0','320','1','0','0','0','0','160','0','printed',' ','','5','0','61725292951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1241,'mpesa','Mpesa','','2024-09-02 19:11:59','','0','6','2024-09-02 19:11:59','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61725293499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1242,'mpesa','Mpesa','','2024-09-02 19:13:54','','0','6','2024-09-02 19:13:54','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61725293533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1243,'mpesa','Mpesa','','2024-09-02 19:17:26','','0','6','2024-09-02 19:17:26','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725293645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1244,'mpesa','Mpesa','','2024-09-02 19:20:36','','0','6','2024-09-02 19:20:36','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725293860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1245,'mpesa','Mpesa','','2024-09-02 19:24:47','','0','6','2024-09-02 19:24:47','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725294042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1246,'mpesa','Mpesa','','2024-09-02 19:37:26','','0','6','2024-09-02 19:37:26','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725295038','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1247,'','Cash','','2024-09-02 19:41:35','','0','6','2024-09-02 19:41:35','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725295285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1248,'mpesa','Mpesa','','2024-09-02 19:50:12','','0','6','2024-09-02 19:50:12','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61725295314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1249,'','Cash','','2024-09-02 19:53:52','','0','6','2024-09-02 19:53:52','25','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','1','0','61725295950','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1250,'mpesa','Mpesa','','2024-09-02 19:55:11','','0','6','2024-09-02 19:55:11','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','2','0','61725296041','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1251,'mpesa','Mpesa','','2024-09-02 20:07:20','','0','6','2024-09-02 20:07:20','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725296833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1252,'mpesa','Mpesa','','2024-09-02 20:16:29','','0','6','2024-09-02 20:16:29','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61725297371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1253,'mpesa','Mpesa','','2024-09-02 20:30:38','','0','6','2024-09-02 20:30:38','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725298092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1254,'mpesa','Mpesa','','2024-09-02 20:34:36','','0','6','2024-09-02 20:34:36','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725298469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1255,'','Creditnote','','2024-09-02 20:36:14','','0','6','2024-09-02 20:36:14','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725298559','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1256,'','Cash','','2024-09-02 20:38:56','','0','6','2024-09-02 20:38:56','25','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61725298591','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1257,'','Invoice','','2024-09-03 06:21:46','','0','6','2024-09-03 06:21:46','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725333011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1258,'','Invoice','','2024-09-03 06:22:31','','0','6','2024-09-03 06:22:31','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725333736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1259,'','Invoice','','2024-09-03 06:23:10','','0','6','2024-09-03 06:23:10','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725333772','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1260,'','Invoice','','2024-09-03 06:23:45','','0','6','2024-09-03 06:23:45','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725333799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1261,'mpesa','Mpesa','','2024-09-03 06:30:44','','0','6','2024-09-03 06:30:44','25','40','60','1','retail','0','60','1','0','0','0','0','20','0','printed',' ','','2','0','61725333837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1262,'mpesa','Mpesa','','2024-09-03 06:54:56','','0','6','2024-09-03 06:54:56','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725334274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1263,'','Invoice','','2024-09-03 06:56:50','','0','6','2024-09-03 06:56:50','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61725335711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1264,'','Cash','','2024-09-03 07:25:14','','0','6','2024-09-03 07:25:14','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725337503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1265,'','Invoice','','2024-09-03 07:25:46','','0','6','2024-09-03 07:25:46','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725337523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1266,'','Invoice','','2024-09-03 07:38:30','','0','6','2024-09-03 07:38:30','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725338299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1267,'','Creditnote','','2024-09-03 07:42:35','','0','6','2024-09-03 07:42:35','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725338385','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1268,'mpesa','Mpesa','','2024-09-03 08:17:30','','0','6','2024-09-03 08:17:30','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','2','0','61725339557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1269,'','Invoice','','2024-09-03 08:20:06','','0','6','2024-09-03 08:20:06','26','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725340657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1270,'mpesa','Mpesa','','2024-09-03 08:22:25','','0','6','2024-09-03 08:22:25','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61725340935','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1271,'','Creditnote','','2024-09-03 08:39:24','','0','6','2024-09-03 08:39:24','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61725340952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1272,'','Invoice','','2024-09-03 08:44:54','','0','6','2024-09-03 08:44:54','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725342284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1273,'','Cash','','2024-09-03 08:47:29','','0','6','2024-09-03 08:47:29','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','61725342423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1274,'','Invoice','','2024-09-03 09:11:23','','0','6','2024-09-03 09:11:23','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725342456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1275,'','Invoice','','2024-09-03 09:11:44','','0','6','2024-09-03 09:11:44','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725343897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1276,'','Invoice','','2024-09-03 09:17:59','','0','6','2024-09-03 09:17:59','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61725344266','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1277,'mpesa','Mpesa','','2024-09-03 09:37:18','','0','6','2024-09-03 09:37:18','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725344324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1278,'','Invoice','','2024-09-03 18:22:27','','0','6','2024-09-03 09:49:32','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','new',' ','','2','0','61725345445','No','6','2024-09-03 18:22:27','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1279,'','Invoice','','2024-09-03 10:08:20','','0','6','2024-09-03 10:08:20','25','40','100','1','retail','0','100','1','0','0','0','0','60','0','printed',' ','','11','0','61725347274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1280,'mpesa','Mpesa','','2024-09-03 10:29:38','','0','6','2024-09-03 10:29:38','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725348569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1281,'','Cash','','2024-09-03 12:08:17','','0','6','2024-09-03 12:08:17','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725354476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1282,'','Creditnote','','2024-09-03 12:19:48','','0','6','2024-09-03 12:19:48','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725355181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1283,'','Invoice','','2024-09-03 12:51:27','','0','6','2024-09-03 12:51:27','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61725357071','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1284,'mmn','Mpesa','','2024-09-03 13:09:05','','0','6','2024-09-03 13:09:05','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','2','0','61725357380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1285,'mn','Mpesa','','2024-09-03 13:17:39','','0','6','2024-09-03 13:17:39','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61725358155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1286,'mjh','Mpesa','','2024-09-03 13:33:02','','0','6','2024-09-03 13:33:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61725358671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1287,'','Invoice','','2024-09-03 13:54:38','','0','6','2024-09-03 13:54:38','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','2','0','61725360867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1288,'bhg','Mpesa','','2024-09-03 13:56:39','','0','6','2024-09-03 13:56:39','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725360989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1289,'bhg','Mpesa','','2024-09-03 14:32:10','','0','6','2024-09-03 14:32:10','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725361928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1290,'fg','Mpesa','','2024-09-03 14:57:15','','0','6','2024-09-03 14:57:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61725363142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1291,'mjh','Mpesa','','2024-09-03 15:02:48','','0','6','2024-09-03 15:02:48','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725364669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1292,'30','Mpesa','','2024-09-03 15:20:21','','0','6','2024-09-03 15:20:21','','20','50','1','retail','0','50','1','0','0','0','0','30','0','printed',' ','','2','0','61725364982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1293,'mjh','Mpesa','','2024-09-03 15:29:29','','0','6','2024-09-03 15:29:29','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725366284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1294,'bhg','Mpesa','','2024-09-03 15:33:22','','0','6','2024-09-03 15:33:22','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725366590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1295,'mjh','Mpesa','','2024-09-03 16:00:23','','0','6','2024-09-03 16:00:23','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725368413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1296,'','Creditnote','','2024-09-03 16:00:47','','0','6','2024-09-03 16:00:47','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725368430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1297,'','Invoice','','2024-09-03 16:01:31','','0','6','2024-09-03 16:01:31','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725368480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1298,'','Cash','','2024-09-03 16:02:28','','0','6','2024-09-03 16:02:28','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725368537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1299,'','Cash','','2024-09-03 16:03:30','','0','6','2024-09-03 16:03:30','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61725368587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1300,'mpesa','Mpesa','','2024-09-03 16:08:52','','0','6','2024-09-03 16:08:52','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725368893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1301,'mjh','Mpesa','','2024-09-03 16:39:46','','0','6','2024-09-03 16:39:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61725370767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1302,'mjh','Mpesa','','2024-09-03 16:55:45','','0','6','2024-09-03 16:55:45','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','7','0','61725370801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1303,'','Invoice','','2024-09-03 16:57:25','','0','6','2024-09-03 16:57:25','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725371808','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1304,'','Invoice','','2024-09-03 16:58:03','','0','6','2024-09-03 16:58:03','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','5','0','61725371870','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1305,'','Creditnote','','2024-09-03 17:00:30','','0','6','2024-09-03 17:00:30','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725372020','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1306,'mpesa','Mpesa','','2024-09-03 17:18:24','','0','6','2024-09-03 17:18:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725373055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1307,'bhg','Mpesa','','2024-09-03 17:37:25','','0','6','2024-09-03 17:37:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725373711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1308,'bhg','Mpesa','','2024-09-03 17:39:55','','0','6','2024-09-03 17:39:55','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725374257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1309,'mpesa','Mpesa','','2024-09-03 17:59:38','','0','6','2024-09-03 17:59:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725374403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1310,'mjh','Mpesa','','2024-09-03 18:11:01','','0','6','2024-09-03 18:11:01','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725375606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1311,'mjh','Mpesa','','2024-09-03 18:15:19','','0','6','2024-09-03 18:15:19','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725376271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1312,'mpesa','Mpesa','','2024-09-03 18:19:31','','0','6','2024-09-03 18:19:31','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725376528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1313,'mpesa','Mpesa','','2024-09-03 18:23:34','','0','6','2024-09-03 18:23:34','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725377007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1314,'mpesa','Mpesa','','2024-09-03 18:33:58','','0','6','2024-09-03 18:33:58','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725377626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1315,'mpesa','Mpesa','','2024-09-03 18:38:26','','0','6','2024-09-03 18:38:26','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725377644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1316,'bhg','Mpesa','','2024-09-03 18:41:08','','0','6','2024-09-03 18:41:08','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725377912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1317,'mpesa','Mpesa','','2024-09-03 18:44:54','','0','6','2024-09-03 18:44:54','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725378119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1318,'mpesa','Mpesa','','2024-09-03 18:47:00','','0','6','2024-09-03 18:47:00','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725378306','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1319,'mpesa','Mpesa','','2024-09-03 19:04:04','','0','6','2024-09-03 19:04:04','25','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61725378432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1320,'mpesa','Mpesa','','2024-09-03 19:11:25','','0','6','2024-09-03 19:11:25','25','210','300','1','retail','0','300','1','0','0','0','0','90','0','printed',' ','','2','0','61725379473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1321,'bhg','Mpesa','','2024-09-03 19:17:03','','0','6','2024-09-03 19:17:03','','40','120','1','retail','0','120','1','0','0','0','0','80','0','printed',' ','','2','0','61725379909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1322,'mpesa','Mpesa','','2024-09-03 19:21:42','','0','6','2024-09-03 19:21:42','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725380242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1323,'','Invoice','','2024-09-03 19:26:41','','0','6','2024-09-03 19:26:41','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','5','0','61725380791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1324,'bhg','Mpesa','','2024-09-03 19:45:13','','0','6','2024-09-03 19:45:13','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','5','0','61725381896','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1325,'bhg','Mpesa','','2024-09-03 19:47:45','','0','6','2024-09-03 19:47:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725381921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1326,'fg','Mpesa','','2024-09-03 20:11:35','','0','6','2024-09-03 20:11:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61725383485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1327,'','Creditnote','','2024-09-03 20:20:28','','0','6','2024-09-03 20:20:28','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725383921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1328,'mjh','Mpesa','','2024-09-03 20:27:18','','0','6','2024-09-03 20:27:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725384391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1329,'bhg','Mpesa','','2024-09-03 20:33:31','','0','6','2024-09-03 20:33:31','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725384595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1330,'','Cash','','2024-09-03 20:39:09','','0','6','2024-09-03 20:39:09','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725385128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1331,'','Invoice','','2024-09-04 07:15:00','','0','6','2024-09-04 07:15:00','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725423181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1332,'','Invoice','','2024-09-04 07:15:21','','0','6','2024-09-04 07:15:21','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725423309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1333,'','Invoice','','2024-09-04 07:17:58','','0','6','2024-09-04 07:17:58','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725423465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1334,'','Invoice','','2024-09-04 07:18:25','','0','6','2024-09-04 07:18:25','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725423490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1335,'mpesa','Mpesa','','2024-09-04 07:18:58','','0','6','2024-09-04 07:18:58','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725423518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1336,'','Cash','','2024-09-04 07:34:15','','0','6','2024-09-04 07:34:15','25','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61725423551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1337,'','Invoice','','2024-09-04 07:55:15','','0','6','2024-09-04 07:55:15','25','160','220','1','retail','0','220','1','0','0','0','0','60','0','printed',' ','','2','0','61725424462','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1338,'','Invoice','','2024-09-04 10:23:13','','0','6','2024-09-04 10:23:13','25','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','61725434567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1339,'','Cash','','2024-09-04 10:26:10','','0','6','2024-09-04 10:26:10','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725434755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1340,'mpesa','Mpesa','','2024-09-04 10:55:39','','0','6','2024-09-04 10:55:39','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725434786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1341,'mpesa','Mpesa','','2024-09-04 11:37:05','','0','6','2024-09-04 11:37:05','25','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','11','0','61725438842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1342,'mpesa','Mpesa','','2024-09-04 11:51:17','','0','6','2024-09-04 11:51:17','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','5','0','61725439041','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1343,'','Creditnote','','2024-09-04 18:48:51','','0','6','2024-09-04 11:59:24','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','2','320','61725439899','No','6','2024-09-04 18:48:51','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1344,'mpesa','Mpesa','','2024-09-04 12:01:36','','0','6','2024-09-04 12:01:36','25','30','350','1','retail','0','350','1','0','0','0','0','320','0','printed',' ','','2','0','61725440382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1345,'','Creditnote','','2024-09-04 12:15:49','','0','6','2024-09-04 12:15:49','33 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725441340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1346,'','Cash','','2024-09-04 12:17:57','','0','6','2024-09-04 12:17:57','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','7','0','61725441451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1347,'mpesa','Mpesa','','2024-09-04 12:36:25','','0','6','2024-09-04 12:36:25','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725441485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1348,'bhg','Mpesa','','2024-09-04 12:54:45','','0','6','2024-09-04 12:54:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','new',' ','','2','0','61725443676','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1349,'','Invoice','','2024-09-04 12:55:05','','0','6','2024-09-04 12:55:05','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61725443693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1350,'bhg','Mpesa','','2024-09-04 12:59:24','','0','6','2024-09-04 12:59:24','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725443725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1351,'mjh','Mpesa','','2024-09-04 13:08:17','','0','6','2024-09-04 13:08:17','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725443974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1352,'mjh','Mpesa','','2024-09-04 13:11:47','','0','6','2024-09-04 13:11:47','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725444505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1353,'fg','Mpesa','','2024-09-04 13:49:01','','0','6','2024-09-04 13:49:01','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725446933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1354,'','Invoice','','2024-09-04 13:56:07','','0','6','2024-09-04 13:56:07','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725447358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1355,'bhg','Mpesa','','2024-09-04 14:09:40','','0','6','2024-09-04 14:09:40','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61725448164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1356,'','Cash','','2024-09-04 14:18:34','','0','6','2024-09-04 14:18:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61725448186','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1357,'','Invoice','','2024-09-04 14:41:31','','0','6','2024-09-04 14:41:31','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61725448719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1358,'','Invoice','','2024-09-04 14:45:03','','0','6','2024-09-04 14:45:03','25','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','11','0','61725450129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1359,'','Invoice','','2024-09-04 14:45:58','','0','6','2024-09-04 14:45:58','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725450329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1360,'','Invoice','','2024-09-04 14:46:32','','0','6','2024-09-04 14:46:32','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725450379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1361,'','Invoice','','2024-09-04 14:47:14','','0','6','2024-09-04 14:47:14','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61725450410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1362,'','Invoice','','2024-09-04 14:47:41','','0','6','2024-09-04 14:47:41','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725450455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1363,'','Creditnote','','2024-09-04 15:18:46','','0','6','2024-09-04 15:18:46','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725451988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1364,'','Invoice','','2024-09-04 15:29:55','','0','6','2024-09-04 15:29:55','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725452989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1365,'','Cash','','2024-09-04 15:56:22','','0','6','2024-09-04 15:56:22','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725454562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1366,'mpesa','Mpesa','','2024-09-04 16:06:11','','0','6','2024-09-04 16:06:11','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725454593','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1367,'','Cash','','2024-09-04 16:14:53','','0','6','2024-09-04 16:14:53','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61725455188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1368,'mpesa','Mpesa','','2024-09-04 16:24:32','','0','6','2024-09-04 16:24:32','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725455701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1369,'mpesa','Mpesa','','2024-09-04 16:29:36','','0','6','2024-09-04 16:29:36','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61725456290','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1370,'mpesa','Mpesa','','2024-09-04 16:52:05','','0','6','2024-09-04 16:52:05','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725456590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1371,'mpesa','Mpesa','','2024-09-04 17:03:05','','0','6','2024-09-04 17:03:05','','100','230','1','retail','0','230','1','0','0','0','0','130','0','printed',' ','','7','0','61725457937','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1372,'mpesa','Mpesa','','2024-09-04 17:07:06','','0','6','2024-09-04 17:07:06','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725458617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1373,'mpesa','Mpesa','','2024-09-04 17:08:39','','0','6','2024-09-04 17:08:39','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725458838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1374,'','Cash','','2024-09-04 17:13:34','','0','6','2024-09-04 17:13:34','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725458946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1375,'','Invoice','','2024-09-04 17:17:13','','0','6','2024-09-04 17:17:13','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725459224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1376,'mpesa','Mpesa','','2024-09-04 17:18:07','','0','6','2024-09-04 17:18:07','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725459470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1377,'','Cash','','2024-09-04 17:20:20','','0','6','2024-09-04 17:20:20','25','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61725459501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1378,'mpesa','Mpesa','','2024-09-04 17:33:04','','0','6','2024-09-04 17:33:04','25','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','2','0','61725459631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1379,'','Creditnote','','2024-09-04 17:39:55','','0','6','2024-09-04 17:39:55','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725460583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1380,'bhg','Mpesa','','2024-09-04 17:46:03','','0','6','2024-09-04 17:46:03','25','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61725461127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1381,'','Cash','','2024-09-04 17:48:41','','0','6','2024-09-04 17:48:41','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','7','0','61725461181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1382,'','Cash','','2024-09-04 17:50:04','','0','6','2024-09-04 17:50:04','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','61725461341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1383,'bhg','Mpesa','','2024-09-04 18:06:20','','0','6','2024-09-04 18:06:20','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725461408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1384,'bhg','Mpesa','','2024-09-04 18:10:57','','0','6','2024-09-04 18:10:57','','150','300','1','retail','0','300','1','0','0','0','0','150','0','printed',' ','','1','0','61725462390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1385,'bhg','Mpesa','','2024-09-04 18:11:59','','0','6','2024-09-04 18:11:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725462674','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1386,'mjh','Mpesa','','2024-09-04 18:13:09','','0','6','2024-09-04 18:13:09','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725462732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1387,'','Cash','','2024-09-04 18:14:54','','0','6','2024-09-04 18:14:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725462795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1388,'mjh','Mpesa','','2024-09-04 18:16:22','','0','6','2024-09-04 18:16:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725462900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1389,'mjh','Mpesa','','2024-09-04 18:21:54','','0','6','2024-09-04 18:21:54','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725462989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1390,'bhg','Mpesa','','2024-09-04 18:23:31','','0','6','2024-09-04 18:23:31','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725463323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1391,'','Cash','','2024-09-04 18:25:04','','0','6','2024-09-04 18:25:04','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','2','0','61725463425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1392,'bhg','Mpesa','','2024-09-04 18:28:38','','0','6','2024-09-04 18:28:38','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725463508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1393,'','Invoice','','2024-09-04 18:29:04','','0','6','2024-09-04 18:29:04','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725463725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1394,'','Creditnote','','2024-09-04 18:29:32','','0','6','2024-09-04 18:29:32','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725463765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1395,'mjh','Mpesa','','2024-09-04 18:36:22','','0','6','2024-09-04 18:36:22','','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','61725464167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1396,'','Cash','','2024-09-04 18:36:47','','0','6','2024-09-04 18:36:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61725464190','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1397,'bhg','Mpesa','','2024-09-04 18:37:52','','0','6','2024-09-04 18:37:52','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725464211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1398,'bhg','Mpesa','','2024-09-04 19:02:20','','0','6','2024-09-04 19:02:20','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725465729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1399,'','Cash','','2024-09-04 19:05:56','','0','6','2024-09-04 19:05:56','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61725465942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1400,'mpesa','Mpesa','','2024-09-04 19:10:54','','0','6','2024-09-04 19:10:54','25','80','160','1','retail','0','160','1','0','0','0','0','80','0','printed',' ','','2','0','61725466242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1401,'mpesa','Mpesa','','2024-09-04 19:21:05','','0','6','2024-09-04 19:21:05','','40','120','1','retail','0','120','1','0','0','0','0','80','0','printed',' ','','2','0','61725466363','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1402,'mjh','Invoice','','2024-09-04 19:24:40','','0','6','2024-09-04 19:24:40','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','11','0','61725467033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1403,'','Cash','','2024-09-04 19:30:07','','0','6','2024-09-04 19:30:07','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725467236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1404,'bhg','Mpesa','','2024-09-04 19:33:52','','0','6','2024-09-04 19:33:52','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725467410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1405,'bhg','Mpesa','','2024-09-04 19:39:24','','0','6','2024-09-04 19:39:24','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725467858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1406,'mjh','Mpesa','','2024-09-04 19:42:48','','0','6','2024-09-04 19:42:48','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','11','0','61725468152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1407,'mjh','Mpesa','','2024-09-04 19:52:21','','0','6','2024-09-04 19:52:21','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725468727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1408,'bhg','Mpesa','','2024-09-04 19:54:02','','0','6','2024-09-04 19:54:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725468748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1409,'','Creditnote','','2024-09-04 20:10:45','','0','6','2024-09-04 20:10:45','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725469833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1410,'','Cash','','2024-09-04 20:22:31','','0','6','2024-09-04 20:22:31','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61725470538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1411,'mpesa','Mpesa','','2024-09-04 20:27:18','','0','6','2024-09-04 20:27:18','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725470830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1412,'','Cash','','2024-09-04 20:30:01','','0','6','2024-09-04 20:30:01','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725470987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1413,'bhg','Mpesa','','2024-09-04 20:38:42','','0','6','2024-09-04 20:38:42','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725471382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1414,'','Invoice','','2024-09-05 06:26:14','','0','4','2024-09-05 06:26:14','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725506765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1415,'','Invoice','','2024-09-05 06:26:51','','0','4','2024-09-05 06:26:51','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725506800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1416,'','Invoice','','2024-09-05 06:27:12','','0','4','2024-09-05 06:27:12','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41725506822','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1417,'','Invoice','','2024-09-05 06:27:36','','0','4','2024-09-05 06:27:36','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41725506844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1418,'mjh','Mpesa','','2024-09-05 06:27:57','','0','4','2024-09-05 06:27:57','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725506868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1419,'mjh','Mpesa','','2024-09-05 06:36:45','','0','4','2024-09-05 06:36:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725506885','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1420,'bhg','Mpesa','','2024-09-05 07:03:49','','0','4','2024-09-05 07:03:49','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41725507414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1421,'','Invoice','','2024-09-05 07:17:10','','0','4','2024-09-05 07:17:10','25','280','280','1','retail','0','280','1','0','0','0','0','0','0','printed',' ','','2','0','41725509035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1422,'','Cash','','2024-09-05 08:03:02','','0','4','2024-09-05 08:03:02','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725512567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1423,'mjh','Mpesa','','2024-09-05 08:04:34','','0','4','2024-09-05 08:04:34','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','2','0','41725512593','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1424,'','Cash','','2024-09-05 08:08:05','','0','4','2024-09-05 08:08:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725512682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1425,'','Creditnote','','2024-09-05 08:14:33','','0','4','2024-09-05 08:14:33','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725512988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1426,'','Creditnote','','2024-09-05 08:44:56','','0','4','2024-09-05 08:44:56','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725515081','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1427,'','Invoice','','2024-09-05 08:46:30','','0','4','2024-09-05 08:46:30','25','40','100','1','retail','0','100','1','0','0','0','0','60','0','printed',' ','','2','0','41725515179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1428,'','Invoice','','2024-09-05 08:46:56','','0','4','2024-09-05 08:46:56','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725515206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1429,'','Invoice','','2024-09-05 08:47:57','','0','4','2024-09-05 08:47:57','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725515262','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1430,'bhg','Mpesa','','2024-09-05 08:48:45','','0','4','2024-09-05 08:48:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725515317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1431,'bhg','Mpesa','','2024-09-05 08:57:14','','0','4','2024-09-05 08:57:14','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725515336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1432,'','Invoice','','2024-09-05 09:05:20','','0','4','2024-09-05 09:05:20','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725515850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1433,'','Invoice','','2024-09-05 09:17:06','','0','4','2024-09-05 09:17:06','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725517018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1434,'','Cash','','2024-09-05 09:30:51','','0','4','2024-09-05 09:30:51','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','41725517837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1435,'bhg','Mpesa','','2024-09-05 09:33:43','','0','4','2024-09-05 09:33:43','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725517853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1436,'','Cash','','2024-09-05 09:37:39','','0','4','2024-09-05 09:37:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725518030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1437,'','Invoice','','2024-09-05 09:37:52','','0','4','2024-09-05 09:37:52','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725518263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1438,'','Cash','','2024-09-05 10:14:10','','0','4','2024-09-05 10:14:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725520441','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1439,'','Invoice','','2024-09-05 10:20:38','','0','4','2024-09-05 10:20:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725520453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1440,'mjh','Mpesa','','2024-09-05 10:22:37','','0','4','2024-09-05 10:22:37','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725520943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1441,'','Cash','','2024-09-05 10:27:50','','0','4','2024-09-05 10:27:50','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725520966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1442,'','Invoice','','2024-09-05 10:35:28','','0','4','2024-09-05 10:35:28','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41725521342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1443,'bhg','Mpesa','','2024-09-05 11:12:53','','0','4','2024-09-05 11:12:53','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725523962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1444,'','Cash','','2024-09-05 11:47:37','','0','4','2024-09-05 11:47:37','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725526051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1445,'bhg','Mpesa','','2024-09-05 11:58:58','','0','4','2024-09-05 11:58:58','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','2','0','41725526063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1446,'','Cash','','2024-09-05 12:43:15','','0','4','2024-09-05 12:43:15','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725527953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1447,'mpesa','Mpesa','','2024-09-05 12:44:31','','0','4','2024-09-05 12:44:31','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725529409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1448,'','Invoice','','2024-09-05 12:45:15','','0','4','2024-09-05 12:45:15','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','41725529490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1449,'','Creditnote','','2024-09-05 12:59:04','','0','4','2024-09-05 12:59:04','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725530336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1450,'bhg','Mpesa','','2024-09-05 13:37:12','','0','4','2024-09-05 13:37:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725532618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1451,'bhg','Mpesa','','2024-09-05 13:39:43','','0','4','2024-09-05 13:39:43','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725532639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1452,'','Invoice','','2024-09-05 13:47:01','','0','4','2024-09-05 13:47:01','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725532789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1453,'','Cash','','2024-09-05 13:54:10','','0','4','2024-09-05 13:54:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41725533643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1454,'mjh','Mpesa','','2024-09-05 13:55:48','','0','4','2024-09-05 13:55:48','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','2','0','41725533654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1455,'mpesa','Mpesa','','2024-09-05 14:05:23','','0','4','2024-09-05 14:05:23','25','50','110','1','retail','0','110','1','0','0','0','0','60','0','printed',' ','','2','0','41725533755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1456,'bhg','Mpesa','','2024-09-05 14:15:00','','0','4','2024-09-05 14:15:00','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725534353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1457,'bhg','Mpesa','','2024-09-05 14:16:58','','0','4','2024-09-05 14:16:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725534908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1458,'','Cash','','2024-09-05 14:40:19','','0','4','2024-09-05 14:40:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','6','0','41725535024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1459,'','Creditnote','','2024-09-05 15:05:58','','0','4','2024-09-05 15:05:58','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725537740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1460,'bhg','Mpesa','','2024-09-05 15:31:20','','0','4','2024-09-05 15:31:20','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725539465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1461,'mpesa','Mpesa','','2024-09-05 16:21:57','','0','4','2024-09-05 16:21:57','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725539498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1462,'','Invoice','','2024-09-05 16:22:29','','0','4','2024-09-05 16:22:29','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725542533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1463,'','Invoice','','2024-09-05 16:38:11','','0','4','2024-09-05 16:38:11','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','5','0','41725543480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1464,'','Invoice','','2024-09-05 16:44:05','','0','4','2024-09-05 16:44:05','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41725543816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1465,'mjh','Mpesa','','2024-09-05 16:52:18','','0','4','2024-09-05 16:52:18','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725544327','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1466,'','Cash','','2024-09-05 16:58:41','','0','4','2024-09-05 16:58:41','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','41725544346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1467,'mjh','Mpesa','','2024-09-05 17:00:01','','0','4','2024-09-05 17:00:01','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725544724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1468,'fg','Mpesa','','2024-09-05 17:05:54','','0','4','2024-09-05 17:05:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41725544999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1469,'mjh','Mpesa','','2024-09-05 17:08:30','','0','4','2024-09-05 17:08:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725545161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1470,'bhg','Mpesa','','2024-09-05 17:11:13','','0','4','2024-09-05 17:11:13','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725545317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1471,'mpesa','Mpesa','','2024-09-05 17:22:17','','0','4','2024-09-05 17:22:17','25','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','11','0','41725545480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1472,'','Creditnote','','2024-09-05 17:36:04','','0','4','2024-09-05 17:36:04','38 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725546146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1473,'mpesa','Mpesa','','2024-09-05 17:37:39','','0','4','2024-09-05 17:37:39','','010','160','1','retail','0','160','1','0','0','0','0','150','0','printed',' ','','2','0','41725547049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1474,'mpesa','Mpesa','','2024-09-05 17:38:40','','0','4','2024-09-05 17:38:40','25','040','80','1','retail','0','80','1','0','0','0','0','40','0','printed',' ','','2','0','41725547082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1475,'mpesa','Mpesa','','2024-09-05 17:46:48','','0','4','2024-09-05 17:46:48','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725547601','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1476,'mpesa','Mpesa','','2024-09-05 17:51:55','','0','4','2024-09-05 17:51:55','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725547618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1477,'mpesa','Mpesa','','2024-09-05 18:02:01','','0','4','2024-09-05 18:02:01','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725547936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1478,'','Cash','','2024-09-05 18:14:39','','0','4','2024-09-05 18:14:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725548735','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1479,'mpesa','Mpesa','','2024-09-05 18:18:15','','0','4','2024-09-05 18:18:15','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725549284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1480,'','Creditnote','','2024-09-05 18:19:18','','0','4','2024-09-05 18:19:18','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41725549546','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1481,'mpesa','Mpesa','','2024-09-05 18:28:25','','0','4','2024-09-05 18:28:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725549732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1482,'','Cash','','2024-09-05 18:33:12','','0','4','2024-09-05 18:33:12','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','11','0','41725550126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1483,'','Cash','','2024-09-05 18:42:24','','0','4','2024-09-05 18:42:24','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725550425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1484,'','Cash','','2024-09-05 19:03:05','','0','4','2024-09-05 19:03:05','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725551597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1485,'','Invoice','','2024-09-05 19:04:33','','0','4','2024-09-05 19:04:33','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725552188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1486,'','Cash','','2024-09-05 19:19:19','','0','4','2024-09-05 19:19:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','2','0','41725553137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1487,'mjh','Mpesa','','2024-09-05 19:21:48','','0','4','2024-09-05 19:21:48','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','2','0','41725553162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1488,'bhg','Mpesa','','2024-09-05 19:24:33','','0','4','2024-09-05 19:24:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725553333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1489,'bhg','Mpesa','','2024-09-05 19:29:17','','0','4','2024-09-05 19:29:17','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725553526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1490,'mjh','Mpesa','','2024-09-05 19:32:21','','0','4','2024-09-05 19:32:21','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725553763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1491,'mjh','Mpesa','','2024-09-05 19:36:51','','0','4','2024-09-05 19:36:51','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','41725553955','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1492,'','Cash','','2024-09-05 19:40:47','','0','4','2024-09-05 19:40:47','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725554426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1493,'','Creditnote','','2024-09-05 19:42:53','','0','4','2024-09-05 19:42:53','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41725554451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1494,'mjh','Mpesa','','2024-09-05 19:47:18','','0','4','2024-09-05 19:47:18','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725554829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1495,'','Cash','','2024-09-05 19:56:50','','0','4','2024-09-05 19:56:50','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725555398','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1496,'bhg','Mpesa','','2024-09-05 20:04:01','','0','4','2024-09-05 20:04:01','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725555832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1497,'mjh','Mpesa','','2024-09-05 20:09:30','','0','4','2024-09-05 20:09:30','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725555894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1498,'bhg','Mpesa','','2024-09-05 20:20:03','','0','4','2024-09-05 20:20:03','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725556787','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1499,'mjh','Mpesa','','2024-09-05 20:23:28','','0','4','2024-09-05 20:23:28','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725556985','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1500,'','Cash','','2024-09-05 20:25:49','','0','4','2024-09-05 20:25:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','41725557134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1501,'mjh','Mpesa','','2024-09-05 20:31:57','','0','4','2024-09-05 20:31:57','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725557495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1502,'','Cash','','2024-09-05 20:32:28','','0','4','2024-09-05 20:32:28','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725557525','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1503,'bhg','Mpesa','','2024-09-05 20:40:13','','0','4','2024-09-05 20:40:13','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725557983','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1504,'','Invoice','','2024-09-06 06:17:03','','0','4','2024-09-06 06:17:03','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725592177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1505,'','Invoice','','2024-09-06 06:19:17','','0','4','2024-09-06 06:19:17','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41725592713','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1506,'','Invoice','','2024-09-06 06:20:28','','0','4','2024-09-06 06:20:28','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725592809','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1507,'bhg','Mpesa','','2024-09-06 06:24:38','','0','4','2024-09-06 06:24:38','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725593067','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1508,'bhg','Mpesa','','2024-09-06 06:36:28','','0','4','2024-09-06 06:36:28','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725593085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1509,'','Invoice','','2024-09-06 06:49:45','','0','4','2024-09-06 06:49:45','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725593812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1510,'','Invoice','','2024-09-06 07:19:31','','0','4','2024-09-06 07:19:31','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725596359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1511,'','Invoice','','2024-09-06 07:27:06','','0','4','2024-09-06 07:27:06','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725596816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1512,'','Invoice','','2024-09-06 07:27:33','','0','4','2024-09-06 07:27:33','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725596843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1513,'bhg','Mpesa','','2024-09-06 07:38:21','','0','4','2024-09-06 07:38:21','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725597489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1514,'','Cash','','2024-09-06 07:45:56','','0','4','2024-09-06 07:45:56','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41725597506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1515,'mjh','Mpesa','','2024-09-06 07:51:05','','0','4','2024-09-06 07:51:05','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725597961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1516,'','Cash','','2024-09-06 08:17:02','','0','4','2024-09-06 08:17:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725598271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1517,'','Creditnote','','2024-09-06 08:22:19','','0','4','2024-09-06 08:22:19','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725599826','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1518,'','Invoice','','2024-09-06 08:39:38','','0','4','2024-09-06 08:39:38','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725601164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1519,'','Invoice','','2024-09-06 08:40:20','','0','4','2024-09-06 08:40:20','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725601189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1520,'','Creditnote','','2024-09-06 08:48:55','','0','4','2024-09-06 08:48:56','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725601723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1521,'','Cash','','2024-09-06 08:52:12','','0','4','2024-09-06 08:52:12','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725601903','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1522,'mjh','Mpesa','','2024-09-06 13:00:34','','0','4','2024-09-06 13:00:34','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725616821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1523,'','Invoice','','2024-09-06 13:01:11','','0','4','2024-09-06 13:01:11','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725616841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1524,'','Invoice','','2024-09-06 13:01:44','','0','4','2024-09-06 13:01:44','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725616894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1525,'bhg','Mpesa','','2024-09-06 13:04:26','','0','4','2024-09-06 13:04:26','','0','1260','1','retail','0','1260','1','0','0','0','0','1260','0','printed',' ','','2','0','41725616930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1526,'','Cash','','2024-09-06 13:04:49','','0','4','2024-09-06 13:04:49','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725617073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1527,'mpesa','Mpesa','','2024-09-06 13:12:37','','0','4','2024-09-06 13:12:37','','030','80','1','retail','0','80','1','0','0','0','0','50','0','printed',' ','','2','0','41725617199','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1528,'','Creditnote','','2024-09-06 13:22:46','','0','4','2024-09-06 13:22:46','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725617578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1529,'mjh','Mpesa','','2024-09-06 14:09:54','','0','4','2024-09-06 14:09:54','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725619650','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1530,'bhg','Mpesa','','2024-09-06 14:11:48','','0','4','2024-09-06 14:11:48','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725621006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1531,'','Cash','','2024-09-06 15:40:28','','0','6','2024-09-06 15:40:28','25','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61725625700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1532,'mpesa','Mpesa','','2024-09-06 15:47:08','','0','6','2024-09-06 15:47:08','','0','870','1','retail','0','870','1','0','0','0','0','870','0','printed',' ','','1','0','61725626436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1533,'','Creditnote','','2024-09-06 15:48:06','','0','6','2024-09-06 15:48:06','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725626878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1534,'','Cash','','2024-09-06 16:06:12','','0','6','2024-09-06 16:06:12','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61725627963','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1535,'','Invoice','','2024-09-06 16:13:00','','0','6','2024-09-06 16:13:00','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725627977','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1536,'','Cash','','2024-09-06 16:27:34','','0','6','2024-09-06 16:27:34','','60','290','1','retail','0','290','1','0','0','0','0','230','0','printed',' ','','1','0','61725629186','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1537,'','Invoice','','2024-09-06 16:31:23','','0','6','2024-09-06 16:31:23','25','30','60','1','retail','0','60','1','0','0','0','0','30','0','printed',' ','','11','0','61725629453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1538,'','Cash','','2024-09-06 16:46:44','','0','6','2024-09-06 16:46:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725630392','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1539,'mpesa','Mpesa','','2024-09-06 16:52:09','','0','6','2024-09-06 16:52:09','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725630717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1540,'','Creditnote','','2024-09-06 16:52:39','','0','6','2024-09-06 16:52:39','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725630744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1541,'mpesa','Mpesa','','2024-09-06 16:53:58','','0','6','2024-09-06 16:53:58','25','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','5','0','61725630791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1542,'','Invoice','','2024-09-06 17:06:22','','0','6','2024-09-06 17:06:22','25','60','80','1','retail','0','80','1','0','0','0','0','20','0','printed',' ','','1','0','61725630853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1543,'','Invoice','','2024-09-06 17:15:11','','0','6','2024-09-06 17:15:11','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61725632102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1544,'fg','Mpesa','','2024-09-06 17:21:25','','0','6','2024-09-06 17:21:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725632477','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1545,'mpesa','Mpesa','','2024-09-06 17:27:51','','0','6','2024-09-06 17:27:51','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725632494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1546,'mpesa','Mpesa','','2024-09-06 17:33:30','','0','6','2024-09-06 17:33:30','25','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61725632899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1547,'','Cash','','2024-09-06 17:38:44','','0','6','2024-09-06 17:38:44','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725633221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1548,'bhg','Mpesa','','2024-09-06 17:44:11','','0','6','2024-09-06 17:44:11','','30','40','1','retail','0','40','1','0','0','0','0','10','0','printed',' ','','2','0','61725633529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1549,'mpesa','Mpesa','','2024-09-06 17:48:41','','0','6','2024-09-06 17:48:41','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','5','0','61725633872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1550,'mpesa','Mpesa','','2024-09-06 17:55:24','','0','6','2024-09-06 17:55:24','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725634514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1551,'mpesa','Mpesa','','2024-09-06 17:59:57','','0','6','2024-09-06 17:59:57','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725634701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1552,'mjh','Mpesa','','2024-09-06 18:08:25','','0','6','2024-09-06 18:08:25','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','61725634987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1553,'','Cash','','2024-09-06 18:16:48','','0','6','2024-09-06 18:16:48','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725635731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1554,'','Cash','','2024-09-06 18:23:39','','0','6','2024-09-06 18:23:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','61725635811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1555,'mjh','Mpesa','','2024-09-06 18:28:53','','0','6','2024-09-06 18:28:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725636223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1556,'','Cash','','2024-09-06 18:34:07','','0','6','2024-09-06 18:34:07','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725636540','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1557,'mjh','Mpesa','','2024-09-06 18:43:52','','0','6','2024-09-06 18:43:52','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61725636851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1558,'','Creditnote','','2024-09-06 18:52:03','','0','6','2024-09-06 18:52:03','33 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725637915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1559,'','Cash','','2024-09-06 19:00:51','','0','6','2024-09-06 19:00:51','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725637969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1560,'','Creditnote','','2024-09-06 19:01:29','','0','6','2024-09-06 19:01:29','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725638483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1561,'','Invoice','','2024-09-06 19:03:46','','0','6','2024-09-06 19:03:46','25','40','80','1','retail','0','80','1','0','0','0','0','40','0','printed',' ','','2','0','61725638606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1562,'mpesa','Mpesa','','2024-09-06 19:08:19','','0','6','2024-09-06 19:08:19','25','340','470','1','retail','0','470','1','0','0','0','0','130','0','printed',' ','','2','0','61725638838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1563,'mpesa','Mpesa','','2024-09-06 19:09:51','','0','6','2024-09-06 19:09:51','26','080','240','1','retail','0','240','1','0','0','0','0','160','0','printed',' ','','1','0','61725638930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1564,'mjh','Mpesa','','2024-09-06 19:23:59','','0','6','2024-09-06 19:23:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725639015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1565,'','Cash','','2024-09-06 19:31:51','','0','6','2024-09-06 19:31:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725640123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1566,'bhg','Mpesa','','2024-09-06 19:35:46','','0','6','2024-09-06 19:35:46','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725640314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1567,'','Cash','','2024-09-06 19:36:22','','0','6','2024-09-06 19:36:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725640554','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1568,'mjh','Mpesa','','2024-09-06 19:38:55','','0','6','2024-09-06 19:38:55','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','2','0','61725640589','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1569,'bhg','Mpesa','','2024-09-06 19:41:16','','0','6','2024-09-06 19:41:16','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725640748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1570,'bhg','Mpesa','','2024-09-06 19:52:02','','0','6','2024-09-06 19:52:02','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725640884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1571,'bhg','Mpesa','','2024-09-06 19:59:13','','0','6','2024-09-06 19:59:13','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725641532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1572,'mjh','Mpesa','','2024-09-06 20:30:55','','0','6','2024-09-06 20:30:55','','60','100','1','retail','0','100','1','0','0','0','0','40','0','printed',' ','','11','0','61725643816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1573,'','Invoice','','2024-09-07 06:22:55','','0','4','2024-09-07 06:22:55','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725679363','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1574,'','Invoice','','2024-09-07 06:32:19','','0','4','2024-09-07 06:32:19','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41725679924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1575,'','Cash','','2024-09-07 06:37:48','','0','4','2024-09-07 06:37:48','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725679969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1576,'','Cash','','2024-09-07 06:45:21','','0','4','2024-09-07 06:45:21','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41725680272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1577,'','Invoice','','2024-09-07 06:55:19','','0','4','2024-09-07 06:55:19','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725680725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1578,'','Invoice','','2024-09-07 06:58:32','','0','4','2024-09-07 06:58:32','25','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','2','0','41725681501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1579,'','Invoice','','2024-09-07 07:22:32','','0','4','2024-09-07 07:22:32','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725682940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1580,'bhg','Mpesa','','2024-09-07 07:25:22','','0','4','2024-09-07 07:25:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725683114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1581,'','Invoice','','2024-09-07 07:34:31','','0','4','2024-09-07 07:34:31','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725683129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1582,'','Cash','','2024-09-07 07:36:00','','0','4','2024-09-07 07:36:00','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725683746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1583,'','Creditnote','','2024-09-07 07:36:39','','0','4','2024-09-07 07:36:39','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725683766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1584,'bhg','Mpesa','','2024-09-07 07:50:24','','0','4','2024-09-07 07:50:24','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725684614','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1585,'bhg','Mpesa','','2024-09-07 08:04:02','','0','4','2024-09-07 08:04:02','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725684638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1586,'bhg','Mpesa','','2024-09-07 08:04:27','','0','4','2024-09-07 08:04:27','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725685455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1587,'mjh','Mpesa','','2024-09-07 08:05:37','','0','4','2024-09-07 08:05:37','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725685478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1588,'bhg','Mpesa','','2024-09-07 08:08:38','','0','4','2024-09-07 08:08:38','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725685545','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1589,'','Creditnote','','2024-09-07 08:30:03','','0','4','2024-09-07 08:30:03','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725685727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1590,'','Invoice','','2024-09-07 08:32:54','','0','4','2024-09-07 08:32:54','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725687166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1591,'','Creditnote','','2024-09-07 08:33:51','','0','4','2024-09-07 08:33:51','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725687222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1592,'','Invoice','','2024-09-07 08:36:48','','0','4','2024-09-07 08:36:48','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725687290','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1593,'mjh','Mpesa','','2024-09-07 08:59:05','','0','4','2024-09-07 08:59:05','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','41725688734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1594,'fg','Mpesa','','2024-09-07 09:06:35','','0','4','2024-09-07 09:06:35','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','5','0','41725688751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1595,'','Invoice','','2024-09-07 09:08:45','','0','4','2024-09-07 09:08:45','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725689294','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1596,'','Invoice','','2024-09-07 09:12:54','','0','4','2024-09-07 09:12:54','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725689569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1597,'mjh','Mpesa','','2024-09-07 09:15:23','','0','4','2024-09-07 09:15:23','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725689711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1598,'','Invoice','','2024-09-07 09:23:23','','0','4','2024-09-07 09:23:23','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725690018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1599,'','Cash','','2024-09-07 09:43:27','','0','4','2024-09-07 09:43:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725691395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1600,'','Cash','','2024-09-07 09:44:55','','0','4','2024-09-07 09:44:55','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725691410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1601,'bhg','Mpesa','','2024-09-07 09:49:21','','0','4','2024-09-07 09:49:21','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725691499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1602,'bhg','Mpesa','','2024-09-07 09:53:31','','0','4','2024-09-07 09:53:31','','95','150','1','retail','0','150','1','0','0','0','0','55','0','printed',' ','','2','0','41725691774','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1603,'','Cash','','2024-09-07 10:33:22','','0','4','2024-09-07 10:33:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41725692032','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1604,'bhg','Mpesa','','2024-09-07 10:40:34','','0','4','2024-09-07 10:40:34','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725694405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1605,'','Invoice','','2024-09-07 14:26:59','','0','6','2024-09-07 14:26:59','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61725708261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1606,'mpesa','Mpesa','','2024-09-07 14:28:28','','0','6','2024-09-07 14:28:28','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','2','0','61725708449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1607,'mpesa','Mpesa','','2024-09-07 14:29:40','','0','6','2024-09-07 14:29:40','','400','600','1','retail','0','600','1','0','0','0','0','200','0','printed',' ','','6','0','61725708522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1608,'mpesa','Mpesa','','2024-09-07 14:32:36','','0','6','2024-09-07 14:32:36','','050','100','1','retail','0','100','1','0','0','0','0','50','0','printed',' ','','2','0','61725708645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1609,'mpesa','Mpesa','','2024-09-07 14:36:01','','0','6','2024-09-07 14:36:01','25','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61725708836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1610,'','Invoice','','2024-09-07 14:37:32','','0','6','2024-09-07 14:37:32','25','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','61725708970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1611,'mpesa','Mpesa','','2024-09-07 14:38:48','','0','6','2024-09-07 14:38:48','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725709092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1612,'mpesa','Mpesa','','2024-09-07 14:43:00','','0','6','2024-09-07 14:43:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','61725709162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1613,'','Invoice','','2024-09-07 14:45:23','','0','6','2024-09-07 14:45:23','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725709386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1614,'mpesa','Mpesa','','2024-09-07 14:46:40','','0','6','2024-09-07 14:46:40','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725709555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1615,'','Cash','','2024-09-07 14:47:38','','0','6','2024-09-07 14:47:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61725709649','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1616,'mpesa','Mpesa','','2024-09-07 14:48:58','','0','6','2024-09-07 14:48:58','','0','960','1','retail','0','960','1','0','0','0','0','960','0','printed',' ','','2','0','61725709703','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1617,'','Invoice','','2024-09-07 14:49:46','','0','6','2024-09-07 14:49:46','25','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','61725709765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1618,'mpesa','Mpesa','','2024-09-07 14:51:02','','0','6','2024-09-07 14:51:02','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61725709823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1619,'mpesa','Mpesa','','2024-09-07 14:53:42','','0','6','2024-09-07 14:53:42','','140','780','1','retail','0','780','1','0','0','0','0','640','0','printed',' ','','11','0','61725709868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1620,'','Creditnote','','2024-09-07 15:06:38','','0','6','2024-09-07 15:06:38','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725710788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1621,'','Cash','','2024-09-07 15:09:20','','0','6','2024-09-07 15:09:20','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61725710950','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1622,'vbg','Mpesa','','2024-09-07 15:29:14','','0','6','2024-09-07 15:29:14','','110','260','1','retail','0','260','1','0','0','0','0','150','0','printed',' ','','1','0','61725710966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1623,'mjh','Mpesa','','2024-09-07 15:48:14','','0','6','2024-09-07 15:48:14','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725712208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1624,'','Cash','','2024-09-07 16:00:03','','0','6','2024-09-07 16:00:03','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','0','61725713299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1625,'','Creditnote','','2024-09-07 16:13:22','','0','6','2024-09-07 16:13:22','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725714007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1626,'bhg','Mpesa','','2024-09-07 16:14:42','','0','6','2024-09-07 16:14:42','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61725714873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1627,'mpesa','Mpesa','','2024-09-07 16:52:21','','0','6','2024-09-07 16:52:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61725714891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1628,'mpesa','Mpesa','','2024-09-07 17:04:36','','0','6','2024-09-07 17:04:36','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725717148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1629,'mpesa','Mpesa','','2024-09-07 17:05:16','','0','6','2024-09-07 17:05:16','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725717898','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1630,'mpesa','Mpesa','','2024-09-07 17:09:28','','0','6','2024-09-07 17:09:28','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725717923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1631,'','Creditnote','','2024-09-07 17:24:42','','0','6','2024-09-07 17:24:42','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725718175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1632,'mpesa','Mpesa','','2024-09-07 17:33:39','','0','6','2024-09-07 17:33:39','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725719606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1633,'mjh','Mpesa','','2024-09-07 17:37:35','','0','6','2024-09-07 17:37:35','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725719642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1634,'','Cash','','2024-09-07 17:49:36','','0','6','2024-09-07 17:49:36','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','61725719864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1635,'','Invoice','','2024-09-07 17:55:18','','0','6','2024-09-07 17:55:18','25','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','11','0','61725720842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1636,'bhg','Mpesa','','2024-09-07 17:56:19','','0','6','2024-09-07 17:56:19','','0','0','1','retail','0','0','1','0','0','0','0','0','0','printed',' ','','2','0','61725720967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1637,'bhg','Mpesa','','2024-09-07 17:59:13','','0','6','2024-09-07 17:59:13','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725721007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1638,'bhg','Mpesa','','2024-09-07 18:15:55','','0','6','2024-09-07 18:15:55','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725721162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1639,'','Invoice','','2024-09-07 18:18:02','','0','6','2024-09-07 18:18:02','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725722162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1640,'','Cash','','2024-09-07 18:21:32','','0','6','2024-09-07 18:21:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61725722459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1641,'bhg','Mpesa','','2024-09-07 18:24:29','','0','6','2024-09-07 18:24:29','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61725722495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1642,'','Cash','','2024-09-07 18:28:20','','0','6','2024-09-07 18:28:20','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61725722678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1643,'','Cash','','2024-09-07 18:39:31','','0','6','2024-09-07 18:39:31','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725722909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1644,'mjh','Mpesa','','2024-09-07 18:46:45','','0','6','2024-09-07 18:46:45','','120','280','1','retail','0','280','1','0','0','0','0','160','0','printed',' ','','2','0','61725723575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1645,'bhg','Mpesa','','2024-09-07 18:52:14','','0','6','2024-09-07 18:52:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61725724319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1646,'fg','Mpesa','','2024-09-07 18:53:09','','0','6','2024-09-07 18:53:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','61725724366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1647,'','Cash','','2024-09-07 18:54:15','','0','6','2024-09-07 18:54:15','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725724399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1648,'bhg','Mpesa','','2024-09-07 18:56:03','','0','6','2024-09-07 18:56:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61725724473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1649,'bhg','Mpesa','','2024-09-07 19:03:12','','0','6','2024-09-07 19:03:12','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725724570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1650,'mjh','Mpesa','','2024-09-07 19:03:56','','0','6','2024-09-07 19:03:56','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725724999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1651,'','Creditnote','','2024-09-07 19:17:31','','0','6','2024-09-07 19:17:31','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725725828','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1652,'mjh','Mpesa','','2024-09-07 19:20:21','','0','6','2024-09-07 19:20:21','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725725984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1653,'','Cash','','2024-09-07 19:26:55','','0','6','2024-09-07 19:26:55','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61725726398','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1654,'mjh','Mpesa','','2024-09-07 19:43:47','','0','4','2024-09-07 19:43:47','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725727413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1655,'mjh','Mpesa','','2024-09-07 19:45:59','','0','4','2024-09-07 19:45:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725727433','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1656,'bhg','Mpesa','','2024-09-07 19:56:11','','0','4','2024-09-07 19:56:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725728158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1657,'bhg','Mpesa','','2024-09-07 20:09:59','','0','4','2024-09-07 20:09:59','','40','135','1','retail','0','135','1','0','0','0','0','95','0','printed',' ','','11','0','41725728959','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1658,'','Invoice','','2024-09-08 06:25:55','','0','6','2024-09-08 06:25:55','25','190','400','1','retail','0','400','1','0','0','0','0','210','0','printed',' ','','2','0','61725765837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1659,'mpesa','Mpesa','','2024-09-08 06:26:56','','0','6','2024-09-08 06:26:56','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725766006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1660,'','Invoice','','2024-09-08 07:17:21','','0','6','2024-09-08 07:17:21','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725766025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1661,'','Invoice','','2024-09-08 07:19:21','','0','6','2024-09-08 07:19:21','25','0','1280','1','retail','0','1280','1','0','0','0','0','1280','0','printed',' ','','2','0','61725769151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1662,'mpesa','Mpesa','','2024-09-08 07:20:06','','0','6','2024-09-08 07:20:06','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61725769192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1663,'','Invoice','','2024-09-08 20:23:02','','0','6','2024-09-08 07:41:53','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','2','0','61725769217','No','6','2024-09-08 20:23:02','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1664,'','Creditnote','','2024-09-08 07:45:13','','0','6','2024-09-08 07:45:13','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725770698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1665,'mpesa','Mpesa','','2024-09-08 07:48:26','','0','6','2024-09-08 07:48:26','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725770899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1666,'mpesa','Mpesa','','2024-09-08 07:54:11','','0','6','2024-09-08 07:54:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725771025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1667,'','Creditnote','','2024-09-08 08:22:49','','0','6','2024-09-08 08:22:49','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61725771261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1668,'mpesa','Mpesa','','2024-09-08 08:24:28','','0','6','2024-09-08 08:24:28','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725773058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1669,'mpesa','Mpesa','','2024-09-08 08:25:44','','0','6','2024-09-08 08:25:44','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725773080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1670,'mpesa','Mpesa','','2024-09-08 08:27:25','','0','6','2024-09-08 08:27:25','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61725773156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1671,'','Creditnote','','2024-09-08 08:30:48','','0','6','2024-09-08 08:30:48','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725773255','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1672,'mpesa','Mpesa','','2024-09-08 08:57:59','','0','6','2024-09-08 08:57:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','2','0','61725775058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1673,'','Invoice','','2024-09-08 09:02:35','','0','6','2024-09-08 09:02:35','25','60','220','1','retail','0','220','1','0','0','0','0','160','0','printed',' ','','2','0','61725775087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1674,'','Cash','','2024-09-08 09:06:41','','0','6','2024-09-08 09:06:41','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725775594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1675,'mpesa','Mpesa','','2024-09-08 09:24:24','','0','6','2024-09-08 09:24:24','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','2','0','61725775606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1676,'mpesa','Mpesa','','2024-09-08 09:29:49','','0','6','2024-09-08 09:29:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725776671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1677,'mpesa','Mpesa','','2024-09-08 09:42:38','','0','6','2024-09-08 09:42:38','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725776995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1678,'','Cash','','2024-09-08 09:57:59','','0','6','2024-09-08 09:57:59','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61725777776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1679,'','Invoice','','2024-09-08 09:58:25','','0','6','2024-09-08 09:58:25','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725778686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1680,'','Invoice','','2024-09-08 10:08:22','','0','6','2024-09-08 10:08:22','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725779287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1681,'mpesa','Mpesa','','2024-09-08 10:11:45','','0','6','2024-09-08 10:11:45','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725779495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1682,'','Invoice','','2024-09-08 10:15:13','','0','6','2024-09-08 10:15:13','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725779511','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1683,'mpesa','Mpesa','','2024-09-08 10:15:42','','0','6','2024-09-08 10:15:42','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725779732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1684,'mpesa','Mpesa','','2024-09-08 10:16:53','','0','6','2024-09-08 10:16:53','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725779769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1685,'mpesa','Mpesa','','2024-09-08 10:18:31','','0','6','2024-09-08 10:18:31','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725779854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1686,'mpesa','Mpesa','','2024-09-08 10:29:25','','0','6','2024-09-08 10:29:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61725779919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1687,'mpesa','Mpesa','','2024-09-08 10:39:35','','0','6','2024-09-08 10:39:35','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','61725780571','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1688,'','Cash','','2024-09-08 11:00:35','','0','6','2024-09-08 11:00:35','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61725781182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1689,'mpesa','Mpesa','','2024-09-08 11:33:45','','0','6','2024-09-08 11:33:45','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725782440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1690,'mpesa','Mpesa','','2024-09-08 11:52:51','','0','6','2024-09-08 11:52:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61725784430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1691,'mpesa','Mpesa','','2024-09-08 11:55:27','','0','6','2024-09-08 11:55:27','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725785577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1692,'','Invoice','','2024-09-08 12:06:13','','0','6','2024-09-08 12:06:13','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61725785734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1693,'mpesa','Mpesa','','2024-09-08 12:22:47','','0','6','2024-09-08 12:22:47','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725787348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1694,'mpesa','Mpesa','','2024-09-08 12:36:41','','0','6','2024-09-08 12:36:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725787377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1695,'mpesa','Mpesa','','2024-09-08 12:56:03','','0','6','2024-09-08 12:56:03','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725788207','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1696,'mpesa','Mpesa','','2024-09-08 13:29:24','','0','6','2024-09-08 13:29:24','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725791353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1697,'','Cash','','2024-09-08 13:54:55','','0','6','2024-09-08 13:54:55','34','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725791371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1698,'mpesa','Mpesa','','2024-09-08 14:01:10','','0','6','2024-09-08 14:01:10','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','61725792903','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1699,'mpesa','Mpesa','','2024-09-08 15:11:34','','0','6','2024-09-08 15:11:34','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','61725793278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1700,'mpesa','Mpesa','','2024-09-08 15:24:10','','0','6','2024-09-08 15:24:10','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61725797502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1701,'mpesa','Mpesa','','2024-09-08 15:34:12','','0','6','2024-09-08 15:34:12','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725798257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1702,'mpesa','Mpesa','','2024-09-08 15:42:00','','0','6','2024-09-08 15:42:00','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61725798860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1703,'','Cash','','2024-09-08 16:13:32','','0','6','2024-09-08 16:13:32','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','61725799326','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1704,'mpesa','Mpesa','','2024-09-08 16:46:07','','0','6','2024-09-08 16:46:07','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725801218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1705,'mpesa','Mpesa','','2024-09-08 17:00:54','','0','6','2024-09-08 17:00:54','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61725803172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1706,'mpesa','Mpesa','','2024-09-08 17:13:37','','0','6','2024-09-08 17:13:37','','0','690','1','retail','0','690','1','0','0','0','0','690','0','printed',' ','','2','0','61725804060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1707,'','Creditnote','','2024-09-08 17:21:05','','0','6','2024-09-08 17:21:05','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61725804825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1708,'','Creditnote','','2024-09-08 17:23:39','','0','6','2024-09-08 17:23:39','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61725805400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1709,'mpesa','Mpesa','','2024-09-08 17:25:19','','0','6','2024-09-08 17:25:19','','20','100','1','retail','0','100','1','0','0','0','0','80','0','printed',' ','','7','0','61725805501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1710,'mpesa','Mpesa','','2024-09-08 17:44:42','','0','6','2024-09-08 17:44:42','25','0','820','1','retail','0','820','1','0','0','0','0','820','0','printed',' ','','11','0','61725806436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1711,'mpesa','Mpesa','','2024-09-08 17:47:33','','0','6','2024-09-08 17:47:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725806711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1712,'mpesa','Mpesa','','2024-09-08 18:01:35','','0','6','2024-09-08 18:01:35','','050','100','1','retail','0','100','1','0','0','0','0','50','0','printed',' ','','2','0','61725807681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1713,'','Invoice','','2024-09-08 18:04:56','','0','6','2024-09-08 18:04:56','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725807880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1714,'','Creditnote','','2024-09-08 18:23:20','','0','6','2024-09-08 18:23:20','28 ','0','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','150','61725808396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1715,'mpesa','Mpesa','','2024-09-08 18:41:30','','0','6','2024-09-08 18:41:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725809098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1716,'mpesa','Mpesa','','2024-09-08 18:45:22','','0','6','2024-09-08 18:45:22','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725810310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1717,'mpesa','Mpesa','','2024-09-08 18:45:44','','0','6','2024-09-08 18:45:44','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725810328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1718,'mpesa','Mpesa','','2024-09-08 18:50:27','','0','6','2024-09-08 18:50:27','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','61725810356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1719,'mpesa','Mpesa','','2024-09-08 18:54:14','','0','6','2024-09-08 18:54:14','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61725810635','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1720,'mpesa','Mpesa','','2024-09-08 18:58:28','','0','6','2024-09-08 18:58:28','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61725810862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1721,'mpesa','Mpesa','','2024-09-08 18:58:58','','0','6','2024-09-08 18:58:58','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725811119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1722,'mpesa','Mpesa','','2024-09-08 19:02:39','','0','6','2024-09-08 19:02:39','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61725811295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1723,'mpesa','Mpesa','','2024-09-08 19:10:26','','0','6','2024-09-08 19:10:26','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725811694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1724,'mpesa','Mpesa','','2024-09-08 19:25:10','','0','6','2024-09-08 19:25:10','','90','675','1','retail','0','675','1','0','0','0','0','585','0','printed',' ','','11','0','61725811832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1725,'mpesa','Mpesa','','2024-09-08 19:27:24','','0','6','2024-09-08 19:27:24','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61725812816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1726,'mpesa','Mpesa','','2024-09-08 19:34:31','','0','6','2024-09-08 19:34:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61725813261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1727,'mpesa','Mpesa','','2024-09-08 19:41:33','','0','6','2024-09-08 19:41:33','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725813684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1728,'mpesa','Mpesa','','2024-09-08 19:43:23','','0','6','2024-09-08 19:43:23','','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','61725813792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1729,'mpesa','Mpesa','','2024-09-08 19:46:04','','0','6','2024-09-08 19:46:04','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61725813949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1730,'mpesa','Mpesa','','2024-09-08 19:49:37','','0','6','2024-09-08 19:49:37','','080','180','1','retail','0','180','1','0','0','0','0','100','0','printed',' ','','2','0','61725814133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1731,'','Cash','','2024-09-08 19:52:42','','0','6','2024-09-08 19:52:42','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61725814195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1732,'mpesa','Mpesa','','2024-09-08 20:19:26','','0','6','2024-09-08 20:19:26','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61725815956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1733,'mpesa','Mpesa','','2024-09-08 20:26:08','','0','6','2024-09-08 20:26:08','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61725816358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1734,'','Creditnote','','2024-09-08 20:30:36','','0','6','2024-09-08 20:30:36','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61725816624','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1735,'','Creditnote','','2024-09-08 20:43:31','','0','6','2024-09-08 20:43:31','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61725817399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1736,'','Cash','','2024-09-08 21:01:14','','0','6','2024-09-08 21:01:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61725818457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1737,'','Cash','','2024-09-08 21:03:08','','0','6','2024-09-08 21:03:08','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61725818484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1738,'mpesa','Mpesa','','2024-09-08 21:06:05','','0','6','2024-09-08 21:06:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61725818595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1739,'mpesa','Mpesa','','2024-09-08 21:06:54','','0','6','2024-09-08 21:06:54','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','7','0','61725818786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1740,'mpesa','Mpesa','','2024-09-09 06:12:24','','0','4','2024-09-09 06:12:24','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725851377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1741,'','Invoice','','2024-09-09 06:14:18','','0','4','2024-09-09 06:14:18','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725851550','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1742,'','Invoice','','2024-09-09 06:17:20','','0','4','2024-09-09 06:17:20','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725851829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1743,'','Invoice','','2024-09-09 06:19:51','','0','4','2024-09-09 06:19:51','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41725851876','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1744,'bhg','Mpesa','','2024-09-09 07:00:48','','0','4','2024-09-09 07:00:48','','20','40','1','retail','0','40','1','0','0','0','0','20','0','printed',' ','','2','0','41725854428','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1745,'bhg','Mpesa','','2024-09-09 07:01:50','','0','4','2024-09-09 07:01:50','','90','150','1','retail','0','150','1','0','0','0','0','60','0','printed',' ','','2','0','41725854463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1746,'mjh','Mpesa','','2024-09-09 07:08:20','','0','4','2024-09-09 07:08:20','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','2','0','41725854542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1747,'','Invoice','','2024-09-09 07:16:53','','0','4','2024-09-09 07:16:53','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725854911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1748,'','Cash','','2024-09-09 07:23:52','','0','4','2024-09-09 07:23:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725855825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1749,'','Invoice','','2024-09-09 07:27:20','','0','4','2024-09-09 07:27:20','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725855835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1750,'mjh','Mpesa','','2024-09-09 07:34:24','','0','4','2024-09-09 07:34:24','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725856458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1751,'','Creditnote','','2024-09-09 07:52:41','','0','4','2024-09-09 07:52:41','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725856471','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1752,'','Creditnote','','2024-09-09 07:54:37','','0','4','2024-09-09 07:54:37','36 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','60','41725857668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1753,'','Cash','','2024-09-09 07:55:56','','0','4','2024-09-09 07:55:56','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725857747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1754,'','Cash','','2024-09-09 08:18:10','','0','4','2024-09-09 08:18:10','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725857759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1755,'','Invoice','','2024-09-09 08:29:29','','0','4','2024-09-09 08:29:29','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725859096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1756,'','Cash','','2024-09-09 08:31:06','','0','4','2024-09-09 08:31:06','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725859854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1757,'','Creditnote','','2024-09-09 08:31:54','','0','4','2024-09-09 08:31:54','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725859869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1758,'','Cash','','2024-09-09 08:37:16','','0','4','2024-09-09 08:37:16','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','41725860208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1759,'mjh','Mpesa','','2024-09-09 08:51:28','','0','4','2024-09-09 08:51:28','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725860238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1760,'','Cash','','2024-09-09 09:03:55','','0','4','2024-09-09 09:03:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41725861094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1761,'bhg','Mpesa','','2024-09-09 09:04:17','','0','4','2024-09-09 09:04:17','','100','160','1','retail','0','160','1','0','0','0','0','60','0','printed',' ','','2','0','41725861842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1762,'','Creditnote','','2024-09-09 09:10:46','','0','4','2024-09-09 09:10:46','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725862237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1763,'','Invoice','','2024-09-09 09:15:08','','0','4','2024-09-09 09:15:08','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725862500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1764,'mjh','Mpesa','','2024-09-09 09:17:55','','0','4','2024-09-09 09:17:55','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725862665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1765,'bhg','Mpesa','','2024-09-09 09:32:54','','0','4','2024-09-09 09:32:54','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725862685','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1766,'','Invoice','','2024-09-09 09:46:13','','0','4','2024-09-09 09:46:13','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725863580','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1767,'','Cash','','2024-09-09 09:51:16','','0','4','2024-09-09 09:51:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725864668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1768,'','Cash','','2024-09-09 09:54:34','','0','4','2024-09-09 09:54:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725864679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1769,'bhg','Mpesa','','2024-09-09 10:01:23','','0','4','2024-09-09 10:01:23','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725864876','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1770,'','Cash','','2024-09-09 10:02:47','','0','4','2024-09-09 10:02:47','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41725865294','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1771,'mjh','Mpesa','','2024-09-09 10:11:56','','0','4','2024-09-09 10:11:56','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725865377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1772,'','Cash','','2024-09-09 10:25:22','','0','4','2024-09-09 10:25:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41725865922','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1773,'mjh','Mpesa','','2024-09-09 10:25:53','','0','4','2024-09-09 10:25:53','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725866726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1774,'fg','Mpesa','','2024-09-09 10:33:38','','0','4','2024-09-09 10:33:38','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725867183','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1775,'mjh','Mpesa','','2024-09-09 10:44:30','','0','4','2024-09-09 10:44:30','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725867224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1776,'mjh','Mpesa','','2024-09-09 10:52:47','','0','4','2024-09-09 10:52:47','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725867876','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1777,'','Invoice','','2024-09-09 11:22:00','','0','4','2024-09-09 11:22:00','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725868377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1778,'','Cash','','2024-09-09 11:32:57','','0','4','2024-09-09 11:32:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725870771','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1779,'','Cash','','2024-09-09 11:46:36','','0','4','2024-09-09 11:46:36','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725870780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1780,'','Cash','','2024-09-09 11:51:41','','0','4','2024-09-09 11:51:41','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725871620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1781,'','Invoice','','2024-09-09 12:33:38','','0','4','2024-09-09 12:33:38','25','200','300','1','retail','0','300','1','0','0','0','0','100','0','printed',' ','','6','0','41725871904','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1782,'mjh','Mpesa','','2024-09-09 14:58:10','','0','4','2024-09-09 14:58:10','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725883074','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1783,'','Creditnote','','2024-09-09 15:09:04','','0','4','2024-09-09 15:09:04','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725883724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1784,'','Cash','','2024-09-09 15:17:03','','0','4','2024-09-09 15:17:03','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725883765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1785,'','Invoice','','2024-09-09 15:33:32','','0','4','2024-09-09 15:33:32','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41725884226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1786,'mjh','Mpesa','','2024-09-09 15:42:37','','0','4','2024-09-09 15:42:37','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725885746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1787,'mjh','Mpesa','','2024-09-09 15:43:56','','0','4','2024-09-09 15:43:56','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41725885764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1788,'','Cash','','2024-09-09 15:46:58','','0','4','2024-09-09 15:46:58','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','2','0','41725885846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1789,'','Cash','','2024-09-09 15:52:00','','0','4','2024-09-09 15:52:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41725886309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1790,'bhg','Mpesa','','2024-09-09 16:11:56','','0','4','2024-09-09 16:11:56','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725886503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1791,'','Invoice','','2024-09-09 16:13:11','','0','4','2024-09-09 16:13:11','25','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41725887523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1792,'mjh','Mpesa','','2024-09-09 16:18:07','','0','4','2024-09-09 16:18:07','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725887879','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1793,'bhg','Mpesa','','2024-09-09 16:26:33','','0','4','2024-09-09 16:26:33','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725888277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1794,'mjh','Mpesa','','2024-09-09 16:29:26','','0','4','2024-09-09 16:29:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725888399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1795,'bhg','Mpesa','','2024-09-09 16:40:22','','0','4','2024-09-09 16:40:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725889214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1796,'','Cash','','2024-09-09 17:15:49','','0','4','2024-09-09 17:15:49','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41725891338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1797,'mjh','Mpesa','','2024-09-09 17:17:23','','0','4','2024-09-09 17:17:23','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725891355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1798,'mpesa','Mpesa','','2024-09-09 17:24:46','','0','4','2024-09-09 17:24:46','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41725891819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1799,'bhg','Mpesa','','2024-09-09 17:34:40','','0','4','2024-09-09 17:34:40','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','2','0','41725891891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1800,'','Creditnote','','2024-09-09 17:41:10','','0','4','2024-09-09 17:41:10','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725892846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1801,'mjh','Mpesa','','2024-09-09 17:48:51','','0','4','2024-09-09 17:48:51','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','41725893292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1802,'mjh','Mpesa','','2024-09-09 17:55:47','','0','4','2024-09-09 17:55:47','','110','160','1','retail','0','160','1','0','0','0','0','50','0','printed',' ','','2','0','41725893436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1803,'mjh','Mpesa','','2024-09-09 18:10:25','','0','4','2024-09-09 18:10:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41725893847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1804,'','Creditnote','','2024-09-09 18:12:35','','0','4','2024-09-09 18:12:35','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41725894630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1805,'mjh','Mpesa','','2024-09-09 18:19:56','','0','4','2024-09-09 18:19:56','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725895189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1806,'fg','Mpesa','','2024-09-09 18:23:55','','0','4','2024-09-09 18:23:55','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','2','0','41725895205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1807,'','Cash','','2024-09-09 18:34:54','','0','4','2024-09-09 18:34:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725895687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1808,'','Cash','','2024-09-09 18:35:55','','0','4','2024-09-09 18:35:55','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','41725896098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1809,'bhg','Mpesa','','2024-09-09 18:38:47','','0','4','2024-09-09 18:38:47','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725896159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1810,'','Cash','','2024-09-09 18:45:46','','0','4','2024-09-09 18:45:46','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725896605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1811,'','Cash','','2024-09-09 18:52:06','','0','4','2024-09-09 18:52:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','7','0','41725896749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1812,'mjh','Mpesa','','2024-09-09 18:53:10','','0','4','2024-09-09 18:53:10','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725897129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1813,'','Cash','','2024-09-09 18:55:57','','0','4','2024-09-09 18:55:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','7','0','41725897200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1814,'mjh','Mpesa','','2024-09-09 18:56:23','','0','4','2024-09-09 18:56:23','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725897373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1815,'mjh','Mpesa','','2024-09-09 18:58:12','','0','4','2024-09-09 18:58:12','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725897389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1816,'mjh','Mpesa','','2024-09-09 19:11:11','','0','4','2024-09-09 19:11:11','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725897500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1817,'','Creditnote','','2024-09-09 19:14:31','','0','4','2024-09-09 19:14:31','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41725898459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1818,'','Cash','','2024-09-09 19:23:33','','0','4','2024-09-09 19:23:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725899004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1819,'','Cash','','2024-09-09 19:34:40','','0','4','2024-09-09 19:34:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','41725899015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1820,'','Cash','','2024-09-09 19:40:57','','0','4','2024-09-09 19:40:57','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','11','0','41725899684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1821,'mjh','Mpesa','','2024-09-09 19:41:13','','0','4','2024-09-09 19:41:13','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725900064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1822,'','Cash','','2024-09-09 19:42:39','','0','4','2024-09-09 19:42:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725900112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1823,'fg','Mpesa','','2024-09-09 19:53:56','','0','4','2024-09-09 19:53:56','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41725900816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1824,'mjh','Mpesa','','2024-09-09 19:58:32','','0','4','2024-09-09 19:58:32','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725901104','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1825,'bhg','Mpesa','','2024-09-09 20:01:41','','0','4','2024-09-09 20:01:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725901121','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1826,'mjh','Mpesa','','2024-09-09 20:07:52','','0','4','2024-09-09 20:07:52','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725901307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1827,'bhg','Mpesa','','2024-09-09 20:10:39','','0','4','2024-09-09 20:10:39','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725901793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1828,'mjh','Mpesa','','2024-09-09 20:15:20','','0','4','2024-09-09 20:15:20','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725902114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1829,'','Cash','','2024-09-09 20:17:37','','0','4','2024-09-09 20:17:37','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41725902125','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1830,'bhg','Mpesa','','2024-09-09 20:22:44','','0','4','2024-09-09 20:22:44','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725902265','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1831,'mjh','Mpesa','','2024-09-10 06:13:47','','0','4','2024-09-10 06:13:47','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41725937732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1832,'','Invoice','','2024-09-10 06:18:07','','0','4','2024-09-10 06:18:07','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725938033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1833,'mjh','Mpesa','','2024-09-10 06:18:47','','0','4','2024-09-10 06:18:47','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725938314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1834,'mjh','Mpesa','','2024-09-10 06:19:52','','0','4','2024-09-10 06:19:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725938337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1835,'','Cash','','2024-09-10 06:24:30','','0','4','2024-09-10 06:24:30','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725938640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1836,'mpesa','Mpesa','','2024-09-10 06:38:21','','0','4','2024-09-10 06:38:21','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41725938675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1837,'','Invoice','','2024-09-10 06:42:11','','0','4','2024-09-10 06:42:11','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41725939506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1838,'','Invoice','','2024-09-10 06:45:47','','0','4','2024-09-10 06:45:47','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725939938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1839,'','Invoice','','2024-09-10 07:31:45','','0','4','2024-09-10 07:31:45','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41725942692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1840,'bnh','Mpesa','','2024-09-10 07:37:40','','0','4','2024-09-10 07:37:40','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41725943049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1841,'','Cash','','2024-09-10 07:40:29','','0','4','2024-09-10 07:40:29','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725943217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1842,'','Creditnote','','2024-09-10 07:46:15','','0','4','2024-09-10 07:46:15','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725943232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1843,'mjh','Mpesa','','2024-09-10 07:53:24','','0','4','2024-09-10 07:53:24','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725943988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1844,'','Creditnote','','2024-09-10 07:59:04','','0','4','2024-09-10 07:59:04','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725944009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1845,'bhg','Mpesa','','2024-09-10 08:19:41','','0','4','2024-09-10 08:19:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725945570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1846,'','Cash','','2024-09-10 08:23:12','','0','4','2024-09-10 08:23:12','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41725945587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1847,'fg','Mpesa','','2024-09-10 08:24:46','','0','4','2024-09-10 08:24:46','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725945818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1848,'','Invoice','','2024-09-10 08:27:16','','0','4','2024-09-10 08:27:16','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725945892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1849,'','Invoice','','2024-09-10 08:27:37','','0','4','2024-09-10 08:27:37','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41725946048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1850,'','Cash','','2024-09-10 08:52:52','','0','4','2024-09-10 08:52:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725947562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1851,'','Invoice','','2024-09-10 08:58:46','','0','4','2024-09-10 08:58:46','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725947912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1852,'','Invoice','','2024-09-10 09:05:19','','0','4','2024-09-10 09:05:19','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725948313','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1853,'','Invoice','','2024-09-10 09:49:10','','0','4','2024-09-10 09:49:10','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725950943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1854,'mjh','Mpesa','','2024-09-10 10:07:36','','0','4','2024-09-10 10:07:36','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725952047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1855,'fg','Mpesa','','2024-09-10 10:09:24','','0','4','2024-09-10 10:09:24','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725952065','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1856,'bhg','Mpesa','','2024-09-10 10:29:54','','0','4','2024-09-10 10:29:54','','050','180','1','retail','0','180','1','0','0','0','0','130','0','printed',' ','','2','0','41725953371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1857,'mjh','Mpesa','','2024-09-10 11:08:40','','0','4','2024-09-10 11:08:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41725955195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1858,'','Invoice','','2024-09-10 11:11:28','','0','4','2024-09-10 11:11:28','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725955726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1859,'','Cash','','2024-09-10 11:20:53','','0','4','2024-09-10 11:20:53','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725956443','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1860,'bhg','Mpesa','','2024-09-10 11:32:58','','0','4','2024-09-10 11:32:58','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41725956633','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1861,'bhg','Mpesa','','2024-09-10 11:47:50','','0','4','2024-09-10 11:47:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725957184','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1862,'bhg','Mpesa','','2024-09-10 11:51:59','','0','4','2024-09-10 11:51:59','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41725958078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1863,'bhg','Mpesa','','2024-09-10 12:13:36','','0','4','2024-09-10 12:13:36','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725958415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1864,'','Creditnote','','2024-09-10 12:34:01','','0','4','2024-09-10 12:34:01','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725960559','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1865,'mpesa','Mpesa','','2024-09-10 13:11:13','','0','4','2024-09-10 13:11:13','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41725963062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1866,'mpesa','Mpesa','','2024-09-10 14:03:24','','0','4','2024-09-10 14:03:24','','050','190','1','retail','0','190','1','0','0','0','0','0140','0','printed',' ','','11','0','41725963090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1867,'','Invoice','','2024-09-10 14:07:14','','0','4','2024-09-10 14:07:14','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41725966232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1868,'mpesa','Mpesa','','2024-09-10 14:17:09','','0','4','2024-09-10 14:17:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41725966957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1869,'','Invoice','','2024-09-10 14:36:59','','0','4','2024-09-10 14:36:59','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','6','0','41725967040','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1870,'fg','Mpesa','','2024-09-10 14:52:19','','0','4','2024-09-10 14:52:19','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','6','0','41725969098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1871,'','Creditnote','','2024-09-10 15:08:32','','0','4','2024-09-10 15:08:32','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41725970049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1872,'mjh','Mpesa','','2024-09-10 15:23:10','','0','4','2024-09-10 15:23:10','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','11','0','41725970928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1873,'bhg','Mpesa','','2024-09-10 15:34:43','','0','4','2024-09-10 15:34:43','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725970996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1874,'','Cash','','2024-09-10 15:37:35','','0','4','2024-09-10 15:37:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725971689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1875,'fg','Mpesa','','2024-09-10 16:08:11','','0','4','2024-09-10 16:08:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725971954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1876,'mpesa','Mpesa','','2024-09-10 16:16:41','','0','4','2024-09-10 16:16:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725973699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1877,'mpesa','Mpesa','','2024-09-10 16:21:34','','0','4','2024-09-10 16:21:34','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725974208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1878,'','Invoice','','2024-09-10 16:25:39','','0','4','2024-09-10 16:25:39','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41725974536','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1879,'','Cash','','2024-09-10 16:38:02','','0','4','2024-09-10 16:38:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41725975476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1880,'bhg','Mpesa','','2024-09-10 16:45:05','','0','4','2024-09-10 16:45:05','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725975488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1881,'fg','Mpesa','','2024-09-10 16:46:12','','0','4','2024-09-10 16:46:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725975917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1882,'bhg','Mpesa','','2024-09-10 16:59:07','','0','4','2024-09-10 16:59:07','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41725976008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1883,'mjh','Mpesa','','2024-09-10 17:18:15','','0','4','2024-09-10 17:18:15','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725976753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1884,'fg','Mpesa','','2024-09-10 17:24:30','','0','4','2024-09-10 17:24:30','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','41725977952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1885,'','Creditnote','','2024-09-10 17:35:32','','0','4','2024-09-10 17:35:32','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41725978276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1886,'vf','Mpesa','','2024-09-10 17:38:41','','0','4','2024-09-10 17:38:41','','20','110','1','retail','0','110','1','0','0','0','0','90','0','printed',' ','','11','0','41725978988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1887,'','Cash','','2024-09-10 17:40:24','','0','4','2024-09-10 17:40:24','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41725979214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1888,'','Cash','','2024-09-10 17:47:16','','0','4','2024-09-10 17:47:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41725979227','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1889,'mpesa','Mpesa','','2024-09-10 17:58:33','','0','4','2024-09-10 17:58:33','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41725979639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1890,'mpesa','Mpesa','','2024-09-10 18:07:42','','0','4','2024-09-10 18:07:42','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725980324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1891,'mpesa','Mpesa','','2024-09-10 18:19:03','','0','4','2024-09-10 18:19:03','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41725980871','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1892,'mpesa','Mpesa','','2024-09-10 18:35:12','','0','4','2024-09-10 18:35:12','','0','385','1','retail','0','385','1','0','0','0','0','385','0','printed',' ','','1','0','41725981553','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1893,'mpesa','Mpesa','','2024-09-10 18:37:53','','0','4','2024-09-10 18:37:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','41725982665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1894,'','Creditnote','','2024-09-10 18:38:26','','0','4','2024-09-10 18:38:26','38 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41725982685','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1895,'mpesa','Mpesa','','2024-09-10 18:44:45','','0','4','2024-09-10 18:44:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725983079','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1896,'','Cash','','2024-09-10 18:51:16','','0','4','2024-09-10 18:51:16','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','41725983098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1897,'','Cash','','2024-09-10 18:55:43','','0','4','2024-09-10 18:55:43','','40','350','1','retail','0','350','1','0','0','0','0','310','0','printed',' ','','2','0','41725983481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1898,'','Cash','','2024-09-10 19:10:05','','0','4','2024-09-10 19:10:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41725984571','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1899,'mpesa','Mpesa','','2024-09-10 19:11:20','','0','4','2024-09-10 19:11:20','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41725984628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1900,'','Creditnote','','2024-09-10 19:22:16','','0','4','2024-09-10 19:22:16','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725985328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1901,'mjh','Mpesa','','2024-09-10 19:29:05','','0','4','2024-09-10 19:29:05','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725985355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1902,'fg','Mpesa','','2024-09-10 19:34:06','','0','4','2024-09-10 19:34:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41725985750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1903,'bhg','Mpesa','','2024-09-10 19:37:51','','0','4','2024-09-10 19:37:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725986051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1904,'','Cash','','2024-09-10 19:40:11','','0','4','2024-09-10 19:40:11','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41725986278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1905,'','Cash','','2024-09-10 19:44:11','','0','4','2024-09-10 19:44:11','','260','260','1','retail','0','260','1','0','0','0','0','0','0','printed',' ','','7','0','41725986414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1906,'bhg','Mpesa','','2024-09-10 19:45:43','','0','4','2024-09-10 19:45:43','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725986719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1907,'bhg','Mpesa','','2024-09-10 19:46:44','','0','4','2024-09-10 19:46:44','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41725986793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1908,'mjh','Mpesa','','2024-09-10 19:47:00','','0','4','2024-09-10 19:47:00','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725986811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1909,'','Cash','','2024-09-10 19:49:38','','0','4','2024-09-10 19:49:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41725986827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1910,'mjh','Mpesa','','2024-09-10 19:57:26','','0','4','2024-09-10 19:57:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','5','0','41725987438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1911,'','Cash','','2024-09-10 20:00:09','','0','4','2024-09-10 20:00:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41725987451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1912,'bhg','Mpesa','','2024-09-10 20:15:27','','0','4','2024-09-10 20:15:27','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725988445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1913,'mjh','Mpesa','','2024-09-10 20:21:17','','0','4','2024-09-10 20:21:17','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41725988868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1914,'','Creditnote','','2024-09-10 20:24:02','','0','4','2024-09-10 20:24:02','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41725989027','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1915,'','Creditnote','','2024-09-10 20:28:00','','0','4','2024-09-10 20:28:00','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41725989271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1916,'mjh','Mpesa','','2024-09-10 20:31:03','','0','4','2024-09-10 20:31:03','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41725989434','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1917,'mjh','Mpesa','','2024-09-10 20:34:14','','0','4','2024-09-10 20:34:14','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41725989484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1918,'mjh','Mpesa','','2024-09-11 06:10:35','','0','4','2024-09-11 06:10:35','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726024059','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1919,'','Invoice','','2024-09-11 06:11:37','','0','4','2024-09-11 06:11:37','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726024243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1920,'mjh','Mpesa','','2024-09-11 06:12:29','','0','4','2024-09-11 06:12:29','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','7','0','41726024309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1921,'','Invoice','','2024-09-11 06:25:37','','0','4','2024-09-11 06:25:37','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726024361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1922,'','Invoice','','2024-09-11 06:54:35','','0','4','2024-09-11 06:54:35','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726026865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1923,'mjh','Mpesa','','2024-09-11 07:38:50','','0','4','2024-09-11 07:38:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726027745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1924,'','Invoice','','2024-09-11 07:39:56','','0','4','2024-09-11 07:39:56','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41726029536','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1925,'mjh','Mpesa','','2024-09-11 07:53:40','','0','4','2024-09-11 07:53:40','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726030406','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1926,'','Invoice','','2024-09-11 07:56:46','','0','4','2024-09-11 07:56:46','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726030425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1927,'','Invoice','','2024-09-11 08:19:46','','0','4','2024-09-11 08:19:46','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726031973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1928,'','Invoice','','2024-09-11 08:21:30','','0','4','2024-09-11 08:21:30','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726032081','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1929,'','Creditnote','','2024-09-11 08:22:09','','0','4','2024-09-11 08:22:09','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726032118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1930,'bhg','Mpesa','','2024-09-11 08:43:52','','0','4','2024-09-11 08:43:52','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726033425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1931,'','Creditnote','','2024-09-11 08:48:31','','0','4','2024-09-11 08:48:31','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41726033443','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1932,'','Cash','','2024-09-11 08:48:57','','0','4','2024-09-11 08:48:57','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41726033728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1933,'','Cash','','2024-09-11 09:03:52','','0','4','2024-09-11 09:03:52','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','41726033749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1934,'','Invoice','','2024-09-11 09:08:25','','0','4','2024-09-11 09:08:25','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726034636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1935,'','Cash','','2024-09-11 09:29:13','','0','4','2024-09-11 09:29:13','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','2','0','41726035994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1936,'bhg','Mpesa','','2024-09-11 09:48:44','','0','4','2024-09-11 09:48:44','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726036157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1937,'mjh','Mpesa','','2024-09-11 10:18:04','','0','4','2024-09-11 10:18:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','41726037346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1938,'vbvc','Mpesa','','2024-09-11 10:18:28','','0','4','2024-09-11 10:18:28','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726039091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1939,'','Creditnote','','2024-09-11 10:24:31','','0','4','2024-09-11 10:24:31','36 ','0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','41726039122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1940,'','Cash','','2024-09-11 10:29:30','','0','4','2024-09-11 10:29:30','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','11','0','41726039748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1941,'mjh','Mpesa','','2024-09-11 10:32:54','','0','4','2024-09-11 10:32:54','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726039773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1942,'fg','Mpesa','','2024-09-11 10:49:31','','0','4','2024-09-11 10:49:31','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726039981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1943,'mkj','Mpesa','','2024-09-11 11:24:09','','0','4','2024-09-11 11:24:09','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726040977','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1944,'mjh','Mpesa','','2024-09-11 12:12:57','','0','4','2024-09-11 12:12:57','','040','100','1','retail','0','100','1','0','0','0','0','60','0','printed',' ','','11','0','41726043075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1945,'bhg','Mpesa','','2024-09-11 12:17:16','','0','4','2024-09-11 12:17:16','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41726045996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1946,'','Invoice','','2024-09-11 12:25:49','','0','4','2024-09-11 12:25:49','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726046242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1947,'bhg','Mpesa','','2024-09-11 12:31:43','','0','4','2024-09-11 12:31:43','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726046824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1948,'bhg','Mpesa','','2024-09-11 12:32:58','','0','4','2024-09-11 12:32:58','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726047117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1949,'','Cash','','2024-09-11 12:50:41','','0','4','2024-09-11 12:50:41','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726047193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1950,'mjh','Mpesa','','2024-09-11 13:25:33','','0','4','2024-09-11 13:25:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','41726048244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1951,'bhg','Mpesa','','2024-09-11 13:29:20','','0','4','2024-09-11 13:29:20','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41726050376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1952,'','Cash','','2024-09-11 13:41:56','','0','4','2024-09-11 13:41:56','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41726050574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1953,'','Creditnote','','2024-09-11 13:45:05','','0','4','2024-09-11 13:45:05','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726051327','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1954,'','Cash','','2024-09-11 14:07:48','','0','4','2024-09-11 14:07:48','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','1','0','41726052703','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1955,'mjh','Mpesa','','2024-09-11 14:12:50','','0','4','2024-09-11 14:12:50','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726053158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1956,'fg','Mpesa','','2024-09-11 14:37:43','','0','4','2024-09-11 14:37:43','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726053812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1957,'mpesa','Mpesa','','2024-09-11 14:51:34','','0','4','2024-09-11 14:51:34','','030','140','1','retail','0','140','1','0','0','0','0','110','0','printed',' ','','11','0','41726054669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1958,'','Invoice','','2024-09-11 14:54:54','','0','4','2024-09-11 14:54:54','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726055560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1959,'','Cash','','2024-09-11 14:55:28','','0','4','2024-09-11 14:55:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726055711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1960,'','Invoice','','2024-09-11 15:01:36','','0','4','2024-09-11 15:01:36','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726055731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1961,'mpesa','Mpesa','','2024-09-11 15:13:33','','0','4','2024-09-11 15:13:33','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726056798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1962,'','Invoice','','2024-09-11 15:17:26','','0','4','2024-09-11 15:17:26','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726056883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1963,'','Cash','','2024-09-11 15:37:55','','0','4','2024-09-11 15:37:55','25','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','2','0','41726058264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1964,'mpesa','Mpesa','','2024-09-11 15:45:06','','0','4','2024-09-11 15:45:06','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','41726058285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1965,'','Invoice','','2024-09-11 15:52:07','','0','4','2024-09-11 15:52:07','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726058713','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1966,'','Cash','','2024-09-11 16:23:19','','0','4','2024-09-11 16:23:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726060990','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1967,'','Creditnote','','2024-09-11 16:38:36','','0','4','2024-09-11 16:38:36','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41726061004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1968,'mpesa','Mpesa','','2024-09-11 16:39:16','','0','4','2024-09-11 16:39:16','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726061945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1969,'','Invoice','','2024-09-11 17:02:14','','0','4','2024-09-11 17:02:14','25','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','11','0','41726062117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1970,'','Invoice','','2024-09-11 17:20:19','','0','4','2024-09-11 17:20:19','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726064412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1971,'','Creditnote','','2024-09-11 17:21:32','','0','4','2024-09-11 17:21:32','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41726064482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1972,'mpesa','Mpesa','','2024-09-11 17:35:34','','0','4','2024-09-11 17:35:34','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','2','0','41726065269','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1973,'mpesa','Mpesa','','2024-09-11 17:41:25','','0','4','2024-09-11 17:41:25','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','41726065381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1974,'mpesa','Mpesa','','2024-09-11 18:15:29','','0','4','2024-09-11 18:15:29','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','2','0','41726067705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1975,'mpesa','Mpesa','','2024-09-11 18:18:40','','0','4','2024-09-11 18:18:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','7','0','41726067737','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1976,'mpesa','Mpesa','','2024-09-11 18:21:04','','0','4','2024-09-11 18:21:04','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726067930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1977,'mpesa','Mpesa','','2024-09-11 18:26:34','','0','4','2024-09-11 18:26:34','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41726068358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1978,'','Invoice','','2024-09-11 18:36:13','','0','4','2024-09-11 18:36:13','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41726068403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1979,'bhg','Mpesa','','2024-09-11 18:46:25','','0','4','2024-09-11 18:46:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41726069575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1980,'mpesa','Mpesa','','2024-09-11 18:49:46','','0','4','2024-09-11 18:49:46','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726069602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1981,'mpesa','Mpesa','','2024-09-11 18:54:18','','0','4','2024-09-11 18:54:18','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41726069823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1982,'mpesa','Mpesa','','2024-09-11 18:56:30','','0','4','2024-09-11 18:56:30','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726070070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1983,'mpesa','Mpesa','','2024-09-11 19:00:19','','0','4','2024-09-11 19:00:19','','020','130','1','retail','0','130','1','0','0','0','0','110','0','printed',' ','','2','0','41726070196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1984,'mpesa','Mpesa','','2024-09-11 19:05:13','','0','4','2024-09-11 19:05:13','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726070471','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1985,'','Invoice','','2024-09-11 19:13:31','','0','4','2024-09-11 19:13:31','25','40','200','1','retail','0','200','1','0','0','0','0','160','0','printed',' ','','2','0','41726070720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1986,'mpesa','Mpesa','','2024-09-11 19:15:30','','0','4','2024-09-11 19:15:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726071318','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1987,'bhg','Mpesa','','2024-09-11 19:19:48','','0','4','2024-09-11 19:19:48','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726071338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1988,'','Creditnote','','2024-09-11 19:34:44','','0','4','2024-09-11 19:34:44','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726072478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1989,'bhg','Mpesa','','2024-09-11 19:35:52','','0','4','2024-09-11 19:35:52','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726072538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1990,'mjh','Mpesa','','2024-09-11 19:42:26','','0','4','2024-09-11 19:42:26','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726072930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1991,'','Cash','','2024-09-11 19:53:53','','0','4','2024-09-11 19:53:53','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726073613','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1992,'mjh','Mpesa','','2024-09-11 19:56:25','','0','4','2024-09-11 19:56:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726073778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1993,'','Cash','','2024-09-11 20:01:19','','0','4','2024-09-11 20:01:19','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','41726074056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1994,'mjh','Mpesa','','2024-09-11 20:03:29','','0','4','2024-09-11 20:03:29','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726074085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1995,'mpesa','Mpesa','','2024-09-11 20:08:05','','0','4','2024-09-11 20:08:05','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726074214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1996,'','Cash','','2024-09-11 20:17:26','','0','4','2024-09-11 20:17:26','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','41726075034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1997,'mpesa','Mpesa','','2024-09-11 20:21:31','','0','4','2024-09-11 20:21:31','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726075049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1998,'','Cash','','2024-09-11 20:25:05','','0','4','2024-09-11 20:25:05','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726075299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1999,'mjh','Mpesa','','2024-09-11 20:25:24','','0','4','2024-09-11 20:25:24','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41726075512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2000,'bhg','Mpesa','','2024-09-11 20:29:49','','0','4','2024-09-11 20:29:49','','020','40','1','retail','0','40','1','0','0','0','0','20','0','printed',' ','','2','0','41726075777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2001,'','Creditnote','','2024-09-11 20:33:09','','0','4','2024-09-11 20:33:09','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41726075974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2002,'mjh','Mpesa','','2024-09-11 20:38:11','','0','4','2024-09-11 20:38:11','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','41726076227','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2003,'','Invoice','','2024-09-12 06:13:24','','0','6','2024-09-12 06:13:24','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726110448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2004,'','Invoice','','2024-09-12 06:13:48','','0','6','2024-09-12 06:13:48','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726110815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2005,'','Invoice','','2024-09-12 06:14:06','','0','6','2024-09-12 06:14:06','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726110838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2006,'','Invoice','','2024-09-12 06:21:20','','0','6','2024-09-12 06:21:20','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726111258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2007,'mpesa','Mpesa','','2024-09-12 06:21:59','','0','6','2024-09-12 06:21:59','','0040','90','1','retail','0','90','1','0','0','0','0','50','0','printed',' ','','2','0','61726111294','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2008,'','Invoice','','2024-09-12 06:56:31','','0','6','2024-09-12 06:56:31','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726111344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2009,'mpesa','Mpesa','','2024-09-12 07:07:46','','0','6','2024-09-12 07:07:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726114054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2010,'mpesa','Mpesa','','2024-09-12 07:16:11','','0','6','2024-09-12 07:16:11','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726114080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2011,'mpesa','Mpesa','','2024-09-12 07:17:59','','0','6','2024-09-12 07:17:59','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726114579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2012,'','Invoice','','2024-09-12 07:40:10','','0','6','2024-09-12 07:40:10','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726114690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2013,'','Invoice','','2024-09-12 07:40:46','','0','6','2024-09-12 07:40:46','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726116035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2014,'','Invoice','','2024-09-12 07:45:52','','0','6','2024-09-12 07:45:52','25','120','160','1','retail','0','160','1','0','0','0','0','40','0','printed',' ','','2','0','61726116320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2015,'mpesa','Mpesa','','2024-09-12 07:46:37','','0','6','2024-09-12 07:46:37','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726116388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2016,'','Creditnote','','2024-09-12 07:48:05','','0','6','2024-09-12 07:48:05','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726116469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2017,'mpesa','Mpesa','','2024-09-12 08:16:18','','0','6','2024-09-12 08:16:18','','0120','240','1','retail','0','240','1','0','0','0','0','120','0','printed',' ','','2','0','61726118155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2018,'','Invoice','','2024-09-12 08:17:38','','0','6','2024-09-12 08:17:38','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726118240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2019,'mpesa','Mpesa','','2024-09-12 08:22:25','','0','6','2024-09-12 08:22:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726118539','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2020,'','Creditnote','','2024-09-12 08:25:09','','0','6','2024-09-12 08:25:09','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726118700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2021,'mjh','Mpesa','','2024-09-12 08:34:32','','0','6','2024-09-12 08:34:32','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726119261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2022,'','Invoice','','2024-09-12 19:39:33','','0','6','2024-09-12 08:35:44','25','40','200','1','retail','0','200','1','0','0','0','0','160','0','new',' ','','2','0','61726119280','No','6','2024-09-12 19:39:33','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2023,'','Invoice','','2024-09-12 09:05:55','','0','6','2024-09-12 09:05:55','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726119379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2024,'mpesa','Mpesa','','2024-09-12 09:06:29','','0','6','2024-09-12 09:06:29','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726121178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2025,'','Invoice','','2024-09-12 09:10:18','','0','6','2024-09-12 09:10:18','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726121198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2026,'mpesa','Mpesa','','2024-09-12 09:11:09','','0','6','2024-09-12 09:11:09','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726121458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2027,'mpesa','Mpesa','','2024-09-12 09:52:31','','0','6','2024-09-12 09:52:31','','90','140','1','retail','0','140','1','0','0','0','0','50','0','printed',' ','','2','0','61726121478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2028,'mpesa','Mpesa','','2024-09-12 10:05:20','','0','6','2024-09-12 10:05:20','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726124002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2029,'','Invoice','','2024-09-12 10:25:06','','0','6','2024-09-12 10:25:06','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','2','0','61726124728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2030,'mpesa','Mpesa','','2024-09-12 10:31:25','','0','6','2024-09-12 10:31:25','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726126275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2031,'mpesa','Mpesa','','2024-09-12 11:03:20','','0','6','2024-09-12 11:03:20','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726126296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2032,'mpesa','Mpesa','','2024-09-12 11:31:37','','0','6','2024-09-12 11:31:37','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61726128206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2033,'mpesa','Invoice','','2024-09-12 12:44:14','','0','6','2024-09-12 12:44:14','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726134196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2034,'bhg','Mpesa','','2024-09-12 12:59:05','','0','6','2024-09-12 12:59:05','','0','225','1','retail','0','225','1','0','0','0','0','225','0','printed',' ','','1','0','61726135134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2035,'mpesa','Mpesa','','2024-09-12 13:13:11','','0','6','2024-09-12 13:13:11','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726135158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2036,'','Invoice','','2024-09-12 13:30:10','','0','6','2024-09-12 13:30:10','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726136000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2037,'','Creditnote','','2024-09-12 13:53:43','','0','6','2024-09-12 13:53:43','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726138416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2038,'mpesa','Mpesa','','2024-09-12 13:54:20','','0','6','2024-09-12 13:54:20','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726138451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2039,'mpesa','Mpesa','','2024-09-12 14:53:31','','0','6','2024-09-12 14:53:31','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726138474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2040,'mpesa','Mpesa','','2024-09-12 15:14:55','','0','6','2024-09-12 15:14:55','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726143031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2041,'','Invoice','','2024-09-12 15:16:49','','0','6','2024-09-12 15:16:49','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61726143394','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2042,'','Invoice','','2024-09-12 15:30:48','','0','6','2024-09-12 15:30:48','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726144241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2043,'','Invoice','','2024-09-12 15:34:50','','0','6','2024-09-12 15:34:50','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726144482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2044,'mpesa','Mpesa','','2024-09-12 15:42:49','','0','6','2024-09-12 15:42:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726144960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2045,'mpesa','Mpesa','','2024-09-12 15:46:07','','0','6','2024-09-12 15:46:07','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726144976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2046,'bhg','Mpesa','','2024-09-12 15:51:32','','0','6','2024-09-12 15:51:32','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726145175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2047,'mpesa','Mpesa','','2024-09-12 15:55:23','','0','6','2024-09-12 15:55:23','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61726145501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2048,'fg','Mpesa','','2024-09-12 16:01:15','','0','6','2024-09-12 16:01:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61726145734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2049,'mpesa','Mpesa','','2024-09-12 16:35:35','','0','6','2024-09-12 16:35:35','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','2','0','61726148116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2050,'','Invoice','','2024-09-12 16:42:58','','0','6','2024-09-12 16:42:58','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726148144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2051,'mpesa','Mpesa','','2024-09-12 16:54:04','','0','6','2024-09-12 16:54:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726149235','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2052,'bhg','Mpesa','','2024-09-12 16:57:20','','0','6','2024-09-12 16:57:20','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726149251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2053,'mjh','Mpesa','','2024-09-12 17:04:22','','0','6','2024-09-12 17:04:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','11','0','61726149446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2054,'mpesa','Mpesa','','2024-09-12 18:17:42','','0','6','2024-09-12 18:17:42','','0100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','2','0','61726154220','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2055,'bhg','Mpesa','','2024-09-12 18:24:15','','0','6','2024-09-12 18:24:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726154277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2056,'mpesa','Mpesa','','2024-09-12 18:27:16','','0','6','2024-09-12 18:27:16','','300','620','1','retail','0','620','1','0','0','0','0','0320','0','printed',' ','','2','0','61726154664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2057,'mpesa','Mpesa','','2024-09-12 18:29:26','','0','6','2024-09-12 18:29:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726154943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2058,'','Creditnote','','2024-09-12 18:29:48','','0','6','2024-09-12 18:29:48','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726154977','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2059,'','Creditnote','','2024-09-12 18:30:19','','0','6','2024-09-12 18:30:19','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726155011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2060,'','Invoice','','2024-09-12 18:31:50','','0','6','2024-09-12 18:31:50','25','80','160','1','retail','0','160','1','0','0','0','0','80','0','printed',' ','','2','0','61726155039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2061,'','Cash','','2024-09-12 18:33:41','','0','6','2024-09-12 18:33:41','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726155211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2062,'','Cash','','2024-09-12 18:38:45','','0','6','2024-09-12 18:38:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','61726155508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2063,'mjh','Mpesa','','2024-09-12 18:39:04','','0','6','2024-09-12 18:39:04','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61726155531','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2064,'mpesa','Mpesa','','2024-09-12 18:43:55','','0','6','2024-09-12 18:43:55','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726155829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2065,'','Creditnote','','2024-09-12 18:45:19','','0','6','2024-09-12 18:45:19','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726155855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2066,'bhg','Mpesa','','2024-09-12 19:27:00','','0','6','2024-09-12 19:27:00','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726158409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2067,'','Creditnote','','2024-09-12 19:49:34','','0','6','2024-09-12 19:49:34','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61726159760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2068,'','Creditnote','','2024-09-12 20:16:57','','0','6','2024-09-12 20:16:57','36 ','0','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','150','61726161408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2069,'mpesa','Mpesa','','2024-09-12 20:23:30','','0','6','2024-09-12 20:23:30','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726161801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2070,'','Invoice','','2024-09-13 06:21:32','','0','6','2024-09-13 06:19:45','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726197473','Cleared','6','2024-09-13 06:21:32','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2071,'','Invoice','','2024-09-13 06:20:07','','0','6','2024-09-13 06:20:07','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726197594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2072,'mpesa','Mpesa','','2024-09-13 06:21:06','','0','6','2024-09-13 06:21:06','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61726197643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2073,'','Cash','','2024-09-13 06:26:53','','0','6','2024-09-13 06:26:53','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61726198000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2074,'','Invoice','','2024-09-13 06:33:01','','0','6','2024-09-13 06:33:01','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726198019','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2075,'','Invoice','','2024-09-13 06:33:59','','0','6','2024-09-13 06:33:59','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61726198429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2076,'mpesa','Mpesa','','2024-09-13 07:10:51','','0','6','2024-09-13 07:10:51','','020','290','1','retail','0','290','1','0','0','0','0','270','0','printed',' ','','1','0','61726200620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2077,'mpesa','Mpesa','','2024-09-13 07:29:36','','0','6','2024-09-13 07:29:36','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726201739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2078,'','Invoice','','2024-09-13 07:47:08','','0','6','2024-09-13 07:47:08','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726201786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2079,'mpesa','Mpesa','','2024-09-13 07:47:50','','0','6','2024-09-13 07:47:50','','010','40','1','retail','0','40','1','0','0','0','0','30','0','printed',' ','','2','0','61726202852','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2080,'mpesa','Mpesa','','2024-09-13 07:58:30','','0','6','2024-09-13 07:58:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726202898','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2081,'','Invoice','','2024-09-13 08:10:00','','0','6','2024-09-13 08:10:00','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','2','0','61726203518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2082,'','Creditnote','','2024-09-13 08:19:13','','0','6','2024-09-13 08:19:13','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726204742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2083,'mpesa','Mpesa','','2024-09-13 08:20:28','','0','6','2024-09-13 08:20:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726204817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2084,'mpesa','Mpesa','','2024-09-13 08:31:54','','0','6','2024-09-13 08:31:54','','020','280','1','retail','0','280','1','0','0','0','0','0260','0','printed',' ','','2','0','61726204843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2085,'','Invoice','','2024-09-13 08:32:42','','0','6','2024-09-13 08:32:42','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726205548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2086,'','Invoice','','2024-09-13 08:33:13','','0','6','2024-09-13 08:33:13','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61726205581','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2087,'','Creditnote','','2024-09-13 08:33:37','','0','6','2024-09-13 08:33:37','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726205605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2088,'','Invoice','','2024-09-13 10:39:24','','0','6','2024-09-13 10:39:24','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726213144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2089,'','Invoice','','2024-09-13 10:40:19','','0','6','2024-09-13 10:40:19','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726213200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2090,'','Invoice','','2024-09-13 10:40:46','','0','6','2024-09-13 10:40:46','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726213237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2091,'mpesa','Mpesa','','2024-09-13 10:41:46','','0','6','2024-09-13 10:41:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726213265','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2092,'mpesa','Mpesa','','2024-09-13 10:55:11','','0','6','2024-09-13 10:55:11','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726213451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2093,'mpesa','Mpesa','','2024-09-13 11:18:07','','0','6','2024-09-13 11:18:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61726214118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2094,'mjh','Mpesa','','2024-09-13 13:20:21','','0','6','2024-09-13 13:20:21','','0','1380','1','retail','0','1380','1','0','0','0','0','1380','0','printed',' ','','11','0','61726222779','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2095,'mjh','Mpesa','','2024-09-13 13:21:30','','0','6','2024-09-13 13:21:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','7','0','61726222870','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2096,'bhg','Mpesa','','2024-09-13 15:04:50','','0','6','2024-09-13 15:04:50','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726228748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2097,'','Cash','','2024-09-13 15:11:00','','0','6','2024-09-13 15:11:00','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61726229101','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2098,'mjh','Mpesa','','2024-09-13 15:23:57','','0','6','2024-09-13 15:23:57','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726229462','Cleared','6','2024-09-13 17:09:51','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2099,'','Invoice','','2024-09-13 15:39:42','','0','6','2024-09-13 15:39:42','25','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','1','0','61726231163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2100,'','Cash','','2024-09-13 15:43:30','','0','6','2024-09-13 15:43:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726231402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2101,'mjh','Mpesa','','2024-09-13 15:57:58','','0','6','2024-09-13 15:57:58','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726231412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2102,'','Cash','','2024-09-13 16:27:26','','0','6','2024-09-13 16:27:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726232285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2103,'mjh','Mpesa','','2024-09-13 16:48:22','','0','6','2024-09-13 16:48:22','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726235091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2104,'bhg','Mpesa','','2024-09-13 17:03:13','','0','6','2024-09-13 17:03:13','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','11','0','61726236148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2105,'mjh','Mpesa','','2024-09-13 17:09:17','','0','6','2024-09-13 17:09:17','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726236548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2106,'','Cash','','2024-09-13 17:14:06','','0','6','2024-09-13 17:14:06','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','61726236834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2107,'mjh','Mpesa','','2024-09-13 17:17:02','','0','6','2024-09-13 17:17:02','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','2','0','61726236850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2108,'','Creditnote','','2024-09-13 17:45:10','','0','6','2024-09-13 17:45:10','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726237028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2109,'','Creditnote','','2024-09-13 17:45:59','','0','6','2024-09-13 17:45:59','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726238728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2110,'bhg','Mpesa','','2024-09-13 17:46:42','','0','6','2024-09-13 17:46:42','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726238792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2111,'','Cash','','2024-09-13 18:00:04','','0','6','2024-09-13 18:00:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','2','0','61726239570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2112,'mjh','Mpesa','','2024-09-13 18:00:22','','0','6','2024-09-13 18:00:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61726239610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2113,'mjh','Mpesa','','2024-09-13 18:05:45','','0','6','2024-09-13 18:05:46','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726239629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2114,'mjh','Mpesa','','2024-09-13 18:19:40','','0','6','2024-09-13 18:19:40','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726239952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2115,'','Creditnote','','2024-09-13 18:28:12','','0','6','2024-09-13 18:28:12','25','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726241000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2116,'mjh','Mpesa','','2024-09-13 18:50:10','','0','6','2024-09-13 18:50:10','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726242603','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2117,'bhg','Mpesa','','2024-09-13 19:03:53','','0','6','2024-09-13 19:03:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726243269','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2118,'mjh','Mpesa','','2024-09-13 19:06:09','','0','6','2024-09-13 19:06:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726243438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2119,'bhg','Mpesa','','2024-09-13 19:08:10','','0','6','2024-09-13 19:08:10','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726243574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2120,'','Invoice','','2024-09-13 19:09:32','','0','6','2024-09-13 19:09:32','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726243698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2121,'','Cash','','2024-09-13 19:17:55','','0','6','2024-09-13 19:17:55','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726244090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2122,'bhg','Mpesa','','2024-09-13 19:18:27','','0','6','2024-09-13 19:18:27','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726244283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2123,'','Cash','','2024-09-13 19:21:37','','0','6','2024-09-13 19:21:37','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','0','61726244487','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2124,'','Cash','','2024-09-13 19:23:07','','0','6','2024-09-13 19:23:07','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61726244503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2125,'','Cash','','2024-09-13 19:27:20','','0','6','2024-09-13 19:27:20','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726244594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2126,'bhg','Mpesa','','2024-09-13 19:27:52','','0','6','2024-09-13 19:27:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726244842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2127,'mjh','Mpesa','','2024-09-13 19:31:25','','0','6','2024-09-13 19:31:25','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726245051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2128,'mjh','Mpesa','','2024-09-13 19:42:13','','0','6','2024-09-13 19:42:13','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61726245090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2129,'mjh','Mpesa','','2024-09-13 19:45:26','','0','6','2024-09-13 19:45:26','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726245739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2130,'','Cash','','2024-09-13 19:49:06','','0','6','2024-09-13 19:49:06','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61726246064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2131,'mjh','Mpesa','','2024-09-13 19:52:05','','0','6','2024-09-13 19:52:05','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726246149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2132,'','Creditnote','','2024-09-13 19:52:45','','0','6','2024-09-13 19:52:45','36','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726246357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2133,'','Creditnote','','2024-09-13 19:53:27','','0','6','2024-09-13 19:53:27','27','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61726246393','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2134,'','Cash','','2024-09-13 20:10:50','','0','6','2024-09-13 20:10:50','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726247442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2135,'bhg','Mpesa','','2024-09-13 20:13:32','','0','6','2024-09-13 20:13:32','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61726247456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2136,'fg','Mpesa','','2024-09-13 20:21:15','','0','6','2024-09-13 20:21:15','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','2','0','61726247629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2137,'fg','Mpesa','','2024-09-13 20:27:58','','0','6','2024-09-13 20:27:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726248468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2138,'mjh','Mpesa','','2024-09-13 20:39:20','','0','6','2024-09-13 20:39:20','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726249153','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2139,'','Invoice','','2024-09-14 06:14:10','','0','4','2024-09-14 06:14:10','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726283222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2140,'','Invoice','','2024-09-14 06:14:34','','0','4','2024-09-14 06:14:34','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41726283664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2141,'','Invoice','','2024-09-14 06:27:47','','0','4','2024-09-14 06:27:47','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','2','0','41726284455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2142,'mjh','Mpesa','','2024-09-14 06:42:12','','0','4','2024-09-14 06:42:12','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726285320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2143,'','Cash','','2024-09-14 06:53:05','','0','4','2024-09-14 06:53:05','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','41726285336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2144,'mjh','Mpesa','','2024-09-14 06:56:15','','0','4','2024-09-14 06:56:15','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726285987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2145,'','Cash','','2024-09-14 07:22:56','','0','4','2024-09-14 07:22:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','41726286182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2146,'','Cash','','2024-09-14 07:24:40','','0','4','2024-09-14 07:24:40','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','2','0','41726287782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2147,'','Invoice','','2024-09-14 07:29:13','','0','4','2024-09-14 07:29:13','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726287884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2148,'bhg','Mpesa','','2024-09-14 07:31:46','','0','4','2024-09-14 07:31:46','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','2','0','41726288262','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2149,'','Invoice','','2024-09-14 07:39:07','','0','4','2024-09-14 07:39:07','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726288312','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2150,'','Cash','','2024-09-14 07:40:07','','0','4','2024-09-14 07:40:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41726288791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2151,'','Creditnote','','2024-09-14 07:41:53','','0','4','2024-09-14 07:41:53','28','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41726288810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2152,'','Cash','','2024-09-14 07:44:00','','0','4','2024-09-14 07:44:00','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726289034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2153,'bhg','Mpesa','','2024-09-14 07:56:29','','0','4','2024-09-14 07:56:29','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726289042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2154,'','Invoice','','2024-09-14 07:57:42','','0','4','2024-09-14 07:57:42','25','130','150','1','retail','0','150','1','0','0','0','0','20','0','printed',' ','','2','0','41726289798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2155,'mjh','Mpesa','','2024-09-14 08:14:04','','0','4','2024-09-14 08:14:04','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726290833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2156,'bhg','Mpesa','','2024-09-14 08:36:52','','0','4','2024-09-14 08:36:52','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726290850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2157,'','Invoice','','2024-09-14 08:38:19','','0','4','2024-09-14 08:38:19','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726292218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2158,'','Invoice','','2024-09-14 08:56:31','','0','4','2024-09-14 08:56:31','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726293379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2159,'bhg','Mpesa','','2024-09-14 08:57:56','','0','4','2024-09-14 08:57:56','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726293466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2160,'','Invoice','','2024-09-14 08:59:13','','0','4','2024-09-14 08:59:13','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726293481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2161,'','Invoice','','2024-09-14 09:10:10','','0','4','2024-09-14 09:10:10','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726294204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2162,'','Creditnote','','2024-09-14 09:31:37','','0','4','2024-09-14 09:31:37','26','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726295463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2163,'','Invoice','','2024-09-14 09:33:04','','0','4','2024-09-14 09:33:04','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726295575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2164,'','Invoice','','2024-09-14 09:35:37','','0','4','2024-09-14 09:35:37','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41726295728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2165,'bhg','Mpesa','','2024-09-14 10:22:17','','0','4','2024-09-14 10:22:17','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726298528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2166,'bhg','Mpesa','','2024-09-14 10:30:09','','0','4','2024-09-14 10:30:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726298543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2167,'nhg','Mpesa','','2024-09-14 10:44:03','','0','4','2024-09-14 10:44:03','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726299016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2168,'','Creditnote','','2024-09-14 10:48:34','','0','4','2024-09-14 10:48:34','34','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726299853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2169,'bhg','Mpesa','','2024-09-14 10:55:08','','0','4','2024-09-14 10:55:08','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','6','0','41726300496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2170,'','Invoice','','2024-09-14 10:56:46','','0','4','2024-09-14 10:56:46','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726300514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2171,'','Cash','','2024-09-14 11:23:17','','0','4','2024-09-14 11:23:17','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41726302188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2172,'mjh','Mpesa','','2024-09-14 11:59:40','','0','4','2024-09-14 11:59:40','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41726302200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2173,'bhg','Mpesa','','2024-09-14 12:36:46','','0','4','2024-09-14 12:36:46','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41726304387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2174,'mjh','Mpesa','','2024-09-14 12:40:44','','0','4','2024-09-14 12:40:44','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41726306612','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2175,'bhg','Mpesa','','2024-09-14 13:10:27','','0','4','2024-09-14 13:10:27','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726308618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2176,'mjh','Mpesa','','2024-09-14 13:33:52','','0','4','2024-09-14 13:33:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726308632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2177,'mjh','Mpesa','','2024-09-14 13:47:33','','0','4','2024-09-14 13:47:33','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726310039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2178,'','Cash','','2024-09-14 13:53:34','','0','4','2024-09-14 13:53:34','','280','280','1','retail','0','280','1','0','0','0','0','0','0','printed',' ','','2','0','41726310860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2179,'','Cash','','2024-09-14 13:58:49','','0','4','2024-09-14 13:58:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726311217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2180,'fg','Mpesa','','2024-09-14 14:11:17','','0','4','2024-09-14 14:11:17','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','41726311532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2181,'','Cash','','2024-09-14 14:16:31','','0','4','2024-09-14 14:16:31','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726312283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2182,'bhg','Mpesa','','2024-09-14 14:36:12','','0','4','2024-09-14 14:36:12','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726312598','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2183,'bhg','Mpesa','','2024-09-14 14:44:56','','0','4','2024-09-14 14:44:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41726313782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2184,'mjh160','Mpesa','','2024-09-14 14:48:18','','0','4','2024-09-14 14:48:18','','040','200','1','retail','0','200','1','0','0','0','0','160','0','printed',' ','','11','0','41726314305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2185,'','Cash','','2024-09-14 14:58:38','','0','4','2024-09-14 14:58:38','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41726314625','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2186,'bhg','Mpesa','','2024-09-14 15:14:03','','0','4','2024-09-14 15:14:03','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','2','0','41726315123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2187,'mjh','Mpesa','','2024-09-14 15:29:34','','0','4','2024-09-14 15:29:34','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','7','0','41726316050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2188,'mjh','Mpesa','','2024-09-14 15:34:37','','0','4','2024-09-14 15:34:37','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726316980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2189,'','Invoice','','2024-09-14 15:37:17','','0','4','2024-09-14 15:37:17','25','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','41726317285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2190,'','Invoice','','2024-09-14 15:39:42','','-80','4','2024-09-14 15:39:42','25','0','80','1','retail','0','80','1','0','0','80','0','0','0','printed',' ','','5','0','41726317575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2191,'mjh','Mpesa','','2024-09-14 15:40:36','','0','4','2024-09-14 15:40:36','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726317630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2192,'mpesa','Mpesa','','2024-09-14 15:54:48','','0','4','2024-09-14 15:54:48','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41726318480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2193,'mjh','Mpesa','','2024-09-14 15:58:19','','0','4','2024-09-14 15:58:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726318689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2194,'mpesa','Mpesa','','2024-09-14 16:00:18','','0','4','2024-09-14 16:00:18','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726318704','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2195,'','Cash','','2024-09-14 16:38:25','','0','4','2024-09-14 16:38:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726318868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2196,'','Cash','','2024-09-14 16:42:46','','0','4','2024-09-14 16:42:46','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41726321109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2197,'bhg','Mpesa','','2024-09-14 16:55:10','','0','4','2024-09-14 16:55:10','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726321521','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2198,'','Invoice','','2024-09-14 17:32:49','','0','4','2024-09-14 17:32:49','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726322137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2199,'','Cash','','2024-09-14 17:50:05','','0','4','2024-09-14 17:50:05','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','41726325393','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2200,'','Creditnote','','2024-09-14 17:53:25','','0','4','2024-09-14 17:53:25','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41726325592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2201,'','Cash','','2024-09-14 18:03:29','','0','4','2024-09-14 18:03:29','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','41726326107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2202,'','Creditnote','','2024-09-14 18:12:25','','0','4','2024-09-14 18:12:25','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','41726326214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2203,'mjh','Mpesa','','2024-09-14 18:14:16','','0','4','2024-09-14 18:14:16','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726326845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2204,'','Cash','','2024-09-14 18:21:14','','0','4','2024-09-14 18:21:14','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41726326862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2205,'bhg','Mpesa','','2024-09-14 18:21:25','','0','4','2024-09-14 18:21:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726327279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2206,'','Creditnote','','2024-09-14 18:30:36','','0','4','2024-09-14 18:30:36','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726327290','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2207,'','Cash','','2024-09-14 18:44:57','','0','4','2024-09-14 18:44:57','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41726328690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2208,'mjh','Mpesa','','2024-09-14 18:58:06','','0','4','2024-09-14 18:58:06','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726329091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2209,'mjh','Mpesa','','2024-09-14 19:05:05','','0','4','2024-09-14 19:05:05','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','7','0','41726329891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2210,'mjh','Mpesa','','2024-09-14 19:11:10','','0','4','2024-09-14 19:11:10','','0160','400','1','retail','0','400','1','0','0','0','0','240','0','printed',' ','','2','0','41726329911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2211,'','Creditnote','','2024-09-14 19:15:17','','0','4','2024-09-14 19:15:17','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726330358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2212,'mjh','Mpesa','','2024-09-14 19:22:55','','0','4','2024-09-14 19:22:55','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726330609','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2213,'mjh','Mpesa','','2024-09-14 19:29:20','','0','4','2024-09-14 19:29:20','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41726330980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2214,'','Creditnote','','2024-09-14 19:33:32','','0','4','2024-09-14 19:33:32','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41726331369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2215,'','Cash','','2024-09-14 19:38:44','','0','4','2024-09-14 19:38:44','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','41726331873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2216,'','Cash','','2024-09-14 19:47:55','','0','4','2024-09-14 19:47:55','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726331927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2217,'mjh','Mpesa','','2024-09-14 19:55:01','','0','4','2024-09-14 19:55:01','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','41726332480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2218,'','Cash','','2024-09-14 19:56:16','','0','4','2024-09-14 19:56:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726332909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2219,'','Cash','','2024-09-14 20:02:43','','0','4','2024-09-14 20:02:43','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726333348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2220,'mjh','Mpesa','','2024-09-14 20:11:29','','0','4','2024-09-14 20:11:29','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726333366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2221,'mjh','Mpesa','','2024-09-14 20:16:28','','0','4','2024-09-14 20:16:28','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726333895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2222,'bhg','Mpesa','','2024-09-14 20:21:10','','0','4','2024-09-14 20:21:10','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726334461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2223,'','Cash','','2024-09-14 20:25:50','','0','4','2024-09-14 20:25:50','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726334744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2224,'bhg','Mpesa','','2024-09-15 06:17:14','','0','4','2024-09-15 06:17:14','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','2','0','41726370216','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2225,'','Invoice','','2024-09-15 06:19:09','','80','4','2024-09-15 06:19:09','25','0','320','1','retail','0','320','1','0','0','-80','0','400','0','printed',' ','','2','0','41726370250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2226,'','Cash','','2024-09-15 06:54:00','','0','4','2024-09-15 06:54:00','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','41726372324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2227,'','Invoice','','2024-09-15 06:59:19','','0','4','2024-09-15 06:59:19','25','0','1440','1','retail','0','1440','1','0','0','0','0','1440','0','printed',' ','','2','0','41726372445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2228,'','Cash','','2024-09-15 07:22:08','','0','4','2024-09-15 07:22:08','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726374123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2229,'','Invoice','','2024-09-15 07:24:59','','0','4','2024-09-15 07:24:59','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41726374285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2230,'','Cash','','2024-09-15 07:31:34','','0','4','2024-09-15 07:31:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726374686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2231,'bhg','Mpesa','','2024-09-15 07:33:31','','0','4','2024-09-15 07:33:31','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726374704','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2232,'','Cash','','2024-09-15 07:49:37','','0','4','2024-09-15 07:49:37','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726374819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2233,'mjh','Mpesa','','2024-09-15 08:12:09','','0','4','2024-09-15 08:12:09','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726377120','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2234,'','Cash','','2024-09-15 08:12:24','','0','4','2024-09-15 08:12:24','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726377134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2235,'','Creditnote','','2024-09-15 08:14:18','','0','4','2024-09-15 08:14:18','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41726377146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2236,'bhg','Mpesa','','2024-09-15 08:32:49','','0','4','2024-09-15 08:32:49','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726378359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2237,'','Invoice','','2024-09-15 08:33:08','','-20','4','2024-09-15 08:33:08','25','40','60','1','retail','0','60','1','0','0','20','0','0','0','printed',' ','','2','0','41726378375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2238,'','Creditnote','','2024-09-15 08:33:28','','0','4','2024-09-15 08:33:28','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726378399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2239,'bhg','Mpesa','','2024-09-15 08:34:45','','0','4','2024-09-15 08:34:45','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726378474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2240,'','Cash','','2024-09-15 08:47:07','','0','4','2024-09-15 08:47:07','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726379222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2241,'','Invoice','','2024-09-15 08:47:19','','0','4','2024-09-15 08:47:19','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726379231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2242,'mjh','Mpesa','','2024-09-15 08:49:35','','0','4','2024-09-15 08:49:35','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726379362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2243,'fg','Mpesa','','2024-09-15 09:09:41','','0','4','2024-09-15 09:09:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726379380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2244,'','Cash','','2024-09-15 09:18:22','','0','4','2024-09-15 09:18:22','','360','360','1','retail','0','360','1','0','0','0','0','0','0','printed',' ','','11','0','41726380586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2245,'mjh','Mpesa','','2024-09-15 09:21:17','','0','4','2024-09-15 09:21:17','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726381270','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2246,'','Cash','','2024-09-15 09:49:18','','0','4','2024-09-15 09:49:18','','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','1','0','41726381284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2247,'','Invoice','','2024-09-15 09:58:43','','0','4','2024-09-15 09:58:43','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726382961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2248,'','Cash','','2024-09-15 10:22:25','','0','4','2024-09-15 10:22:25','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726384940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2249,'bhg','Mpesa','','2024-09-15 10:23:04','','0','4','2024-09-15 10:23:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726384948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2250,'','Cash','','2024-09-15 10:31:10','','0','4','2024-09-15 10:31:10','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','41726384991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2251,'','Cash','','2024-09-15 10:43:41','','0','4','2024-09-15 10:43:41','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','5','0','41726385473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2252,'mjh','Mpesa','','2024-09-15 10:52:23','','0','4','2024-09-15 10:52:23','','0100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','11','0','41726386716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2253,'bhg','Mpesa','','2024-09-15 10:53:31','','0','4','2024-09-15 10:53:31','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726386800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2254,'mjh','Mpesa','','2024-09-15 10:55:33','','0','4','2024-09-15 10:55:33','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726386817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2255,'','Invoice','','2024-09-15 10:55:47','','0','4','2024-09-15 10:55:47','25','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','5','0','41726386941','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2256,'bhg','Mpesa','','2024-09-15 11:31:35','','0','4','2024-09-15 11:31:35','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','41726386995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2257,'bhg','Mpesa','','2024-09-15 12:01:22','','0','4','2024-09-15 12:01:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','11','0','41726389101','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2258,'','Creditnote','','2024-09-15 12:01:52','','0','4','2024-09-15 12:01:52','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726390906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2259,'bhg','Mpesa','','2024-09-15 12:15:00','','0','4','2024-09-15 12:15:00','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','3','0','41726391689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2260,'mjh','Mpesa','','2024-09-15 12:21:40','','0','4','2024-09-15 12:21:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41726391705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2261,'bhg','Mpesa','','2024-09-15 13:05:06','','0','4','2024-09-15 13:05:06','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','2','0','41726394689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2262,'fg','Mpesa','','2024-09-15 13:13:18','','0','4','2024-09-15 13:13:18','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41726394712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2263,'bhg','Mpesa','','2024-09-15 14:36:39','','0','4','2024-09-15 14:36:39','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41726395204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2264,'bhg','Mpesa','','2024-09-15 14:42:17','','0','4','2024-09-15 14:42:17','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726400212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2265,'mjh','Mpesa','','2024-09-15 15:00:21','','0','4','2024-09-15 15:00:21','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726400550','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2266,'mjh','Mpesa','','2024-09-15 15:08:25','','0','4','2024-09-15 15:08:25','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41726401626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2267,'','Invoice','','2024-09-15 15:11:57','','0','4','2024-09-15 15:11:57','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','2','0','41726402110','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2268,'fg','Mpesa','','2024-09-15 15:20:25','','0','4','2024-09-15 15:20:25','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','41726402430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2269,'','Cash','','2024-09-15 16:00:41','','0','4','2024-09-15 16:00:41','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726402831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2270,'','Cash','','2024-09-15 16:02:12','','0','4','2024-09-15 16:02:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726405244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2271,'','Creditnote','','2024-09-15 16:06:58','','0','4','2024-09-15 16:06:58','41 ','0','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','200','41726405335','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2272,'mjh','Mpesa','','2024-09-15 16:15:00','','0','4','2024-09-15 16:15:00','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726406092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2273,'mjh','Mpesa','','2024-09-15 16:26:15','','0','4','2024-09-15 16:26:15','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726406181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2274,'','Cash','','2024-09-15 16:29:49','','0','4','2024-09-15 16:29:49','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41726406782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2275,'bhg','Mpesa','','2024-09-15 16:32:31','','0','4','2024-09-15 16:32:31','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','7','0','41726407136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2276,'','Cash','','2024-09-15 16:33:13','','0','4','2024-09-15 16:33:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41726407159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2277,'','Cash','','2024-09-15 16:37:43','','0','4','2024-09-15 16:37:43','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','41726407318','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2278,'mjh','Mpesa','','2024-09-15 16:53:28','','0','4','2024-09-15 16:53:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','41726407467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2279,'','Cash','','2024-09-15 17:30:47','','0','4','2024-09-15 17:30:47','','880','880','1','retail','0','880','1','0','0','0','0','0','0','printed',' ','','11','0','41726408416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2280,'','Cash','','2024-09-15 17:39:57','','0','4','2024-09-15 17:39:57','','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','2','0','41726410653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2281,'bhg','Mpesa','','2024-09-15 17:45:39','','0','4','2024-09-15 17:45:39','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','2','0','41726411200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2282,'','Cash','','2024-09-15 17:56:01','','0','4','2024-09-15 17:56:01','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','41726411545','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2283,'','Creditnote','','2024-09-15 17:56:25','','0','4','2024-09-15 17:56:25','38 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726412166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2284,'mjh','Mpesa','','2024-09-15 18:16:51','','0','4','2024-09-15 18:16:51','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','41726413380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2285,'mjh','Mpesa','','2024-09-15 18:18:21','','0','4','2024-09-15 18:18:21','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726413490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2286,'bhg','Mpesa','','2024-09-15 18:25:12','','0','4','2024-09-15 18:25:12','','0','0','1','retail','0','0','1','0','0','0','0','0','0','printed',' ','','2','0','41726413507','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2287,'bhg','Mpesa','','2024-09-15 18:37:31','','0','4','2024-09-15 18:37:31','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','11','0','41726413934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2288,'mjh','Mpesa','','2024-09-15 18:44:43','','0','4','2024-09-15 18:44:43','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','2','0','41726414657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2289,'','Cash','','2024-09-15 18:49:44','','0','4','2024-09-15 18:49:44','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726415369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2290,'mjh','Mpesa','','2024-09-15 18:51:56','','0','4','2024-09-15 18:51:56','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726415387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2291,'','Cash','','2024-09-15 18:55:55','','0','4','2024-09-15 18:55:55','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726415522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2292,'mjh','Mpesa','','2024-09-15 18:57:11','','0','4','2024-09-15 18:57:11','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726415760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2293,'','Cash','','2024-09-15 19:09:14','','0','4','2024-09-15 19:09:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41726416547','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2294,'','Cash','','2024-09-15 19:13:49','','0','4','2024-09-15 19:13:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','41726416817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2295,'','Cash','','2024-09-15 19:20:48','','0','4','2024-09-15 19:20:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726416832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2296,'bhg','Mpesa','','2024-09-15 19:31:21','','0','4','2024-09-15 19:31:21','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726417869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2297,'bhg','Mpesa','','2024-09-15 19:37:40','','0','4','2024-09-15 19:37:40','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726418157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2298,'bhg','Mpesa','','2024-09-15 19:42:56','','0','4','2024-09-15 19:42:56','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726418499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2299,'bhg','Mpesa','','2024-09-15 19:45:05','','0','4','2024-09-15 19:45:05','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726418586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2300,'','Cash','','2024-09-15 19:50:30','','0','4','2024-09-15 19:50:30','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','2','0','41726419015','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2301,'','Invoice','','2024-09-15 20:07:36','','0','4','2024-09-15 20:07:36','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726420035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2302,'mjh','Mpesa','','2024-09-15 20:17:31','','0','4','2024-09-15 20:17:31','','80','120','1','retail','0','120','1','0','0','0','0','40','0','printed',' ','','1','0','41726420633','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2303,'','Invoice','','2024-09-16 06:18:58','','0','6','2024-09-16 06:18:58','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726456105','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2304,'','Invoice','','2024-09-16 06:19:24','','0','6','2024-09-16 06:19:24','25','20','100','1','retail','0','100','1','0','0','0','0','80','0','printed',' ','','2','0','61726456751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2305,'mpesa','Mpesa','','2024-09-16 06:33:45','','0','6','2024-09-16 06:33:45','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726457613','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2306,'','Invoice','','2024-09-16 06:39:30','','0','6','2024-09-16 06:39:30','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61726457631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2307,'mpesa','Mpesa','','2024-09-16 06:46:45','','0','6','2024-09-16 06:46:45','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','61726458373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2308,'mpesa','Mpesa','','2024-09-16 07:24:29','','0','6','2024-09-16 07:24:29','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726458411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2309,'','Invoice','','2024-09-16 07:33:13','','0','6','2024-09-16 07:33:13','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726460675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2310,'','Cash','','2024-09-16 08:16:02','','0','6','2024-09-16 08:16:02','25','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61726462454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2311,'','Creditnote','','2024-09-16 08:40:09','','0','6','2024-09-16 08:40:09','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726463781','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2312,'','Invoice','','2024-09-16 08:47:04','','0','6','2024-09-16 08:47:04','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726465616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2313,'','Creditnote','','2024-09-16 08:47:38','','0','6','2024-09-16 08:47:39','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726465637','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2314,'mpesa','Mpesa','','2024-09-16 08:49:03','','0','6','2024-09-16 08:49:03','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726465684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2315,'','Cash','','2024-09-16 08:52:48','','0','6','2024-09-16 08:52:48','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','7','0','61726465750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2316,'','Cash','','2024-09-16 08:55:11','','0','6','2024-09-16 08:55:11','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726465972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2317,'mpesa','Mpesa','','2024-09-16 09:20:54','','0','6','2024-09-16 09:20:54','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726466117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2318,'mpesa','Mpesa','','2024-09-16 09:26:19','','0','6','2024-09-16 09:26:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726467660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2319,'','Invoice','','2024-09-16 09:28:05','','0','6','2024-09-16 09:28:05','25','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','2','0','61726467988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2320,'mpesa','Mpesa','','2024-09-16 09:29:30','','0','6','2024-09-16 09:29:30','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726468164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2321,'mpesa','Mpesa','','2024-09-16 13:00:28','','0','6','2024-09-16 13:00:28','','0100','1080','1','retail','0','1080','1','0','0','0','0','0980','0','printed',' ','','11','0','61726478918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2322,'','Cash','','2024-09-16 13:09:24','','0','6','2024-09-16 13:05:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','11','0','61726481099','No','6','2024-09-16 13:09:24','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2323,'','Invoice','','2024-09-16 13:10:46','','0','6','2024-09-16 13:10:46','25','160','260','1','retail','0','260','1','0','0','0','0','100','0','printed',' ','','11','0','61726481401','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2324,'','Cash','','2024-09-16 13:19:31','','0','6','2024-09-16 13:19:31','','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','1','0','61726481925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2325,'mpesa','Mpesa','','2024-09-16 13:24:52','','0','6','2024-09-16 13:24:52','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726481975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2326,'mpesa','Mpesa','','2024-09-16 13:47:18','','0','6','2024-09-16 13:47:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726482422','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2327,'','Creditnote','','2024-09-16 13:47:42','','0','6','2024-09-16 13:47:42','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726483646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2328,'mpesa','Mpesa','','2024-09-16 14:10:10','','0','6','2024-09-16 14:10:10','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726485002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2329,'mpesa','Mpesa','','2024-09-16 14:17:02','','0','6','2024-09-16 14:17:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726485019','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2330,'mpesa','Mpesa','','2024-09-16 14:53:47','','0','6','2024-09-16 14:53:47','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726485432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2331,'','Cash','','2024-09-16 14:57:54','','0','6','2024-09-16 14:57:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61726487632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2332,'mpesa','Mpesa','','2024-09-16 15:02:12','','0','6','2024-09-16 15:02:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726487877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2333,'mpesa','Mpesa','','2024-09-16 15:10:34','','0','6','2024-09-16 15:10:34','','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','61726488140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2334,'','Invoice','','2024-09-16 15:11:12','','0','6','2024-09-16 15:11:12','25','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726488640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2335,'','Cash','','2024-09-16 15:22:54','','0','6','2024-09-16 15:22:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726489362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2336,'mpesa','Mpesa','','2024-09-16 15:34:39','','0','6','2024-09-16 15:34:39','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726489378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2337,'','Cash','','2024-09-16 15:50:20','','0','6','2024-09-16 15:50:20','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726490089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2338,'mpesa','Mpesa','','2024-09-16 16:01:09','','0','6','2024-09-16 16:01:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726491023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2339,'','Creditnote','','2024-09-16 16:08:16','','0','6','2024-09-16 16:08:16','36 ','0','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','50','61726491675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2340,'','Creditnote','','2024-09-16 16:18:30','','0','6','2024-09-16 16:18:30','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726492699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2341,'','Cash','','2024-09-16 16:25:44','','0','6','2024-09-16 16:25:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726493136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2342,'','Cash','','2024-09-16 16:38:49','','0','6','2024-09-16 16:38:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726493147','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2343,'','Invoice','','2024-09-16 16:52:01','','0','6','2024-09-16 16:52:01','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726493939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2344,'mpesa','Mpesa','','2024-09-16 16:55:23','','0','6','2024-09-16 16:55:23','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','11','0','61726494899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2345,'mpesa','Mpesa','','2024-09-16 17:00:08','','0','6','2024-09-16 17:00:08','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726494932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2346,'','Cash','','2024-09-16 17:03:53','','0','6','2024-09-16 17:03:53','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61726495214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2347,'mpesa','Mpesa','','2024-09-16 17:07:46','','0','6','2024-09-16 17:07:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61726495437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2348,'','Cash','','2024-09-16 17:12:20','','0','6','2024-09-16 17:12:20','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','61726495677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2349,'','Cash','','2024-09-16 17:18:51','','0','6','2024-09-16 17:18:51','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61726495945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2350,'mpesa','Mpesa','','2024-09-16 17:22:33','','0','6','2024-09-16 17:22:33','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61726496338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2351,'','Cash','','2024-09-16 17:28:27','','0','6','2024-09-16 17:28:27','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61726496562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2352,'','Creditnote','','2024-09-16 17:35:05','','0','6','2024-09-16 17:35:05','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726497289','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2353,'mpesa','Mpesa','','2024-09-16 17:41:45','','0','6','2024-09-16 17:41:45','','100','260','1','retail','0','260','1','0','0','0','0','0160','0','printed',' ','','7','0','61726497683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2354,'mpesa','Mpesa','','2024-09-16 17:53:59','','0','6','2024-09-16 17:53:59','','070','550','1','retail','0','550','1','0','0','0','0','480','0','printed',' ','','5','0','61726497730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2355,'mpesa','Mpesa','','2024-09-16 18:09:13','','0','6','2024-09-16 18:09:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','11','0','61726499259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2356,'mpesa','Mpesa','','2024-09-16 18:20:49','','0','6','2024-09-16 18:20:49','','080','180','1','retail','0','180','1','0','0','0','0','100','0','printed',' ','','2','0','61726499361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2357,'mpesa','Mpesa','','2024-09-16 18:26:28','','0','6','2024-09-16 18:26:28','','0160','240','1','retail','0','240','1','0','0','0','0','80','0','printed',' ','','2','0','61726500076','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2358,'','Invoice','','2024-09-16 18:29:25','','0','6','2024-09-16 18:29:25','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726500406','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2359,'mpesa','Mpesa','','2024-09-16 18:33:59','','0','6','2024-09-16 18:33:59','','0180','210','1','retail','0','210','1','0','0','0','0','30','0','printed',' ','','2','0','61726500672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2360,'mpesa','Mpesa','','2024-09-16 18:46:30','','0','6','2024-09-16 18:46:30','','0100','260','1','retail','0','260','1','0','0','0','0','160','0','printed',' ','','2','0','61726500872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2361,'mpesa','Mpesa','','2024-09-16 18:51:17','','0','6','2024-09-16 18:51:17','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726501606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2362,'mpesa','Mpesa','','2024-09-16 19:00:35','','0','6','2024-09-16 19:00:35','','0240','500','1','retail','0','500','1','0','0','0','0','260','0','printed',' ','','2','0','61726501883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2363,'','Cash','','2024-09-16 19:26:21','','0','6','2024-09-16 19:26:21','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726502515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2364,'mpesa','Mpesa','','2024-09-16 19:26:43','','0','6','2024-09-16 19:26:43','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61726503983','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2365,'','Cash','','2024-09-16 19:29:50','','0','6','2024-09-16 19:29:50','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726504009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2366,'','Cash','','2024-09-16 19:32:52','','0','6','2024-09-16 19:32:52','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61726504194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2367,'mpesa','Mpesa','','2024-09-16 19:36:50','','0','6','2024-09-16 19:36:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726504375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2368,'mpesa','Mpesa','','2024-09-16 19:48:39','','0','6','2024-09-16 19:48:39','','040','220','1','retail','0','220','1','0','0','0','0','0180','0','printed',' ','','11','0','61726504618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2369,'','Creditnote','','2024-09-16 19:53:01','','0','6','2024-09-16 19:53:01','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726505524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2370,'mpesa','Mpesa','','2024-09-16 19:56:54','','0','6','2024-09-16 19:56:54','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61726505799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2371,'mpesa','Mpesa','','2024-09-16 20:02:23','','0','6','2024-09-16 20:02:23','','040','120','1','retail','0','120','1','0','0','0','0','80','0','printed',' ','','2','0','61726505820','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2372,'mpesa','Mpesa','','2024-09-16 20:03:09','','0','6','2024-09-16 20:03:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726506164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2373,'mpesa','Mpesa','','2024-09-16 20:03:55','','0','6','2024-09-16 20:03:55','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','2','0','61726506199','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2374,'mpesa','Mpesa','','2024-09-16 20:06:10','','0','6','2024-09-16 20:06:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','11','0','61726506241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2375,'','Cash','','2024-09-16 20:10:05','','0','6','2024-09-16 20:10:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726506380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2376,'','Cash','','2024-09-16 20:18:32','','0','6','2024-09-16 20:18:32','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61726506607','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2377,'mpesa','Mpesa','','2024-09-16 20:41:42','','0','6','2024-09-16 20:41:42','','60','360','1','retail','0','360','1','0','0','0','0','300','0','printed',' ','','11','0','61726508449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2378,'','Creditnote','','2024-09-16 20:46:45','','0','6','2024-09-16 20:46:45','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726508799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2379,'','Cash','','2024-09-16 20:55:40','','0','6','2024-09-16 20:55:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726509325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2380,'','Creditnote','','2024-09-16 21:06:19','','0','6','2024-09-16 21:05:49','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','2','60','61726509936','No','6','2024-09-16 21:06:19','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2381,'','Invoice','','2024-09-17 06:21:15','','0','6','2024-09-17 06:21:15','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726543258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2382,'','Invoice','','2024-09-17 06:50:33','','0','6','2024-09-17 06:50:33','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726545016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2383,'','Invoice','','2024-09-17 06:57:01','','0','6','2024-09-17 06:57:01','25','160','360','1','retail','0','360','1','0','0','0','0','200','0','printed',' ','','2','0','61726545051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2384,'','Invoice','','2024-09-17 07:08:57','','0','6','2024-09-17 07:08:57','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726546119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2385,'mpesa','Mpesa','','2024-09-17 07:09:24','','0','6','2024-09-17 07:09:24','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61726546153','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2386,'','Invoice','','2024-09-17 07:10:43','','0','6','2024-09-17 07:10:43','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726546171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2387,'','Invoice','','2024-09-17 07:29:09','','0','6','2024-09-17 07:29:09','25','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','0','61726547317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2388,'','Cash','','2024-09-17 08:04:40','','0','6','2024-09-17 08:04:40','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726549472','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2389,'','Cash','','2024-09-17 08:05:52','','0','6','2024-09-17 08:05:52','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726549539','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2390,'','Invoice','','2024-09-17 08:10:36','','0','6','2024-09-17 08:10:36','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726549559','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2391,'mpesa','Mpesa','','2024-09-17 08:15:29','','0','6','2024-09-17 08:15:29','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726550120','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2392,'','Creditnote','','2024-09-17 08:17:48','','0','6','2024-09-17 08:17:48','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726550138','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2393,'','Creditnote','','2024-09-17 08:26:21','','0','6','2024-09-17 08:26:21','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726550766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2394,'','Cash','','2024-09-17 08:37:55','','0','6','2024-09-17 08:37:55','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726551468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2395,'','Cash','','2024-09-17 09:01:32','','0','6','2024-09-17 09:01:32','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','61726551478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2396,'','Invoice','','2024-09-17 09:01:48','','0','6','2024-09-17 09:01:48','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726552899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2397,'mpesa','Mpesa','','2024-09-17 09:06:57','','0','6','2024-09-17 09:06:57','','0','1700','1','retail','0','1700','1','0','0','0','0','1700','0','printed',' ','','2','0','61726553197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2398,'','Invoice','','2024-09-17 09:14:48','','0','6','2024-09-17 09:14:48','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726553448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2399,'','Invoice','','2024-09-17 09:48:58','','0','6','2024-09-17 09:48:58','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726555729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2400,'mpesa','Mpesa','','2024-09-17 09:49:18','','0','6','2024-09-17 09:49:18','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726555752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2401,'mpesa','Mpesa','','2024-09-17 10:37:28','','0','6','2024-09-17 10:37:28','','040','80','1','retail','0','80','1','0','0','0','0','40','0','printed',' ','','2','0','61726555762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2402,'mpesa','Mpesa','','2024-09-17 11:11:22','','0','6','2024-09-17 11:11:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726558766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2403,'','Invoice','','2024-09-17 11:11:42','','0','6','2024-09-17 11:11:42','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61726560690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2404,'mpesa','Mpesa','','2024-09-17 11:29:42','','0','6','2024-09-17 11:29:42','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726561777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2405,'mpesa','Mpesa','','2024-09-17 11:36:49','','0','6','2024-09-17 11:36:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726561788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2406,'mpesa','Mpesa','','2024-09-17 12:14:40','','0','6','2024-09-17 12:14:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726564475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2407,'mpesa','Mpesa','','2024-09-17 12:24:20','','0','6','2024-09-17 12:24:20','','0','385','1','retail','0','385','1','0','0','0','0','385','0','printed',' ','','2','0','61726564487','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2408,'','Invoice','','2024-09-17 12:25:58','','0','6','2024-09-17 12:25:58','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726565098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2409,'mjh','Mpesa','','2024-09-17 13:06:31','','0','6','2024-09-17 13:06:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726567057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2410,'mjh','Mpesa','','2024-09-17 13:19:00','','0','6','2024-09-17 13:19:00','','50','200','1','retail','0','200','1','0','0','0','0','150','0','printed',' ','','2','0','61726567599','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2411,'mjh','Mpesa','','2024-09-17 13:21:12','','0','6','2024-09-17 13:21:12','','0','45','1','retail','0','45','1','0','0','0','0','45','0','printed',' ','','7','0','61726568357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2412,'','Cash','','2024-09-17 13:43:51','','0','6','2024-09-17 13:43:51','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61726568478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2413,'','Cash','','2024-09-17 13:56:54','','0','6','2024-09-17 13:56:54','','170','170','1','retail','0','170','1','0','0','0','0','0','0','printed',' ','','7','0','61726569835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2414,'','Cash','','2024-09-17 14:03:04','','0','6','2024-09-17 14:03:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726570618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2415,'','Cash','','2024-09-17 14:05:33','','0','6','2024-09-17 14:05:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726570987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2416,'fg','Mpesa','','2024-09-17 14:57:56','','0','6','2024-09-17 14:57:56','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','11','0','61726571135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2417,'fg','Mpesa','','2024-09-17 15:07:03','','0','6','2024-09-17 15:07:03','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61726574283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2418,'','Cash','','2024-09-17 15:23:49','','0','6','2024-09-17 15:23:49','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','2','0','61726575816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2419,'','Creditnote','','2024-09-17 15:30:47','','0','6','2024-09-17 15:30:47','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726575834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2420,'','Invoice','','2024-09-17 15:31:21','','0','6','2024-09-17 15:31:21','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726576274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2421,'mjh','Mpesa','','2024-09-17 15:44:20','','0','6','2024-09-17 15:44:20','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726577055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2422,'bhg','Mpesa','','2024-09-17 15:58:57','','0','6','2024-09-17 15:58:57','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726577068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2423,'bhg','Mpesa','','2024-09-17 16:05:21','','0','6','2024-09-17 16:05:21','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','2','0','61726577943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2424,'bhg','Mpesa','','2024-09-17 16:38:43','','0','6','2024-09-17 16:38:43','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726578327','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2425,'bhg','Mpesa','','2024-09-17 16:45:30','','0','6','2024-09-17 16:45:30','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61726580330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2426,'','Invoice','','2024-09-17 16:47:59','','0','6','2024-09-17 16:47:59','25','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726580736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2427,'bhg','Mpesa','','2024-09-17 16:53:22','','0','6','2024-09-17 16:53:22','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726581193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2428,'','Creditnote','','2024-09-17 16:55:28','','0','6','2024-09-17 16:55:28','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726581208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2429,'mpesa','Mpesa','','2024-09-17 17:16:53','','0','6','2024-09-17 17:16:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726582537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2430,'','Creditnote','','2024-09-17 17:17:50','','0','6','2024-09-17 17:17:50','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726582653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2431,'mjh','Mpesa','','2024-09-17 17:29:30','','0','6','2024-09-17 17:29:30','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726583264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2432,'fg','Mpesa','','2024-09-17 17:32:04','','0','6','2024-09-17 17:32:04','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61726583376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2433,'','Cash','','2024-09-17 17:38:17','','0','6','2024-09-17 17:38:17','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726583530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2434,'mjh','Mpesa','','2024-09-17 17:40:17','','0','6','2024-09-17 17:40:17','','70','120','1','retail','0','120','1','0','0','0','0','50','0','printed',' ','','2','0','61726583901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2435,'bhg','Mpesa','','2024-09-17 17:51:45','','0','6','2024-09-17 17:51:45','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726584692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2436,'mpesa','Mpesa','','2024-09-17 18:26:58','','0','6','2024-09-17 18:26:58','','0415','495','1','retail','0','495','1','0','0','0','0','80','0','printed',' ','','1','0','61726586417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2437,'mpesa','Mpesa','','2024-09-17 18:30:07','','0','6','2024-09-17 18:30:07','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726586880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2438,'mpesa','Mpesa','','2024-09-17 18:37:22','','0','6','2024-09-17 18:37:22','','0205','385','1','retail','0','385','1','0','0','0','0','180','0','printed',' ','','7','0','61726587025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2439,'','Cash','','2024-09-17 18:38:51','','0','6','2024-09-17 18:38:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726587497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2440,'','Cash','','2024-09-17 18:51:55','','0','6','2024-09-17 18:51:55','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','6','0','61726587604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2441,'mpesa','Mpesa','','2024-09-17 19:02:08','','0','6','2024-09-17 19:02:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726588319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2442,'mpesa','Mpesa','','2024-09-17 19:08:02','','0','6','2024-09-17 19:08:02','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726589272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2443,'mpesa','Mpesa','','2024-09-17 19:09:10','','0','6','2024-09-17 19:09:10','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726589339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2444,'mpesa','Mpesa','','2024-09-17 19:15:13','','0','6','2024-09-17 19:15:13','','0','385','1','retail','0','385','1','0','0','0','0','385','0','printed',' ','','2','0','61726589356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2445,'','Cash','','2024-09-17 19:21:05','','0','6','2024-09-17 19:21:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726589745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2446,'bhg','Mpesa','','2024-09-17 19:21:58','','0','6','2024-09-17 19:21:58','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726590068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2447,'','Cash','','2024-09-17 19:25:52','','0','6','2024-09-17 19:25:52','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','2','0','61726590129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2448,'fg','Mpesa','','2024-09-17 19:26:19','','0','6','2024-09-17 19:26:19','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','2','0','61726590359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2449,'','Invoice','','2024-09-17 19:47:52','','0','6','2024-09-17 19:47:52','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726591665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2450,'mjh','Mpesa','','2024-09-17 19:48:44','','0','6','2024-09-17 19:48:44','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726591716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2451,'mjh','Mpesa','','2024-09-17 19:50:01','','0','6','2024-09-17 19:50:01','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','7','0','61726591730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2452,'mpesa','Mpesa','','2024-09-17 19:54:04','','0','6','2024-09-17 19:54:04','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726591806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2453,'','Cash','','2024-09-17 20:00:19','','0','6','2024-09-17 20:00:19','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','2','0','61726592052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2454,'','Cash','','2024-09-17 20:08:56','','0','6','2024-09-17 20:08:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726592424','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2455,'fg','Mpesa','','2024-09-17 20:09:23','','0','6','2024-09-17 20:09:23','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726592939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2456,'mpesa','Mpesa','','2024-09-17 20:17:22','','0','6','2024-09-17 20:17:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726592972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2457,'mjh','Mpesa','','2024-09-17 20:29:18','','0','6','2024-09-17 20:29:18','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','61726594146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2458,'','Cash','','2024-09-17 20:30:37','','0','6','2024-09-17 20:30:37','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726594164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2459,'bhg','Mpesa','','2024-09-17 20:36:09','','0','6','2024-09-17 20:36:09','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726594241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2460,'','Cash','','2024-09-17 20:43:30','','0','6','2024-09-17 20:43:30','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726594575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2461,'','Creditnote','','2024-09-17 20:43:44','','0','6','2024-09-17 20:43:44','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726595016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2462,'','Creditnote','','2024-09-17 20:44:08','','0','6','2024-09-17 20:44:08','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726595040','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2463,'','Cash','','2024-09-17 20:58:41','','0','6','2024-09-17 20:58:41','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726595798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2464,'bhg','Mpesa','','2024-09-17 20:59:55','','0','6','2024-09-17 20:59:55','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726595939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2465,'','Cash','','2024-09-17 21:00:08','','0','6','2024-09-17 21:00:08','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726596001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2466,'mjh','Mpesa','','2024-09-17 21:00:57','','0','6','2024-09-17 21:00:57','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61726596048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2467,'','Invoice','','2024-09-18 06:35:42','','0','6','2024-09-18 06:35:42','25','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','2','0','61726629530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2468,'','Invoice','','2024-09-18 06:36:50','','0','6','2024-09-18 06:36:50','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726630602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2469,'mpesa','Mpesa','','2024-09-18 06:49:55','','0','6','2024-09-18 06:49:55','','080','110','1','retail','0','110','1','0','0','0','0','30','0','printed',' ','','2','0','61726631375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2470,'','Invoice','','2024-09-18 06:51:08','','0','6','2024-09-18 06:51:08','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','2','0','61726631417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2471,'','Invoice','','2024-09-18 06:51:29','','0','6','2024-09-18 06:51:29','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726631479','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2472,'','Invoice','','2024-09-18 06:51:51','','0','6','2024-09-18 06:51:51','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726631500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2473,'','Invoice','','2024-09-18 06:54:31','','0','6','2024-09-18 06:54:31','25','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','61726631654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2474,'','Invoice','','2024-09-18 07:18:08','','0','6','2024-09-18 07:18:08','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726633077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2475,'','Invoice','','2024-09-18 07:26:47','','0','6','2024-09-18 07:26:47','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726633574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2476,'mpesa','Mpesa','','2024-09-18 07:43:16','','0','6','2024-09-18 07:43:16','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726634592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2477,'','Cash','','2024-09-18 08:11:12','','0','6','2024-09-18 08:11:12','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726634603','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2478,'','Creditnote','','2024-09-18 08:22:47','','0','6','2024-09-18 08:22:47','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726636953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2479,'','Cash','','2024-09-18 08:35:41','','0','6','2024-09-18 08:35:41','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726637731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2480,'','Invoice','','2024-09-18 08:37:16','','0','6','2024-09-18 08:37:16','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726637753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2481,'','Creditnote','','2024-09-18 08:55:25','','0','6','2024-09-18 08:55:25','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726637887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2482,'','Invoice','','2024-09-18 09:02:45','','0','6','2024-09-18 09:02:45','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726639359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2483,'mpesa','Mpesa','','2024-09-18 09:17:00','','0','6','2024-09-18 09:17:00','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726640208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2484,'mpesa','Mpesa','','2024-09-18 09:27:58','','0','6','2024-09-18 09:27:58','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726640228','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2485,'mpesa','Mpesa','','2024-09-18 09:34:30','','0','6','2024-09-18 09:34:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726640886','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2486,'mpesa','Mpesa','','2024-09-18 09:41:16','','0','6','2024-09-18 09:41:16','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726641277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2487,'','Invoice','','2024-09-18 09:45:38','','0','6','2024-09-18 09:45:38','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726641682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2488,'','Cash','','2024-09-18 09:54:17','','0','6','2024-09-18 09:54:17','25','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','2','0','61726642447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2489,'mpesa','Mpesa','','2024-09-18 09:59:30','','0','6','2024-09-18 09:59:30','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','2','0','61726642465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2490,'','Cash','','2024-09-18 10:28:44','','0','6','2024-09-18 10:28:44','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61726642775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2491,'','Creditnote','','2024-09-18 10:29:31','','0','6','2024-09-18 10:29:31','33 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726644528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2492,'','Invoice','','2024-09-18 11:04:23','','0','6','2024-09-18 11:04:23','25','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61726646649','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2493,'mpesa','Mpesa','','2024-09-18 11:39:52','','0','6','2024-09-18 11:39:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726648327','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2494,'mpesa','Mpesa','','2024-09-18 11:42:55','','0','6','2024-09-18 11:42:55','','050','90','1','retail','0','90','1','0','0','0','0','40','0','printed',' ','','2','0','61726648799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2495,'','Creditnote','','2024-09-18 12:04:57','','0','6','2024-09-18 12:04:57','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726648992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2496,'','Invoice','','2024-09-18 12:15:30','','0','6','2024-09-18 12:15:30','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726650918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2497,'mpesa','Mpesa','','2024-09-18 12:16:04','','0','6','2024-09-18 12:16:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','2','0','61726650948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2498,'','Creditnote','','2024-09-18 12:17:10','','0','6','2024-09-18 12:17:10','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726650972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2499,'mjh','Mpesa','','2024-09-18 12:26:08','','0','6','2024-09-18 12:26:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726651557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2500,'mpesa','Mpesa','','2024-09-18 12:49:24','','0','6','2024-09-18 12:49:24','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','11','0','61726652945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2501,'','Cash','','2024-09-18 13:15:46','','0','6','2024-09-18 13:15:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61726654530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2502,'','Cash','','2024-09-18 13:25:29','','0','6','2024-09-18 13:25:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726654551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2503,'mpesa','Mpesa','','2024-09-18 13:31:25','','0','6','2024-09-18 13:31:25','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726655475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2504,'mpesa','Mpesa','','2024-09-18 13:36:26','','0','6','2024-09-18 13:36:26','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726655776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2505,'','Cash','','2024-09-18 14:22:48','','0','6','2024-09-18 14:22:48','','140','140','1','retail','0','140','1','0','0','0','0','0','0','printed',' ','','11','0','61726655795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2506,'','Creditnote','','2024-09-18 14:33:15','','0','6','2024-09-18 14:33:15','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726658572','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2507,'','Invoice','','2024-09-18 14:56:47','','0','6','2024-09-18 14:56:47','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726660586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2508,'','Cash','','2024-09-18 16:14:59','','0','6','2024-09-18 16:14:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726664113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2509,'','Creditnote','','2024-09-18 16:26:52','','0','6','2024-09-18 16:26:52','24 ','0','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','40','61726665309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2510,'','Invoice','','2024-09-18 16:27:14','','0','6','2024-09-18 16:27:14','26','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726666027','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2511,'','Creditnote','','2024-09-18 16:39:02','','0','6','2024-09-18 16:39:02','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726666730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2512,'bhg','Mpesa','','2024-09-18 16:40:41','','0','6','2024-09-18 16:40:41','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726666829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2513,'mjh','Mpesa','','2024-09-18 17:02:49','','0','6','2024-09-18 17:02:49','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726667480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2514,'','Cash','','2024-09-18 17:06:20','','0','6','2024-09-18 17:06:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726668181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2515,'mjh','Mpesa','','2024-09-18 17:23:36','','0','6','2024-09-18 17:23:36','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726668382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2516,'mjh','Mpesa','','2024-09-18 17:35:03','','0','6','2024-09-18 17:35:03','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726669421','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2517,'','Creditnote','','2024-09-18 17:44:03','','0','6','2024-09-18 17:44:03','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726670110','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2518,'','Cash','','2024-09-18 18:05:41','','0','6','2024-09-18 18:05:41','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','61726671927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2519,'mjh','Mpesa','','2024-09-18 18:09:23','','0','6','2024-09-18 18:09:23','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726671944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2520,'','Invoice','','2024-09-18 18:09:42','','0','6','2024-09-18 18:09:42','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726672170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2521,'','Cash','','2024-09-18 18:24:55','','0','6','2024-09-18 18:24:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61726673070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2522,'bhg','Mpesa','','2024-09-18 18:25:26','','0','6','2024-09-18 18:25:26','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','7','0','61726673098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2523,'fg','Mpesa','','2024-09-18 18:26:08','','0','6','2024-09-18 18:26:08','','0','60','1','retail','0','60','1','0','0','0','0','60','0','new',' ','','2','0','61726673133','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2524,'','Cash','','2024-09-18 18:28:47','','0','6','2024-09-18 18:28:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726673176','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2525,'mjh','Mpesa','','2024-09-18 18:33:09','','0','6','2024-09-18 18:33:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726673330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2526,'','Cash','','2024-09-18 18:34:11','','0','6','2024-09-18 18:34:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726673634','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2527,'mjh','Mpesa','','2024-09-18 18:48:44','','0','6','2024-09-18 18:48:44','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726674307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2528,'fg','Mpesa','','2024-09-18 18:50:46','','0','6','2024-09-18 18:50:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726674530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2529,'','Cash','','2024-09-18 18:55:04','','0','6','2024-09-18 18:55:04','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','2','0','61726674653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2530,'bhg','Mpesa','','2024-09-18 18:55:18','','0','6','2024-09-18 18:55:18','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726674910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2531,'mjh','Mpesa','','2024-09-18 18:59:02','','0','6','2024-09-18 18:59:02','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726674924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2532,'','Cash','','2024-09-18 19:00:17','','0','6','2024-09-18 19:00:17','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','61726675160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2533,'','Cash','','2024-09-18 19:01:26','','0','6','2024-09-18 19:01:26','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726675219','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2534,'','Cash','','2024-09-18 19:20:03','','0','6','2024-09-18 19:20:03','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','2','0','61726676388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2535,'','Creditnote','','2024-09-18 19:21:32','','0','6','2024-09-18 19:21:32','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726676485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2536,'mpesa','Mpesa','','2024-09-18 19:21:53','','0','6','2024-09-18 19:21:53','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726676505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2537,'','Cash','','2024-09-18 19:24:53','','0','6','2024-09-18 19:24:53','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726676519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2538,'mjh','Mpesa','','2024-09-18 19:26:04','','0','6','2024-09-18 19:26:04','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','5','0','61726676757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2539,'','Cash','','2024-09-18 19:33:27','','0','6','2024-09-18 19:33:27','','140','140','1','retail','0','140','1','0','0','0','0','0','0','printed',' ','','7','0','61726676791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2540,'mjh','Mpesa','','2024-09-18 19:35:20','','0','6','2024-09-18 19:35:20','','20','160','1','retail','0','160','1','0','0','0','0','140','0','printed',' ','','2','0','61726677211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2541,'','Cash','','2024-09-18 19:36:24','','0','6','2024-09-18 19:36:24','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726677337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2542,'mjh','Mpesa','','2024-09-18 19:37:41','','0','6','2024-09-18 19:37:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726677386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2543,'mjh','Mpesa','','2024-09-18 19:53:13','','0','6','2024-09-18 19:53:13','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726678133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2544,'bhg','Mpesa','','2024-09-18 19:57:33','','0','6','2024-09-18 19:57:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726678400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2545,'bhg','Mpesa','','2024-09-18 19:58:00','','0','6','2024-09-18 19:58:00','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61726678664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2546,'','Cash','','2024-09-18 19:58:27','','0','6','2024-09-18 19:58:27','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726678688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2547,'mpesa','Mpesa','','2024-09-18 19:58:45','','0','6','2024-09-18 19:58:45','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726678712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2548,'bhg','Mpesa','','2024-09-18 20:03:30','','0','6','2024-09-18 20:03:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726679003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2549,'mjh','Mpesa','','2024-09-18 20:06:02','','0','6','2024-09-18 20:06:02','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726679017','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2550,'mpesa','Mpesa','','2024-09-18 20:06:59','','0','6','2024-09-18 20:06:59','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726679206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2551,'mjh','Mpesa','','2024-09-18 20:08:19','','0','6','2024-09-18 20:08:19','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726679290','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2552,'mjh','Mpesa','','2024-09-18 20:11:15','','0','6','2024-09-18 20:11:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726679467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2553,'','Cash','','2024-09-18 20:12:41','','0','6','2024-09-18 20:12:41','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726679489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2554,'mjh','Mpesa','','2024-09-18 20:19:29','','0','6','2024-09-18 20:19:29','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','5','0','61726679961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2555,'','Creditnote','','2024-09-18 20:28:50','','0','6','2024-09-18 20:28:50','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61726680519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2556,'','Invoice','','2024-09-19 06:17:42','','0','6','2024-09-19 06:17:42','25','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','2','0','61726715849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2557,'','Invoice','','2024-09-19 06:18:06','','0','6','2024-09-19 06:18:06','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726715874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2558,'','Invoice','','2024-09-19 06:18:34','','0','6','2024-09-19 06:18:34','25','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','2','0','61726715896','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2559,'mpesa','Mpesa','','2024-09-19 06:19:50','','0','6','2024-09-19 06:19:50','','030','70','1','retail','0','70','1','0','0','0','0','40','0','printed',' ','','2','0','61726715975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2560,'','Cash','','2024-09-19 06:28:06','','0','6','2024-09-19 06:28:06','','140','140','1','retail','0','140','1','0','0','0','0','0','0','printed',' ','','2','0','61726716008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2561,'','Cash','','2024-09-19 06:32:14','','0','6','2024-09-19 06:32:14','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726716490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2562,'','Invoice','','2024-09-19 06:44:25','','0','6','2024-09-19 06:44:25','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','61726716737','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2563,'','Invoice','','2024-09-19 06:44:55','','0','6','2024-09-19 06:44:55','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726717475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2564,'mpesa','Mpesa','','2024-09-19 07:25:27','','0','6','2024-09-19 07:25:27','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726719918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2565,'','Invoice','','2024-09-19 07:51:15','','0','6','2024-09-19 07:51:15','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','61726721439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2566,'mpesa','Mpesa','','2024-09-19 07:59:03','','0','6','2024-09-19 07:59:03','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61726721924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2567,'','Invoice','','2024-09-19 08:20:03','','0','6','2024-09-19 08:20:03','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726721961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2568,'','Invoice','','2024-09-19 08:26:52','','0','6','2024-09-19 08:26:52','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726723436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2569,'','Cash','','2024-09-19 08:27:25','','0','6','2024-09-19 08:27:25','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61726723623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2570,'','Creditnote','','2024-09-19 08:27:44','','0','6','2024-09-19 08:27:44','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726723653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2571,'','Creditnote','','2024-09-19 08:28:24','','0','6','2024-09-19 08:28:24','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','61726723696','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2572,'mpesa','Mpesa','','2024-09-19 08:35:04','','0','6','2024-09-19 08:35:04','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726724095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2573,'','Invoice','','2024-09-19 09:01:43','','0','6','2024-09-19 09:01:43','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726724109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2574,'mpesa','Mpesa','','2024-09-19 09:02:03','','0','6','2024-09-19 09:02:03','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726725715','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2575,'','Cash','','2024-09-19 09:09:34','','0','6','2024-09-19 09:09:34','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726725736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2576,'','Invoice','','2024-09-19 09:16:46','','0','6','2024-09-19 09:16:46','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726726178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2577,'mpesa','Mpesa','','2024-09-19 09:46:05','','0','6','2024-09-19 09:46:05','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726728355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2578,'mpesa','Mpesa','','2024-09-19 09:54:06','','0','6','2024-09-19 09:54:06','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726728373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2579,'','Invoice','','2024-09-19 10:18:00','','0','6','2024-09-19 10:18:00','24','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726730267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2580,'','Invoice','','2024-09-19 10:18:35','','0','6','2024-09-19 10:18:35','25','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726730304','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2581,'mpesa','Mpesa','','2024-09-19 10:31:04','','0','6','2024-09-19 10:31:04','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726730402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2582,'mpesa','Mpesa','','2024-09-19 10:42:06','','0','6','2024-09-19 10:42:06','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726731705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2583,'mpesa','Mpesa','','2024-09-19 11:15:56','','0','6','2024-09-19 11:15:56','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61726731732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2584,'','Invoice','','2024-09-19 11:44:12','','0','6','2024-09-19 11:44:12','25','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','2','0','61726733764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2585,'mpesa','Mpesa','','2024-09-19 11:45:31','','0','6','2024-09-19 11:45:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','61726735523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2586,'','Cash','','2024-09-19 11:56:00','','0','6','2024-09-19 11:56:00','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','61726735538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2587,'','Cash','','2024-09-19 12:49:04','','0','6','2024-09-19 12:49:04','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','7','0','61726737469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2588,'','Creditnote','','2024-09-19 12:52:46','','0','6','2024-09-19 12:52:46','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726739347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2589,'','Invoice','','2024-09-19 20:16:08','','0','6','2024-09-19 13:07:43','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','new',' ','','1','0','61726740445','No','6','2024-09-19 20:16:08','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2590,'mbn','Mpesa','','2024-09-19 13:10:37','','0','6','2024-09-19 13:10:37','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','2','0','61726740624','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2591,'mjh','Mpesa','','2024-09-19 13:40:01','','0','6','2024-09-19 13:40:01','','50','300','1','retail','0','300','1','0','0','0','0','250','0','printed',' ','','6','0','61726741063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2592,'','Cash','','2024-09-19 13:42:42','','0','6','2024-09-19 13:42:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726742555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2593,'','Cash','','2024-09-19 13:51:14','','0','6','2024-09-19 13:51:14','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','11','0','61726742566','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2594,'','Invoice','','2024-09-19 14:29:37','','0','6','2024-09-19 14:29:37','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726743080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2595,'','Cash','','2024-09-19 14:32:34','','0','6','2024-09-19 14:32:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','2','0','61726745543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2596,'mpesa','Mpesa','','2024-09-19 14:38:29','','0','6','2024-09-19 14:38:29','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','11','0','61726745557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2597,'','Invoice','','2024-09-19 14:45:44','','0','6','2024-09-19 14:45:44','25','50','930','1','retail','0','930','1','0','0','0','0','880','0','printed',' ','','2','0','61726745915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2598,'','Cash','','2024-09-19 14:50:51','','0','6','2024-09-19 14:50:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726746640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2599,'mpesa','Mpesa','','2024-09-19 14:58:08','','0','6','2024-09-19 14:58:08','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','11','0','61726746654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2600,'','Invoice','','2024-09-19 15:02:54','','0','6','2024-09-19 15:02:54','25','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61726747096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2601,'mpesa','Mpesa','','2024-09-19 15:13:06','','0','6','2024-09-19 15:13:06','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726747975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2602,'','Creditnote','','2024-09-19 15:20:59','','0','6','2024-09-19 15:20:59','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','61726747994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2603,'mpesa','Mpesa','','2024-09-19 15:27:39','','0','6','2024-09-19 15:27:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','6','0','61726748851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2604,'mjh','Mpesa','','2024-09-19 15:39:18','','0','6','2024-09-19 15:39:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726748865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2605,'','Creditnote','','2024-09-19 15:56:29','','0','6','2024-09-19 15:56:29','24 ','0','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','40','61726749565','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2606,'mjh','Mpesa','','2024-09-19 16:04:02','','0','6','2024-09-19 16:04:02','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61726751025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2607,'mjh','Mpesa','','2024-09-19 16:13:19','','0','6','2024-09-19 16:13:19','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726751048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2608,'mpesa','Mpesa','','2024-09-19 16:31:33','','0','6','2024-09-19 16:31:33','','0','580','1','retail','0','580','1','0','0','0','0','580','0','printed',' ','','2','0','61726751994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2609,'mpesa','Mpesa','','2024-09-19 16:40:25','','0','6','2024-09-19 16:40:25','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','7','0','61726752735','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2610,'','Invoice','','2024-09-19 16:53:30','','0','6','2024-09-19 16:53:30','25','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','61726753232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2611,'','Creditnote','','2024-09-19 17:03:18','','0','6','2024-09-19 17:03:18','38 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','60','61726754585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2612,'','Creditnote','','2024-09-19 17:06:47','','0','6','2024-09-19 17:06:47','33 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726754799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2613,'bhg','Mpesa','','2024-09-19 17:29:18','','0','6','2024-09-19 17:29:18','','100','280','1','retail','0','280','1','0','0','0','0','180','0','printed',' ','','2','0','61726756140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2614,'','Creditnote','','2024-09-19 17:38:57','','0','6','2024-09-19 17:38:57','41 ','0','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','160','61726756723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2615,'fg','Mpesa','','2024-09-19 17:44:59','','0','6','2024-09-19 17:44:59','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','61726757077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2616,'mjh','Mpesa','','2024-09-19 17:47:14','','0','6','2024-09-19 17:47:14','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726757108','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2617,'mjh','Mpesa','','2024-09-19 17:51:24','','0','6','2024-09-19 17:51:24','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','61726757245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2618,'mjh','Mpesa','','2024-09-19 17:53:41','','0','6','2024-09-19 17:53:41','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','61726757490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2619,'mjh','Mpesa','','2024-09-19 18:15:23','','0','6','2024-09-19 18:15:23','','200','300','1','retail','0','300','1','0','0','0','0','100','0','printed',' ','','2','0','61726757628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2620,'bhg','Mpesa','','2024-09-19 18:20:37','','0','6','2024-09-19 18:20:37','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726758947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2621,'','Cash','','2024-09-19 18:21:24','','0','6','2024-09-19 18:21:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','61726759275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2622,'','Cash','','2024-09-19 18:24:38','','0','6','2024-09-19 18:24:38','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726759288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2623,'mjh','Mpesa','','2024-09-19 18:24:54','','0','6','2024-09-19 18:24:54','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','61726759483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2624,'','Cash','','2024-09-19 18:28:23','','0','6','2024-09-19 18:28:23','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','0','61726759560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2625,'bhg','Mpesa','','2024-09-19 18:32:19','','0','6','2024-09-19 18:32:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61726759706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2626,'mpesa','Mpesa','','2024-09-19 18:36:58','','0','6','2024-09-19 18:36:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','61726759944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2627,'','Cash','','2024-09-19 18:39:08','','0','6','2024-09-19 18:39:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','61726760268','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2628,'','Cash','','2024-09-19 18:42:41','','0','6','2024-09-19 18:42:41','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','61726760351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2629,'','Cash','','2024-09-19 18:45:03','','0','6','2024-09-19 18:45:03','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726760564','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2630,'mjh','Mpesa','','2024-09-19 18:47:31','','0','6','2024-09-19 18:47:31','','100','160','1','retail','0','160','1','0','0','0','0','60','0','printed',' ','','2','0','61726760705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2631,'','Creditnote','','2024-09-19 19:03:39','','0','6','2024-09-19 19:03:39','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','61726760873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2632,'mjh','Mpesa','','2024-09-19 19:08:21','','0','6','2024-09-19 19:08:21','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726762093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2633,'','Cash','','2024-09-19 19:08:35','','0','6','2024-09-19 19:08:35','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','61726762109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2634,'mjh','Mpesa','','2024-09-19 19:18:04','','0','6','2024-09-19 19:18:04','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','61726762629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2635,'mjh','Mpesa','','2024-09-19 19:31:28','','0','6','2024-09-19 19:31:28','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','61726763476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2636,'mpesa','Mpesa','','2024-09-19 19:35:48','','0','6','2024-09-19 19:35:48','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726763515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2637,'','Invoice','','2024-09-19 19:37:54','','0','6','2024-09-19 19:37:54','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','61726763754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2638,'mpesa','Mpesa','','2024-09-19 19:45:45','','0','6','2024-09-19 19:45:45','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','61726764332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2639,'mpesa','Mpesa','','2024-09-19 19:47:54','','0','6','2024-09-19 19:47:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61726764367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2640,'mjh','Mpesa','','2024-09-19 19:55:41','','0','6','2024-09-19 19:55:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','61726764924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2641,'mjh','Mpesa','','2024-09-19 19:56:06','','0','6','2024-09-19 19:56:06','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','61726764946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2642,'mpesa','Mpesa','','2024-09-19 20:01:34','','0','6','2024-09-19 20:01:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61726765285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2643,'','Creditnote','','2024-09-19 20:34:35','','0','6','2024-09-19 20:34:35','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','61726767266','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2644,'bhg','Mpesa','','2024-09-19 20:41:00','','0','6','2024-09-19 20:41:00','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','7','0','61726767643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2645,'','Invoice','','2024-09-20 06:20:14','','0','4','2024-09-20 06:20:14','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41726802403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2646,'','Invoice','','2024-09-20 06:20:36','','0','4','2024-09-20 06:20:36','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726802426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2647,'','Invoice','','2024-09-20 06:21:15','','0','4','2024-09-20 06:21:15','25','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','2','0','41726802446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2648,'bhg','Mpesa','','2024-09-20 06:25:17','','0','4','2024-09-20 06:25:17','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726802705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2649,'','Cash','','2024-09-20 06:25:36','','0','4','2024-09-20 06:25:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','41726802725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2650,'','Invoice','','2024-09-20 06:57:46','','0','4','2024-09-20 06:57:46','25','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726802739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2651,'','Invoice','','2024-09-20 07:26:43','','0','4','2024-09-20 07:26:43','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726806395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2652,'','Invoice','','2024-09-20 07:27:07','','0','4','2024-09-20 07:27:07','25','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','2','0','41726806417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2653,'','Invoice','','2024-09-20 07:36:56','','0','4','2024-09-20 07:36:56','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41726807005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2654,'mjh','Mpesa','','2024-09-20 07:55:47','','0','4','2024-09-20 07:55:47','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726807181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2655,'','Invoice','','2024-09-20 07:56:49','','0','4','2024-09-20 07:56:49','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726808152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2656,'mjh','Mpesa','','2024-09-20 08:12:48','','0','4','2024-09-20 08:12:48','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','41726809154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2657,'mjh','Mpesa','','2024-09-20 08:19:10','','0','4','2024-09-20 08:19:10','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726809173','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2658,'','Creditnote','','2024-09-20 08:27:29','','0','4','2024-09-20 08:27:29','26 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726809556','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2659,'','Invoice','','2024-09-20 08:30:36','','0','4','2024-09-20 08:30:36','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726810230','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2660,'mjh','Mpesa','','2024-09-20 08:31:02','','0','4','2024-09-20 08:31:02','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726810250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2661,'','Creditnote','','2024-09-20 08:36:15','','0','4','2024-09-20 08:36:15','28 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41726810267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2662,'','Invoice','','2024-09-20 08:55:12','','0','4','2024-09-20 08:55:12','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726810592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2663,'','Invoice','','2024-09-20 09:12:28','','0','4','2024-09-20 09:12:28','25','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','2','0','41726811726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2664,'','Invoice','','2024-09-20 09:12:56','','0','4','2024-09-20 09:12:56','25','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','2','0','41726812761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2665,'bhg','Mpesa','','2024-09-20 09:13:15','','0','4','2024-09-20 09:13:15','','030','60','1','retail','0','60','1','0','0','0','0','30','0','printed',' ','','2','0','41726812786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2666,'','Invoice','','2024-09-20 09:14:03','','0','4','2024-09-20 09:14:03','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726812817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2667,'bhg','Mpesa','','2024-09-20 09:40:01','','0','4','2024-09-20 09:40:01','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726814391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2668,'mjh','Mpesa','','2024-09-20 10:09:44','','0','4','2024-09-20 10:09:44','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','2','0','41726814408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2669,'','Cash','','2024-09-20 10:16:42','','0','4','2024-09-20 10:16:42','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','0','41726816212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2670,'mjh','Mpesa','','2024-09-20 10:16:57','','0','4','2024-09-20 10:16:57','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726816606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2671,'','Cash','','2024-09-20 10:28:56','','0','4','2024-09-20 10:28:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726816621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2672,'fg','Mpesa','','2024-09-20 10:30:33','','0','4','2024-09-20 10:30:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726817339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2673,'','Cash','','2024-09-20 10:54:18','','0','4','2024-09-20 10:54:18','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726817442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2674,'','Invoice','','2024-09-20 20:16:43','','0','4','2024-09-20 11:04:11','25','0','800','1','retail','0','800','1','0','0','0','0','800','0','new',' ','','2','0','41726819442','No','4','2024-09-20 20:16:43','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2675,'','Cash','','2024-09-20 11:40:52','','0','4','2024-09-20 11:40:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','41726821645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2676,'','Cash','','2024-09-20 12:28:26','','0','4','2024-09-20 12:28:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41726821655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2677,'bhg','Mpesa','','2024-09-20 12:51:49','','0','4','2024-09-20 12:51:49','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','2','0','41726825123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2678,'mpesa','Mpesa','','2024-09-20 13:12:31','','0','4','2024-09-20 13:12:31','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41726825914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2679,'','Cash','','2024-09-20 13:17:36','','0','4','2024-09-20 13:17:36','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41726827205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2680,'','Creditnote','','2024-09-20 13:35:15','','0','4','2024-09-20 13:35:15','34 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726827458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2681,'mjh','Mpesa','','2024-09-20 13:50:21','','0','4','2024-09-20 13:50:21','','060','120','1','retail','0','120','1','0','0','0','0','60','0','printed',' ','','11','0','41726829411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2682,'','Cash','','2024-09-20 13:52:28','','0','4','2024-09-20 13:52:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726829434','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2683,'','Invoice','','2024-09-20 13:54:15','','0','4','2024-09-20 13:54:15','25','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','2','0','41726829646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2684,'','Cash','','2024-09-20 14:02:25','','0','4','2024-09-20 14:02:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','11','0','41726830132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2685,'mjh','Mpesa','','2024-09-20 14:14:24','','0','4','2024-09-20 14:14:24','','205','345','1','retail','0','345','1','0','0','0','0','140','0','printed',' ','','7','0','41726830152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2686,'','Cash','','2024-09-20 14:23:39','','0','4','2024-09-20 14:23:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726830898','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2687,'','Cash','','2024-09-20 14:28:42','','0','4','2024-09-20 14:28:42','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','11','0','41726831422','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2688,'mpesa','Mpesa','','2024-09-20 14:40:08','','0','4','2024-09-20 14:40:08','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','11','0','41726831761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2689,'','Cash','','2024-09-20 15:14:17','','0','4','2024-09-20 15:14:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726832416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2690,'bhg','Mpesa','','2024-09-20 15:20:08','','0','4','2024-09-20 15:20:08','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','11','0','41726834461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2691,'','Cash','','2024-09-20 15:26:56','','0','4','2024-09-20 15:26:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','41726834831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2692,'bhg','Mpesa','','2024-09-20 15:45:01','','0','4','2024-09-20 15:45:01','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726835219','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2693,'mjh','Mpesa','','2024-09-20 15:50:21','','0','4','2024-09-20 15:50:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41726836307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2694,'','Creditnote','','2024-09-20 15:52:09','','0','4','2024-09-20 15:52:09','29 ','0','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','2','120','41726836721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2695,'','Cash','','2024-09-20 15:56:55','','0','4','2024-09-20 15:56:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41726836759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2696,'bhg','Mpesa','','2024-09-20 16:16:27','','0','4','2024-09-20 16:16:27','','0','75','1','retail','0','75','1','0','0','0','0','75','0','printed',' ','','1','0','41726838170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2697,'','Invoice','','2024-09-20 16:21:28','','0','4','2024-09-20 16:21:28','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','41726838194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2698,'','Cash','','2024-09-20 16:40:18','','0','4','2024-09-20 16:40:18','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','0','41726839158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2699,'','Cash','','2024-09-20 16:46:12','','0','4','2024-09-20 16:46:12','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726839622','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2700,'mjh','Mpesa','','2024-09-20 17:34:03','','0','4','2024-09-20 17:34:03','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','2','0','41726839974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2701,'mpesa','Mpesa','','2024-09-20 17:52:24','','0','4','2024-09-20 17:52:24','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','2','0','41726842850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2702,'','Cash','','2024-09-20 17:58:53','','0','4','2024-09-20 17:58:53','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','7','0','41726843950','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2703,'mjh','Mpesa','','2024-09-20 17:59:12','','0','4','2024-09-20 17:59:12','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','2','0','41726844338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2704,'','Creditnote','','2024-09-20 18:00:19','','0','4','2024-09-20 18:00:19','38 ','0','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','2','320','41726844407','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2705,'mjh','Mpesa','','2024-09-20 18:08:50','','0','4','2024-09-20 18:08:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726844923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2706,'mjh','Mpesa','','2024-09-20 18:13:14','','0','4','2024-09-20 18:13:14','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','41726844936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2707,'','Invoice','','2024-09-20 18:14:08','','0','4','2024-09-20 18:14:08','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726845239','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2708,'','Invoice','','2024-09-20 18:14:34','','0','4','2024-09-20 18:14:34','25','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','2','0','41726845263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2709,'','Invoice','','2024-09-20 18:15:36','','0','4','2024-09-20 18:15:36','25','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','2','0','41726845329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2710,'bhg','Mpesa','','2024-09-20 18:17:56','','0','4','2024-09-20 18:17:56','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726845368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2711,'bhg','Mpesa','','2024-09-20 18:32:39','','0','4','2024-09-20 18:32:39','','0','485','1','retail','0','485','1','0','0','0','0','485','0','printed',' ','','11','0','41726845519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2712,'','Cash','','2024-09-20 18:33:09','','0','4','2024-09-20 18:33:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','2','0','41726846374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2713,'mjh','Mpesa','','2024-09-20 18:45:28','','0','4','2024-09-20 18:45:28','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726846515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2714,'','Invoice','','2024-09-20 18:45:41','','0','4','2024-09-20 18:45:41','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726847135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2715,'fg','Mpesa','','2024-09-20 18:53:08','','0','4','2024-09-20 18:53:08','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41726847561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2716,'mjh','Mpesa','','2024-09-20 18:58:40','','0','4','2024-09-20 18:58:40','25','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','5','0','41726847595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2717,'mpesa','Mpesa','','2024-09-20 19:11:55','','0','4','2024-09-20 19:11:55','','030','40','1','retail','0','40','1','0','0','0','0','10','0','printed',' ','','2','0','41726847969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2718,'bhg','Mpesa','','2024-09-20 19:14:52','','0','4','2024-09-20 19:14:52','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','2','0','41726848748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2719,'bhg','Mpesa','','2024-09-20 19:16:41','','0','4','2024-09-20 19:16:41','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','11','0','41726848936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2720,'','Creditnote','','2024-09-20 19:22:46','','0','4','2024-09-20 19:22:46','30 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726849034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2721,'bhg','Mpesa','','2024-09-20 19:35:23','','0','4','2024-09-20 19:35:23','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','2','0','41726849385','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2722,'','Cash','','2024-09-20 19:38:54','','0','4','2024-09-20 19:38:54','','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','2','0','41726850141','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2723,'','Invoice','','2024-09-20 19:39:10','','0','4','2024-09-20 19:39:10','25','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','2','0','41726850339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2724,'mjh','Mpesa','','2024-09-20 19:40:05','','0','4','2024-09-20 19:40:05','','0','80','1','retail','0','80','1','0','0','0','0','80','0','new',' ','','2','0','41726850400','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2725,'','Cash','','2024-09-20 19:55:29','','0','4','2024-09-20 19:55:29','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','2','0','41726851311','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2726,'mjh','Mpesa','','2024-09-20 19:56:49','','0','4','2024-09-20 19:56:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','7','0','41726851351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2727,'','Creditnote','','2024-09-20 20:23:16','','0','4','2024-09-20 20:23:16','36 ','0','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','2','80','41726852987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2728,'mjh','Mpesa','','2024-09-20 20:35:58','','0','4','2024-09-20 20:35:58','','0','225','1','retail','0','225','1','0','0','0','0','225','0','printed',' ','','1','0','41726853456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2729,'mjh','Mpesa','','2024-09-20 20:40:34','','0','4','2024-09-20 20:40:34','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','11','0','41726853768','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2730,'mjh','Mpesa','','2024-09-20 20:43:16','','0','4','2024-09-20 20:43:16','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','2','0','41726854164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2731,'','Creditnote','','2024-09-20 20:50:25','','0','4','2024-09-20 20:50:25','27 ','0','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','2','60','41726854611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `taxcode` varchar(50) DEFAULT NULL, `myinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3255 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_order` -- LOCK TABLES `sales_order` WRITE; /*!40000 ALTER TABLE `sales_order` DISABLE KEYS */; INSERT INTO `sales_order` VALUES (1,'11723889455','120',1.00,'100','retail','0','2024-08-17 13:10:55','bale','','','60.735','Cash',0.00,'100','','','1','16.00','1','2024-08-17 10:12:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','','','','1172388946321423232732'),(2,'11723900248','9',1.00,'80','retail','0','2024-08-17 16:10:48','bale','','','68','Cash',0.00,'80','','','1','16.00','1','2024-08-17 13:11:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','216.85','215.85','Inclusive','branch','Inventory','','','','','','','1172390025432323003733'),(3,'11723901672','3',1.00,'150','retail','0','2024-08-17 16:34:32','bale','','','85.43612','Cash',0.00,'150','','','1','16.00','1','2024-08-17 13:34:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','','','','1172390167972300003001'),(4,'61723903499','9',2.50,'200','retail','0','2024-08-17 17:04:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-17 14:08:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','100.00','97.5','Inclusive','branch','Inventory','','','','','','','6172390353353332002232'),(5,'61723903766','9',5.00,'400','retail','0','2024-08-17 17:09:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-17 14:12:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','97.50','92.5','Inclusive','branch','Inventory','','','','','','','6172390384234202018013'),(6,'61723903973','9',1.00,'80','retail','0','2024-08-17 17:12:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-17 14:15:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.50','91.5','Inclusive','branch','Inventory','','','','','','','6172390402933200333003'),(7,'61723907639','106',1.00,'100','retail','0','2024-08-17 18:13:59','bale','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-17 15:14:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172390765323323225033'),(8,'61723907699','108',1.00,'100','retail','0','2024-08-17 18:14:59','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-17 15:15:53','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172390774803437643232'),(9,'41723967984','9',1.00,'80','retail','0','2024-08-18 10:59:44','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','301.50','300.5','Inclusive','branch','Inventory','','','','','','','4172396799302496936303'),(10,'41723967984','9',2.00,'160','retail','0','2024-08-18 10:59:54','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','300.50','298.5','Inclusive','branch','Inventory','','','','','','','4172396801112733333222'),(11,'41723967984','9',1.25,'100','retail','0','2024-08-18 11:00:11','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','298.50','297.25','Inclusive','branch','Inventory','','','','','','','4172396802503222322220'),(12,'41723967984','109',2.00,'200','retail','0','2024-08-18 11:00:25','bale','','','54','Cash',0.00,'100','','','4','16.00','1','2024-08-18 08:15:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','','','','4172396806620089226803'),(13,'41723967984','9',0.63,'50','retail','0','2024-08-18 11:01:06','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','297.25','296.625','Inclusive','branch','Inventory','','','','','','','4172396808808208242848'),(14,'41723967984','9',2.00,'160','retail','0','2024-08-18 11:01:28','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','296.63','294.63','Inclusive','branch','Inventory','','','','','','','4172396810131172214968'),(15,'41723967984','9',2.00,'160','retail','0','2024-08-18 11:01:42','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','294.63','292.63','Inclusive','branch','Inventory','','','','','','','4172396811871362438020'),(16,'41723967984','80',2.00,'40','retail','0','2024-08-18 11:01:58','bale','','','12','Cash',0.00,'20','','','4','16.00','1','2024-08-18 08:15:29','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','','','','4172396814622104332222'),(17,'41723967984','9',0.75,'60','retail','0','2024-08-18 11:02:26','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','292.63','291.88','Inclusive','branch','Inventory','','','','','','','4172396820432437003401'),(18,'41723967984','9',2.00,'160','retail','0','2024-08-18 11:03:25','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','291.88','289.88','Inclusive','branch','Inventory','','','','','','','4172396822134722329321'),(19,'41723967984','119',1.00,'60','retail','0','2024-08-18 11:03:41','bale','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-18 08:15:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172396823762440237220'),(20,'41723967984','9',0.38,'30','retail','0','2024-08-18 11:03:58','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','289.88','289.505','Inclusive','branch','Inventory','','','','','','','4172396826902220239721'),(21,'41723967984','120',1.00,'100','retail','0','2024-08-18 11:06:41','bale','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-08-18 08:15:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172396864330021047833'),(22,'41723967984','114',1.00,'100','retail','0','2024-08-18 11:10:43','bale','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-18 08:15:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172396866023032230322'),(23,'41723967984','9',1.00,'80','retail','0','2024-08-18 11:11:01','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:15:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','289.51','288.51','Inclusive','branch','Inventory','','','','','','','4172396867173762232330'),(24,'41723968929','9',1.00,'80','retail','0','2024-08-18 11:15:29','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:17:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.51','287.51','Inclusive','branch','Inventory','','','','','','','4172396899312430333030'),(25,'41723968929','9',1.25,'100','retail','0','2024-08-18 11:16:33','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:17:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','287.51','286.26','Inclusive','branch','Inventory','','','','','','','4172396900629707300060'),(26,'41723968929','9',1.25,'100','retail','0','2024-08-18 11:16:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:17:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','286.26','285.01','Inclusive','branch','Inventory','','','','','','','4172396902503222222309'),(27,'41723968929','9',0.75,'60','retail','0','2024-08-18 11:17:05','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:17:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','285.01','284.26','Inclusive','branch','Inventory','','','','','','','4172396904749023222233'),(28,'41723968929','9',1.00,'80','retail','0','2024-08-18 11:17:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:17:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','284.26','283.26','Inclusive','branch','Inventory','','','','','','','4172396905523226202233'),(29,'41723969074','9',0.75,'60','retail','0','2024-08-18 11:17:54','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:20:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','283.26','282.51','Inclusive','branch','Inventory','','','','','','','4172396915323342000532'),(30,'41723969074','53',2.00,'160','retail','0','2024-08-18 11:19:13','bale','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:20:13','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','','','','4172396916843423902029'),(31,'41723969074','11',1.00,'50','retail','0','2024-08-18 11:19:28','bale','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-18 08:20:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172396918003243222103'),(32,'41723969074','9',1.50,'120','retail','0','2024-08-18 11:19:40','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 08:20:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','282.51','281.01','Inclusive','branch','Inventory','','','','','','','4172396919239377302331'),(33,'41723972034','9',2.00,'160','retail','0','2024-08-18 12:07:14','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:07:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','281.01','279.01','Inclusive','branch','Inventory','','','','','','','4172397204730302340300'),(34,'41723972034','2',1.00,'50','retail','0','2024-08-18 12:07:28','bale','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-08-18 09:07:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172397205570330035593'),(35,'41723972069','9',2.00,'160','retail','0','2024-08-18 12:07:49','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:09:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','279.01','277.01','Inclusive','branch','Inventory','','','','','','','4172397209500037220252'),(36,'41723972143','9',5.00,'400','retail','0','2024-08-18 12:09:03','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:10:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','277.01','272.01','Inclusive','branch','Inventory','','','','','','','4172397218832102043202'),(37,'41723972216','9',4.00,'320','retail','0','2024-08-18 12:10:16','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:35:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','272.01','268.01','Inclusive','branch','Inventory','','','','','','','4172397231320320479922'),(38,'41723973758','9',2.00,'160','retail','0','2024-08-18 12:35:58','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:36:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','268.01','266.01','Inclusive','branch','Inventory','','','','','','','4172397377023742232030'),(39,'41723973787','9',1.50,'120','retail','0','2024-08-18 12:36:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:37:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','266.01','264.51','Inclusive','branch','Inventory','','','','','','','4172397380532233333202'),(40,'41723974098','9',2.00,'160','retail','0','2024-08-18 12:41:38','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 09:43:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','264.51','262.51','Inclusive','branch','Inventory','','','','','','','4172397411039203133312'),(41,'41723974098','11',1.00,'50','retail','0','2024-08-18 12:41:50','bale','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-18 09:43:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','4172397419303322333023'),(42,'41723974202','1',1.00,'80','retail','0','2024-08-18 12:43:22','bale','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-18 10:44:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172397784333034700723'),(43,'41723974202','5',1.00,'50','retail','0','2024-08-18 13:44:03','bale','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-08-18 10:44:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172397785403418737303'),(44,'41723977869','13',1.00,'70','retail','0','2024-08-18 13:44:29','bale','','','50','Cash',0.00,'70','','','4','16.00','1','2024-08-18 10:51:03','3','3','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172397824931323924343'),(45,'41723978490','9',1.00,'80','retail','0','2024-08-18 13:54:50','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 10:55:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','262.51','261.51','Inclusive','branch','Inventory','','','','','','','4172397849947224093413'),(46,'41723978513','119',1.00,'60','retail','0','2024-08-18 13:55:13','bale','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-18 11:16:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','4172397978842243032032'),(47,'41723979819','106',2.00,'200','retail','0','2024-08-18 14:17:00','bale','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-18 11:41:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','99.00','97','Inclusive','branch','Inventory','','','','','','','4172398127833023900923'),(48,'41723981296','9',1.00,'80','retail','0','2024-08-18 14:41:36','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 12:32:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.51','260.51','Inclusive','branch','Inventory','','','','','','','4172398431401233382210'),(49,'41723981296','120',1.00,'100','retail','0','2024-08-18 15:31:55','bale','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-08-18 12:32:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','4172398432622232210040'),(50,'41723984352','1',1.00,'80','retail','0','2024-08-18 15:32:32','bale','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-18 12:46:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','4172398517572020043334'),(51,'41723985195','9',0.88,'70','retail','0','2024-08-18 15:46:35','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:14:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','260.51','259.635','Inclusive','branch','Inventory','','','','','','','4172398682562007337220'),(52,'41723986888','104',3.00,'300','retail','0','2024-08-18 16:14:48','bale','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-08-18 13:23:39','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','100.00','97','Inclusive','branch','Inventory','','','','','','','4172398740100234890233'),(53,'41723987419','66',1.00,'150','retail','0','2024-08-18 16:23:40','bale','','','59.82','Cash',0.00,'150','','','4','16.00','1','2024-08-18 13:29:04','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172398773633034700823'),(54,'41723988352','9',0.50,'40','retail','0','2024-08-18 16:39:12','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:40:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','259.64','259.14','Inclusive','branch','Inventory','','','','','','','4172398843629022102222'),(55,'41723988452','9',2.00,'160','retail','0','2024-08-18 16:40:52','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:42:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','259.14','257.14','Inclusive','branch','Inventory','','','','','','','4172398854992291380142'),(56,'41723988552','9',1.50,'120','retail','0','2024-08-18 16:42:32','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:50:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','257.14','255.64','Inclusive','branch','Inventory','','','','','','','4172398894223028224249'),(57,'41723989064','9',2.00,'160','retail','0','2024-08-18 16:51:04','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:51:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','255.64','253.64','Inclusive','branch','Inventory','','','','','','','4172398907590000022733'),(58,'41723989106','9',3.00,'240','retail','0','2024-08-18 16:51:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 13:52:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','253.64','250.64','Inclusive','branch','Inventory','','','','','','','4172398911803233034212'),(59,'41723989553','4',1.00,'150','retail','0','2024-08-18 16:59:13','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-18 13:59:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172398956660320230232'),(60,'41723989577','119',1.00,'60','retail','0','2024-08-18 16:59:37','bale','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-18 14:35:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','4172399169202623022922'),(61,'41723991703','9',1.00,'80','retail','0','2024-08-18 17:35:03','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 14:45:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','250.64','249.64','Inclusive','branch','Inventory','','','','','','','4172399233399073132213'),(62,'41723992342','6',1.00,'80','retail','0','2024-08-18 17:45:42','bale','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-18 14:51:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172399262623333232372'),(63,'41723992342','9',0.38,'30','retail','0','2024-08-18 17:50:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 14:51:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','249.64','249.265','Inclusive','branch','Inventory','','','','','','','4172399265320332249959'),(64,'41723992700','9',2.00,'160','retail','0','2024-08-18 17:51:40','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 14:53:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','249.27','247.27','Inclusive','branch','Inventory','','','','','','','4172399273304909300324'),(65,'41723994238','9',3.50,'280','retail','0','2024-08-18 18:17:18','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 15:18:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','247.27','243.77','Inclusive','branch','Inventory','','','','','','','4172399425626213223129'),(66,'41723994238','119',2.00,'120','retail','0','2024-08-18 18:17:36','bale','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-18 15:18:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','','','','','','','4172399427293020323333'),(67,'41723994309','9',0.50,'40','retail','0','2024-08-18 18:18:29','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 15:19:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','243.77','243.27','Inclusive','branch','Inventory','','','','','','','4172399436230290332222'),(68,'41723994374','9',1.00,'80','retail','0','2024-08-18 18:19:34','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 15:37:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','243.27','242.27','Inclusive','branch','Inventory','','','','','','','4172399464733440932344'),(69,'41723994374','113',2.00,'120','retail','0','2024-08-18 18:24:07','bale','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-18 15:37:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','','','','4172399466246330233630'),(70,'41723995422','3',5.00,'750','retail','0','2024-08-18 18:37:02','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-18 15:52:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','100.00','95','Inclusive','branch','Inventory','','','','','','','4172399589322222332943'),(71,'41723995422','9',5.00,'400','retail','0','2024-08-18 18:44:53','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 15:52:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','242.27','237.27','Inclusive','branch','Inventory','','','','','','','4172399590803993230723'),(72,'41724000198','9',1.25,'100','retail','0','2024-08-18 19:56:38','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 16:57:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','237.27','236.02','Inclusive','branch','Inventory','','','','','','','4172400020917442700430'),(73,'41724000234','9',0.75,'60','retail','0','2024-08-18 19:57:14','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 16:57:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','236.02','235.27','Inclusive','branch','Inventory','','','','','','','4172400025033330704002'),(74,'41724000296','9',5.25,'420','retail','0','2024-08-18 19:58:16','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 17:00:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5.25','235.27','230.02','Inclusive','branch','Inventory','','','','','','','4172400031423733202222'),(75,'41724000296','9',2.50,'200','retail','0','2024-08-18 19:58:34','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 17:00:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','230.02','227.52','Inclusive','branch','Inventory','','','','','','','4172400033330420303333'),(76,'41724000296','106',1.00,'100','retail','0','2024-08-18 19:58:53','bale','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-18 17:00:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','','','','4172400035142203020020'),(77,'41724000296','99',1.00,'100','retail','0','2024-08-18 19:59:11','bale','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-08-18 17:00:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','4172400040820043022322'),(78,'41724000884','9',10.00,'800','retail','0','2024-08-18 20:08:04','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 17:09:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','227.52','217.52','Inclusive','branch','Inventory','','','','','','','4172400089522203420338'),(79,'41724001386','9',1.00,'80','retail','0','2024-08-18 20:16:26','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-18 17:16:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.52','216.52','Inclusive','branch','Inventory','','','','','','','4172400139323230371340'),(80,'61724040245','9',1.00,'80','retail','0','2024-08-19 07:04:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:06:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','366.52','365.52','Inclusive','branch','Inventory','','','','','','','6172404029229290463023'),(81,'61724040245','11',1.00,'50','retail','0','2024-08-19 07:04:52','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 04:06:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','6172404031212633220227'),(82,'61724040371','9',3.00,'240','retail','0','2024-08-19 07:06:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:07:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','365.52','362.52','Inclusive','branch','Inventory','','','','','','','6172404041042332333232'),(83,'61724040529','9',2.00,'160','retail','0','2024-08-19 07:08:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:09:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','362.52','360.52','Inclusive','branch','Inventory','','','','','','','6172404056332102043202'),(84,'61724041592','9',4.00,'320','retail','0','2024-08-19 07:26:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:27:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','360.52','356.52','Inclusive','branch','Inventory','','','','','','','6172404163940223233232'),(85,'61724041926','9',4.50,'360','retail','0','2024-08-19 07:32:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','356.52','352.02','Inclusive','branch','Inventory','','','','','','','6172404208243323236624'),(86,'61724041926','9',4.00,'320','retail','0','2024-08-19 07:34:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','352.02','348.02','Inclusive','branch','Inventory','','','','','','','6172404209802270247320'),(87,'61724041926','9',1.25,'100','retail','0','2024-08-19 07:34:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 04:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','348.02','346.77','Inclusive','branch','Inventory','','','','','','','6172404211636224123033'),(88,'61724043394','11',1.00,'50','retail','0','2024-08-19 07:56:34','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 04:57:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','','','','6172404340913230323344'),(89,'61724043425','9',0.63,'50','retail','0','2024-08-19 07:57:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:04:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','346.77','346.145','Inclusive','branch','Inventory','','','','','','','6172404381924103701202'),(90,'61724043425','11',1.00,'50','retail','0','2024-08-19 08:03:39','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 05:04:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','','','','6172404383737234441720'),(91,'61724043970','9',0.63,'50','retail','0','2024-08-19 08:06:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:07:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','346.15','345.525','Inclusive','branch','Inventory','','','','','','','6172404398848292482133'),(92,'61724044250','9',1.00,'80','retail','0','2024-08-19 08:10:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:11:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','345.53','344.53','Inclusive','branch','Inventory','','','','','','','6172404427033723134341'),(93,'61724044856','9',5.00,'400','retail','0','2024-08-19 08:20:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:28:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','344.53','339.53','Inclusive','branch','Inventory','','','','','','','6172404525634653206622'),(94,'61724045639','9',0.63,'50','retail','0','2024-08-19 08:33:59','pc','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:35:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','339.53','338.905','Inclusive','branch','Inventory','','','','','','','6172404566232320062333'),(95,'61724046137','9',2.00,'160','retail','0','2024-08-19 08:42:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 05:43:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','338.91','336.91','Inclusive','branch','Inventory','','','','','','','6172404615320310233262'),(96,'61724046185','9',4.00,'320','retail','0','2024-08-19 08:43:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:10:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','336.91','332.91','Inclusive','branch','Inventory','','','','','','','6172404780217627322330'),(97,'61724047842','9',1.00,'80','retail','0','2024-08-19 09:10:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:12:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','332.91','331.91','Inclusive','branch','Inventory','','','','','','','6172404792232220270222'),(98,'61724047937','9',1.50,'120','retail','0','2024-08-19 09:12:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:12:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','331.91','330.41','Inclusive','branch','Inventory','','','','','','','6172404796022923022322'),(99,'61724047974','9',2.00,'160','retail','0','2024-08-19 09:12:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:13:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','330.41','328.41','Inclusive','branch','Inventory','','','','','','','6172404801522257203333'),(100,'61724048442','9',2.00,'160','retail','0','2024-08-19 09:20:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:21:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','328.41','326.41','Inclusive','branch','Inventory','','','','','','','6172404845704307012273'),(101,'61724048478','9',1.25,'100','retail','0','2024-08-19 09:21:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:21:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','326.41','325.16','Inclusive','branch','Inventory','','','','','','','6172404850060223030220'),(102,'61724049081','11',1.00,'50','retail','0','2024-08-19 09:31:21','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 06:32:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','','','','6172404909733794714323'),(103,'61724049645','9',1.00,'80','retail','0','2024-08-19 09:40:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:41:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','325.16','324.16','Inclusive','branch','Inventory','','','','','','','6172404967232922403042'),(104,'61724049803','9',4.00,'320','retail','0','2024-08-19 09:43:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:44:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','324.16','320.16','Inclusive','branch','Inventory','','','','','','','6172404981640234628126'),(105,'61724049877','9',1.50,'120','retail','0','2024-08-19 09:44:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:45:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','320.16','318.66','Inclusive','branch','Inventory','','','','','','','6172404988803248407233'),(106,'61724050604','9',2.00,'160','retail','0','2024-08-19 09:56:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 06:58:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','318.66','316.66','Inclusive','branch','Inventory','','','','','','','6172405061929630235306'),(107,'61724051034','9',0.50,'40','retail','0','2024-08-19 10:03:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 07:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','316.66','316.16','Inclusive','branch','Inventory','','','','','','','6172405106220565203200'),(108,'61724051072','9',2.00,'160','retail','0','2024-08-19 10:04:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 07:19:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','316.16','314.16','Inclusive','branch','Inventory','','','','','','','6172405193824002093003'),(109,'61724052278','9',0.50,'40','retail','0','2024-08-19 10:24:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 07:28:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','314.16','313.66','Inclusive','branch','Inventory','','','','','','','6172405253042036224243'),(110,'61724052740','9',0.38,'30','retail','0','2024-08-19 10:32:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 07:35:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','313.66','313.285','Inclusive','branch','Inventory','','','','','','','6172405289133220402001'),(111,'61724052940','119',1.00,'60','retail','0','2024-08-19 10:35:40','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-19 07:57:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','','','','6172405421523320022222'),(112,'61724054238','119',1.00,'60','retail','0','2024-08-19 10:57:18','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-19 08:00:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','','','','6172405445222642236272'),(113,'61724054460','9',1.25,'100','retail','0','2024-08-19 11:01:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 08:05:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','313.29','312.04','Inclusive','branch','Inventory','','','','','','','6172405465756100724725'),(114,'61724054723','21',1.00,'80','retail','0','2024-08-19 11:05:23','','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-19 08:21:18','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172405565904020324333'),(115,'61724055785','9',1.00,'80','retail','0','2024-08-19 11:23:05','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 08:29:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','312.04','311.04','Inclusive','branch','Inventory','','','','','','','6172405613171025122310'),(116,'61724057381','10',1.00,'40','retail','0','2024-08-19 11:49:41','bale','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-08-19 08:50:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172405739304033202337'),(117,'61724057564','21',1.00,'80','retail','0','2024-08-19 11:52:44','','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-19 08:53:23','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172405757431005722233'),(118,'61724057604','9',1.00,'80','retail','0','2024-08-19 11:53:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 09:07:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','311.04','310.04','Inclusive','branch','Inventory','','','','','','','6172405844220422342222'),(119,'61724058458','9',2.00,'160','retail','0','2024-08-19 12:07:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 09:29:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','310.04','308.04','Inclusive','branch','Inventory','','','','','','','6172405966822265263308'),(120,'61724058458','80',1.00,'20','retail','0','2024-08-19 12:27:48','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-19 09:29:10','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','6172405969023202340723'),(121,'61724059751','13',1.00,'70','retail','0','2024-08-19 12:29:11','','','','50','Cash',0.00,'70','','','6','16.00','1','2024-08-19 09:31:18','3','3','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172405984293600213532'),(122,'61724060073','112',1.00,'180','retail','0','2024-08-19 12:34:33','','','','103.52','Cash',0.00,'180','','','6','16.00','1','2024-08-19 09:35:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172406010330100300033'),(123,'61724060073','80',1.00,'20','retail','0','2024-08-19 12:35:03','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-19 09:35:28','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','','','','6172406011540240423223'),(124,'61724060129','4',1.00,'150','retail','0','2024-08-19 12:35:29','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-19 09:37:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172406022732332302072'),(125,'61724060129','80',1.00,'20','retail','0','2024-08-19 12:37:08','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-19 09:37:29','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','','','','6172406024240326233202'),(126,'61724060250','9',2.00,'160','retail','0','2024-08-19 12:37:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 10:05:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','308.04','306.04','Inclusive','branch','Inventory','','','','','','','6172406192523439236033'),(127,'61724061933','114',1.00,'100','retail','0','2024-08-19 13:05:33','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-08-19 10:10:13','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172406217202222233326'),(128,'61724061933','117',1.00,'100','retail','0','2024-08-19 13:09:32','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-08-19 10:10:13','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172406218923262263236'),(129,'61724062791','9',2.00,'160','retail','0','2024-08-19 13:19:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 10:27:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','306.04','304.04','Inclusive','branch','Inventory','','','','','','','6172406280707227670122'),(130,'61724063238','11',1.00,'50','retail','0','2024-08-19 13:27:18','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 10:41:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','','','','6172406406224330633333'),(131,'61724064593','110',1.00,'60','retail','0','2024-08-19 13:49:53','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-08-19 10:50:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172406460800338330343'),(132,'61724064926','9',2.00,'160','retail','0','2024-08-19 13:55:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 10:56:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','304.04','302.04','Inclusive','branch','Inventory','','','','','','','6172406495630033439120'),(133,'61724069927','9',0.63,'50','retail','0','2024-08-19 15:18:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 12:19:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','302.04','301.415','Inclusive','branch','Inventory','','','','','','','6172406997633133233272'),(134,'61724070092','9',3.75,'300','retail','0','2024-08-19 15:21:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 12:22:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','301.42','297.67','Inclusive','branch','Inventory','','','','','','','6172407011530433020200'),(135,'61724071009','9',2.00,'160','retail','0','2024-08-19 15:36:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 12:37:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','297.67','295.67','Inclusive','branch','Inventory','','','','','','','6172407103422220604330'),(136,'61724071055','9',0.38,'30','retail','0','2024-08-19 15:37:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 12:47:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','295.67','295.295','Inclusive','branch','Inventory','','','','','','','6172407163634373230232'),(137,'61724073619','6',1.00,'80','retail','0','2024-08-19 16:20:19','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-19 13:23:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172407364442602443624'),(138,'61724073619','116',1.00,'60','retail','0','2024-08-19 16:20:45','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-19 13:23:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172407371430743300700'),(139,'61724073619','115',1.00,'180','retail','0','2024-08-19 16:21:54','','','','174.71','Cash',0.00,'180','','','6','16.00','1','2024-08-19 13:23:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172407375007322322212'),(140,'61724073824','69',1.00,'300','retail','0','2024-08-19 16:23:44','','','','98.25','Cash',0.00,'300','','','6','16.00','1','2024-08-19 13:25:49','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172407390133293643324'),(141,'61724074727','117',1.00,'100','retail','0','2024-08-19 16:38:47','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-08-19 13:39:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172407474830370202304'),(142,'61724075908','9',2.00,'160','retail','0','2024-08-19 16:58:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 13:59:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','295.30','293.3','Inclusive','branch','Inventory','','','','','','','6172407594943322632329'),(143,'61724076155','80',1.00,'20','retail','0','2024-08-19 17:02:35','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-19 14:14:11','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','','','','6172407680823302002236'),(144,'61724076155','9',1.00,'80','retail','0','2024-08-19 17:13:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 14:14:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','293.30','292.3','Inclusive','branch','Inventory','','','','','','','6172407683022301000202'),(145,'61724076852','9',0.63,'50','retail','0','2024-08-19 17:14:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 14:18:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','292.30','291.675','Inclusive','branch','Inventory','','','','','','','6172407711620304423303'),(146,'61724077130','116',1.00,'60','retail','0','2024-08-19 17:18:50','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-19 14:31:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172407785923732839333'),(147,'61724077876','116',1.00,'60','retail','0','2024-08-19 17:31:16','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-19 14:38:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','6172407827132283027023'),(148,'61724078780','9',2.50,'200','retail','0','2024-08-19 17:46:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 14:47:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','291.68','289.18','Inclusive','branch','Inventory','','','','','','','6172407880428083063042'),(149,'61724078860','9',1.00,'80','retail','0','2024-08-19 17:47:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 14:49:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','289.18','288.18','Inclusive','branch','Inventory','','','','','','','6172407897337002713322'),(150,'61724078990','9',1.00,'80','retail','0','2024-08-19 17:49:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 14:55:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.18','287.18','Inclusive','branch','Inventory','','','','','','','6172407932833392323003'),(151,'61724079347','9',2.88,'230','retail','0','2024-08-19 17:55:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:00:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.875','287.18','284.305','Inclusive','branch','Inventory','','','','','','','6172407957340750306933'),(152,'61724079649','9',4.00,'320','retail','0','2024-08-19 18:00:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:21:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','284.31','280.31','Inclusive','branch','Inventory','','','','','','','6172408087123283233322'),(153,'61724080900','9',1.25,'100','retail','0','2024-08-19 18:21:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:42:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','280.31','279.06','Inclusive','branch','Inventory','','','','','','','6172408206022633230372'),(154,'61724080900','9',2.00,'160','retail','0','2024-08-19 18:41:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:42:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','279.06','277.06','Inclusive','branch','Inventory','','','','','','','6172408209422043373304'),(155,'61724080900','116',1.00,'60','retail','0','2024-08-19 18:41:47','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-19 15:42:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','','','','6172408212421221202032'),(156,'61724082146','9',0.50,'40','retail','0','2024-08-19 18:42:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:44:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','277.06','276.56','Inclusive','branch','Inventory','','','','','','','6172408223632022040203'),(157,'61724082146','6',1.00,'80','retail','0','2024-08-19 18:43:56','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:44:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','6172408225522047225522'),(158,'61724082271','9',2.00,'160','retail','0','2024-08-19 18:44:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:52:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','276.56','274.56','Inclusive','branch','Inventory','','','','','','','6172408269826003102610'),(159,'61724082724','4',2.00,'300','retail','0','2024-08-19 18:52:04','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-19 15:54:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','98.00','96','Inclusive','branch','Inventory','','','','','','','6172408276723330232334'),(160,'61724082724','71',1.00,'40','retail','0','2024-08-19 18:52:48','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-08-19 15:54:10','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172408278437320082340'),(161,'61724082850','9',4.25,'340','retail','0','2024-08-19 18:54:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:55:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.25','274.56','270.31','Inclusive','branch','Inventory','','','','','','','6172408291633306203282'),(162,'61724082850','9',2.00,'160','retail','0','2024-08-19 18:55:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 15:55:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','270.31','268.31','Inclusive','branch','Inventory','','','','','','','6172408293306203321301'),(163,'61724083287','9',5.50,'440','retail','0','2024-08-19 19:01:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:02:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5.5','268.31','262.81','Inclusive','branch','Inventory','','','','','','','6172408333617020062331'),(164,'61724083425','2',1.00,'50','retail','0','2024-08-19 19:03:45','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-08-19 16:07:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172408361949024304329'),(165,'61724083425','11',1.00,'50','retail','0','2024-08-19 19:06:59','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-19 16:07:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','','','','6172408363300330066643'),(166,'61724083668','9',2.00,'160','retail','0','2024-08-19 19:07:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:11:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','262.81','260.81','Inclusive','branch','Inventory','','','','','','','6172408389848132229236'),(167,'61724083915','9',2.00,'160','retail','0','2024-08-19 19:11:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:19:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','260.81','258.81','Inclusive','branch','Inventory','','','','','','','6172408434442230232300'),(168,'61724084357','9',3.50,'280','retail','0','2024-08-19 19:19:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:26:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','258.81','255.31','Inclusive','branch','Inventory','','','','','','','6172408468222624304601'),(169,'61724086178','9',3.88,'310','retail','0','2024-08-19 19:49:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:50:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.875','255.31','251.435','Inclusive','branch','Inventory','','','','','','','6172408620122673332320'),(170,'61724086213','9',1.25,'100','retail','0','2024-08-19 19:50:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:51:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','251.44','250.19','Inclusive','branch','Inventory','','','','','','','6172408624246322422222'),(171,'61724086281','9',0.75,'60','retail','0','2024-08-19 19:51:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-19 16:51:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','250.19','249.44','Inclusive','branch','Inventory','','','','','','','6172408629742061373290'),(172,'61724086751','109',1.00,'100','retail','0','2024-08-19 19:59:11','','','','54','Cash',0.00,'100','','','6','16.00','1','2024-08-19 17:00:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','','','','6172408676862244432322'),(173,'61724089141','22',1.00,'80','retail','0','2024-08-19 20:39:01','','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-19 17:39:53','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','','','','6172408916132320324323'),(174,'61724125620','9',1.00,'80','retail','0','2024-08-20 06:47:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 03:48:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','399.44','398.44','Inclusive','branch','Inventory','','','','','','','6172412565042222432622'),(175,'61724125620','11',1.00,'50','retail','0','2024-08-20 06:47:30','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 03:48:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','','','','','','','6172412566134213226402'),(176,'61724125695','9',4.50,'360','retail','0','2024-08-20 06:48:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 03:49:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','398.44','393.94','Inclusive','branch','Inventory','','','','','','','6172412575702307012273'),(177,'61724125796','9',4.00,'320','retail','0','2024-08-20 06:49:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 03:50:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','393.94','389.94','Inclusive','branch','Inventory','','','','','','','6172412581572422033342'),(178,'61724125884','9',2.00,'160','retail','0','2024-08-20 06:51:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 03:51:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','389.94','387.94','Inclusive','branch','Inventory','','','','','','','6172412589823803022338'),(179,'61724125924','9',1.25,'100','retail','0','2024-08-20 06:52:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 03:52:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','387.94','386.69','Inclusive','branch','Inventory','','','','','','','6172412595037232131703'),(180,'61724127837','9',4.00,'320','retail','0','2024-08-20 07:23:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 04:24:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','386.69','382.69','Inclusive','branch','Inventory','','','','','','','6172412786002432222622'),(181,'61724128442','9',5.25,'420','retail','0','2024-08-20 07:34:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 04:36:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5.25','382.69','377.44','Inclusive','branch','Inventory','','','','','','','6172412852233402042228'),(182,'61724128442','115',5.00,'900','retail','0','2024-08-20 07:35:22','','','','174.71','Cash',0.00,'180','','','6','16.00','1','2024-08-20 04:36:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','99.00','94','Inclusive','branch','Inventory','','','','','','','6172412854250681247044'),(183,'61724128574','9',1.50,'120','retail','0','2024-08-20 07:36:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 04:38:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','377.44','375.94','Inclusive','branch','Inventory','','','','','','','6172412870510320273142'),(184,'61724128752','9',2.00,'160','retail','0','2024-08-20 07:39:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 04:39:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','375.94','373.94','Inclusive','branch','Inventory','','','','','','','6172412876323414770332'),(185,'61724129591','9',0.50,'40','retail','0','2024-08-20 07:53:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 04:53:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','373.94','373.44','Inclusive','branch','Inventory','','','','','','','6172412960623324230622'),(186,'61724129640','11',1.00,'50','retail','0','2024-08-20 07:54:00','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 04:54:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','','','','','','','6172412965094332063106'),(187,'61724129658','11',1.00,'50','retail','0','2024-08-20 07:54:18','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 05:02:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','','','','','','','6172413011376412721023'),(188,'61724130171','9',0.50,'40','retail','0','2024-08-20 08:02:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 05:03:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','373.44','372.94','Inclusive','branch','Inventory','','','','','','','6172413018423847240733'),(189,'61724130191','9',4.00,'320','retail','0','2024-08-20 08:03:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 05:20:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','372.94','368.94','Inclusive','branch','Inventory','','','','','','','6172413117374231330436'),(190,'61724131236','9',0.75,'60','retail','0','2024-08-20 08:20:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 05:21:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','368.94','368.19','Inclusive','branch','Inventory','','','','','','','6172413126333224430062'),(191,'61724131293','9',0.50,'40','retail','0','2024-08-20 08:21:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 05:23:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','368.19','367.69','Inclusive','branch','Inventory','','','','','','','6172413139923301431332'),(192,'61724131405','9',3.00,'240','retail','0','2024-08-20 08:23:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 05:24:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','367.69','364.69','Inclusive','branch','Inventory','','','','','','','6172413143232612443424'),(193,'61724131474','9',1.25,'100','retail','0','2024-08-20 08:24:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:01:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','364.69','363.44','Inclusive','branch','Inventory','','','','','','','6172413369416222203237'),(194,'61724134256','9',10.00,'800','retail','0','2024-08-20 09:10:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:11:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','363.44','353.44','Inclusive','branch','Inventory','','','','','','','6172413426722224261023'),(195,'61724134549','9',1.00,'80','retail','0','2024-08-20 09:15:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:16:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','353.44','352.44','Inclusive','branch','Inventory','','','','','','','6172413457620226223033'),(196,'61724134592','9',1.00,'80','retail','0','2024-08-20 09:16:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:17:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','352.44','351.44','Inclusive','branch','Inventory','','','','','','','6172413461033432312226'),(197,'61724134715','9',1.00,'80','retail','0','2024-08-20 09:18:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:22:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','351.44','350.44','Inclusive','branch','Inventory','','','','','','','6172413472222034344422'),(198,'61724134715','110',1.00,'60','retail','0','2024-08-20 09:18:43','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-08-20 06:22:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','','','','6172413489212374020922'),(199,'61724134930','9',2.00,'160','retail','0','2024-08-20 09:22:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:36:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','350.44','348.44','Inclusive','branch','Inventory','','','','','','','6172413572532153620602'),(200,'61724136324','11',1.00,'50','retail','0','2024-08-20 09:45:24','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 06:48:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','','','','','','','6172413648330023473326'),(201,'61724136504','80',1.00,'20','retail','0','2024-08-20 09:48:24','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-20 06:52:21','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','','','','6172413671563237204633'),(202,'61724136504','9',1.00,'80','retail','0','2024-08-20 09:51:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:52:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','348.44','347.44','Inclusive','branch','Inventory','','','','','','','6172413673022723243226'),(203,'61724136745','9',0.75,'60','retail','0','2024-08-20 09:52:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 06:59:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','347.44','346.69','Inclusive','branch','Inventory','','','','','','','6172413718121372410382'),(204,'61724137202','9',1.00,'80','retail','0','2024-08-20 10:00:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 07:09:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','346.69','345.69','Inclusive','branch','Inventory','','','','','','','6172413778001227231710'),(205,'61724137800','9',2.00,'160','retail','0','2024-08-20 10:10:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 07:28:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','345.69','343.69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172413884823233022320'),(206,'61724138889','106',1.00,'100','retail','0','2024-08-20 10:28:09','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-20 07:54:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414047900233320222'),(207,'61724140504','9',0.38,'30','retail','0','2024-08-20 10:55:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 07:56:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','343.69','343.315','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414056423062223022'),(208,'61724140599','9',1.00,'80','retail','0','2024-08-20 10:56:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 08:00:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','343.32','342.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414079020371270322'),(209,'61724140820','9',1.50,'120','retail','0','2024-08-20 11:00:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 08:06:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','312.32','310.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414115922433525213'),(210,'61724143960','9',1.25,'100','retail','0','2024-08-20 11:52:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 08:53:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','310.82','309.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414399027132221132'),(211,'61724147366','11',1.00,'50','retail','0','2024-08-20 12:49:26','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 09:49:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414737804030207211'),(212,'61724147389','113',1.00,'60','retail','0','2024-08-20 12:49:49','bale','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-20 10:33:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414997043232413022'),(213,'61724147389','119',1.00,'60','retail','0','2024-08-20 13:32:50','bale','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-20 10:33:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172414997803227220922'),(214,'61724149987','11',1.00,'50','retail','0','2024-08-20 13:33:07','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 10:47:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415086234562022402'),(215,'61724150872','9',4.00,'320','retail','0','2024-08-20 13:47:52','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 11:19:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','309.57','305.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415278122720322022'),(216,'61724152798','11',1.00,'50','retail','0','2024-08-20 14:19:58','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 11:41:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415405943403006221'),(217,'61724154386','3',1.00,'150','retail','0','2024-08-20 14:46:26','bale','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-20 11:50:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415463422322211021'),(218,'61724154642','9',1.00,'80','retail','0','2024-08-20 14:50:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 12:16:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','305.57','304.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415620223320233730'),(219,'61724156743','9',0.50,'40','retail','0','2024-08-20 15:25:43','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 12:27:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','304.57','304.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415676376301302216'),(220,'61724156743','9',0.75,'60','retail','0','2024-08-20 15:26:04','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 12:27:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','304.07','303.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415678533663333270'),(221,'61724156832','11',1.00,'50','retail','0','2024-08-20 15:27:12','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 12:42:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415773237622203207'),(222,'61724157736','11',2.00,'100','retail','0','2024-08-20 15:42:16','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 12:48:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172415811142304013422'),(223,'61724162976','9',1.25,'100','retail','0','2024-08-20 17:09:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:12:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','303.32','302.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416315123342000532'),(224,'61724163179','9',0.50,'40','retail','0','2024-08-20 17:12:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:13:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','302.07','301.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416320406343232233'),(225,'61724163270','53',1.00,'80','retail','0','2024-08-20 17:14:30','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:14:51','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416328442222340663'),(226,'61724163292','9',2.00,'160','retail','0','2024-08-20 17:14:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:15:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','301.57','299.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416332022323326604'),(227,'61724163292','1',1.00,'80','retail','0','2024-08-20 17:15:20','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:15:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416333526233062340'),(228,'61724163347','9',2.00,'160','retail','0','2024-08-20 17:15:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:17:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','299.57','297.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416340422232203220'),(229,'61724163435','9',5.00,'400','retail','0','2024-08-20 17:17:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:17:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','297.57','292.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416346106123427343'),(230,'61724163476','9',1.00,'80','retail','0','2024-08-20 17:17:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:18:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','292.57','291.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416350424053362012'),(231,'61724163528','114',2.00,'200','retail','0','2024-08-20 17:18:48','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-08-20 14:19:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','98.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416355631006322233'),(232,'61724163528','110',1.00,'60','retail','0','2024-08-20 17:19:17','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-08-20 14:19:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416357722263330627'),(233,'61724163824','13',1.00,'70','retail','0','2024-08-20 17:23:44','','','','50','Cash',0.00,'70','','','6','16.00','1','2024-08-20 14:24:12','3','3','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416384030220070006'),(234,'61724163870','9',0.75,'60','retail','0','2024-08-20 17:24:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:28:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','291.57','290.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416410030333033310'),(235,'61724164119','9',0.38,'30','retail','0','2024-08-20 17:28:39','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:29:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','290.82','290.445','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416416660216643304'),(236,'61724164662','120',1.00,'100','retail','0','2024-08-20 17:37:42','bale','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-20 14:38:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416471532232232030'),(237,'61724164719','9',2.00,'160','retail','0','2024-08-20 17:38:39','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:39:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','290.45','288.45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416477123261373374'),(238,'61724164784','9',0.38,'30','retail','0','2024-08-20 17:39:45','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:41:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','288.45','288.075','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416490910946000623'),(239,'61724164913','9',3.00,'240','retail','0','2024-08-20 17:41:53','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 14:46:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','288.08','285.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172416516838203161333'),(240,'61724170952','9',1.75,'140','retail','0','2024-08-20 19:22:33','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','285.08','283.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417097762913230637'),(241,'61724170952','9',0.50,'40','retail','0','2024-08-20 19:22:57','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','283.33','282.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417100323062223122'),(242,'61724170952','9',1.00,'80','retail','0','2024-08-20 19:23:23','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','282.83','281.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417101868373103211'),(243,'61724170952','9',5.00,'400','retail','0','2024-08-20 19:23:38','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','281.83','276.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417104713032222404'),(244,'61724170952','9',1.00,'80','retail','0','2024-08-20 19:24:07','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','276.83','275.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417105930334357306'),(245,'61724170952','9',2.00,'160','retail','0','2024-08-20 19:24:19','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','275.83','273.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417107223432320231'),(246,'61724170952','80',2.00,'40','retail','0','2024-08-20 19:24:32','bale','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-20 16:29:23','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417108820232273731'),(247,'61724170952','9',1.50,'120','retail','0','2024-08-20 19:24:50','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','273.83','272.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417110400433310277'),(248,'61724170952','22',1.00,'80','retail','0','2024-08-20 19:25:04','bale','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417112131330020212'),(249,'61724170952','119',1.00,'60','retail','0','2024-08-20 19:25:21','bale','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-20 16:29:23','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417113422270333342'),(250,'61724170952','9',0.50,'40','retail','0','2024-08-20 19:25:34','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','272.33','271.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417114814332122206'),(251,'61724170952','9',1.50,'120','retail','0','2024-08-20 19:25:48','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','271.83','270.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417116060322226330'),(252,'61724170952','9',0.25,'20','retail','0','2024-08-20 19:26:00','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','270.33','270.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417117900233024311'),(253,'61724170952','11',1.00,'50','retail','0','2024-08-20 19:26:19','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417119221222173433'),(254,'61724170952','9',10.00,'800','retail','0','2024-08-20 19:26:32','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','270.08','260.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417121837322022063'),(255,'61724171364','9',1.50,'120','retail','0','2024-08-20 19:29:24','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-20 16:30:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','260.08','258.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417138337231303200'),(256,'61724171364','11',1.00,'50','retail','0','2024-08-20 19:29:44','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 16:30:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417139692332623300'),(257,'61724171765','11',1.00,'50','retail','0','2024-08-20 19:36:06','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-20 16:36:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417177572270272300'),(258,'61724171788','3',1.00,'150','retail','0','2024-08-20 19:36:28','bale','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-20 16:36:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417179627370092237'),(259,'61724172486','3',2.00,'300','retail','0','2024-08-20 19:48:07','bale','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-20 16:48:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417250000330323500'),(260,'61724173494','119',1.00,'60','retail','0','2024-08-20 20:04:54','bale','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-20 17:05:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417352312032223233'),(261,'61724175140','3',1.00,'150','retail','0','2024-08-20 20:32:20','bale','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-20 17:36:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172417517732113323202'),(262,'61724210921','9',1.88,'150','retail','0','2024-08-21 06:28:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 03:29:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','408.58','406.705','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421095522430450250'),(263,'61724210976','9',0.63,'50','retail','0','2024-08-21 06:29:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 03:30:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','406.71','406.085','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421099404723022322'),(264,'61724211076','9',4.50,'360','retail','0','2024-08-21 06:31:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 03:31:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','406.09','401.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421109232223023333'),(265,'61724211111','9',4.00,'320','retail','0','2024-08-21 06:34:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 03:35:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','401.59','397.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421129503792322940'),(266,'61724212273','9',3.00,'240','retail','0','2024-08-21 06:51:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 03:51:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','397.59','394.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421229203362273233'),(267,'61724212947','9',3.00,'240','retail','0','2024-08-21 07:02:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:03:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','394.59','391.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421296316633323320'),(268,'61724212986','9',2.00,'160','retail','0','2024-08-21 07:03:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:05:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','391.59','389.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421310936303200402'),(269,'61724214288','9',4.00,'320','retail','0','2024-08-21 07:24:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:25:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','389.59','385.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421430001111300030'),(270,'61724214906','80',1.00,'20','retail','0','2024-08-21 07:35:06','','','','12','Cash',0.00,'20','','','6','16.00','1','2024-08-21 04:36:30','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421492032031423132'),(271,'61724214906','9',1.00,'80','retail','0','2024-08-21 07:35:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:36:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','385.59','384.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421497393233220343'),(272,'61724214990','9',0.75,'60','retail','0','2024-08-21 07:36:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:44:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','384.59','383.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421546322562342626'),(273,'61724216327','9',1.50,'120','retail','0','2024-08-21 07:58:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 04:59:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','383.84','382.34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421636622300320202'),(274,'61724217040','9',0.63,'50','retail','0','2024-08-21 08:10:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:16:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','382.34','381.715','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421737333032332333'),(275,'61724217758','9',2.00,'160','retail','0','2024-08-21 08:22:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:23:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','381.72','379.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421777117462700632'),(276,'61724217795','9',4.00,'320','retail','0','2024-08-21 08:23:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:28:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','379.72','375.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421807633223324623'),(277,'61724218102','9',1.50,'120','retail','0','2024-08-21 08:28:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:29:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','375.72','374.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421811832203332103'),(278,'61724218551','9',2.00,'160','retail','0','2024-08-21 08:35:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:36:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','374.22','372.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421858222124235032'),(279,'61724218605','9',2.00,'160','retail','0','2024-08-21 08:36:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:37:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','372.22','370.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421862821262230223'),(280,'61724219835','9',1.50,'120','retail','0','2024-08-21 08:57:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:57:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','370.22','368.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421984843249113430'),(281,'61724219879','9',3.00,'240','retail','0','2024-08-21 08:57:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 05:59:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','368.72','365.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172421989674297622032'),(282,'61724219967','9',0.38,'30','retail','0','2024-08-21 08:59:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:00:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','365.72','365.345','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422003827228383883'),(283,'61724220056','9',1.00,'80','retail','0','2024-08-21 09:00:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:02:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','365.35','364.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422015223234302120'),(284,'61724220427','9',1.00,'80','retail','0','2024-08-21 09:07:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:11:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','364.35','363.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422043832184070030'),(285,'61724220427','11',1.00,'50','retail','0','2024-08-21 09:07:19','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-21 06:11:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422063922321022332'),(286,'61724220676','9',0.75,'60','retail','0','2024-08-21 09:11:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:12:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','363.35','362.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422071713732720322'),(287,'61724220727','9',2.00,'160','retail','0','2024-08-21 09:12:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:12:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','362.60','360.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422074522476272203'),(288,'61724221698','9',1.00,'80','retail','0','2024-08-21 09:28:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 06:28:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','360.60','359.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422172173322330313'),(289,'61724221727','9',1.25,'100','retail','0','2024-08-21 09:28:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 07:01:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','359.60','358.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422368423222132243'),(290,'61724223708','9',3.00,'240','retail','0','2024-08-21 10:01:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 07:13:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','358.35','355.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422441032232420316'),(291,'61724224420','53',1.00,'80','retail','0','2024-08-21 10:13:40','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-21 07:14:19','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422444302324023233'),(292,'61724224461','9',1.00,'80','retail','0','2024-08-21 10:14:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 07:48:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','355.35','354.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422646930332200300'),(293,'61724226486','9',1.00,'80','retail','0','2024-08-21 10:48:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 07:54:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','354.35','353.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422683023222203622'),(294,'61724226845','119',1.00,'60','retail','0','2024-08-21 10:54:05','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-21 08:40:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422963542232132232'),(295,'61724229659','21',1.00,'80','retail','0','2024-08-21 11:40:59','','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-21 08:48:37','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172422999203233303232'),(296,'61724229659','9',1.00,'80','retail','0','2024-08-21 11:46:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 08:48:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','353.35','352.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423001832330222020'),(297,'61724230117','9',2.00,'160','retail','0','2024-08-21 11:48:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 08:56:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','352.35','350.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423058826232302323'),(298,'61724230603','9',2.00,'160','retail','0','2024-08-21 11:56:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 09:07:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','350.35','348.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423126673222323426'),(299,'61724231280','106',1.00,'100','retail','0','2024-08-21 12:08:00','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-21 09:15:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423167413342743222'),(300,'61724231280','120',1.00,'100','retail','0','2024-08-21 12:14:35','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-21 09:15:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423169020227032363'),(301,'61724231725','9',0.50,'40','retail','0','2024-08-21 12:15:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 09:22:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','348.35','347.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423215520312012222'),(302,'61724232169','71',1.00,'40','retail','0','2024-08-21 12:22:49','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-08-21 09:46:22','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423355223022035453'),(303,'61724232169','9',2.00,'160','retail','0','2024-08-21 12:45:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 09:46:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','347.85','345.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423356733221040432'),(304,'61724233583','9',1.00,'80','retail','0','2024-08-21 12:46:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 10:01:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','345.85','344.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423442802823262324'),(305,'61724234486','4',1.00,'150','retail','0','2024-08-21 13:01:26','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-21 10:03:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423458707332332223'),(306,'61724234596','6',1.00,'80','retail','0','2024-08-21 13:03:16','bale','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-21 10:15:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423530332527132202'),(307,'61724235314','9',1.25,'100','retail','0','2024-08-21 13:15:14','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 10:18:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','344.85','343.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423548524102232333'),(308,'61724235496','9',0.38,'30','retail','0','2024-08-21 13:18:16','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 10:19:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','343.60','343.225','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423556936152006320'),(309,'61724235581','53',2.00,'160','retail','0','2024-08-21 13:19:41','bale','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-21 10:32:24','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172423633632323223333'),(310,'61724236345','9',1.00,'80','retail','0','2024-08-21 13:32:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 11:34:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','343.23','342.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424006030322424420'),(311,'61724240095','9',1.00,'80','retail','0','2024-08-21 14:34:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 11:39:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','342.23','341.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424037733203323027'),(312,'61724240593','51',1.00,'100','retail','0','2024-08-21 14:43:13','bale','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-08-21 11:43:54','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424060432233233026'),(313,'61724240751','9',5.00,'400','retail','0','2024-08-21 14:45:51','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 11:46:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','341.23','336.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424076332062033220'),(314,'61724240768','9',0.50,'40','retail','0','2024-08-21 14:46:08','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 11:51:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','336.23','335.73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424107027237320424'),(315,'61724241086','9',0.25,'20','retail','0','2024-08-21 14:51:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 11:57:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','335.73','335.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424143033270342133'),(316,'61724241440','1',1.00,'80','retail','0','2024-08-21 14:57:21','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-08-21 12:45:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424432824200404032'),(317,'61724244350','9',2.00,'160','retail','0','2024-08-21 15:45:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 12:48:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','335.48','333.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424436543343326302'),(318,'61724244495','113',2.00,'120','retail','0','2024-08-21 15:48:15','bale','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-21 12:51:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424467421430623203'),(319,'61724244686','9',1.00,'80','retail','0','2024-08-21 15:51:26','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 13:07:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','333.48','332.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424559752137762262'),(320,'61724245982','9',1.25,'100','retail','0','2024-08-21 16:13:02','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 13:13:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','332.48','331.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424599323232902200'),(321,'61724246011','9',2.00,'160','retail','0','2024-08-21 16:13:31','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 13:41:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','331.23','329.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424770870040202230'),(322,'61724247720','9',2.00,'160','retail','0','2024-08-21 16:42:00','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 13:44:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','329.23','327.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424786812202146872'),(323,'61724248721','119',1.00,'60','retail','0','2024-08-21 16:58:41','bale','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-21 13:59:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172424873333433333230'),(324,'61724248742','9',1.00,'80','retail','0','2024-08-21 16:59:02','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:26:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','327.23','326.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425035822032337302'),(325,'61724248742','80',1.00,'20','retail','0','2024-08-21 17:25:58','bale','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-21 14:26:13','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','110.00','109','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425036923033120203'),(326,'61724250374','9',1.00,'80','retail','0','2024-08-21 17:26:14','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:31:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','326.23','325.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425057922332320023'),(327,'61724250701','9',0.75,'60','retail','0','2024-08-21 17:31:41','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:35:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','325.23','324.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425093502352022022'),(328,'61724250939','9',0.38,'30','retail','0','2024-08-21 17:35:39','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:36:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','324.48','324.105','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425099920494302033'),(329,'61724251001','9',1.00,'80','retail','0','2024-08-21 17:36:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:41:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','324.11','323.11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425130070322002020'),(330,'61724251619','108',1.00,'100','retail','0','2024-08-21 17:46:59','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-21 14:47:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425163003277033353'),(331,'61724252163','9',2.25,'180','retail','0','2024-08-21 17:56:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 14:57:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.25','323.11','320.86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425220123762524323'),(332,'61724252655','9',1.25,'100','retail','0','2024-08-21 18:04:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:05:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','320.86','319.61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425270632022340302'),(333,'61724252655','53',1.00,'80','retail','0','2024-08-21 18:05:06','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:05:27','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425271770302262062'),(334,'61724252727','9',1.25,'100','retail','0','2024-08-21 18:05:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:14:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','319.61','318.36','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425327400020263013'),(335,'61724253282','9',2.00,'160','retail','0','2024-08-21 18:14:42','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:19:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','318.36','316.36','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425353631422305323'),(336,'61724253544','3',1.00,'150','retail','0','2024-08-21 18:19:04','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-21 15:24:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425375808206764552'),(337,'61724253544','6',1.00,'80','retail','0','2024-08-21 18:22:38','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:24:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425377623077340732'),(338,'61724253977','9',1.13,'90','retail','0','2024-08-21 18:26:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:28:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.125','316.36','315.235','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425399554534322352'),(339,'61724253977','119',1.00,'60','retail','0','2024-08-21 18:26:35','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-21 15:28:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425409130022403223'),(340,'61724254117','9',1.00,'80','retail','0','2024-08-21 18:28:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:36:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','315.24','314.24','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425460534313022602'),(341,'61724254635','9',1.00,'80','retail','0','2024-08-21 18:37:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:38:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','314.24','313.24','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425467960033055624'),(342,'61724254707','9',1.25,'100','retail','0','2024-08-21 18:38:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:39:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','313.24','311.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425472622231412023'),(343,'61724255092','9',1.00,'80','retail','0','2024-08-21 18:44:52','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:45:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','311.99','310.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425509933027320333'),(344,'61724255092','9',0.63,'50','retail','0','2024-08-21 18:44:59','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:45:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','310.99','310.365','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425511403233746343'),(345,'61724255450','4',1.00,'150','retail','0','2024-08-21 18:50:50','bale','','','94.04','Cash',20.69,'150','','','6','16.00','1','2024-08-21 15:51:59','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',129.31,'','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425546225040324203'),(346,'61724255520','9',1.00,'80','retail','0','2024-08-21 18:52:00','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:53:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','310.37','309.37','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425559620203222333'),(347,'61724255606','9',0.75,'60','retail','0','2024-08-21 18:53:26','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:54:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','309.37','308.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425565935325302029'),(348,'61724255918','9',1.00,'80','retail','0','2024-08-21 18:58:38','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:59:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','308.62','307.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425592442033442222'),(349,'61724255918','9',0.75,'60','retail','0','2024-08-21 18:58:45','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 15:59:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','307.62','306.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425593820233420321'),(350,'61724255963','53',1.00,'80','retail','0','2024-08-21 18:59:23','bale','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:06:11','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425636230244322522'),(351,'61724256372','9',2.00,'160','retail','0','2024-08-21 19:06:12','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:06:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','306.87','304.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425640930333924717'),(352,'61724256418','4',1.00,'150','retail','0','2024-08-21 19:06:58','bale','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-21 16:13:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425679503224360733'),(353,'61724256806','9',1.00,'80','retail','0','2024-08-21 19:13:26','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:15:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','304.87','303.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425689434562022402'),(354,'61724256906','120',1.00,'100','retail','0','2024-08-21 19:15:06','bale','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-21 16:22:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425735342032303000'),(355,'61724257357','9',2.00,'160','retail','0','2024-08-21 19:22:37','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','303.87','301.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425794691222902272'),(356,'61724257357','6',1.00,'80','retail','0','2024-08-21 19:32:27','bale','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425806800463421024'),(357,'61724257357','9',3.00,'240','retail','0','2024-08-21 19:34:29','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','301.87','298.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425808520227255230'),(358,'61724257357','9',2.00,'160','retail','0','2024-08-21 19:34:45','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','298.87','296.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425828233863253223'),(359,'61724257357','9',2.00,'160','retail','0','2024-08-21 19:38:03','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','296.87','294.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425846505204031337'),(360,'61724257357','9',0.88,'70','retail','0','2024-08-21 19:41:06','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 16:44:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','294.87','293.995','Inclusive','branch','Inventory','1110','4000','5500','','','','6172425855224330023320'),(361,'61724260058','9',1.00,'80','retail','0','2024-08-21 20:07:38','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 17:08:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','294.00','293','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426006633433602036'),(362,'61724260058','116',1.00,'60','retail','0','2024-08-21 20:07:47','bale','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-21 17:08:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426007620273306003'),(363,'61724260543','11',1.00,'50','retail','0','2024-08-21 20:15:43','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-21 17:16:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426055340240423223'),(364,'61724260565','9',1.00,'80','retail','0','2024-08-21 20:16:05','bale','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-21 17:16:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','293.00','292','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426057333303323233'),(365,'61724260587','6',1.00,'80','retail','0','2024-08-21 20:16:27','bale','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-21 17:22:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426091924266324163'),(366,'61724261087','51',1.00,'100','retail','0','2024-08-21 20:24:47','bale','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-08-21 17:25:16','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426109903226733349'),(367,'61724261262','11',1.00,'50','retail','0','2024-08-21 20:27:42','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-21 17:27:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426127222330120211'),(368,'61724261549','11',1.00,'50','retail','0','2024-08-21 20:32:29','bale','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-21 17:33:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172426159201303322034'),(369,'41724296793','9',1.25,'100','retail','0','2024-08-22 06:19:53','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 03:22:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','292.00','290.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429681004382723234'),(370,'41724296978','9',4.00,'320','retail','0','2024-08-22 06:22:58','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 03:23:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','290.75','286.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429699022229292223'),(371,'41724297057','9',2.00,'160','retail','0','2024-08-22 06:24:17','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 03:25:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','286.75','284.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429709504323932332'),(372,'41724297937','9',4.50,'360','retail','0','2024-08-22 06:38:57','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 03:39:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','284.75','280.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429795422023394333'),(373,'41724299246','9',2.00,'160','retail','0','2024-08-22 07:00:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:01:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','280.25','278.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429925703030239410'),(374,'41724299877','9',1.00,'80','retail','0','2024-08-22 07:11:17','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:11:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','278.25','277.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172429988534738392433'),(375,'41724299889','9',2.00,'160','retail','0','2024-08-22 07:11:29','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:17:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','277.25','275.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430021401022222144'),(376,'41724300225','9',2.00,'160','retail','0','2024-08-22 07:17:05','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:21:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','275.25','273.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430047343233332423'),(377,'41724301446','9',4.00,'320','retail','0','2024-08-22 07:37:26','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:37:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','273.25','269.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430145930094232225'),(378,'41724301788','9',1.00,'80','retail','0','2024-08-22 07:43:08','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:43:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','269.25','268.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430179620314213027'),(379,'41724301799','9',0.50,'40','retail','0','2024-08-22 07:43:19','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:52:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','268.25','267.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430231440200212231'),(380,'41724302321','9',1.00,'80','retail','0','2024-08-22 07:52:01','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 04:53:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','267.75','266.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430239934020324333'),(381,'41724303238','9',1.00,'80','retail','0','2024-08-22 08:07:18','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:07:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','266.75','265.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430324403232432003'),(382,'41724303252','9',2.00,'160','retail','0','2024-08-22 08:07:32','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:09:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','265.75','263.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430333640232033043'),(383,'41724303345','9',1.00,'80','retail','0','2024-08-22 08:09:05','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:16:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','263.75','262.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430380730343222033'),(384,'41724303809','9',2.00,'160','retail','0','2024-08-22 08:16:49','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:24:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','262.75','260.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430421832042023220'),(385,'41724304249','9',1.50,'120','retail','0','2024-08-22 08:24:09','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:30:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','260.75','259.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430459722437022420'),(386,'41724305907','9',1.50,'120','retail','0','2024-08-22 08:51:47','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:52:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','259.25','257.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430592120231353033'),(387,'41724305939','9',0.63,'50','retail','0','2024-08-22 08:52:19','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:52:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','257.75','257.125','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430595230232300342'),(388,'41724305960','9',4.00,'320','retail','0','2024-08-22 08:52:40','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:53:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','257.13','253.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430598443340002323'),(389,'41724306111','9',1.00,'80','retail','0','2024-08-22 08:55:11','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 05:55:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','253.13','252.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430612667342272022'),(390,'41724306421','9',3.75,'300','retail','0','2024-08-22 09:00:21','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:03:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','402.13','398.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430658034735362433'),(391,'41724306584','9',5.00,'400','retail','0','2024-08-22 09:03:04','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:13:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','398.38','393.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430721531033372041'),(392,'41724307327','9',1.00,'80','retail','0','2024-08-22 09:15:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:15:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','393.38','392.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430733640240223322'),(393,'41724307481','9',1.00,'80','retail','0','2024-08-22 09:18:01','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:18:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','392.38','391.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430748823322387210'),(394,'41724307500','9',1.25,'100','retail','0','2024-08-22 09:18:20','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:28:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','391.38','390.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430810990392003344'),(395,'41724308296','9',1.00,'80','retail','0','2024-08-22 09:31:36','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:32:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','390.13','389.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430830320023022302'),(396,'41724308328','9',1.00,'80','retail','0','2024-08-22 09:32:08','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:37:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','389.13','388.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430862423262303326'),(397,'41724309099','9',0.50,'40','retail','0','2024-08-22 09:44:59','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:45:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','388.13','387.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430911403233303232'),(398,'41724309119','9',0.63,'50','retail','0','2024-08-22 09:45:19','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 06:46:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','387.63','387.005','Inclusive','branch','Inventory','1110','4000','5500','','','','4172430920621733222320'),(399,'41724309210','9',1.00,'80','retail','0','2024-08-22 09:46:50','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 07:00:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','387.01','386.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431004622433302172'),(400,'41724310049','9',1.50,'120','retail','0','2024-08-22 10:00:49','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 07:05:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','386.01','384.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431031941322321233'),(401,'41724310328','9',1.00,'80','retail','0','2024-08-22 10:05:28','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 07:30:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','384.51','383.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431183423422223143'),(402,'41724312551','9',0.50,'40','retail','0','2024-08-22 10:42:31','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 08:07:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','383.51','383.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431403224234320032'),(403,'41724314046','9',3.00,'240','retail','0','2024-08-22 11:07:26','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 08:38:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','383.01','380.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431587137727132327'),(404,'41724315882','9',1.00,'80','retail','0','2024-08-22 11:38:02','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 08:59:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','380.01','379.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431715953221320315'),(405,'41724317170','11',1.00,'50','retail','0','2024-08-22 11:59:30','bale','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-22 09:07:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431766326220221073'),(406,'41724317675','9',1.00,'80','retail','0','2024-08-22 12:07:55','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 09:19:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','379.01','378.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172431839007332220303'),(407,'41724322089','114',1.00,'100','retail','0','2024-08-22 13:21:29','bale','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-22 10:21:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432211000243320011'),(408,'41724322280','11',1.00,'50','retail','0','2024-08-22 13:24:40','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-22 10:33:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432281132312211422'),(409,'41724322824','3',0.50,'75','retail','0','2024-08-22 13:33:44','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 10:46:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','89.00','88.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432357843134232233'),(410,'41724323598','9',1.00,'80','retail','0','2024-08-22 13:46:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 10:57:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','378.01','377.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432424902222403233'),(411,'41724324280','99',1.00,'100','retail','0','2024-08-22 13:58:00','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-08-22 11:03:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432456992222234444'),(412,'41724324583','11',1.00,'50','retail','0','2024-08-22 14:03:03','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-22 11:05:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432471070034102020'),(413,'41724324721','9',0.50,'40','retail','0','2024-08-22 14:05:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 11:20:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','377.01','376.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432562505322373240'),(414,'41724326010','9',1.00,'80','retail','0','2024-08-22 14:26:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 11:32:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','376.51','375.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432633722300720337'),(415,'41724328371','9',0.50,'40','retail','0','2024-08-22 15:06:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 12:06:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','375.51','375.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172432838733234038722'),(416,'41724328410','3',0.50,'75','retail','0','2024-08-22 15:06:50','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 12:53:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','88.50','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433119323173734741'),(417,'41724331240','6',1.00,'80','retail','0','2024-08-22 15:54:00','bale','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-22 12:54:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433125102200332312'),(418,'41724331240','9',1.00,'80','retail','0','2024-08-22 16:09:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:09:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','375.01','374.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433216803212230304'),(419,'41724332185','71',1.00,'40','retail','0','2024-08-22 16:09:45','','','','27','Cash',0.00,'40','','','4','16.00','1','2024-08-22 13:15:56','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433252842322302223'),(420,'41724332185','9',2.00,'160','retail','0','2024-08-22 16:15:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:15:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','374.01','372.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433254733333073223'),(421,'41724332557','80',2.00,'40','retail','0','2024-08-22 16:15:57','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-22 13:22:01','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','109.00','107','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433290204323233902'),(422,'41724332557','9',2.00,'160','retail','0','2024-08-22 16:21:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:22:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','372.01','370.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433291447313332332'),(423,'41724332922','9',1.25,'100','retail','0','2024-08-22 16:22:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:24:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','370.01','368.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433306909224222223'),(424,'41724333089','9',2.00,'160','retail','0','2024-08-22 16:24:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:44:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','368.76','366.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433424104433220427'),(425,'41724334281','9',1.25,'100','retail','0','2024-08-22 16:44:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 13:45:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','366.76','365.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433429330330324012'),(426,'41724334340','9',3.00,'240','retail','0','2024-08-22 16:45:40','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 14:00:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','365.51','362.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433523030012457542'),(427,'41724334340','119',1.00,'60','retail','0','2024-08-22 17:00:31','bale','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-22 14:00:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433524452303032433'),(428,'41724335257','9',1.75,'140','retail','0','2024-08-22 17:00:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 14:32:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','362.51','360.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433705105220222443'),(429,'41724335257','117',1.00,'100','retail','0','2024-08-22 17:30:51','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-22 14:32:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433706933369332623'),(430,'41724335257','114',1.00,'100','retail','0','2024-08-22 17:31:10','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-22 14:32:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433708320380230748'),(431,'41724337129','9',0.63,'50','retail','0','2024-08-22 17:32:09','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 14:40:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','360.76','360.135','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433760972604432270'),(432,'41724337617','9',1.00,'80','retail','0','2024-08-22 17:40:17','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 14:49:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','360.14','359.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433816232322722424'),(433,'41724338171','4',1.00,'150','retail','0','2024-08-22 17:49:31','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 15:17:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433962933272340332'),(434,'41724338171','6',1.00,'80','retail','0','2024-08-22 18:13:49','bale','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:17:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433963893623422282'),(435,'41724338171','9',1.25,'100','retail','0','2024-08-22 18:13:59','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:17:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','359.14','357.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433965332232623337'),(436,'41724338171','9',1.50,'120','retail','0','2024-08-22 18:16:31','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:17:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','357.89','356.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433981033324302042'),(437,'41724339866','9',2.00,'160','retail','0','2024-08-22 18:17:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:18:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','356.39','354.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172433989703022200932'),(438,'41724340578','9',1.50,'120','retail','0','2024-08-22 18:29:38','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:30:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','354.39','352.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434059333240253105'),(439,'41724340773','9',2.00,'160','retail','0','2024-08-22 18:32:53','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:33:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','352.89','350.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434078443223238232'),(440,'41724341103','9',1.00,'80','retail','0','2024-08-22 18:38:23','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:38:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','350.89','349.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434110900273310133'),(441,'41724341264','1',1.00,'80','retail','0','2024-08-22 18:41:04','bale','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-22 15:46:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434155929254310232'),(442,'41724342391','9',0.63,'50','retail','0','2024-08-22 18:59:51','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:00:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','349.90','349.275','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434241742230003273'),(443,'41724342517','9',4.00,'320','retail','0','2024-08-22 19:01:57','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:05:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','349.28','345.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434270820223422023'),(444,'41724342517','9',2.00,'160','retail','0','2024-08-22 19:05:08','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:05:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','345.28','343.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434272544222230022'),(445,'41724342735','9',0.75,'60','retail','0','2024-08-22 19:05:35','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:09:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','343.28','342.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434298504323233902'),(446,'41724342988','9',1.00,'80','retail','0','2024-08-22 19:09:48','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:11:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','342.53','341.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434304704420303433'),(447,'41724343074','9',1.25,'100','retail','0','2024-08-22 19:11:14','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:11:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','341.53','340.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434309030417230413'),(448,'41724343243','9',0.50,'40','retail','0','2024-08-22 19:14:03','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:16:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','340.28','339.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434340700002003443'),(449,'41724343411','3',2.00,'300','retail','0','2024-08-22 19:16:51','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 16:26:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434396300333420033'),(450,'41724343979','9',0.63,'50','retail','0','2024-08-22 19:26:19','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:26:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','339.78','339.155','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434400123323330333'),(451,'41724344407','9',3.00,'240','retail','0','2024-08-22 19:33:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:35:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','339.16','336.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434441807320324343'),(452,'41724344508','4',0.50,'75','retail','0','2024-08-22 19:35:08','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 16:39:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','92.00','91.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434477502103222320'),(453,'41724344783','11',3.00,'150','retail','0','2024-08-22 19:39:43','bale','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-22 16:43:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','72.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434496831304333083'),(454,'41724345378','9',1.00,'80','retail','0','2024-08-22 19:49:38','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:49:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','336.16','335.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434538520282342402'),(455,'41724345395','9',1.00,'80','retail','0','2024-08-22 19:49:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:50:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','335.16','334.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434542632243232326'),(456,'41724345430','9',1.00,'80','retail','0','2024-08-22 19:50:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:52:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','334.16','333.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434551884431250220'),(457,'41724345430','80',1.00,'20','retail','0','2024-08-22 19:51:59','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-22 16:52:17','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434553355434022242'),(458,'41724345537','106',1.00,'100','retail','0','2024-08-22 19:52:18','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-22 16:56:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434571823324432420'),(459,'41724345537','4',1.00,'150','retail','0','2024-08-22 19:55:18','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 16:56:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.50','90.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434576932732207343'),(460,'41724345782','9',1.25,'100','retail','0','2024-08-22 19:56:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 16:56:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','333.16','331.91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434580653342340020'),(461,'41724346107','3',0.50,'75','retail','0','2024-08-22 20:01:47','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-22 17:02:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','86.00','85.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434612802824242326'),(462,'41724346131','9',0.50,'40','retail','0','2024-08-22 20:02:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:02:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','331.91','331.41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434614846842443423'),(463,'41724346151','9',0.75,'60','retail','0','2024-08-22 20:02:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:03:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','331.41','330.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434617002321040030'),(464,'41724346400','51',1.00,'100','retail','0','2024-08-22 20:06:40','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-08-22 17:15:54','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434694327303300732'),(465,'41724346963','9',2.00,'160','retail','0','2024-08-22 20:16:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:16:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','330.66','328.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434697701397220664'),(466,'41724346981','9',0.88,'70','retail','0','2024-08-22 20:16:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:17:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','328.66','327.785','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434706832232420314'),(467,'41724347659','53',1.00,'80','retail','0','2024-08-22 20:27:39','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:27:57','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434766827234210820'),(468,'41724348360','9',0.88,'70','retail','0','2024-08-22 20:39:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-22 17:39:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','327.79','326.915','Inclusive','branch','Inventory','1110','4000','5500','','','','4172434837623323030302'),(469,'41724382573','9',1.25,'100','retail','0','2024-08-23 06:09:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:10:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','326.92','325.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438263322330423244'),(470,'41724382992','9',4.50,'360','retail','0','2024-08-23 06:16:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:17:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','325.67','321.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438302743321272202'),(471,'41724383285','9',3.00,'240','retail','0','2024-08-23 06:21:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:21:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','321.17','318.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438330023232722133'),(472,'41724383438','9',2.00,'160','retail','0','2024-08-23 06:23:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:24:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','318.17','316.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438345143234137233'),(473,'41724383923','9',0.88,'70','retail','0','2024-08-23 06:32:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:32:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','316.17','315.295','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438393733202042237'),(474,'41724383948','9',1.50,'120','retail','0','2024-08-23 06:32:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:36:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','315.30','313.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438419232293423808'),(475,'41724384195','9',1.00,'80','retail','0','2024-08-23 06:36:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 03:54:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','313.80','312.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438527773387337242'),(476,'41724385281','11',1.00,'50','retail','0','2024-08-23 06:54:41','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 04:05:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438590590230222300'),(477,'41724385915','9',0.38,'30','retail','0','2024-08-23 07:05:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:20:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','312.80','312.425','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438685522844337023'),(478,'41724386857','9',1.00,'80','retail','0','2024-08-23 07:20:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:30:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','312.43','311.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438742933284222442'),(479,'41724387475','9',4.00,'320','retail','0','2024-08-23 07:31:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:31:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','311.43','307.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438748520580234748'),(480,'41724387528','9',1.00,'80','retail','0','2024-08-23 07:32:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:32:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','307.43','306.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438753741343470345'),(481,'41724387718','9',0.50,'40','retail','0','2024-08-23 07:35:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:35:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','306.44','305.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438773443377404437'),(482,'41724387741','9',2.00,'160','retail','0','2024-08-23 07:35:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:37:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','305.94','303.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438785552733333222'),(483,'41724387858','9',0.50,'40','retail','0','2024-08-23 07:37:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 04:59:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','303.94','303.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438914243033229030'),(484,'41724389707','9',5.00,'400','retail','0','2024-08-23 08:08:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:08:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','303.44','298.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438971837923382221'),(485,'41724389754','9',3.00,'240','retail','0','2024-08-23 08:09:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:09:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','298.44','295.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438977022383329732'),(486,'41724389917','9',2.00,'160','retail','0','2024-08-23 08:11:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:12:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','295.44','293.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172438992929209433290'),(487,'41724391320','9',1.50,'120','retail','0','2024-08-23 08:35:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:36:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','293.44','291.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439133572032122233'),(488,'41724391373','9',1.25,'100','retail','0','2024-08-23 08:36:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:36:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','291.94','290.69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439138502223242222'),(489,'41724391445','9',0.88,'70','retail','0','2024-08-23 08:37:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:37:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','290.69','289.815','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439146161321422212'),(490,'41724391470','9',2.00,'160','retail','0','2024-08-23 08:37:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:38:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','289.82','287.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439150723430029237'),(491,'41724391573','9',0.75,'60','retail','0','2024-08-23 08:39:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:40:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','287.82','287.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439158535022222094'),(492,'41724391606','9',0.50,'40','retail','0','2024-08-23 08:40:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:48:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','287.07','286.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439208223393328303'),(493,'41724392112','9',0.38,'30','retail','0','2024-08-23 08:48:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 05:49:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','286.57','286.195','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439213002332213233'),(494,'41724392243','9',0.50,'40','retail','0','2024-08-23 08:50:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:17:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','286.20','285.7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439373323323333392'),(495,'41724393845','9',1.00,'80','retail','0','2024-08-23 09:17:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:19:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','285.70','284.7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439397300032437300'),(496,'41724393845','80',1.00,'20','retail','0','2024-08-23 09:19:33','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-23 06:19:59','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439398700042223231'),(497,'41724394000','9',1.00,'80','retail','0','2024-08-23 09:20:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:28:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','284.70','283.7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439447833224383424'),(498,'41724394523','9',0.38,'30','retail','0','2024-08-23 09:28:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','283.70','283.325','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439495831323323352'),(499,'41724394960','9',1.00,'80','retail','0','2024-08-23 09:36:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:41:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','283.33','282.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439524013220202401'),(500,'41724395445','9',1.50,'120','retail','0','2024-08-23 09:44:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:44:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','282.33','280.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439545507232340343'),(501,'41724395459','9',1.25,'100','retail','0','2024-08-23 09:44:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:45:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','280.83','279.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439552133090030323'),(502,'41724395773','9',0.50,'40','retail','0','2024-08-23 09:49:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 06:49:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','279.58','279.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439578630925422306'),(503,'41724395794','9',2.00,'160','retail','0','2024-08-23 09:49:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:04:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','279.08','277.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439663500023322200'),(504,'41724396920','9',1.00,'80','retail','0','2024-08-23 10:08:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:09:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','277.08','276.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439692933993423232'),(505,'41724396952','9',0.63,'50','retail','0','2024-08-23 10:09:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:28:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','276.08','275.455','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439803873823073239'),(506,'41724398093','119',1.00,'60','retail','0','2024-08-23 10:28:13','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-23 07:40:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439880400272232327'),(507,'41724398812','9',1.00,'80','retail','0','2024-08-23 10:40:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:43:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','275.46','274.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439901122313101329'),(508,'41724399020','9',1.00,'80','retail','0','2024-08-23 10:43:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:45:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','274.46','273.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439910114131341330'),(509,'41724399106','9',0.63,'50','retail','0','2024-08-23 10:45:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:52:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','273.46','272.835','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439954002320421225'),(510,'41724399803','106',1.00,'100','retail','0','2024-08-23 10:56:43','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-23 07:57:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439981803338282322'),(511,'41724399826','21',1.00,'80','retail','0','2024-08-23 10:57:06','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-23 07:57:41','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172439985733233025039'),(512,'41724399862','11',1.00,'50','retail','0','2024-08-23 10:57:42','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 08:00:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440004120330732043'),(513,'41724400052','53',1.00,'80','retail','0','2024-08-23 11:00:52','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-23 08:10:25','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440035403232352302'),(514,'41724400845','11',1.00,'50','retail','0','2024-08-23 11:14:05','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 08:28:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440166023734001232'),(515,'41724403217','9',2.00,'160','retail','0','2024-08-23 11:53:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 08:58:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','372.84','370.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440323234342303232'),(516,'41724403528','11',1.00,'50','retail','0','2024-08-23 11:58:48','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 09:01:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440369404002323723'),(517,'41724403701','9',1.50,'120','retail','0','2024-08-23 12:01:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 09:13:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','370.84','369.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440440822380733244'),(518,'41724404427','1',1.00,'80','retail','0','2024-08-23 12:13:48','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-23 09:46:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440637323233223303'),(519,'41724406862','9',1.00,'80','retail','0','2024-08-23 12:54:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 09:54:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','369.34','368.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440687804882332232'),(520,'41724406883','9',0.38,'30','retail','0','2024-08-23 12:54:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 10:13:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','368.34','367.965','Inclusive','branch','Inventory','1110','4000','5500','','','','4172440800323033222332'),(521,'41724408012','11',1.00,'50','retail','0','2024-08-23 13:13:32','bale','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 10:56:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441061227402432223'),(522,'41724410619','9',8.00,'640','retail','0','2024-08-23 13:56:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 11:02:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','367.97','359.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441093534303720301'),(523,'41724411006','9',1.00,'80','retail','0','2024-08-23 14:03:26','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 11:03:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','359.97','358.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441101343103033104'),(524,'41724411469','106',1.00,'100','retail','0','2024-08-23 14:11:09','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-23 11:11:34','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441148412332333232'),(525,'41724411495','108',1.00,'100','retail','0','2024-08-23 14:11:35','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-23 11:17:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441180704328020303'),(526,'41724411495','106',1.00,'100','retail','0','2024-08-23 14:16:47','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-23 11:17:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441182102237217204'),(527,'41724411832','9',1.00,'80','retail','0','2024-08-23 14:17:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 11:35:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','358.97','357.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441290223132330320'),(528,'41724413301','109',2.00,'200','retail','0','2024-08-23 14:41:41','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-08-23 11:42:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441331743222374422'),(529,'41724413301','108',1.00,'100','retail','0','2024-08-23 14:41:58','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-23 11:42:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441333222302320042'),(530,'41724413345','9',1.00,'80','retail','0','2024-08-23 14:42:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 11:44:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','357.97','356.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441344523320033002'),(531,'41724413488','106',3.00,'300','retail','0','2024-08-23 14:44:48','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-23 12:04:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','90.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441468242232037228'),(532,'41724414690','106',1.00,'100','retail','0','2024-08-23 15:04:50','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-23 12:05:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441471873388214241'),(533,'41724414752','9',2.00,'160','retail','0','2024-08-23 15:05:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 12:06:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','356.97','354.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441476322342424233'),(534,'41724414772','9',5.00,'400','retail','0','2024-08-23 15:06:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 12:09:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','354.97','349.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441496122222404320'),(535,'41724415217','9',0.63,'50','retail','0','2024-08-23 15:13:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 12:14:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','349.97','349.345','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441523133003310043'),(536,'41724415243','22',1.00,'80','retail','0','2024-08-23 15:14:03','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-23 12:27:15','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441601920299339061'),(537,'41724416036','115',0.50,'90','retail','0','2024-08-23 15:27:16','','','','174.71','Cash',12.41,'180','','','4','16.00','1','2024-08-23 12:59:27','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',77.59,'','94.00','93.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441666923702226340'),(538,'41724416036','119',1.00,'60','retail','0','2024-08-23 15:53:31','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-23 12:59:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441762804002377203'),(539,'41724416036','116',1.00,'60','retail','0','2024-08-23 15:53:49','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-23 12:59:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441764233620121330'),(540,'41724416036','9',1.50,'120','retail','0','2024-08-23 15:54:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 12:59:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','349.35','347.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441767822723772220'),(541,'41724416036','116',1.00,'60','retail','0','2024-08-23 15:54:39','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-23 12:59:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441771724712414133'),(542,'41724417968','11',1.00,'50','retail','0','2024-08-23 15:59:28','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 12:59:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441798382422317029'),(543,'41724418205','118',0.50,'90','retail','0','2024-08-23 16:03:25','','','','103.47','Cash',0.00,'180','','','4','16.00','1','2024-08-23 13:06:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','98.50','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441836744132212301'),(544,'41724418375','9',1.00,'80','retail','0','2024-08-23 16:06:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 13:23:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','347.85','346.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441913332331223410'),(545,'41724418375','9',1.25,'100','retail','0','2024-08-23 16:18:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 13:23:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','346.85','345.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441919331343224022'),(546,'41724418375','10',1.00,'40','retail','0','2024-08-23 16:19:53','','','','29.5','Cash',0.00,'40','','','4','16.00','1','2024-08-23 13:23:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172441927073240710370'),(547,'41724419416','9',1.00,'80','retail','0','2024-08-23 16:23:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 13:38:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','345.60','344.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442029402203300222'),(548,'41724420324','11',1.00,'50','retail','0','2024-08-23 16:38:44','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 13:43:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442047830330333330'),(549,'41724420605','9',1.25,'100','retail','0','2024-08-23 16:43:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 13:49:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','344.60','343.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442089672223009062'),(550,'41724420944','9',2.00,'160','retail','0','2024-08-23 16:49:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 13:51:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','343.35','341.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442105222120222252'),(551,'41724421693','9',3.75,'300','retail','0','2024-08-23 17:01:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 14:02:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','341.35','337.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442171021220022113'),(552,'41724421722','9',0.63,'50','retail','0','2024-08-23 17:02:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 14:36:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','337.60','336.975','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442376777330220202'),(553,'41724423775','11',1.00,'50','retail','0','2024-08-23 17:36:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 14:40:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442399622220002263'),(554,'41724424792','9',5.00,'400','retail','0','2024-08-23 17:53:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 14:59:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','336.98','331.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442485723343240032'),(555,'41724424792','3',1.00,'150','retail','0','2024-08-23 17:54:56','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-23 14:59:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.50','84.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442494122303434442'),(556,'41724424792','80',1.00,'20','retail','0','2024-08-23 17:55:41','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-23 14:59:30','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.00','104','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442499802040224224'),(557,'41724424792','22',1.00,'80','retail','0','2024-08-23 17:56:38','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-23 14:59:30','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442503220034232232'),(558,'41724424792','9',1.00,'80','retail','0','2024-08-23 17:58:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 14:59:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','331.99','330.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442514032123102200'),(559,'41724425171','9',1.00,'80','retail','0','2024-08-23 17:59:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:00:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','330.99','329.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442519702333302934'),(560,'41724425251','9',2.00,'160','retail','0','2024-08-23 18:00:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:01:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','329.99','327.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442526324304440022'),(561,'41724425277','9',1.00,'80','retail','0','2024-08-23 18:01:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:05:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','327.99','326.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442551500225533422'),(562,'41724425556','9',1.00,'80','retail','0','2024-08-23 18:05:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:06:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','326.99','325.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442559522492225332'),(563,'41724425629','9',1.00,'80','retail','0','2024-08-23 18:07:09','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:11:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','325.99','324.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442588322020332372'),(564,'41724425892','9',3.00,'240','retail','0','2024-08-23 18:11:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:14:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','324.99','321.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442604032304343431'),(565,'41724426767','9',2.00,'160','retail','0','2024-08-23 18:26:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:26:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','321.99','319.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442677909043720303'),(566,'41724426788','9',0.63,'50','retail','0','2024-08-23 18:26:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:26:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','319.99','319.365','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442680620630024284'),(567,'41724427022','51',1.00,'100','retail','0','2024-08-23 18:30:22','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-08-23 15:30:39','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442702922431023722'),(568,'41724428420','9',2.00,'160','retail','0','2024-08-23 18:53:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:54:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','319.37','317.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442843443330474030'),(569,'41724428455','9',1.25,'100','retail','0','2024-08-23 18:54:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 15:54:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','317.37','316.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442846423822032000'),(570,'41724428481','9',2.50,'200','retail','0','2024-08-23 18:54:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:04:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','316.12','313.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442904130300202309'),(571,'41724429099','9',0.75,'60','retail','0','2024-08-23 19:05:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:05:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','313.62','312.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442912902439332433'),(572,'41724429132','9',1.00,'80','retail','0','2024-08-23 19:05:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:05:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','312.87','311.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442914131422302323'),(573,'41724429631','104',1.00,'100','retail','0','2024-08-23 19:13:51','','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-08-23 16:14:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442964722092434134'),(574,'41724429661','11',1.00,'50','retail','0','2024-08-23 19:14:21','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-23 16:15:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','4172442974824328902237'),(575,'41724429751','9',0.50,'40','retail','0','2024-08-23 19:15:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:20:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','311.87','311.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443002340333242307'),(576,'41724430026','9',1.25,'100','retail','0','2024-08-23 19:20:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:28:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','311.37','310.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443050052024403230'),(577,'41724431060','9',0.50,'40','retail','0','2024-08-23 19:37:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:38:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','310.12','309.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443107337124732412'),(578,'41724431744','9',0.88,'70','retail','0','2024-08-23 19:49:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 16:51:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','309.62','308.745','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443189922223144223'),(579,'41724432992','9',0.75,'60','retail','0','2024-08-23 20:09:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 17:10:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','308.75','308','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443301020233022203'),(580,'41724433133','9',1.25,'100','retail','0','2024-08-23 20:12:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-23 17:12:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','308.00','306.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443315041143405304'),(581,'41724433590','3',2.00,'300','retail','0','2024-08-23 20:19:50','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-23 17:20:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.50','82.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443361434433004012'),(582,'41724433912','3',0.50,'75','retail','0','2024-08-23 20:25:12','pc','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-23 17:25:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','82.50','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172443392633224220324'),(583,'41724469052','9',3.50,'280','retail','0','2024-08-24 06:10:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 03:23:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','306.75','303.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172446978292293339472'),(584,'41724469819','9',4.50,'360','retail','0','2024-08-24 06:23:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 03:23:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','303.25','298.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172446983624702330336'),(585,'41724469882','9',0.63,'50','retail','0','2024-08-24 06:24:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 03:35:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','298.75','298.125','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447055143120202001'),(586,'41724470560','9',2.00,'160','retail','0','2024-08-24 06:36:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 03:46:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','298.13','296.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447118442313202230'),(587,'41724473185','11',1.00,'50','retail','0','2024-08-24 07:19:45','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 04:20:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447319322024313737'),(588,'41724473203','9',1.50,'120','retail','0','2024-08-24 07:20:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 04:20:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','296.13','294.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447322132032020320'),(589,'41724474281','9',4.00,'320','retail','0','2024-08-24 07:38:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 04:39:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','294.63','290.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447429600442302920'),(590,'41724474424','9',2.00,'160','retail','0','2024-08-24 07:40:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 04:40:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','290.63','288.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447443743232302200'),(591,'41724474540','116',1.00,'60','retail','0','2024-08-24 07:42:20','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-24 04:52:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447511444327403143'),(592,'41724475123','9',0.50,'40','retail','0','2024-08-24 07:52:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:20:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','288.63','288.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447679844204344234'),(593,'41724477012','9',1.50,'120','retail','0','2024-08-24 08:23:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:23:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','288.13','286.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447702322322700341'),(594,'41724477719','116',5.00,'300','retail','0','2024-08-24 08:35:19','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-24 05:37:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','92.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447778233323232327'),(595,'41724477719','114',1.00,'100','retail','0','2024-08-24 08:36:23','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-24 05:37:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447780323722032000'),(596,'41724477876','9',2.50,'200','retail','0','2024-08-24 08:37:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:38:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','286.63','284.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447789033274222442'),(597,'41724477899','9',0.63,'50','retail','0','2024-08-24 08:38:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:38:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','284.13','283.505','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447791527233791433'),(598,'41724478159','9',1.00,'80','retail','0','2024-08-24 08:42:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:43:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','283.51','282.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447817132320284220'),(599,'41724478181','9',1.00,'80','retail','0','2024-08-24 08:43:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:54:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','282.51','281.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447887377333334371'),(600,'41724478881','9',0.38,'30','retail','0','2024-08-24 08:54:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:56:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','281.51','281.135','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447898133221230423'),(601,'41724479049','9',2.00,'160','retail','0','2024-08-24 08:57:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:58:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','281.14','279.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447906033333343322'),(602,'41724479080','9',5.00,'400','retail','0','2024-08-24 08:58:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 05:59:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','279.14','274.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172447915052132023300'),(603,'41724480245','9',1.50,'120','retail','0','2024-08-24 09:17:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:17:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','274.14','272.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448025504242350020'),(604,'41724480489','9',1.25,'100','retail','0','2024-08-24 09:21:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:22:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','272.64','271.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448050620033430283'),(605,'41724480523','9',0.50,'40','retail','0','2024-08-24 09:22:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:22:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','271.39','270.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448053665838203200'),(606,'41724480897','9',0.50,'40','retail','0','2024-08-24 09:28:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:28:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','270.89','270.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448091102224431232'),(607,'41724480925','9',1.00,'80','retail','0','2024-08-24 09:28:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:33:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','270.39','269.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448109544332131233'),(608,'41724480925','80',1.00,'20','retail','0','2024-08-24 09:31:35','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-24 06:33:30','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448111082232743312'),(609,'41724481211','9',0.50,'40','retail','0','2024-08-24 09:33:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:44:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','269.39','268.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448185840003038832'),(610,'41724481869','9',2.00,'160','retail','0','2024-08-24 09:44:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 06:45:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','268.89','266.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448189323433443232'),(611,'41724482841','9',1.50,'120','retail','0','2024-08-24 10:00:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:04:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','266.89','265.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448308300332333080'),(612,'41724483092','9',0.75,'60','retail','0','2024-08-24 10:04:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:06:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','265.39','264.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448319643434334332'),(613,'41724483199','9',1.00,'80','retail','0','2024-08-24 10:06:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:08:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','264.64','263.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448330472403220422'),(614,'41724483323','9',1.00,'80','retail','0','2024-08-24 10:08:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:15:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','263.64','262.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448370420230034343'),(615,'41724483711','9',5.00,'400','retail','0','2024-08-24 10:15:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:18:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','262.64','257.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448388132038432232'),(616,'41724483890','9',2.00,'160','retail','0','2024-08-24 10:18:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:48:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','257.64','255.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448571713447202023'),(617,'41724485731','9',0.75,'60','retail','0','2024-08-24 10:48:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 07:54:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','255.64','254.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448604544002402230'),(618,'41724487470','9',2.00,'160','retail','0','2024-08-24 11:17:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 08:18:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','254.89','252.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448748202207833222'),(619,'41724487527','9',0.38,'30','retail','0','2024-08-24 11:18:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 08:23:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','252.89','252.515','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448780820027242883'),(620,'41724487810','22',1.00,'80','retail','0','2024-08-24 11:23:31','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-24 08:24:49','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448788843388202748'),(621,'41724487890','53',1.00,'80','retail','0','2024-08-24 11:24:50','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-24 08:36:54','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448860581227228742'),(622,'41724489954','9',2.00,'160','retail','0','2024-08-24 11:59:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 08:59:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','252.52','250.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172448996535972246222'),(623,'41724489973','9',0.50,'40','retail','0','2024-08-24 11:59:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 09:06:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','250.52','250.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449037834333714421'),(624,'41724490381','11',1.00,'50','retail','0','2024-08-24 12:06:21','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 09:08:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449052154320303230'),(625,'41724490531','9',5.00,'400','retail','0','2024-08-24 12:08:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 09:13:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','250.02','245.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449081420473042124'),(626,'41724491569','9',1.00,'80','retail','0','2024-08-24 12:26:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 09:38:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','245.02','244.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449229813234430203'),(627,'41724492314','9',0.63,'50','retail','0','2024-08-24 12:38:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 09:47:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','244.02','243.395','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449281594321332332'),(628,'41724493185','11',1.00,'50','retail','0','2024-08-24 12:53:06','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 10:22:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449491630230936032'),(629,'41724494926','9',4.00,'320','retail','0','2024-08-24 13:22:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 10:28:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','243.40','239.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449525542253234122'),(630,'11724495983','80',1.00,'20','retail','0','2024-08-24 13:39:43','bale','','','9.4','Cash',0.00,'20','','','1','16.00','1','2024-08-24 10:40:18','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','','','','1172449599090232023220'),(631,'41724496121','9',1.25,'100','retail','0','2024-08-24 13:42:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 10:43:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','239.40','238.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449617103442421020'),(632,'41724496192','1',1.00,'80','retail','0','2024-08-24 13:43:12','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-24 10:45:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449627122322214024'),(633,'41724496192','117',1.00,'100','retail','0','2024-08-24 13:44:31','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-24 10:45:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449629737073430233'),(634,'41724496330','9',1.00,'80','retail','0','2024-08-24 13:45:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 11:22:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','238.15','237.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449852422233123188'),(635,'41724498658','9',0.50,'40','retail','0','2024-08-24 14:24:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 11:24:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','237.15','236.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172449867582307233292'),(636,'41724498682','53',1.00,'80','retail','0','2024-08-24 14:24:42','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-24 11:59:04','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450073643232225407'),(637,'41724500760','9',1.00,'80','retail','0','2024-08-24 14:59:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 12:05:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','236.65','235.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450112622210212300'),(638,'41724501790','9',3.00,'240','retail','0','2024-08-24 15:16:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 12:17:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','235.65','232.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450181022832223152'),(639,'41724501835','11',1.00,'50','retail','0','2024-08-24 15:17:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 12:24:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450224304203321351'),(640,'41724502264','117',1.00,'100','retail','0','2024-08-24 15:24:24','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-24 12:29:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450256432200230250'),(641,'41724502573','2',1.00,'50','retail','0','2024-08-24 15:29:33','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-08-24 12:50:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450384732220332333'),(642,'41724503853','113',3.00,'180','retail','0','2024-08-24 15:50:54','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-24 13:17:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','95.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450545232454752340'),(643,'41724506305','66',3.00,'600','retail','0','2024-08-24 16:31:45','','','','59.82','Cash',0.00,'200','','','4','16.00','1','2024-08-24 13:32:21','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','99.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450632922023030064'),(644,'41724506342','22',1.00,'80','retail','0','2024-08-24 16:32:22','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-24 13:40:21','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450679402470530303'),(645,'41724506342','21',1.00,'80','retail','0','2024-08-24 16:39:54','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-24 13:40:21','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450680930029623324'),(646,'41724507780','11',1.00,'50','retail','0','2024-08-24 16:56:20','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 13:57:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450779403003430424'),(647,'41724507780','117',1.00,'100','retail','0','2024-08-24 16:56:34','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-24 13:57:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450781620226827030'),(648,'41724507896','9',1.00,'80','retail','0','2024-08-24 16:58:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 14:18:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','232.65','231.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450910737230202720'),(649,'41724509116','9',1.25,'100','retail','0','2024-08-24 17:18:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 14:22:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','231.65','230.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172450935914273332035'),(650,'41724509365','9',1.00,'80','retail','0','2024-08-24 17:22:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 14:41:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','230.40','229.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451046124044232506'),(651,'41724510515','9',2.00,'160','retail','0','2024-08-24 17:41:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 14:44:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','229.40','227.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451065040312131323'),(652,'41724510657','9',0.38,'30','retail','0','2024-08-24 17:44:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 14:51:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','227.40','227.025','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451106373253710360'),(653,'41724511198','9',2.00,'160','retail','0','2024-08-24 17:53:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:04:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','227.03','225.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451183303304332130'),(654,'41724511854','9',2.00,'160','retail','0','2024-08-24 18:04:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:04:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','225.03','223.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451188638330263372'),(655,'41724511895','9',0.63,'50','retail','0','2024-08-24 18:04:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:06:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','223.03','222.405','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451198337222172712'),(656,'41724512024','9',2.00,'160','retail','0','2024-08-24 18:07:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:07:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','222.41','220.41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451203523120037224'),(657,'41724512638','53',1.00,'80','retail','0','2024-08-24 18:17:19','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:17:40','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451265033342330302'),(658,'41724513241','9',1.50,'120','retail','0','2024-08-24 18:27:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:28:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','220.41','218.91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451325203021233233'),(659,'41724513241','80',1.00,'20','retail','0','2024-08-24 18:27:32','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-24 15:28:54','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451327434325512220'),(660,'41724513698','9',0.50,'40','retail','0','2024-08-24 18:34:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:36:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','218.91','218.41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451380400042010478'),(661,'41724513820','9',0.63,'50','retail','0','2024-08-24 18:37:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:42:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','218.41','217.785','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451409302353320333'),(662,'41724513820','9',2.00,'160','retail','0','2024-08-24 18:41:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:42:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','217.79','215.79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451410929402220230'),(663,'41724514133','9',4.00,'320','retail','0','2024-08-24 18:42:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:43:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','215.79','211.79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451416823202121136'),(664,'41724514223','9',4.00,'320','retail','0','2024-08-24 18:43:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:44:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','211.79','207.79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451423744212040323'),(665,'41724514545','11',1.00,'50','retail','0','2024-08-24 18:49:05','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 15:49:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451456342316330224'),(666,'41724514585','9',0.63,'50','retail','0','2024-08-24 18:49:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:51:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','207.79','207.165','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451469909021043130'),(667,'41724514714','9',1.00,'80','retail','0','2024-08-24 18:51:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 15:53:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','207.17','206.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451480130302332111'),(668,'41724515167','113',3.00,'180','retail','0','2024-08-24 18:59:27','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-24 16:00:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','92.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451518521352352451'),(669,'41724515167','9',1.00,'80','retail','0','2024-08-24 18:59:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:00:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','206.17','205.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451519457214943443'),(670,'41724515666','10',1.00,'40','retail','0','2024-08-24 19:07:46','','','','29.5','Cash',0.00,'40','','','4','16.00','1','2024-08-24 16:08:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451567573200470533'),(671,'41724515681','9',4.00,'320','retail','0','2024-08-24 19:08:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:13:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','205.17','201.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451583833242033333'),(672,'41724515986','9',1.00,'80','retail','0','2024-08-24 19:13:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:17:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','201.17','200.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451624744243403232'),(673,'41724516250','113',1.00,'60','retail','0','2024-08-24 19:17:30','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-24 16:20:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451632330232224243'),(674,'41724516980','113',2.00,'120','retail','0','2024-08-24 19:29:40','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-24 16:32:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451711212231021040'),(675,'41724517684','9',0.50,'40','retail','0','2024-08-24 19:41:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:41:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','200.17','199.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451770001747450253'),(676,'41724517957','9',2.00,'160','retail','0','2024-08-24 19:45:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:47:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','199.67','197.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451797242195392723'),(677,'41724517957','71',1.00,'40','retail','0','2024-08-24 19:46:13','','','','27','Cash',0.00,'40','','','4','16.00','1','2024-08-24 16:47:18','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451802822082432134'),(678,'41724518039','9',1.00,'80','retail','0','2024-08-24 19:47:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:50:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','197.67','196.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451821212440237220'),(679,'41724518222','113',1.00,'60','retail','0','2024-08-24 19:50:22','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-24 16:51:13','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451825422271413222'),(680,'41724518496','9',0.75,'60','retail','0','2024-08-24 19:54:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:55:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','196.67','195.92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451851323233022258'),(681,'41724518597','9',0.50,'40','retail','0','2024-08-24 19:56:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 16:57:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','195.92','195.42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451861242023343423'),(682,'41724518597','80',1.00,'20','retail','0','2024-08-24 19:56:52','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-24 16:57:09','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451862220042222005'),(683,'41724519151','9',1.00,'80','retail','0','2024-08-24 20:05:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 17:06:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','195.42','194.42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172451916032300123042'),(684,'41724520119','9',0.63,'50','retail','0','2024-08-24 20:21:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-24 17:22:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','194.42','193.795','Inclusive','branch','Inventory','1110','4000','5500','','','','4172452013633140353101'),(685,'41724520440','11',1.00,'50','retail','0','2024-08-24 20:27:21','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-24 17:27:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172452045003333433375'),(687,'61724557621','9',1.50,'120','retail','0','2024-08-25 06:47:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 03:47:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','189.30','187.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172455763830022240204'),(690,'61724562468','9',1.00,'80','retail','0','2024-08-25 08:07:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 05:08:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','321.80','320.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456247802632332433'),(691,'61724562488','9',0.50,'40','retail','0','2024-08-25 08:08:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 05:12:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','320.80','320.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456272222323330570'),(692,'61724562729','9',0.75,'60','retail','0','2024-08-25 08:12:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 05:18:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','320.30','319.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456308505003035326'),(693,'61724563110','9',1.50,'120','retail','0','2024-08-25 08:18:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 05:40:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','319.55','318.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456443144222476422'),(694,'61724564632','9',2.00,'160','retail','0','2024-08-25 08:43:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 05:44:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','318.05','316.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456465520002203352'),(695,'61724564669','9',1.00,'80','retail','0','2024-08-25 08:44:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 06:04:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','316.05','315.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456586902366026203'),(696,'61724565880','9',4.00,'320','retail','0','2024-08-25 09:04:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 06:05:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','315.05','311.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456590002330322209'),(697,'61724565940','9',1.00,'80','retail','0','2024-08-25 09:05:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 06:17:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','311.05','310.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456662156226227224'),(700,'61724567447','9',0.88,'70','retail','0','2024-08-25 09:30:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 06:31:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','306.05','305.175','Inclusive','branch','Inventory','1110','4000','5500','','','','6172456746302331060623'),(702,'61724569388','9',1.00,'80','retail','0','2024-08-25 10:03:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 07:36:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','304.43','303.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457135333737131232'),(704,'61724571667','71',1.00,'40','retail','0','2024-08-25 10:41:07','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-08-25 07:50:06','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457168040123253375'),(705,'61724571667','1',1.00,'80','retail','0','2024-08-25 10:42:26','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-08-25 07:50:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457176022330120211'),(706,'61724571667','120',1.00,'100','retail','0','2024-08-25 10:42:41','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-25 07:50:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457178420040220723'),(707,'61724571667','11',1.00,'50','retail','0','2024-08-25 10:43:04','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-25 07:50:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457179742353744933'),(708,'61724571667','9',0.63,'50','retail','0','2024-08-25 10:43:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 07:50:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','298.56','297.935','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457187337522432303'),(709,'61724571667','9',6.50,'520','retail','0','2024-08-25 10:47:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 07:50:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6.5','302.44','295.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457205551024423437'),(710,'61724572832','3',1.00,'150','retail','0','2024-08-25 11:00:32','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 08:03:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457297643232000223'),(712,'61724573691','9',1.50,'120','retail','0','2024-08-25 11:14:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 08:15:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','293.94','292.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457370424642327420'),(713,'61724575019','4',2.00,'300','retail','0','2024-08-25 11:37:00','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 08:38:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.50','88.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457503973502336003'),(714,'61724575019','71',1.00,'40','retail','0','2024-08-25 11:37:19','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-08-25 08:38:12','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457505302772503435'),(715,'61724575093','9',1.00,'80','retail','0','2024-08-25 11:38:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 08:42:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','292.44','291.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457530775533332332'),(716,'61724577377','9',3.00,'240','retail','0','2024-08-25 12:16:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 09:28:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','291.44','288.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457739232236330220'),(717,'61724577377','119',1.00,'60','retail','0','2024-08-25 12:16:32','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-25 09:28:45','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457740550227200722'),(718,'61724577377','9',2.00,'160','retail','0','2024-08-25 12:16:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 09:28:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','288.44','286.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457773140232427402'),(719,'61724577377','4',1.00,'150','retail','0','2024-08-25 12:22:12','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 09:28:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.50','87.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172457774660326226732'),(720,'61724580629','108',1.00,'100','retail','0','2024-08-25 13:10:29','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-25 10:35:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458208220230235222'),(721,'61724582103','9',1.00,'80','retail','0','2024-08-25 13:35:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 10:45:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','286.44','285.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458258937322022063'),(722,'61724582103','116',1.00,'60','retail','0','2024-08-25 13:43:10','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-25 10:45:44','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458260826370002236'),(723,'61724582103','9',3.75,'300','retail','0','2024-08-25 13:43:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 10:45:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','285.44','281.69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458262524233383253'),(724,'61724582745','9',1.25,'100','retail','0','2024-08-25 13:45:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 10:46:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','281.69','280.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458281283234137233'),(725,'61724582821','104',1.00,'100','retail','0','2024-08-25 13:47:01','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-08-25 10:48:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458287042280312231'),(726,'61724582893','119',1.00,'60','retail','0','2024-08-25 13:48:13','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-25 10:56:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458337583815243672'),(727,'61724582893','116',1.00,'60','retail','0','2024-08-25 13:56:15','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-25 10:56:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458338722020283383'),(728,'61724583399','113',1.00,'60','retail','0','2024-08-25 13:56:39','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-25 11:01:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458367203277033783'),(729,'61724583682','9',1.00,'80','retail','0','2024-08-25 14:01:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 11:02:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','280.44','279.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458373243325422322'),(730,'61724585122','108',1.00,'100','retail','0','2024-08-25 14:25:22','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-25 11:25:42','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458513025333233423'),(731,'61724585143','11',1.00,'50','retail','0','2024-08-25 14:25:44','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-25 11:31:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458548633302423230'),(732,'61724560306','9',16.00,'1280','retail','0','2024-08-25 07:31:46','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 11:46:54','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'16','337.80','321.8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172456065960605257055'),(733,'61724586469','114',1.00,'100','retail','0','2024-08-25 14:47:49','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-08-25 11:52:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458661030220223306'),(734,'61724586469','9',1.00,'80','retail','0','2024-08-25 14:50:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 11:52:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','279.44','278.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458663131335230613'),(735,'61724586469','80',1.00,'20','retail','0','2024-08-25 14:50:32','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-25 11:52:27','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458664322302405331'),(736,'61724586910','9',1.00,'80','retail','0','2024-08-25 14:55:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 11:55:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','278.44','277.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458691892922321442'),(737,'61724587889','9',0.50,'40','retail','0','2024-08-25 15:11:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 12:11:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','277.44','276.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458790302533323024'),(738,'61724587915','98',1.00,'100','retail','0','2024-08-25 15:11:55','','','','1','Cash',0.00,'100','','','6','16.00','1','2024-08-25 12:14:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458808638588620602'),(739,'61724588553','11',1.00,'50','retail','0','2024-08-25 15:22:33','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-25 12:41:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172458968003852157304'),(740,'61724589692','119',1.00,'60','retail','0','2024-08-25 15:41:32','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-25 12:47:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459005153202032322'),(741,'61724590070','3',0.50,'75','retail','0','2024-08-25 15:47:50','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 13:15:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','81.00','80.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459174592632263421'),(742,'61724591757','9',4.50,'360','retail','0','2024-08-25 16:15:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 13:30:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','276.94','272.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459258400004295337'),(743,'61724592616','1',1.00,'80','retail','0','2024-08-25 16:30:16','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-08-25 13:45:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459353117940553340'),(744,'61724593553','9',1.00,'80','retail','0','2024-08-25 16:45:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 14:05:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','272.44','271.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459471100217233042'),(745,'61724593553','10',1.00,'40','retail','0','2024-08-25 17:05:11','','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-08-25 14:05:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459474613620771205'),(746,'61724594760','112',1.00,'180','retail','0','2024-08-25 17:06:00','','','','103.52','Cash',0.00,'180','','','6','16.00','1','2024-08-25 14:11:54','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459509332233033022'),(747,'61724594760','80',1.00,'20','retail','0','2024-08-25 17:11:33','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-25 14:11:54','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459510423233332023'),(748,'61724595115','9',2.00,'160','retail','0','2024-08-25 17:11:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 14:31:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','271.44','269.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459630652102263236'),(749,'61724596319','119',1.00,'60','retail','0','2024-08-25 17:31:59','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-25 14:45:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459703323320233730'),(750,'61724596319','9',1.00,'80','retail','0','2024-08-25 17:43:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 14:45:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','269.44','268.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459708663330322304'),(751,'61724597116','9',10.00,'800','retail','0','2024-08-25 17:45:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 14:53:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','268.44','258.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459761413567202023'),(752,'61724597816','9',6.00,'480','retail','0','2024-08-25 17:56:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 14:57:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','258.44','252.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459782793022300580'),(753,'61724597816','118',1.00,'180','retail','0','2024-08-25 17:57:08','','','','103.47','Cash',0.00,'180','','','6','16.00','1','2024-08-25 14:57:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.50','96.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459784103431940247'),(754,'61724597816','80',1.00,'20','retail','0','2024-08-25 17:57:21','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-25 14:57:49','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459785233040007064'),(755,'61724598387','9',1.00,'80','retail','0','2024-08-25 18:06:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 15:08:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','252.44','251.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459839714325052227'),(756,'61724598387','80',1.00,'20','retail','0','2024-08-25 18:06:38','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-25 15:08:23','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459840645202625324'),(757,'61724598504','9',2.00,'160','retail','0','2024-08-25 18:08:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 15:10:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','251.44','249.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459861363839243632'),(758,'61724599096','3',0.50,'75','retail','0','2024-08-25 18:18:16','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 15:18:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','80.50','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459911242065512424'),(759,'61724599123','9',1.00,'80','retail','0','2024-08-25 18:18:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 15:25:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','249.44','248.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172459951531405524211'),(760,'61724600435','9',8.25,'660','retail','0','2024-08-25 18:40:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 15:51:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8.25','248.44','240.19','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460048424260324103'),(761,'61724600435','60',1.00,'200','retail','0','2024-08-25 18:41:24','','','','57.38','Cash',0.00,'200','','','6','16.00','1','2024-08-25 15:51:02','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460051422610346276'),(762,'61724600435','9',2.25,'180','retail','0','2024-08-25 18:41:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 15:51:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.25','240.19','237.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460098520847250733'),(763,'61724600435','4',1.00,'150','retail','0','2024-08-25 18:49:46','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-25 15:51:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.50','86.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460100343320000233'),(764,'61724572987','9',2.00,'160','retail','0','2024-08-25 11:03:07','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 15:57:01','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','295.94','293.94','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172457301022300002403'),(765,'61724566637','9',3.50,'280','retail','0','2024-08-25 09:17:18','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 16:02:44','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','310.05','306.55','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172456694242021066423'),(766,'61724601991','9',1.63,'130','retail','0','2024-08-25 19:06:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 16:07:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','237.94','236.315','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460201103710000003'),(767,'61724602077','9',1.25,'100','retail','0','2024-08-25 19:07:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 16:10:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','236.32','235.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460221523353233453'),(768,'61724602077','2',1.00,'50','retail','0','2024-08-25 19:10:16','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-08-25 16:10:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460222552002020320'),(769,'61724556567','9',4.50,'360','retail','0','2024-08-25 06:29:27','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 16:12:42','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','193.80','189.3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172455658233332312022'),(770,'61724604261','9',2.00,'160','retail','0','2024-08-25 19:44:21','','','','68','Cash',22.07,'80','','','6','16.00','1','2024-08-25 16:51:37','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','235.07','233.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460440122402431470'),(771,'61724604261','6',1.00,'80','retail','0','2024-08-25 19:47:04','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-25 16:51:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460457833363203220'),(772,'61724604698','9',1.00,'80','retail','0','2024-08-25 19:51:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 16:52:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','233.07','232.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460473843134242323'),(773,'61724604756','9',2.75,'220','retail','0','2024-08-25 19:52:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 16:57:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.75','232.07','229.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460506306205242565'),(774,'61724605078','9',2.00,'160','retail','0','2024-08-25 19:57:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 17:01:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','229.32','227.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460518622220002263'),(775,'61724567255','9',0.50,'40','retail','0','2024-08-25 09:27:35','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 17:03:02','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','306.55','306.05','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172456727863430204331'),(776,'61724571529','9',0.38,'30','retail','0','2024-08-25 10:38:49','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 17:04:55','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','303.43','303.055','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172457155227202304502'),(777,'61724605890','9',0.75,'60','retail','0','2024-08-25 20:11:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 17:11:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','227.32','226.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460590392032030326'),(778,'61724567472','9',0.75,'60','retail','0','2024-08-25 09:31:12','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 17:30:54','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','305.18','304.43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172456762526322332722'),(779,'61724561784','11',2.00,'100','retail','0','2024-08-25 07:56:24','','','','29.5','Cash',0.00,'50','','','6','','1','2024-08-25 17:31:53','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.00','51','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172456180132732525001'),(780,'61724607160','9',2.00,'160','retail','0','2024-08-25 20:32:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-25 17:33:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','226.57','224.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460717232334213220'),(781,'61724607800','7',1.00,'60','retail','0','2024-08-25 20:43:20','','','','45.5','Cash',0.00,'60','','','6','16.00','1','2024-08-25 17:43:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172460781882328273210'),(782,'41724642006','9',2.00,'160','retail','0','2024-08-26 06:13:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:13:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','224.57','222.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464201704660020634'),(783,'41724642321','11',1.00,'50','retail','0','2024-08-26 06:18:41','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-26 03:18:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464233424432322403'),(784,'41724642338','9',4.50,'360','retail','0','2024-08-26 06:18:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:25:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','222.57','218.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464269226224242223'),(785,'41724642778','9',4.00,'320','retail','0','2024-08-26 06:26:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:26:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','218.07','214.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464279143133203290'),(786,'41724642817','9',0.63,'50','retail','0','2024-08-26 06:26:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:27:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','214.07','213.445','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464282930382340380'),(787,'41724642839','9',0.75,'60','retail','0','2024-08-26 06:27:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:28:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','213.45','212.7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464291229903236243'),(788,'41724643062','9',1.25,'100','retail','0','2024-08-26 06:31:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:31:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','212.70','211.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464307430223334242'),(789,'41724643116','9',1.25,'100','retail','0','2024-08-26 06:31:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','211.45','210.2','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464325802300303520'),(790,'41724643629','9',1.50,'120','retail','0','2024-08-26 06:40:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:42:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','210.20','208.7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464371807022332334'),(791,'41724643721','9',0.38,'30','retail','0','2024-08-26 06:42:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 03:43:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','208.70','208.325','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464380632233346224'),(792,'41724644752','9',0.50,'40','retail','0','2024-08-26 06:59:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:20:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','208.33','207.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464603222632220230'),(793,'41724646036','9',4.00,'320','retail','0','2024-08-26 07:20:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:28:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','207.83','203.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464649222362020203'),(794,'41724647035','9',1.25,'100','retail','0','2024-08-26 07:37:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:37:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','203.83','202.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464704662727162202'),(795,'41724647050','9',1.00,'80','retail','0','2024-08-26 07:37:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:45:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.58','201.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464750806002377203'),(796,'41724647521','9',0.50,'40','retail','0','2024-08-26 07:45:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:51:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','201.58','201.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464788122072421003'),(797,'41724647897','9',2.00,'160','retail','0','2024-08-26 07:51:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:53:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','201.08','199.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464801740022670822'),(798,'41724648341','9',0.50,'40','retail','0','2024-08-26 07:59:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 04:59:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','199.08','198.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464835286232682474'),(799,'41724648356','9',2.00,'160','retail','0','2024-08-26 07:59:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:18:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','198.58','196.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464949323342000932'),(800,'41724649502','9',1.50,'120','retail','0','2024-08-26 08:18:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:22:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','196.58','195.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464972823304322342'),(801,'41724649938','9',0.75,'60','retail','0','2024-08-26 08:25:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:26:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','195.08','194.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172464995302247734304'),(802,'41724650283','9',1.00,'80','retail','0','2024-08-26 08:31:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:31:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','194.33','193.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465029103422510402'),(803,'41724650283','5',1.00,'50','retail','0','2024-08-26 08:31:32','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-08-26 05:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465030233234030722'),(804,'41724650310','11',1.00,'50','retail','0','2024-08-26 08:31:50','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-26 05:40:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465080817032308306'),(805,'41724650821','9',1.50,'120','retail','0','2024-08-26 08:40:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:45:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','193.33','191.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465112922319332443'),(806,'41724651154','9',4.00,'320','retail','0','2024-08-26 08:45:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:47:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','191.83','187.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465117002624304322'),(807,'41724651286','9',1.00,'80','retail','0','2024-08-26 08:48:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:48:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','187.83','186.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465129500256322233'),(808,'41724651306','9',2.00,'160','retail','0','2024-08-26 08:48:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 05:50:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','186.83','184.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465141643100363700'),(809,'41724652400','9',2.00,'160','retail','0','2024-08-26 09:06:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 06:07:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','184.83','182.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465241885353420333'),(810,'41724652425','9',1.25,'100','retail','0','2024-08-26 09:07:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 06:07:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','182.83','181.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465245022020523043'),(811,'41724653555','9',1.00,'80','retail','0','2024-08-26 09:25:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 06:26:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','181.58','180.58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465356432233033022'),(812,'41724654140','9',0.50,'40','retail','0','2024-08-26 09:35:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 06:36:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','180.59','180.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465416602271257320'),(813,'41724655762','9',2.00,'160','retail','0','2024-08-26 10:02:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 07:02:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','180.09','178.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465577131231245623'),(814,'41724655780','9',1.00,'80','retail','0','2024-08-26 10:03:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 07:10:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','178.09','177.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465622537350226733'),(815,'41724656228','9',1.00,'80','retail','0','2024-08-26 10:10:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 07:26:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','177.09','176.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465715500320032432'),(816,'41724659338','114',1.00,'100','retail','0','2024-08-26 11:02:18','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-26 08:09:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172465973562323122303'),(817,'41724663296','108',2.00,'200','retail','0','2024-08-26 12:08:16','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-26 09:08:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','94.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172466332130032223444'),(818,'41724664602','9',1.25,'100','retail','0','2024-08-26 12:30:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 09:30:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','176.09','174.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172466462363336033426'),(819,'41724664635','9',1.00,'80','retail','0','2024-08-26 12:30:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 10:04:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','174.84','173.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172466667000004266337'),(820,'41724666919','3',0.50,'75','retail','0','2024-08-26 13:08:39','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-26 10:08:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','80.00','79.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172466693462233602342'),(821,'41724666938','11',1.00,'50','retail','0','2024-08-26 13:08:58','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-26 11:11:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467069522230232320'),(822,'41724670706','13',1.00,'70','retail','0','2024-08-26 14:11:46','','','','50','Cash',0.00,'70','','','4','16.00','1','2024-08-26 11:22:45','3','3','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467135420122332443'),(823,'41724672711','9',0.38,'30','retail','0','2024-08-26 14:45:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 11:46:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','173.84','173.465','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467275674622323450'),(824,'41724673318','11',1.00,'50','retail','0','2024-08-26 14:55:18','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-26 12:13:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467438302223324003'),(825,'41724675399','9',2.38,'190','retail','0','2024-08-26 15:30:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 12:30:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.375','173.47','171.095','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467542267204523104'),(826,'41724675433','9',1.00,'80','retail','0','2024-08-26 15:30:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 12:37:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.10','170.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467582372320402337'),(827,'41724676171','9',1.00,'80','retail','0','2024-08-26 15:42:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 12:47:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','170.10','169.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467643640220334343'),(828,'41724677372','9',1.00,'80','retail','0','2024-08-26 16:02:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 13:14:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','169.10','168.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467807430833333337'),(829,'41724678082','99',1.00,'100','retail','0','2024-08-26 16:14:42','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-08-26 13:16:45','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467819526207337622'),(830,'41724679278','65',1.00,'300','retail','0','2024-08-26 16:34:38','bale','','','103.13','Cash',0.00,'300','','','4','16.00','1','2024-08-26 13:35:48','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467931422039633200'),(831,'41724679825','9',2.00,'160','retail','0','2024-08-26 16:43:45','','','','68','Cash',22.07,'80','','','4','16.00','1','2024-08-26 13:46:18','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','168.10','166.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172467983901303369034'),(832,'41724680118','9',3.00,'240','retail','0','2024-08-26 17:08:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 14:09:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','164.10','161.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468135213446200233'),(833,'41724681374','9',1.00,'80','retail','0','2024-08-26 17:09:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 14:19:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','163.10','162.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468189632233432402'),(834,'41724681374','80',1.00,'20','retail','0','2024-08-26 17:18:16','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-26 14:19:20','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468194843023103772'),(835,'41724681961','108',1.00,'100','retail','0','2024-08-26 17:19:22','bale','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-26 14:19:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468197525427242724'),(836,'41724682362','9',1.00,'80','retail','0','2024-08-26 17:26:02','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 14:33:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','162.10','161.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468275948240223522'),(837,'41724682362','4',2.00,'300','retail','0','2024-08-26 17:32:40','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-26 14:33:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.50','84.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468277433203327027'),(838,'41724684118','116',1.00,'60','retail','0','2024-08-26 17:55:19','bale','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-26 14:55:34','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468412743372713203'),(839,'41724684135','9',5.00,'400','retail','0','2024-08-26 17:55:35','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:08:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','161.10','156.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468485743433824723'),(840,'41724684881','9',1.00,'80','retail','0','2024-08-26 18:08:01','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:11:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','156.10','155.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468509033720325223'),(841,'41724685095','1',1.00,'80','retail','0','2024-08-26 18:11:35','bale','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:14:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468522503233203280'),(842,'41724685095','9',2.00,'160','retail','0','2024-08-26 18:13:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:14:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.10','153.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468524582454202530'),(843,'41724685267','9',1.25,'100','retail','0','2024-08-26 18:14:27','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:18:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','153.10','151.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468549818023131333'),(844,'41724685603','9',1.50,'120','retail','0','2024-08-26 18:20:04','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:20:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','151.85','150.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468561202213303542'),(845,'41724685980','9',1.00,'80','retail','0','2024-08-26 18:26:20','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:27:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','150.35','149.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468604120444362033'),(846,'41724686051','3',2.00,'300','retail','0','2024-08-26 18:27:31','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-26 15:30:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.50','77.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468620303803263022'),(847,'41724686316','9',2.00,'160','retail','0','2024-08-26 18:31:56','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:40:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','149.35','147.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468682172306102264'),(848,'41724686316','4',1.00,'150','retail','0','2024-08-26 18:40:22','bale','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-26 15:40:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.50','83.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468683333283822374'),(849,'41724686316','80',1.00,'20','retail','0','2024-08-26 18:40:33','bale','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-26 15:40:44','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468684212722864026'),(850,'41724686846','9',2.00,'160','retail','0','2024-08-26 18:40:46','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:43:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','147.35','145.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468700203006370322'),(851,'41724687008','9',4.00,'320','retail','0','2024-08-26 18:43:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:45:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','145.35','141.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468709552032373022'),(852,'41724687113','109',1.00,'100','retail','0','2024-08-26 18:45:13','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-08-26 15:49:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468730720470300380'),(853,'41724687113','6',1.00,'80','retail','0','2024-08-26 18:48:27','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:49:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468731716003333474'),(854,'41724687346','1',1.00,'80','retail','0','2024-08-26 18:49:06','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:51:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468748543822328022'),(855,'41724687518','9',1.25,'100','retail','0','2024-08-26 18:51:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:52:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','141.35','140.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468753437438226433'),(856,'41724687544','9',0.50,'40','retail','0','2024-08-26 18:52:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:55:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','140.10','139.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468771682042233223'),(857,'41724687721','1',1.00,'80','retail','0','2024-08-26 18:55:22','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:56:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468775157321422212'),(858,'41724687721','9',2.50,'200','retail','0','2024-08-26 18:55:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:56:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','139.60','137.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468778004734022322'),(859,'41724687806','9',0.63,'50','retail','0','2024-08-26 18:56:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 15:58:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','137.10','136.475','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468788048330320362'),(860,'41724688086','9',2.00,'160','retail','0','2024-08-26 19:01:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:02:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','136.48','134.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468811320324222710'),(861,'41724688135','1',1.00,'80','retail','0','2024-08-26 19:02:15','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:03:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468822122462443224'),(862,'41724688392','9',2.00,'160','retail','0','2024-08-26 19:06:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:07:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','134.48','132.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468840808043420303'),(863,'41724688946','9',2.00,'160','retail','0','2024-08-26 19:15:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:16:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','132.48','130.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468896462932423300'),(864,'41724688997','9',0.88,'70','retail','0','2024-08-26 19:16:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:19:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','130.48','129.605','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468913832336323734'),(865,'41724689160','9',1.00,'80','retail','0','2024-08-26 19:19:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:22:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','129.61','128.61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468935120008172232'),(866,'41724689355','1',1.00,'80','retail','0','2024-08-26 19:22:35','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:24:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468942332222314344'),(867,'41724689355','6',1.00,'80','retail','0','2024-08-26 19:23:44','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:24:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172468943834330226483'),(868,'41724690094','9',5.00,'400','retail','0','2024-08-26 19:34:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:36:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','128.61','123.61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469021626224430412'),(869,'41724690219','9',0.50,'40','retail','0','2024-08-26 19:36:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 16:37:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','123.61','123.11','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469023622363232313'),(870,'41724691436','9',0.75,'60','retail','0','2024-08-26 19:57:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:00:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','123.11','122.36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469162821624392249'),(871,'41724691642','9',3.75,'300','retail','0','2024-08-26 20:00:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:05:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','122.36','118.61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469183632232893132'),(872,'41724691906','1',1.00,'80','retail','0','2024-08-26 20:05:06','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:15:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469245901347220224'),(873,'41724692729','9',2.00,'160','retail','0','2024-08-26 20:18:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:19:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','118.61','116.61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469274620462444347'),(874,'41724692944','9',0.50,'40','retail','0','2024-08-26 20:22:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:22:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','116.61','116.11','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469295723447025333'),(875,'41724694465','110',1.00,'60','retail','0','2024-08-26 20:47:45','bale','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-08-26 17:48:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469447442334324143'),(876,'41724694465','116',2.00,'120','retail','0','2024-08-26 20:47:54','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-26 17:48:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469451224452322310'),(877,'41724694522','108',1.00,'100','retail','0','2024-08-26 20:48:42','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-26 17:51:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469465500203022302'),(878,'41724694680','53',1.00,'80','retail','0','2024-08-26 20:51:20','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-26 17:52:56','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469473903324126624'),(879,'41724694680','51',2.00,'200','retail','0','2024-08-26 20:52:19','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-08-26 17:52:56','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172469475835222202230'),(880,'41724728214','9',1.25,'100','retail','0','2024-08-27 06:10:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 03:10:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','116.11','114.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172472822622424222421'),(881,'41724728356','9',2.00,'160','retail','0','2024-08-27 06:12:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 03:12:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','114.86','112.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172472836774020324333'),(882,'41724728428','9',4.00,'320','retail','0','2024-08-27 06:13:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 03:18:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','112.86','108.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172472870433242403428'),(883,'41724730759','9',0.75,'60','retail','0','2024-08-27 06:52:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 03:53:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','108.86','108.11','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473080523343007402'),(884,'41724730815','9',1.00,'80','retail','0','2024-08-27 06:53:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:15:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','108.11','107.11','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473210930733431120'),(885,'41724732129','9',0.63,'50','retail','0','2024-08-27 07:15:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:22:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','107.11','106.485','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473251733431325053'),(886,'41724732522','9',1.50,'120','retail','0','2024-08-27 07:22:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:27:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','106.49','104.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473282043337400322'),(887,'41724732872','9',4.00,'320','retail','0','2024-08-27 07:27:52','bale','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:33:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','104.99','100.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473320333332323021'),(888,'41724733331','9',2.00,'160','retail','0','2024-08-27 07:35:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:35:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.99','98.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473334203043432402'),(889,'41724734282','9',0.63,'50','retail','0','2024-08-27 07:51:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:51:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','98.99','98.365','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473429432422202230'),(890,'41724734657','9',1.50,'120','retail','0','2024-08-27 07:57:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 04:58:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','98.37','96.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473467032332230324'),(891,'41724735049','9',1.50,'120','retail','0','2024-08-27 08:04:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','96.87','95.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473506032224037306'),(892,'41724735073','9',0.75,'60','retail','0','2024-08-27 08:04:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:13:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','95.37','94.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473559879307802274'),(893,'41724735774','9',4.00,'320','retail','0','2024-08-27 08:16:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:16:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','94.62','90.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473578545273020373'),(894,'41724735928','9',1.00,'80','retail','0','2024-08-27 08:18:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:44:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.62','89.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473746230243102143'),(895,'41724737466','9',0.50,'40','retail','0','2024-08-27 08:44:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:46:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','89.62','89.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473756470703341234'),(896,'41724737568','9',1.00,'80','retail','0','2024-08-27 08:46:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:50:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.12','88.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473779534312133143'),(897,'41724738005','9',2.00,'160','retail','0','2024-08-27 08:53:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 05:53:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.12','86.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473801902223324003'),(898,'41724738648','9',0.50,'40','retail','0','2024-08-27 09:04:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 06:04:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','86.12','85.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473866063443333332'),(899,'41724738688','9',5.00,'400','retail','0','2024-08-27 09:04:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 06:09:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','85.62','80.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473896642243320034'),(900,'41724739095','9',1.00,'80','retail','0','2024-08-27 09:11:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 06:12:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.62','79.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473910220432021043'),(901,'41724739166','11',1.00,'50','retail','0','2024-08-27 09:12:46','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-27 06:14:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172473926432242240002'),(902,'41724740109','9',1.00,'80','retail','0','2024-08-27 09:28:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 06:39:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.62','78.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474073743434003437'),(903,'41724741840','9',1.00,'80','retail','0','2024-08-27 09:57:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 06:57:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.62','77.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474184732212227331'),(904,'41724741928','9',1.25,'100','retail','0','2024-08-27 09:58:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:01:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','77.62','76.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474206200033304320'),(905,'41724742084','9',0.50,'40','retail','0','2024-08-27 10:01:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:01:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','76.37','75.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474209636302323212'),(906,'41724742264','9',1.00,'80','retail','0','2024-08-27 10:04:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:04:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.87','74.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474227203233323320'),(907,'41724742401','9',0.75,'60','retail','0','2024-08-27 10:06:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:06:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','74.87','74.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474241233233232002'),(908,'41724742538','9',2.00,'160','retail','0','2024-08-27 10:08:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:55:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','224.12','222.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474529122322022329'),(909,'41724745311','9',1.00,'80','retail','0','2024-08-27 10:55:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 07:57:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','222.12','221.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474543330322335233'),(910,'41724745439','99',1.00,'100','retail','0','2024-08-27 10:57:19','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-08-27 08:08:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474611806343322682'),(911,'41724746661','9',0.38,'30','retail','0','2024-08-27 11:17:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 08:31:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','221.12','220.745','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474744547202427324'),(912,'41724748989','9',5.00,'400','retail','0','2024-08-27 11:56:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 08:57:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','220.75','215.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474902000022420342'),(913,'41724748989','120',1.00,'100','retail','0','2024-08-27 11:57:01','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-08-27 08:57:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474903133292772213'),(914,'41724749036','11',1.00,'50','retail','0','2024-08-27 11:57:16','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-27 09:07:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474961303021233333'),(915,'41724749646','9',4.00,'320','retail','0','2024-08-27 12:07:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 09:07:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','215.75','211.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172474966432202332432'),(916,'41724749673','4',1.00,'150','retail','0','2024-08-27 12:07:53','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 09:39:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.50','82.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172475154133242327217'),(917,'41724756007','9',1.00,'80','retail','0','2024-08-27 13:53:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 11:29:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','211.75','210.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172475814930334248722'),(918,'41724758230','11',1.00,'50','retail','0','2024-08-27 14:30:30','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-27 11:30:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172475824034233424223'),(919,'41724759001','6',1.00,'80','retail','0','2024-08-27 14:43:21','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-27 11:43:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172475901350223723232'),(920,'41724759594','9',2.00,'160','retail','0','2024-08-27 14:53:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 11:54:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','210.75','208.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172475961252239320342'),(921,'41724759649','108',1.00,'100','retail','0','2024-08-27 14:54:09','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-27 12:07:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476042707737340462'),(922,'41724759649','106',1.00,'100','retail','0','2024-08-27 15:07:08','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-08-27 12:07:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476043820034367027'),(923,'41724759649','6',1.00,'80','retail','0','2024-08-27 15:07:18','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-27 12:07:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476045130372233325'),(924,'41724760998','9',1.00,'80','retail','0','2024-08-27 15:16:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 12:17:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','208.75','207.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476102201332423742'),(925,'41724761044','11',2.00,'100','retail','0','2024-08-27 15:17:24','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-27 12:29:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.00','39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476173576022012242'),(926,'41724761044','119',1.00,'60','retail','0','2024-08-27 15:28:55','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-27 12:29:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476175127332275603'),(927,'41724761765','3',1.00,'150','retail','0','2024-08-27 15:29:25','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 12:30:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.50','76.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476183545322343050'),(928,'41724762954','3',0.50,'75','retail','0','2024-08-27 15:49:14','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 12:49:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','76.50','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476297420232263637'),(929,'41724762982','9',2.00,'160','retail','0','2024-08-27 15:49:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 13:27:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','207.75','205.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476526322022462727'),(930,'41724765816','9',1.00,'80','retail','0','2024-08-27 16:36:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 13:37:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','205.75','204.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476583483272342302'),(931,'41724765859','9',4.00,'320','retail','0','2024-08-27 16:37:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 14:08:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','204.75','200.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476769900339027622'),(932,'41724767712','3',5.00,'750','retail','0','2024-08-27 17:08:33','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 14:11:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','76.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476775273006322303'),(933,'41724767903','9',1.63,'130','retail','0','2024-08-27 17:11:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 14:14:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','200.75','199.125','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476807870072223472'),(934,'41724768085','4',0.50,'75','retail','0','2024-08-27 17:14:45','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 14:23:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','82.50','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172476858850033066524'),(935,'41724770117','9',1.50,'120','retail','0','2024-08-27 17:48:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 14:50:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','199.13','197.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477012977073132219'),(936,'41724770117','9',2.00,'160','retail','0','2024-08-27 17:48:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 14:50:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','197.63','195.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477014107010032322'),(937,'41724770117','14',1.00,'70','retail','0','2024-08-27 17:49:01','','','','50','Cash',0.00,'70','','','4','16.00','1','2024-08-27 14:50:51','3','3','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477022433003370043'),(938,'41724770117','108',1.00,'100','retail','0','2024-08-27 17:50:25','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-27 14:50:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477024012732040233'),(939,'41724770653','9',1.25,'100','retail','0','2024-08-27 17:57:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 14:58:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','195.63','194.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477066432023737400'),(940,'41724770682','9',0.50,'40','retail','0','2024-08-27 17:58:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:12:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','194.38','193.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477153002103222320'),(941,'41724771533','9',1.00,'80','retail','0','2024-08-27 18:12:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:15:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','193.88','192.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477172422014242040'),(942,'41724771742','9',2.00,'160','retail','0','2024-08-27 18:15:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:16:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','192.88','190.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477175903272441231'),(943,'41724771835','9',1.25,'100','retail','0','2024-08-27 18:17:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:18:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','190.88','189.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477190522104024202'),(944,'41724771915','9',0.50,'40','retail','0','2024-08-27 18:18:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:22:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','189.63','189.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477207334440310270'),(945,'41724772145','9',1.50,'120','retail','0','2024-08-27 18:22:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:22:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','189.13','187.63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477217237217303200'),(946,'41724772344','9',0.63,'50','retail','0','2024-08-27 18:25:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:26:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','187.63','187.005','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477236532003432403'),(947,'41724772836','9',3.00,'240','retail','0','2024-08-27 18:33:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:34:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','187.01','184.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477285332334444072'),(948,'41724772861','9',1.00,'80','retail','0','2024-08-27 18:34:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:39:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','184.01','183.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477313730721723010'),(949,'41724773146','9',1.50,'120','retail','0','2024-08-27 18:39:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:41:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','183.01','181.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477329883022127782'),(950,'41724773302','9',3.00,'240','retail','0','2024-08-27 18:41:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 15:52:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','181.51','178.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477393720272324222'),(951,'41724773946','9',2.00,'160','retail','0','2024-08-27 18:52:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:01:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','178.51','176.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477440473231132202'),(952,'41724773946','4',3.00,'450','retail','0','2024-08-27 19:00:04','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 16:01:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','82.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477445873275402343'),(953,'41724774621','9',1.25,'100','retail','0','2024-08-27 19:03:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:05:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','176.51','175.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477473022272033322'),(954,'41724774736','9',1.00,'80','retail','0','2024-08-27 19:05:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:06:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','175.26','174.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477474577327403453'),(955,'41724774736','3',1.00,'150','retail','0','2024-08-27 19:05:46','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 16:06:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477475720024020722'),(956,'41724774769','9',0.50,'40','retail','0','2024-08-27 19:06:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:07:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','174.26','173.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477481728222873433'),(957,'41724775073','9',2.00,'160','retail','0','2024-08-27 19:11:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:11:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','173.76','171.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477508358482247822'),(958,'41724775092','9',0.63,'50','retail','0','2024-08-27 19:11:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:15:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','171.76','171.135','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477534533223233303'),(959,'41724775419','9',2.00,'160','retail','0','2024-08-27 19:16:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:17:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','171.14','169.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477545430303333224'),(960,'41724775463','119',1.00,'60','retail','0','2024-08-27 19:17:43','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-27 16:28:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477575842777372523'),(961,'41724776098','9',3.00,'240','retail','0','2024-08-27 19:28:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:29:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','169.14','166.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477610977441240041'),(962,'41724776098','119',1.00,'60','retail','0','2024-08-27 19:28:29','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-27 16:29:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477612027612612203'),(963,'41724777642','9',2.00,'160','retail','0','2024-08-27 19:54:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:55:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','166.14','164.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477765524720705377'),(964,'41724777710','53',1.00,'80','retail','0','2024-08-27 19:55:10','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-27 16:55:36','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477772507577722313'),(965,'41724778476','9',0.88,'70','retail','0','2024-08-27 20:07:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 17:08:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','164.14','163.265','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477849020223103023'),(966,'41724778711','9',0.75,'60','retail','0','2024-08-27 20:11:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 17:12:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','163.27','162.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477872343332743723'),(967,'41724779579','4',1.00,'150','retail','0','2024-08-27 20:26:19','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-27 17:26:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172477960107422320337'),(968,'41724779942','9',0.25,'20','retail','0','2024-08-27 20:32:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-27 17:35:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','162.52','162.27','Inclusive','branch','Inventory','1110','4000','5500','','','','4172478010003243322332'),(969,'41724780109','53',1.00,'80','retail','0','2024-08-27 20:35:09','pc','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-27 17:41:05','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172478045122228342072'),(970,'41724780466','51',1.00,'100','retail','0','2024-08-27 20:41:06','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-08-27 17:41:22','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172478047900223237037'),(971,'41724780917','11',1.00,'50','retail','0','2024-08-27 20:48:37','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-27 17:49:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172478093903038273202'),(972,'41724780917','7',1.00,'60','retail','0','2024-08-27 20:49:00','','','','45.5','Cash',0.00,'60','','','4','16.00','1','2024-08-27 17:49:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172478095932324717253'),(973,'41724814558','9',2.00,'160','retail','0','2024-08-28 06:09:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:19:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','162.27','160.27','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481515912220112323'),(974,'41724815191','9',1.25,'100','retail','0','2024-08-28 06:19:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:20:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','160.27','159.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481520002303425222'),(975,'41724815213','9',4.00,'320','retail','0','2024-08-28 06:20:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:20:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','159.02','155.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481522443120432224'),(976,'41724815281','9',0.50,'40','retail','0','2024-08-28 06:21:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:21:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','155.02','154.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481529122223022322'),(977,'41724815295','9',0.25,'20','retail','0','2024-08-28 06:21:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:22:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','154.52','154.27','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481533231420403720'),(978,'41724815361','9',1.25,'100','retail','0','2024-08-28 06:22:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:27:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','154.27','153.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481564133324852432'),(979,'41724815644','9',0.75,'60','retail','0','2024-08-28 06:27:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 03:48:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','153.02','152.27','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481687500817712237'),(980,'41724817319','9',1.25,'100','retail','0','2024-08-28 06:55:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 04:25:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','152.27','151.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481910300237217204'),(981,'41724819107','9',4.00,'320','retail','0','2024-08-28 07:25:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 04:29:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','151.02','147.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172481936238232043423'),(982,'41724820839','9',0.50,'40','retail','0','2024-08-28 07:53:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 04:54:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','147.02','146.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482085732000204833'),(983,'41724823008','9',1.00,'80','retail','0','2024-08-28 08:30:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:30:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','146.52','145.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482303400803012203'),(984,'41724823008','9',1.00,'80','retail','0','2024-08-28 08:30:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:30:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','145.52','144.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482304552552300202'),(985,'41724823244','9',2.00,'160','retail','0','2024-08-28 08:34:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:34:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','144.52','142.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482325707022033230'),(986,'41724823404','9',4.00,'320','retail','0','2024-08-28 08:36:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:37:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','142.52','138.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482341312412234333'),(987,'41724823509','9',1.50,'120','retail','0','2024-08-28 08:38:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:41:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','138.52','137.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482366034736332433'),(988,'41724823871','9',0.38,'30','retail','0','2024-08-28 08:44:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:44:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','137.02','136.645','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482388140284443304'),(989,'41724823888','11',1.00,'50','retail','0','2024-08-28 08:44:48','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 05:47:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482405025700333842'),(990,'41724824052','9',1.25,'100','retail','0','2024-08-28 08:47:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:49:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','136.65','135.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482418832324302028'),(991,'41724824474','9',1.00,'80','retail','0','2024-08-28 08:54:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:54:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','135.40','134.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482448103431422034'),(992,'41724824496','9',0.75,'60','retail','0','2024-08-28 08:54:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 05:55:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','134.40','133.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482450643737553402'),(993,'41724824605','9',1.25,'100','retail','0','2024-08-28 08:56:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 06:18:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','133.65','132.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482592324824743070'),(994,'41724825931','9',1.00,'80','retail','0','2024-08-28 09:18:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 06:23:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.40','131.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482618933224222442'),(995,'41724827223','116',1.00,'60','retail','0','2024-08-28 09:40:23','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-28 06:40:39','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482723234201223273'),(996,'41724827239','21',1.00,'80','retail','0','2024-08-28 09:40:40','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-08-28 06:41:59','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482731422227070242'),(997,'41724827320','9',2.00,'160','retail','0','2024-08-28 09:42:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 06:50:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','131.40','129.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482778034002070880'),(998,'41724827320','71',1.00,'40','retail','0','2024-08-28 09:49:41','','','','27','Cash',0.00,'40','','','4','16.00','1','2024-08-28 06:50:05','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482779302222129230'),(999,'41724827806','9',2.00,'160','retail','0','2024-08-28 09:50:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 07:22:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.40','127.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172482973293002342422'),(1000,'41724830693','9',0.63,'50','retail','0','2024-08-28 10:38:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 07:52:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','127.40','126.775','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483154882322472302'),(1001,'41724832257','11',1.00,'50','retail','0','2024-08-28 11:04:17','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 08:04:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483226821200333434'),(1002,'41724832284','9',1.00,'80','retail','0','2024-08-28 11:04:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 08:05:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','126.78','125.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483230917020092331'),(1003,'41724832317','9',1.00,'80','retail','0','2024-08-28 11:05:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 08:44:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','125.78','124.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483468142326122303'),(1004,'41724837197','9',1.00,'80','retail','0','2024-08-28 12:26:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 09:45:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.78','123.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483819683232902200'),(1005,'41724837197','80',1.00,'20','retail','0','2024-08-28 12:43:16','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-28 09:45:22','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483824222232304482'),(1006,'41724838322','120',1.00,'100','retail','0','2024-08-28 12:45:22','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-08-28 09:50:54','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483862833233433883'),(1007,'41724838322','119',1.00,'60','retail','0','2024-08-28 12:50:29','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-28 09:50:54','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483864533333001084'),(1008,'41724838655','9',1.00,'80','retail','0','2024-08-28 12:50:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 09:57:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','123.78','122.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483900433403323382'),(1009,'41724838655','4',1.00,'150','retail','0','2024-08-28 12:56:45','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-28 09:57:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483901740334414241'),(1010,'41724839026','1',1.00,'80','retail','0','2024-08-28 12:57:06','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-08-28 10:01:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483928733730043423'),(1011,'41724839026','53',1.00,'80','retail','0','2024-08-28 13:01:28','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-08-28 10:01:56','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172483930723020332372'),(1012,'41724840384','11',1.00,'50','retail','0','2024-08-28 13:19:44','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 10:19:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484039334428030822'),(1013,'41724840403','119',1.00,'60','retail','0','2024-08-28 13:20:03','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-08-28 10:29:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484097820334034320'),(1014,'41724840981','2',1.00,'50','retail','0','2024-08-28 13:29:41','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-08-28 10:30:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484101114733344201'),(1015,'41724841171','108',1.00,'100','retail','0','2024-08-28 13:32:51','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-28 10:33:26','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484119722293134239'),(1016,'41724841763','116',1.00,'60','retail','0','2024-08-28 13:42:43','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-28 10:43:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484177502033102247'),(1017,'41724841795','11',1.00,'50','retail','0','2024-08-28 13:43:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 11:27:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484444130022403223'),(1018,'41724844451','6',1.00,'80','retail','0','2024-08-28 14:27:31','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-08-28 11:30:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484459752122033228'),(1019,'41724847355','9',5.00,'400','retail','0','2024-08-28 15:15:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 12:16:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','122.78','117.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484736723232322446'),(1020,'41724848428','108',1.00,'100','retail','0','2024-08-28 15:33:48','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-08-28 12:36:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484859623039468541'),(1021,'41724848428','117',1.00,'100','retail','0','2024-08-28 15:36:36','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-28 12:36:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172484861240123334242'),(1022,'41724850047','9',1.00,'80','retail','0','2024-08-28 16:00:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 13:01:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','117.78','116.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485005710722032042'),(1023,'41724852159','9',2.00,'160','retail','0','2024-08-28 16:35:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 13:36:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','116.78','114.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485218132021432232'),(1024,'41724852203','9',1.00,'80','retail','0','2024-08-28 16:36:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 13:38:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','114.78','113.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485230232243232322'),(1025,'41724852313','9',1.25,'100','retail','0','2024-08-28 16:38:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 13:54:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','113.78','112.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485297102734032148'),(1026,'41724852313','116',1.00,'60','retail','0','2024-08-28 16:49:32','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-08-28 13:54:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485300024282027220'),(1027,'41724853329','109',1.00,'100','retail','0','2024-08-28 16:55:29','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-08-28 13:55:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485333923340222043'),(1028,'41724853357','9',4.00,'320','retail','0','2024-08-28 16:55:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 13:56:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','112.53','108.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485337133328234132'),(1029,'41724853387','4',0.50,'75','retail','0','2024-08-28 16:56:27','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-08-28 13:56:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','77.00','76.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485340434422203204'),(1030,'41724853781','9',1.00,'80','retail','0','2024-08-28 17:03:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:03:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','108.53','107.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485378832382311422'),(1031,'41724854035','9',2.00,'160','retail','0','2024-08-28 17:07:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:09:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','107.53','105.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485412630302162130'),(1032,'41724854147','9',3.00,'240','retail','0','2024-08-28 17:09:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:17:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','105.53','102.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485457222342420337'),(1033,'41724854643','9',0.50,'40','retail','0','2024-08-28 17:17:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:18:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','102.53','102.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485470710700423173'),(1034,'41724854712','9',2.00,'160','retail','0','2024-08-28 17:18:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:25:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','102.03','100.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485514335230040351'),(1035,'41724855149','71',1.00,'40','retail','0','2024-08-28 17:25:49','','','','27','Cash',0.00,'40','','','4','16.00','1','2024-08-28 14:27:27','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485524422842020538'),(1036,'41724855248','9',0.75,'60','retail','0','2024-08-28 17:27:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:29:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','100.03','99.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485538307533330383'),(1037,'41724855398','9',0.25,'20','retail','0','2024-08-28 17:29:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:34:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','99.28','99.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485565801332453842'),(1038,'41724855661','9',3.00,'240','retail','0','2024-08-28 17:34:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:38:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','99.03','96.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485590133200412322'),(1039,'41724856493','9',1.00,'80','retail','0','2024-08-28 17:48:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:48:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.03','95.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485650022333333843'),(1040,'41724856493','80',1.00,'20','retail','0','2024-08-28 17:48:20','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-08-28 14:48:37','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485650923506431332'),(1041,'41724856794','9',2.00,'160','retail','0','2024-08-28 17:53:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 14:53:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','95.03','93.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485680738322050743'),(1042,'41724856836','9',1.00,'80','retail','0','2024-08-28 17:53:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:01:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.03','92.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485727600203022302'),(1043,'41724857340','9',2.00,'160','retail','0','2024-08-28 18:02:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:02:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.03','90.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485735182237332343'),(1044,'41724857367','9',0.50,'40','retail','0','2024-08-28 18:02:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:03:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','90.03','89.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485742984020324333'),(1045,'41724857438','9',1.00,'80','retail','0','2024-08-28 18:03:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:04:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.53','88.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485747934334944222'),(1046,'41724857583','9',1.00,'80','retail','0','2024-08-28 18:06:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:07:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.53','87.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485761743737663402'),(1047,'41724857625','117',1.00,'100','retail','0','2024-08-28 18:07:06','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-28 15:07:50','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485765878852340520'),(1048,'41724858619','9',2.00,'160','retail','0','2024-08-28 18:23:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:24:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.53','85.53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485864253282822102'),(1049,'41724858654','9',1.50,'120','retail','0','2024-08-28 18:24:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:28:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','85.53','84.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485890339417230413'),(1050,'41724858972','9',3.00,'240','retail','0','2024-08-28 18:29:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 15:36:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','84.03','81.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485939230000324402'),(1051,'41724859407','9',2.25,'180','retail','0','2024-08-28 18:36:47','','','','68','Cash',24.83,'80','','','4','16.00','1','2024-08-28 15:46:46','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',155.17,'','81.03','78.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172485988327430227282'),(1052,'41724860229','2',1.00,'50','retail','0','2024-08-28 18:50:29','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-08-28 15:59:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486073132000027243'),(1053,'41724860970','9',2.50,'200','retail','0','2024-08-28 19:02:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:05:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','78.78','76.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486100922842020138'),(1054,'41724861272','114',1.00,'100','retail','0','2024-08-28 19:07:52','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-08-28 16:09:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486129900272232327'),(1055,'41724861272','113',1.00,'60','retail','0','2024-08-28 19:08:20','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-08-28 16:09:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486131583520202015'),(1056,'41724861272','117',1.00,'100','retail','0','2024-08-28 19:08:36','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-08-28 16:09:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486133301434242310'),(1057,'41724861446','9',0.88,'70','retail','0','2024-08-28 19:10:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:11:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','76.28','75.405','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486148820204032341'),(1058,'41724861446','71',1.00,'40','retail','0','2024-08-28 19:11:28','bale','','','27','Cash',0.00,'40','','','4','16.00','1','2024-08-28 16:11:50','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486150502233128234'),(1059,'41724861523','9',0.63,'50','retail','0','2024-08-28 19:12:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:12:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','75.41','74.785','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486154244202231228'),(1060,'41724861879','9',5.00,'400','retail','0','2024-08-28 19:17:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:23:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','74.79','69.79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486217072023036024'),(1061,'41724862182','9',1.88,'150','retail','0','2024-08-28 19:23:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:24:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','69.79','67.915','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486223522622042242'),(1062,'41724862244','9',1.25,'100','retail','0','2024-08-28 19:24:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:24:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','67.92','66.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486226000082437300'),(1063,'41724862244','9',1.00,'80','retail','0','2024-08-28 19:24:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:24:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.67','65.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486227133342332827'),(1064,'41724862280','9',0.38,'30','retail','0','2024-08-28 19:24:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:25:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','65.67','65.295','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486233100033201200'),(1065,'41724862582','9',1.00,'80','retail','0','2024-08-28 19:29:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:29:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.30','64.3','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486259003033300393'),(1066,'41724862678','11',3.00,'150','retail','0','2024-08-28 19:31:18','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 16:32:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','34.00','31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486271340400830634'),(1067,'41724862678','9',0.50,'40','retail','0','2024-08-28 19:31:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:32:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','64.30','63.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486273110146000423'),(1068,'41724862973','9',0.63,'50','retail','0','2024-08-28 19:36:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:36:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','63.80','63.175','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486298638322233212'),(1069,'41724864196','9',1.00,'80','retail','0','2024-08-28 19:56:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:57:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.18','62.18','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486420743834334332'),(1070,'41724864224','9',2.00,'160','retail','0','2024-08-28 19:57:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 16:59:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.18','60.18','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486436137333314083'),(1071,'41724864373','9',1.00,'80','retail','0','2024-08-28 19:59:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 17:05:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.18','59.18','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486471623282341222'),(1072,'41724864741','11',1.00,'50','retail','0','2024-08-28 20:05:41','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-08-28 17:09:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486491700004269337'),(1073,'41724865957','9',0.75,'60','retail','0','2024-08-28 20:25:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 17:26:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','59.18','58.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486597003703300789'),(1074,'41724866449','9',0.88,'70','retail','0','2024-08-28 20:34:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-08-28 17:34:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','58.43','57.555','Inclusive','branch','Inventory','1110','4000','5500','','','','4172486647808248620424'),(1076,'61724901481','9',3.00,'240','retail','0','2024-08-29 06:18:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 03:18:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','56.31','53.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490149632734310223'),(1077,'61724901839','9',2.00,'160','retail','0','2024-08-29 06:23:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 03:24:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.31','51.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490185306320223632'),(1078,'61724903755','9',0.75,'60','retail','0','2024-08-29 06:55:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 03:56:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','51.31','50.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490377402340032731'),(1079,'61724903783','9',4.00,'320','retail','0','2024-08-29 06:56:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 04:31:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','50.56','46.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490589180033000824'),(1080,'61724905924','11',1.00,'50','retail','0','2024-08-29 07:32:04','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-29 04:32:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490593307232300023'),(1081,'61724905924','9',2.00,'160','retail','0','2024-08-29 07:32:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 04:32:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','46.56','44.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490594422354332463'),(1082,'61724905972','9',0.50,'40','retail','0','2024-08-29 07:32:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 04:53:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','44.56','44.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490719032426220330'),(1083,'61724907261','9',0.38,'30','retail','0','2024-08-29 07:54:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:10:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','44.06','43.685','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490824269624203229'),(1084,'61724908257','9',0.75,'60','retail','0','2024-08-29 08:10:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:15:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','43.69','42.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490849220234369649'),(1085,'61724908520','9',1.50,'120','retail','0','2024-08-29 08:15:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:15:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','42.94','41.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490853030303338200'),(1086,'61724908579','9',1.63,'130','retail','0','2024-08-29 08:16:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:23:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','41.44','39.815','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490898208331883037'),(1087,'61724908997','9',4.00,'320','retail','0','2024-08-29 08:23:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:35:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','39.82','35.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490972422690006242'),(1088,'61724909806','9',2.00,'160','retail','0','2024-08-29 08:36:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:37:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.82','33.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172490981601706693012'),(1089,'61724910933','9',1.25,'100','retail','0','2024-08-29 08:55:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:55:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','33.82','32.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491094337042330303'),(1090,'61724911134','9',2.00,'160','retail','0','2024-08-29 08:58:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 05:59:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','32.57','30.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491114633411323123'),(1091,'61724911159','9',2.00,'160','retail','0','2024-08-29 08:59:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 06:03:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.57','28.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491141922230344242'),(1092,'61724911439','9',0.50,'40','retail','0','2024-08-29 09:03:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 06:04:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','28.57','28.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491148343960122328'),(1093,'61724912661','118',1.00,'180','retail','0','2024-08-29 09:24:21','','','','103.47','Cash',0.00,'180','','','6','16.00','1','2024-08-29 06:28:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.50','94.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491270420207131723'),(1094,'61724912661','9',1.00,'80','retail','0','2024-08-29 09:25:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 06:28:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.07','27.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491271403277033113'),(1095,'61724914821','116',1.00,'60','retail','0','2024-08-29 10:00:21','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-29 07:31:53','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491670533209220329'),(1096,'61724916714','9',0.38,'30','retail','0','2024-08-29 10:31:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 08:23:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','27.07','26.695','Inclusive','branch','Inventory','1110','4000','5500','','','','6172491977171039702120'),(1097,'61724920332','4',0.50,'75','retail','0','2024-08-29 11:32:12','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 09:17:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','76.50','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492301732230334323'),(1098,'61724923025','9',3.75,'300','retail','0','2024-08-29 12:17:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 09:33:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','26.70','22.95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492403337032330303'),(1099,'61724924039','9',2.00,'160','retail','0','2024-08-29 12:33:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 09:40:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','22.95','20.95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492437723222320332'),(1100,'61724924039','4',1.00,'150','retail','0','2024-08-29 12:39:38','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 09:40:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492439803023830824'),(1101,'61724924405','9',0.38,'30','retail','0','2024-08-29 12:40:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 09:44:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','20.95','20.575','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492466332034240001'),(1102,'61724924674','9',0.50,'40','retail','0','2024-08-29 12:44:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 09:56:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','20.58','20.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492537139322533212'),(1103,'61724924674','80',1.00,'20','retail','0','2024-08-29 12:56:12','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-29 09:56:26','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492538322333382313'),(1104,'61724925387','113',1.00,'60','retail','0','2024-08-29 12:56:27','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-29 10:11:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492627364332346207'),(1105,'61724926281','11',1.00,'50','retail','0','2024-08-29 13:11:21','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-29 10:31:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492746922133232331'),(1106,'61724927478','9',1.00,'80','retail','0','2024-08-29 13:31:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 10:35:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.08','19.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492774777324122207'),(1107,'61724928498','108',1.00,'100','retail','0','2024-08-29 13:48:18','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-29 10:48:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492850903203032291'),(1108,'61724928951','119',1.00,'60','retail','0','2024-08-29 13:55:51','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-29 10:56:42','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492897573428333093'),(1109,'61724929003','11',1.00,'50','retail','0','2024-08-29 13:56:43','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-29 11:01:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172492925240232427402'),(1110,'61724929308','2',1.00,'50','retail','0','2024-08-29 14:01:48','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-08-29 11:15:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493014203223313123'),(1111,'61724930154','120',1.00,'100','retail','0','2024-08-29 14:15:54','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-29 11:48:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493209649923332333'),(1112,'61724933070','9',1.50,'120','retail','0','2024-08-29 15:04:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 12:04:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','19.08','17.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493307962062042303'),(1113,'61724933088','5',3.00,'150','retail','0','2024-08-29 15:04:48','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-08-29 12:28:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','98.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493451207232360353'),(1114,'61724934520','5',1.00,'50','retail','0','2024-08-29 15:28:40','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-08-29 12:30:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493462343737663402'),(1115,'61724934631','9',1.50,'120','retail','0','2024-08-29 15:30:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 12:33:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','17.58','16.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493480332427132202'),(1116,'61724937156','6',1.00,'80','retail','0','2024-08-29 16:12:36','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-29 13:14:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493717240462233032'),(1117,'61724937245','9',2.00,'160','retail','0','2024-08-29 16:14:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 13:28:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.08','14.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493805544202283342'),(1118,'61724938158','9',1.00,'80','retail','0','2024-08-29 16:29:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 13:29:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.08','13.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493817222433700027'),(1119,'61724938636','114',2.00,'200','retail','0','2024-08-29 16:37:16','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-08-29 13:37:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172493866832228126326'),(1120,'61724938680','9',4.00,'320','retail','0','2024-08-29 16:38:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','13.08','9.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494026523320022222'),(1121,'61724940273','9',0.88,'70','retail','0','2024-08-29 17:04:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:05:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','9.08','8.205','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494032123320022222'),(1122,'61724940338','9',4.00,'320','retail','0','2024-08-29 17:05:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:10:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','8.21','4.21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494063460609237033'),(1123,'61724940641','6',1.00,'80','retail','0','2024-08-29 17:10:41','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494120134232423319'),(1124,'61724940641','120',1.00,'100','retail','0','2024-08-29 17:20:03','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-29 14:20:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494122132326719223'),(1125,'61724941229','9',3.50,'280','retail','0','2024-08-29 17:20:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:20:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','4.21','0.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494124331331122332'),(1126,'61724941433','9',1.00,'80','retail','0','2024-08-29 17:23:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:24:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.71','99.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494144140042403463'),(1127,'61724941451','11',1.00,'50','retail','0','2024-08-29 17:24:11','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-29 14:29:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494174223322723220'),(1128,'61724941750','9',1.00,'80','retail','0','2024-08-29 17:29:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:35:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.71','98.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494209823232220033'),(1129,'61724942107','118',0.50,'90','retail','0','2024-08-29 17:35:08','','','','103.47','Cash',0.00,'180','','','6','16.00','1','2024-08-29 14:41:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','93.50','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494243247320403496'),(1130,'61724942107','115',0.50,'90','retail','0','2024-08-29 17:40:32','','','','174.71','Cash',0.00,'180','','','6','16.00','1','2024-08-29 14:41:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','93.50','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494245441232420109'),(1131,'61724942463','9',1.00,'80','retail','0','2024-08-29 17:41:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:42:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.71','97.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494250630726222333'),(1132,'61724942522','11',1.00,'50','retail','0','2024-08-29 17:42:02','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-29 14:44:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494268421001203243'),(1133,'61724942698','113',1.00,'60','retail','0','2024-08-29 17:44:58','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-29 14:49:04','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494292832736382022'),(1134,'61724942945','9',2.00,'160','retail','0','2024-08-29 17:49:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 14:53:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.71','95.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494320332101233060'),(1135,'61724943679','9',1.25,'100','retail','0','2024-08-29 18:01:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:01:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','95.71','94.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494368834723022322'),(1136,'61724943691','9',0.50,'40','retail','0','2024-08-29 18:01:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:08:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','94.46','93.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494409709442740224'),(1137,'61724943691','113',1.00,'60','retail','0','2024-08-29 18:08:17','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-29 15:08:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494410843222142120'),(1138,'61724944142','9',2.00,'160','retail','0','2024-08-29 18:09:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:10:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.96','91.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494422316222204237'),(1139,'61724944231','3',2.00,'300','retail','0','2024-08-29 18:10:31','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 15:15:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494444777032204423'),(1140,'61724944231','114',1.00,'100','retail','0','2024-08-29 18:14:08','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-08-29 15:15:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494446802373220793'),(1141,'61724944231','71',1.00,'40','retail','0','2024-08-29 18:14:29','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-08-29 15:15:09','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494448229281344323'),(1142,'61724944231','9',2.00,'160','retail','0','2024-08-29 18:14:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:15:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','91.96','89.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494449702123332322'),(1143,'61724944510','9',2.00,'160','retail','0','2024-08-29 18:15:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:31:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','89.96','87.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494546633012033320'),(1144,'61724945476','9',0.63,'50','retail','0','2024-08-29 18:31:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:31:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','87.96','87.335','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494551092232014025'),(1145,'61724946305','9',1.50,'120','retail','0','2024-08-29 18:45:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 15:51:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','87.34','85.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494667324243207010'),(1146,'61724946681','9',2.50,'200','retail','0','2024-08-29 18:51:21','','','','68','Cash',27.59,'80','','','6','16.00','1','2024-08-29 16:04:13','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',172.41,'','85.84','83.34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494725243064364345'),(1147,'61724947454','3',2.00,'300','retail','0','2024-08-29 19:04:14','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 16:07:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','68.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494764020063032234'),(1148,'61724947874','9',1.00,'80','retail','0','2024-08-29 19:11:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 16:16:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.34','82.34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494819490039222623'),(1149,'61724900733','9',1.25,'100','retail','0','2024-08-29 06:05:33','','','','68','Cash',0.00,'80','','','6','','1','2024-08-29 16:24:04','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','57.56','56.31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172490145307322332234'),(1150,'61724948817','6',1.00,'80','retail','0','2024-08-29 19:26:57','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-29 16:27:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494882830928302894'),(1151,'61724948832','53',1.00,'80','retail','0','2024-08-29 19:27:12','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-29 16:31:29','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494908133396040279'),(1152,'61724949350','9',1.00,'80','retail','0','2024-08-29 19:35:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 16:43:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.34','81.34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172494963223723339232'),(1153,'61724949978','9',0.88,'70','retail','0','2024-08-29 19:46:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 16:47:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','81.34','80.465','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495005030430320270'),(1154,'61724950436','4',1.00,'150','retail','0','2024-08-29 19:53:57','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 16:54:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495044827310010210'),(1155,'61724951165','9',1.50,'120','retail','0','2024-08-29 20:06:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 17:06:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','80.47','78.97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495117931220747023'),(1156,'61724951196','3',3.00,'450','retail','0','2024-08-29 20:06:36','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 17:07:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','66.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495122223104302220'),(1157,'61724951226','4',1.00,'150','retail','0','2024-08-29 20:07:06','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-29 17:07:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495123656414220362'),(1158,'61724951300','119',1.00,'60','retail','0','2024-08-29 20:08:20','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-29 17:24:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495219714620303433'),(1159,'61724952330','9',0.75,'60','retail','0','2024-08-29 20:25:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 17:25:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','78.97','78.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495234463320339052'),(1160,'61724952682','9',0.38,'30','retail','0','2024-08-29 20:31:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-29 17:31:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','78.22','77.845','Inclusive','branch','Inventory','1110','4000','5500','','','','6172495269920322239250'),(1161,'61724987474','9',1.25,'100','retail','0','2024-08-30 06:11:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 03:11:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','77.85','76.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172498748433602213243'),(1162,'61724987659','9',2.00,'160','retail','0','2024-08-30 06:14:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 03:14:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','76.60','74.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172498767444333332029'),(1163,'61724987727','9',4.00,'320','retail','0','2024-08-30 06:15:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 03:15:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','74.60','70.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172498774028743422222'),(1164,'61724988761','9',0.50,'40','retail','0','2024-08-30 06:32:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 03:33:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','70.60','70.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172498877401377220884'),(1166,'61724990024','9',1.75,'140','retail','0','2024-08-30 06:53:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 04:06:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','68.10','66.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499074623066473723'),(1167,'61724990776','9',0.50,'40','retail','0','2024-08-30 07:06:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 04:11:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','66.35','65.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499106603234137233'),(1168,'61724991084','9',3.50,'280','retail','0','2024-08-30 07:11:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 04:46:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','65.85','62.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499318332279333392'),(1169,'61724993208','9',5.00,'400','retail','0','2024-08-30 07:46:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 04:47:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','62.35','57.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499322133123227213'),(1170,'61724994003','9',1.00,'80','retail','0','2024-08-30 08:00:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:00:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.35','56.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499401392430430230'),(1171,'61724994021','120',1.00,'100','retail','0','2024-08-30 08:00:21','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-30 05:03:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499423132323022031'),(1172,'61724994240','9',2.00,'160','retail','0','2024-08-30 08:04:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:09:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','56.35','54.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499454907332422302'),(1173,'61724994561','9',5.00,'400','retail','0','2024-08-30 08:09:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:36:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','54.35','49.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499618920203002242'),(1174,'61724996198','9',1.50,'120','retail','0','2024-08-30 08:36:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:38:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','49.35','47.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499631999232723360'),(1175,'61724996331','9',4.00,'320','retail','0','2024-08-30 08:38:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:39:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','47.85','43.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499634596320022222'),(1176,'61724996378','9',2.00,'160','retail','0','2024-08-30 08:39:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:40:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','43.85','41.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499639140930306633'),(1177,'61724996408','9',1.25,'100','retail','0','2024-08-30 08:40:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:46:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','41.85','40.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499677036261002736'),(1178,'61724996807','9',0.50,'40','retail','0','2024-08-30 08:46:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 05:47:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','40.60','40.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499682322249413323'),(1179,'61724996831','9',1.50,'120','retail','0','2024-08-30 08:47:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 06:13:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','40.10','38.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499838139841229813'),(1183,'61724998574','9',1.00,'80','retail','0','2024-08-30 09:16:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 06:16:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.60','36.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499858762222358132'),(1184,'61724998630','9',1.50,'120','retail','0','2024-08-30 09:17:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 06:17:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','36.60','35.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499864166129237232'),(1185,'61724998790','9',1.00,'80','retail','0','2024-08-30 09:19:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 06:36:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.10','34.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172499980386223923237'),(1186,'61724999810','9',0.63,'50','retail','0','2024-08-30 09:36:50','','','','68','Cash',6.90,'80','','','6','16.00','1','2024-08-30 07:06:05','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',43.10,'','34.10','33.475','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500152503202551423'),(1187,'61725001600','53',1.00,'80','retail','0','2024-08-30 10:06:40','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-30 07:07:34','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500162603220033232'),(1188,'61725001690','11',1.00,'50','retail','0','2024-08-30 10:08:10','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-30 07:08:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500169822322022369'),(1189,'61725001707','106',1.00,'100','retail','0','2024-08-30 10:08:27','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-30 07:10:54','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500184463336200230'),(1190,'61725001855','9',2.00,'160','retail','0','2024-08-30 10:10:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 07:27:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','33.48','31.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500283320320600022'),(1191,'61725003619','9',2.00,'160','retail','0','2024-08-30 10:40:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 08:02:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.48','29.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500494442207503222'),(1192,'61725006158','7',1.00,'60','retail','0','2024-08-30 11:22:38','','','','45.5','Cash',0.00,'60','','','6','16.00','1','2024-08-30 08:36:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500695302402295300'),(1193,'61725006976','9',1.00,'80','retail','0','2024-08-30 11:36:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 08:38:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.48','28.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500699402092303366'),(1194,'61725006976','80',1.00,'20','retail','0','2024-08-30 11:36:34','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-30 08:38:08','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500705553223320032'),(1195,'61725006976','9',0.63,'50','retail','0','2024-08-30 11:37:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 08:38:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','28.48','27.855','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500707042230003273'),(1196,'61725007089','2',1.00,'50','retail','0','2024-08-30 11:38:09','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-08-30 09:06:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500873034722223023'),(1197,'61725008788','9',0.38,'30','retail','0','2024-08-30 12:06:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 09:21:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','27.86','27.485','Inclusive','branch','Inventory','1110','4000','5500','','','','6172500971074021333362'),(1198,'61725009716','115',1.00,'180','retail','0','2024-08-30 12:21:56','','','','174.71','Cash',0.00,'180','','','6','16.00','1','2024-08-30 10:02:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501166763622326022'),(1199,'61725009716','9',1.00,'80','retail','0','2024-08-30 12:54:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 10:02:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.49','26.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501167500220730762'),(1200,'61725009716','4',0.50,'75','retail','0','2024-08-30 12:54:36','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-30 10:02:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','73.00','72.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501170223320021331'),(1201,'61725009716','120',1.00,'100','retail','0','2024-08-30 12:55:03','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-08-30 10:02:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501213652112240336'),(1202,'61725013184','9',2.00,'160','retail','0','2024-08-30 13:19:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 10:22:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.49','24.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501320302353233333'),(1203,'61725013321','66',2.00,'400','retail','0','2024-08-30 13:22:01','','','','59.82','Cash',0.00,'200','','','6','16.00','1','2024-08-30 10:33:37','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501400805622234340'),(1204,'61725014018','66',1.00,'200','retail','0','2024-08-30 13:33:38','','','','59.82','Cash',0.00,'200','','','6','16.00','1','2024-08-30 10:35:09','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501408835320128233'),(1205,'61725015146','113',2.00,'120','retail','0','2024-08-30 13:52:26','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-30 10:53:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501516622223022204'),(1206,'61725015146','119',1.00,'60','retail','0','2024-08-30 13:52:47','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-30 10:53:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501517931331112392'),(1208,'61725018178','4',2.00,'300','retail','0','2024-08-30 14:42:58','','','','94.04','Cash',41.38,'150','','','6','16.00','1','2024-08-30 11:44:16','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',258.62,'','72.50','70.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501820033050022342'),(1209,'61725018178','11',2.00,'100','retail','0','2024-08-30 14:43:31','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-30 11:44:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','24.00','22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501822421022352326'),(1210,'61725018178','119',1.00,'60','retail','0','2024-08-30 14:43:44','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-30 11:44:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501823444303656336'),(1211,'61725018257','11',1.00,'50','retail','0','2024-08-30 14:44:17','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-30 11:55:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501894998022034303'),(1212,'61725018954','116',1.00,'60','retail','0','2024-08-30 14:55:54','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-30 11:57:50','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172501905300502224004'),(1213,'61725021563','9',1.00,'80','retail','0','2024-08-30 15:39:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:40:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.49','22.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502157517462700630'),(1214,'61725021563','9',0.38,'30','retail','0','2024-08-30 15:39:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:40:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','22.49','22.115','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502159838223222874'),(1215,'61725021606','9',1.00,'80','retail','0','2024-08-30 15:40:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:44:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.12','21.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502181352223000233'),(1216,'61725021873','9',1.00,'80','retail','0','2024-08-30 15:44:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:50:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.12','20.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502224320143201422'),(1217,'61725022431','9',0.50,'40','retail','0','2024-08-30 15:53:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:54:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','20.12','19.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502244922436555322'),(1218,'61725022703','9',1.50,'120','retail','0','2024-08-30 15:58:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 12:58:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','19.62','18.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502271352722250263'),(1219,'61725022738','11',1.00,'50','retail','0','2024-08-30 15:58:58','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-30 12:59:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502274933034223332'),(1220,'61725024854','11',2.00,'100','retail','0','2024-08-30 16:34:14','','','','29.5','Cash',13.79,'50','','','6','16.00','1','2024-08-30 13:34:39','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',86.21,'','20.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502486550223342225'),(1221,'61725026157','9',2.00,'160','retail','0','2024-08-30 16:55:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 13:56:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.12','16.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502617230330333330'),(1222,'61725026194','11',1.00,'50','retail','0','2024-08-30 16:56:34','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-30 13:56:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502620442020300633'),(1223,'61725027249','9',12.00,'960','retail','0','2024-08-30 17:14:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 14:14:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','16.12','4.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502726422206200324'),(1224,'61725027276','9',2.00,'160','retail','0','2024-08-30 17:14:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 14:16:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.12','2.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172502740943230702330'),(1225,'61724989988','9',2.00,'160','retail','0','2024-08-30 06:53:08','','','','68','Cash',0.00,'80','','','6','','1','2024-08-30 15:07:22','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.10','68.1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172499000626230371349'),(1226,'61725015187','9',1.00,'80','retail','0','2024-08-30 13:53:07','','','','68','Cash',0.00,'80','','','6','','1','2024-08-30 15:12:53','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.49','23.49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172501813722023334330'),(1227,'61725031757','9',5.00,'400','retail','0','2024-08-30 18:29:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:30:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','202.12','197.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503179912221213129'),(1228,'61725031829','9',1.50,'120','retail','0','2024-08-30 18:30:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','197.12','195.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503185921001203293'),(1229,'61725031829','9',0.75,'60','retail','0','2024-08-30 18:31:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','195.62','194.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503189633212702213'),(1230,'61725031829','9',0.25,'20','retail','0','2024-08-30 18:31:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','194.87','194.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503191535320150220'),(1231,'61725031829','9',5.00,'400','retail','0','2024-08-30 18:31:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','194.62','189.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503193092220112323'),(1232,'61725031829','9',1.50,'120','retail','0','2024-08-30 18:32:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','189.62','188.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503197122022273306'),(1233,'61725031829','9',2.00,'160','retail','0','2024-08-30 18:32:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','188.12','186.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503200223203630022'),(1234,'61725031829','9',1.00,'80','retail','0','2024-08-30 18:33:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:34:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','186.12','185.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503205333024032003'),(1235,'61725032522','9',1.00,'80','retail','0','2024-08-30 18:42:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:42:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','185.12','184.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503253102322310632'),(1236,'61725032537','9',2.00,'160','retail','0','2024-08-30 18:42:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:45:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','184.12','182.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503269792020043354'),(1237,'61725032762','9',2.00,'160','retail','0','2024-08-30 18:46:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:55:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','182.12','180.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503294423940222043'),(1238,'61725033353','9',1.00,'80','retail','0','2024-08-30 18:55:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:57:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','180.12','179.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503338638022183320'),(1239,'61725033454','9',0.75,'60','retail','0','2024-08-30 18:57:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 15:58:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','179.12','178.37','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503346742450032702'),(1240,'61725033482','9',0.63,'50','retail','0','2024-08-30 18:58:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:03:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','178.37','177.745','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503379026742434230'),(1241,'61725033801','70',1.00,'200','retail','0','2024-08-30 19:03:21','','','','57.38','Cash',0.00,'200','','','6','16.00','1','2024-08-30 16:13:56','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503442603222000232'),(1242,'61725034436','9',3.00,'240','retail','0','2024-08-30 19:13:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:16:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','177.75','174.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503454853716034232'),(1243,'61725034436','80',1.00,'20','retail','0','2024-08-30 19:15:48','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-30 16:16:41','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503457430012447462'),(1244,'61725034602','9',0.63,'50','retail','0','2024-08-30 19:16:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:18:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','174.75','174.125','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503469450212300224'),(1245,'61725035122','9',0.88,'70','retail','0','2024-08-30 19:25:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:32:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','174.13','173.255','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503555122252736235'),(1246,'61725035562','9',0.75,'60','retail','0','2024-08-30 19:32:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:34:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','173.26','172.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503565525333321032'),(1247,'61725035562','80',1.00,'20','retail','0','2024-08-30 19:34:16','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-30 16:34:29','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503566337267060233'),(1248,'61725035670','9',1.00,'80','retail','0','2024-08-30 19:34:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:40:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.51','171.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503591037033612003'),(1249,'61725035670','53',1.00,'80','retail','0','2024-08-30 19:38:30','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:40:17','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503592502000220224'),(1250,'61725035670','9',0.38,'30','retail','0','2024-08-30 19:39:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:40:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','171.51','171.135','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503598573333513130'),(1251,'61725036189','9',1.00,'80','retail','0','2024-08-30 19:43:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 16:44:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.14','170.14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503628828031135633'),(1252,'61725036836','119',1.00,'60','retail','0','2024-08-30 19:53:56','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-30 16:55:22','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503691502332360047'),(1253,'61725037610','9',0.63,'50','retail','0','2024-08-30 20:06:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 17:07:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','170.14','169.515','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503763410232602136'),(1254,'61724998457','9',0.50,'40','retail','0','2024-08-30 09:14:17','','','','68','Cash',0.00,'80','','','6','','1','2024-08-30 17:35:53','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','38.60','38.1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172499849831228302634'),(1255,'61724998457','9',0.50,'40','retail','0','2024-08-30 09:14:59','','','','68','Cash',0.00,'80','','','6','','1','2024-08-30 17:35:53','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','38.10','37.6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172499851623215333333'),(1256,'61724998457','22',1.00,'80','retail','0','2024-08-30 09:15:16','','','','58.33','Cash',0.00,'80','','','6','','1','2024-08-30 17:35:53','3','4','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172499853532620332320'),(1257,'61725039544','9',0.75,'60','retail','0','2024-08-30 20:39:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-30 17:39:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','169.52','168.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172503955802503233373'),(1258,'61725074032','9',0.50,'40','retail','0','2024-08-31 06:13:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:15:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','168.77','168.27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507412443153432233'),(1259,'61725074132','9',4.00,'320','retail','0','2024-08-31 06:15:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:19:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','168.27','164.27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507438583122340302'),(1260,'61725074467','9',3.50,'280','retail','0','2024-08-31 06:21:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:23:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','314.27','310.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507458323277603324'),(1261,'61725074616','9',2.00,'160','retail','0','2024-08-31 06:23:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:23:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','310.77','308.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507462602072272322'),(1262,'61725074667','9',1.00,'80','retail','0','2024-08-31 06:24:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:24:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','308.77','307.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507468132206232367'),(1263,'61725074699','9',0.63,'50','retail','0','2024-08-31 06:24:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:30:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','307.77','307.145','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507500833220322300'),(1264,'61725075018','9',0.63,'50','retail','0','2024-08-31 06:30:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 03:53:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','307.15','306.525','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507640223232722133'),(1265,'61725076412','9',2.00,'160','retail','0','2024-08-31 06:53:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:07:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','306.53','304.53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507725412232222330'),(1266,'61725077285','9',0.63,'50','retail','0','2024-08-31 07:08:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:08:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','304.53','303.905','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507729603631522032'),(1267,'61725077311','9',1.25,'100','retail','0','2024-08-31 07:08:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:15:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','303.91','302.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507769523330422035'),(1269,'61725078779','9',3.50,'280','retail','0','2024-08-31 07:32:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:35:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','301.91','298.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507893892203338332'),(1270,'61725078968','9',3.00,'240','retail','0','2024-08-31 07:36:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:36:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','298.41','295.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507898507327230322'),(1271,'61725079075','9',1.50,'120','retail','0','2024-08-31 07:37:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 04:38:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','295.41','293.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172507909112279023300'),(1272,'61725079126','9',0.50,'40','retail','0','2024-08-31 07:38:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 05:04:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','293.91','293.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508064403300033070'),(1273,'61725080655','9',1.25,'100','retail','0','2024-08-31 08:04:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 05:33:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','293.41','292.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508242230533020200'),(1274,'61725082454','9',1.00,'80','retail','0','2024-08-31 08:34:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 05:34:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','292.16','291.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508246223234332033'),(1275,'61725083263','9',2.00,'160','retail','0','2024-08-31 08:47:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 05:48:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','291.16','289.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508327922000920779'),(1276,'61725084370','9',1.00,'80','retail','0','2024-08-31 09:06:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 06:06:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','289.16','288.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508437803272322723'),(1277,'61725085093','9',1.00,'80','retail','0','2024-08-31 09:18:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 06:19:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.16','287.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508510303268001320'),(1278,'61725077705','9',0.75,'60','retail','0','2024-08-31 07:15:05','','','','68','Cash',0.00,'80','','','6','','1','2024-08-31 06:24:38','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','302.66','301.91','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172507835403252230720'),(1279,'61725085504','9',4.00,'320','retail','0','2024-08-31 09:25:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 06:25:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','287.16','283.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508551633122103352'),(1280,'61725085615','9',1.00,'80','retail','0','2024-08-31 09:26:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 06:31:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','283.16','282.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508590903062302063'),(1281,'61725085919','9',1.50,'120','retail','0','2024-08-31 09:31:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 06:56:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','282.16','280.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508735273825237303'),(1282,'61725087365','9',1.00,'80','retail','0','2024-08-31 09:56:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 07:10:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','280.66','279.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508824637834863023'),(1283,'61725088389','9',1.25,'100','retail','0','2024-08-31 10:13:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 07:13:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','279.66','278.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508840652033353626'),(1284,'61725088415','9',1.00,'80','retail','0','2024-08-31 10:13:35','','','','68','Cash',11.03,'80','','','6','16.00','1','2024-08-31 07:23:37','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',68.97,'','278.41','277.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508898552833353526'),(1285,'61725088415','11',1.00,'50','retail','0','2024-08-31 10:23:20','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 07:23:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508901010303333330'),(1286,'61725089018','6',1.00,'80','retail','0','2024-08-31 10:23:38','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-08-31 07:25:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508911236303200402'),(1287,'61725089119','9',1.00,'80','retail','0','2024-08-31 10:25:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 07:36:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','277.41','276.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508978920070223490'),(1288,'61725089982','116',1.00,'60','retail','0','2024-08-31 10:39:42','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-31 07:40:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172508999839222389029'),(1289,'61725090006','9',1.50,'120','retail','0','2024-08-31 10:40:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 07:50:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','276.41','274.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509060536302303263'),(1290,'61725090617','9',0.63,'50','retail','0','2024-08-31 10:50:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 08:39:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','274.91','274.285','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509354323330633333'),(1291,'61725095501','9',10.00,'800','retail','0','2024-08-31 12:11:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 09:14:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','274.29','264.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509551403232332222'),(1292,'61725095501','115',5.00,'900','retail','0','2024-08-31 12:11:54','','','','174.71','Cash',0.00,'180','','','6','16.00','1','2024-08-31 09:14:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','92.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509552959035202920'),(1293,'61725095659','99',1.00,'100','retail','0','2024-08-31 12:14:19','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-08-31 09:15:46','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509571221202353931'),(1294,'61725095858','119',1.00,'60','retail','0','2024-08-31 12:17:38','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-31 09:38:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509704120320690022'),(1295,'61725095858','116',1.00,'60','retail','0','2024-08-31 12:37:22','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-08-31 09:38:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509706323620321333'),(1296,'61725095858','113',1.00,'60','retail','0','2024-08-31 12:37:43','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-08-31 09:38:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509707833333343322'),(1297,'61725097694','9',1.00,'80','retail','0','2024-08-31 12:48:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 09:56:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','264.29','263.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509812963330320233'),(1298,'61725098172','119',1.00,'60','retail','0','2024-08-31 12:56:12','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-08-31 10:25:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172509992922923022322'),(1299,'61725099935','11',1.00,'50','retail','0','2024-08-31 13:25:35','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 10:38:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510068722002700320'),(1300,'61725100691','106',1.00,'100','retail','0','2024-08-31 13:38:11','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-31 10:38:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510070730222503224'),(1301,'61725100738','3',1.00,'150','retail','0','2024-08-31 13:38:58','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-31 10:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510104431232023634'),(1302,'61725100738','9',1.00,'80','retail','0','2024-08-31 13:44:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 10:44:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','263.29','262.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510105553220313210'),(1303,'61725101072','9',1.00,'80','retail','0','2024-08-31 13:44:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 10:50:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','262.29','261.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510143323004400604'),(1304,'61725102696','1',1.00,'80','retail','0','2024-08-31 14:11:36','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-08-31 11:13:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510271071037265202'),(1305,'61725102696','6',2.00,'160','retail','0','2024-08-31 14:11:50','','','','52.66','Cash',22.07,'80','','','6','16.00','1','2024-08-31 11:13:04','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','81.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510272332323202230'),(1306,'61725102785','11',1.00,'50','retail','0','2024-08-31 14:13:05','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 11:20:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510323934921020342'),(1307,'61725103247','106',1.00,'100','retail','0','2024-08-31 14:20:48','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-08-31 11:21:47','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510326332403332003'),(1308,'61725103247','104',2.00,'200','retail','0','2024-08-31 14:21:03','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-08-31 11:21:47','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','95.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510329527022023225'),(1309,'61725103693','9',1.00,'80','retail','0','2024-08-31 14:28:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 11:28:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.29','260.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510370272122033221'),(1310,'61725103714','21',1.00,'80','retail','0','2024-08-31 14:28:34','','','','58.33','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:11:58','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510989923393250032'),(1311,'61725103714','11',1.00,'50','retail','0','2024-08-31 16:11:39','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 13:11:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510991039340030202'),(1312,'61725109919','9',0.50,'40','retail','0','2024-08-31 16:11:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:12:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','260.29','259.79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172510994713323262402'),(1313,'61725109956','9',1.00,'80','retail','0','2024-08-31 16:12:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:20:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','259.79','258.79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511042921622722027'),(1314,'61725110451','9',1.25,'100','retail','0','2024-08-31 16:20:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:32:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','258.79','257.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511117205107333012'),(1315,'61725111177','9',1.50,'120','retail','0','2024-08-31 16:32:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:39:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','257.54','256.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511153650202313156'),(1316,'61725112671','9',4.00,'320','retail','0','2024-08-31 16:57:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 13:58:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','256.04','252.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511269129207131623'),(1317,'61725112701','9',0.75,'60','retail','0','2024-08-31 16:58:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:02:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','252.04','251.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511292542253021221'),(1318,'61725112936','11',1.00,'50','retail','0','2024-08-31 17:02:16','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 14:09:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511332233001422120'),(1319,'61725112936','9',0.75,'60','retail','0','2024-08-31 17:08:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:09:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','251.29','250.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511333442034344342'),(1320,'61725112936','80',1.00,'20','retail','0','2024-08-31 17:08:55','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-08-31 14:09:11','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511334220751321223'),(1321,'61725113352','9',3.00,'240','retail','0','2024-08-31 17:09:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:14:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','250.54','247.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511363606316203001'),(1322,'61725113643','9',2.00,'160','retail','0','2024-08-31 17:14:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:17:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','247.54','245.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511383302183033232'),(1323,'61725113842','9',2.00,'160','retail','0','2024-08-31 17:17:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:26:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','245.54','243.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511435322612513072'),(1324,'61725114362','108',2.00,'200','retail','0','2024-08-31 17:26:02','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-08-31 14:37:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','85.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511499323390430349'),(1325,'61725114362','11',1.00,'50','retail','0','2024-08-31 17:36:33','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 14:37:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511500403132252042'),(1326,'61725115053','9',2.00,'160','retail','0','2024-08-31 17:37:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:53:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','243.54','241.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511601623223034203'),(1327,'61725116162','9',1.00,'80','retail','0','2024-08-31 17:56:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 14:56:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','241.54','240.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511621300232343342'),(1328,'61725116221','11',2.00,'100','retail','0','2024-08-31 17:57:01','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 15:04:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511651472412033352'),(1329,'61725116664','53',2.00,'160','retail','0','2024-08-31 18:04:24','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-08-31 15:11:57','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511708030335040222'),(1330,'61725118062','9',4.00,'320','retail','0','2024-08-31 18:27:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 15:30:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','240.54','236.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511825052032303000'),(1331,'61725118258','9',1.00,'80','retail','0','2024-08-31 18:30:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 15:39:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','236.54','235.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511872210303060725'),(1332,'61725118258','4',0.50,'75','retail','0','2024-08-31 18:38:42','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-31 15:39:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','70.50','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511876520830625232'),(1333,'61725119640','9',1.00,'80','retail','0','2024-08-31 18:54:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 15:54:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','235.54','234.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511966903602039733'),(1334,'61725119677','9',0.50,'40','retail','0','2024-08-31 18:54:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 15:55:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','234.54','234.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172511970636632662606'),(1335,'61725121532','9',1.00,'80','retail','0','2024-08-31 19:25:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:26:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','234.04','233.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512155832130130241'),(1336,'61725121532','11',2.00,'100','retail','0','2024-08-31 19:25:58','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 16:26:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512157752170220502'),(1337,'61725121670','9',1.00,'80','retail','0','2024-08-31 19:27:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:30:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','233.04','232.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512178553333633371'),(1338,'61725121829','9',3.00,'240','retail','0','2024-08-31 19:30:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:30:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','232.04','229.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512184113231320822'),(1339,'61725121858','9',0.63,'50','retail','0','2024-08-31 19:30:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:32:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','229.04','228.415','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512193511432022252'),(1340,'61725121944','9',0.50,'40','retail','0','2024-08-31 19:32:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:41:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','228.42','227.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512248222303271202'),(1341,'61725123006','9',2.50,'200','retail','0','2024-08-31 19:50:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:50:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','227.92','225.42','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512302220235373233'),(1342,'61725123485','9',3.00,'240','retail','0','2024-08-31 19:58:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 16:58:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','225.42','222.42','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512350245033022253'),(1343,'61725123516','9',2.00,'160','retail','0','2024-08-31 19:58:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:03:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','222.42','220.42','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512382432323002120'),(1344,'61725123830','4',0.50,'75','retail','0','2024-08-31 20:03:50','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-31 17:05:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','70.00','69.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512389773382323333'),(1345,'61725123902','9',0.25,'20','retail','0','2024-08-31 20:05:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:06:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','220.42','220.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512397002730290020'),(1346,'61725123981','9',0.50,'40','retail','0','2024-08-31 20:06:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:09:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','220.17','219.67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512416737223222774'),(1347,'61725124717','9',0.00,'0','retail','0','2024-08-31 20:18:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:19:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','219.67','219.67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512472927119223222'),(1348,'61725124717','9',0.75,'60','retail','0','2024-08-31 20:18:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:19:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','219.67','218.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512474502324053222'),(1349,'61725125268','11',1.00,'50','retail','0','2024-08-31 20:27:48','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-08-31 17:34:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512527927422321222'),(1350,'61725125268','3',2.00,'300','retail','0','2024-08-31 20:28:00','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-08-31 17:34:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512530703123133113'),(1351,'61725125268','2',2.00,'100','retail','0','2024-08-31 20:28:27','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-08-31 17:34:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512534132372373023'),(1352,'61725125268','117',1.00,'100','retail','0','2024-08-31 20:29:01','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-08-31 17:34:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512535435201520323'),(1353,'61725125643','9',0.63,'50','retail','0','2024-08-31 20:34:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-08-31 17:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','218.92','218.295','Inclusive','branch','Inventory','1110','4000','5500','','','','6172512575520223723232'),(1354,'41725160204','9',5.00,'400','retail','0','2024-09-01 06:10:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 03:14:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','218.30','213.3','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516048082254432322'),(1355,'41725161570','9',0.50,'40','retail','0','2024-09-01 06:32:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 03:33:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','213.30','212.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516158112333235002'),(1356,'41725161592','9',12.00,'960','retail','0','2024-09-01 06:33:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:06:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','212.80','200.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516360433022003362'),(1357,'41725163637','9',2.00,'160','retail','0','2024-09-01 07:07:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:07:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','200.80','198.8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516364772445200351'),(1358,'41725163653','9',0.38,'30','retail','0','2024-09-01 07:07:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:37:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','198.80','198.425','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516543700703206303'),(1359,'41725165442','9',0.50,'40','retail','0','2024-09-01 07:37:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:38:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','198.43','197.93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516552762236021040'),(1360,'41725165532','9',1.00,'80','retail','0','2024-09-01 07:38:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:42:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','197.93','196.93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516573534523733222'),(1361,'41725165746','9',1.00,'80','retail','0','2024-09-01 07:42:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 04:59:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','196.93','195.93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516673303702033733'),(1362,'41725166745','9',1.00,'80','retail','0','2024-09-01 07:59:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:05:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','195.93','194.93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516713831253334123'),(1363,'41725167151','9',1.50,'120','retail','0','2024-09-01 08:05:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:06:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','194.93','193.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516717271372420353'),(1364,'41725168192','9',2.00,'160','retail','0','2024-09-01 08:23:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:23:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','193.43','191.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516820882312524142'),(1365,'41725168212','9',2.00,'160','retail','0','2024-09-01 08:23:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:26:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','191.43','189.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516836773833323285'),(1366,'41725168369','9',2.00,'160','retail','0','2024-09-01 08:26:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:35:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','189.43','187.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172516893603220230246'),(1367,'41725170049','9',2.00,'160','retail','0','2024-09-01 08:54:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:55:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','187.43','185.43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517012332232127337'),(1368,'41725170126','9',0.75,'60','retail','0','2024-09-01 08:55:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 05:56:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','185.43','184.68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517020302312223201'),(1369,'41725170210','9',4.00,'320','retail','0','2024-09-01 08:56:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:09:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','184.68','180.68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517096883321232300'),(1370,'41725171058','9',0.63,'50','retail','0','2024-09-01 09:10:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:23:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','180.68','180.055','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517181900932333010'),(1371,'41725172161','9',0.50,'40','retail','0','2024-09-01 09:29:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:29:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','180.06','179.56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517217551033700300'),(1372,'41725172178','9',1.00,'80','retail','0','2024-09-01 09:29:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:33:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.56','178.56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517239223371232473'),(1373,'41725172401','9',1.25,'100','retail','0','2024-09-01 09:33:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:35:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','178.56','177.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517254834233424223'),(1374,'41725172555','9',5.00,'400','retail','0','2024-09-01 09:35:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 06:37:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','177.31','172.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517262310362217263'),(1375,'41725172626','9',1.00,'80','retail','0','2024-09-01 09:37:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 07:07:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.31','171.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517444421342032542'),(1376,'41725174449','114',1.00,'100','retail','0','2024-09-01 10:07:29','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-09-01 07:17:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517506820810333122'),(1377,'41725175080','9',0.75,'60','retail','0','2024-09-01 10:18:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 07:19:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','171.31','170.56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517516820320533513'),(1378,'41725175176','9',0.63,'50','retail','0','2024-09-01 10:19:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 07:25:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','170.56','169.935','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517551002202032033'),(1379,'41725175518','100',1.00,'100','retail','0','2024-09-01 10:25:18','','','','56.26','Cash',0.00,'100','','','4','16.00','1','2024-09-01 07:32:22','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517593552333223332'),(1380,'41725175942','9',1.00,'80','retail','0','2024-09-01 10:32:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 07:34:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','169.94','168.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517608632060532232'),(1381,'41725177223','9',1.00,'80','retail','0','2024-09-01 10:53:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 07:53:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','168.94','167.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517723030172204177'),(1382,'41725177423','9',1.00,'80','retail','0','2024-09-01 10:57:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 08:00:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','167.94','166.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517762073034373005'),(1383,'41725177627','53',1.00,'80','retail','0','2024-09-01 11:00:27','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-01 08:28:14','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172517928701032322930'),(1384,'41725179294','9',0.50,'40','retail','0','2024-09-01 11:28:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 08:49:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','166.94','166.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518056131230202720'),(1385,'41725180567','9',1.50,'120','retail','0','2024-09-01 11:49:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:06:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','166.44','164.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518157534303720301'),(1386,'41725181734','9',1.00,'80','retail','0','2024-09-01 12:08:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:09:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','164.94','163.94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518174142202530211'),(1387,'41725181747','9',1.25,'100','retail','0','2024-09-01 12:09:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:15:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','163.94','162.69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518194830311308290'),(1388,'41725181747','80',1.00,'20','retail','0','2024-09-01 12:12:28','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-01 09:15:35','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518202885052188033'),(1389,'41725181747','9',0.50,'40','retail','0','2024-09-01 12:13:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:15:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','162.69','162.19','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518207723202101320'),(1390,'41725182136','9',1.00,'80','retail','0','2024-09-01 12:15:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:16:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','162.19','161.19','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518218035313814521'),(1391,'41725182189','117',1.00,'100','retail','0','2024-09-01 12:16:29','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-01 09:37:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518304120320323333'),(1392,'41725182189','104',1.00,'100','retail','0','2024-09-01 12:30:42','','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-09-01 09:37:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518346031423363442'),(1393,'41725183500','53',1.00,'80','retail','0','2024-09-01 12:38:20','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-01 09:38:35','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518351033384322502'),(1394,'41725183516','4',1.00,'150','retail','0','2024-09-01 12:38:36','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-01 09:51:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.50','68.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518426333082310222'),(1395,'41725184295','3',2.00,'300','retail','0','2024-09-01 12:51:35','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-01 09:53:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518437173503032043'),(1396,'41725184295','80',2.00,'40','retail','0','2024-09-01 12:52:51','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-01 09:53:11','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518438520328243470'),(1397,'41725184438','9',0.38,'30','retail','0','2024-09-01 12:53:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 10:00:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','161.19','160.815','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518479733943283273'),(1398,'41725184804','113',1.00,'60','retail','0','2024-09-01 13:00:04','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-01 10:07:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518522922011282243'),(1399,'41725185236','113',3.00,'180','retail','0','2024-09-01 13:07:16','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-01 10:13:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','76.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518560202500235203'),(1400,'41725185236','110',1.00,'60','retail','0','2024-09-01 13:13:22','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-01 10:13:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518561233232603337'),(1401,'41725185687','1',1.00,'80','retail','0','2024-09-01 13:14:47','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-09-01 10:44:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518745122234322420'),(1402,'41725187456','9',1.00,'80','retail','0','2024-09-01 13:44:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 10:50:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','160.82','159.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518780422232804012'),(1403,'41725189066','116',1.00,'60','retail','0','2024-09-01 14:11:06','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-01 11:13:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172518922742222322132'),(1404,'41725192347','9',5.00,'400','retail','0','2024-09-01 15:05:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 12:07:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','159.82','154.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519236022333224213'),(1405,'41725192575','9',1.50,'120','retail','0','2024-09-01 15:09:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 12:17:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','154.82','153.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519298222007337280'),(1406,'41725193023','11',1.00,'50','retail','0','2024-09-01 15:17:03','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-01 12:28:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519368466313323224'),(1407,'41725194641','9',1.50,'120','retail','0','2024-09-01 15:44:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 12:45:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','153.32','151.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519470223002344322'),(1408,'41725195308','113',1.00,'60','retail','0','2024-09-01 15:55:08','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-01 12:55:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519531920002203312'),(1409,'41725195325','9',2.00,'160','retail','0','2024-09-01 15:55:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 12:59:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','151.82','149.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519554922050204057'),(1410,'41725195908','9',0.75,'60','retail','0','2024-09-01 16:05:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 13:07:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','149.82','149.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519604460205223435'),(1411,'41725196049','113',1.00,'60','retail','0','2024-09-01 16:07:29','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-01 13:31:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519750443300351327'),(1412,'41725197511','9',0.63,'50','retail','0','2024-09-01 16:31:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 13:35:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','149.07','148.445','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519770727330213429'),(1413,'41725197710','9',1.00,'80','retail','0','2024-09-01 16:35:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 13:49:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','148.45','147.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172519857130233330341'),(1414,'41725200732','11',1.00,'50','retail','0','2024-09-01 17:25:32','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-01 14:25:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520074033223325023'),(1415,'41725200743','9',1.00,'80','retail','0','2024-09-01 17:25:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 14:32:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','147.45','146.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520114833540340332'),(1416,'41725201156','6',1.00,'80','retail','0','2024-09-01 17:32:36','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-01 14:42:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520172332370271223'),(1417,'41725201729','9',5.00,'400','retail','0','2024-09-01 17:42:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:06:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','146.45','141.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520315727204323104'),(1418,'41725203197','9',1.00,'80','retail','0','2024-09-01 18:06:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:08:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','141.45','140.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520320442324233210'),(1419,'41725203352','9',2.00,'160','retail','0','2024-09-01 18:09:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:14:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','140.45','138.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520365732223333270'),(1420,'41725203663','4',0.50,'75','retail','0','2024-09-01 18:14:23','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-01 15:16:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','68.50','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520379452040403402'),(1421,'41725203798','9',2.00,'160','retail','0','2024-09-01 18:16:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:23:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','138.45','136.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520416330033342340'),(1422,'41725204185','9',7.00,'560','retail','0','2024-09-01 18:23:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:28:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','136.45','129.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520451990224200022'),(1423,'41725204732','9',2.00,'160','retail','0','2024-09-01 18:32:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:32:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.45','127.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520474610003473303'),(1424,'41725205048','9',1.50,'120','retail','0','2024-09-01 18:37:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:43:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','127.45','125.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520537123422052323'),(1425,'41725206130','9',1.00,'80','retail','0','2024-09-01 18:55:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:56:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','125.95','124.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520619843922329022'),(1426,'41725206201','9',0.75,'60','retail','0','2024-09-01 18:56:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 15:59:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','124.95','124.2','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520635300233235002'),(1427,'41725206359','109',1.00,'100','retail','0','2024-09-01 18:59:19','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-09-01 16:04:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520669134020232132'),(1428,'41725206697','9',0.63,'50','retail','0','2024-09-01 19:04:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:05:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','124.20','123.575','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520674503252322262'),(1429,'41725206752','5',2.00,'100','retail','0','2024-09-01 19:05:52','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-01 16:11:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','94.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520708020330408031'),(1430,'41725207087','110',3.00,'180','retail','0','2024-09-01 19:11:27','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-01 16:22:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','95.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520774602277033232'),(1431,'41725207087','116',1.00,'60','retail','0','2024-09-01 19:22:26','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-01 16:22:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520775835242035333'),(1432,'41725207769','9',1.25,'100','retail','0','2024-09-01 19:22:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:25:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','123.58','122.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520792922242223933'),(1433,'41725208004','9',3.00,'240','retail','0','2024-09-01 19:26:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:27:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','122.33','119.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520803322030703205'),(1434,'41725208042','9',1.00,'80','retail','0','2024-09-01 19:27:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:29:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','119.33','118.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520817404702035012'),(1435,'41725208490','2',1.00,'50','retail','0','2024-09-01 19:34:50','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-01 16:35:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520849932933393023'),(1436,'41725208505','9',2.00,'160','retail','0','2024-09-01 19:35:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:48:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','118.33','116.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520931630206031743'),(1437,'41725209323','9',1.25,'100','retail','0','2024-09-01 19:48:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:50:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','116.33','115.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520942220440214232'),(1438,'41725209441','9',2.00,'160','retail','0','2024-09-01 19:50:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:53:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','115.08','113.08','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520958622093029020'),(1439,'41725209592','9',0.75,'60','retail','0','2024-09-01 19:53:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 16:56:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','113.08','112.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172520980607232393733'),(1440,'41725209811','9',1.00,'80','retail','0','2024-09-01 19:56:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 17:00:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','112.33','111.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172521003913037033432'),(1441,'41725210558','9',1.00,'80','retail','0','2024-09-01 20:09:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 17:09:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','111.33','110.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172521056906300522714'),(1442,'41725210717','9',0.88,'70','retail','0','2024-09-01 20:11:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 17:12:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','110.33','109.455','Inclusive','branch','Inventory','1110','4000','5500','','','','4172521073023325223002'),(1443,'41725211147','9',1.00,'80','retail','0','2024-09-01 20:19:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-01 17:19:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','109.46','108.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172521115523513423222'),(1444,'61725271989','9',5.00,'400','retail','0','2024-09-02 13:13:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:20:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','108.46','103.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527234033050230223'),(1445,'61725271989','11',1.00,'50','retail','0','2024-09-02 13:19:01','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 10:20:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527235223032322332'),(1446,'61725272420','9',4.00,'320','retail','0','2024-09-02 13:20:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:21:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','103.46','99.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527247533202240640'),(1447,'61725272497','9',3.00,'240','retail','0','2024-09-02 13:21:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:22:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','99.46','96.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527251203632207303'),(1448,'61725272550','9',1.25,'100','retail','0','2024-09-02 13:22:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:22:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','96.46','95.21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527256102302333364'),(1449,'61725272575','9',1.00,'80','retail','0','2024-09-02 13:22:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:23:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.21','94.21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527258322271473522'),(1450,'61725272575','80',1.00,'20','retail','0','2024-09-02 13:23:03','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-02 10:23:22','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527259530327232243'),(1451,'61725272610','9',4.00,'320','retail','0','2024-09-02 13:23:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:28:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','94.21','90.21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527265736221002536'),(1452,'61725272957','9',3.50,'280','retail','0','2024-09-02 13:29:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:29:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','90.21','86.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527297122202220232'),(1453,'61725272997','9',2.00,'160','retail','0','2024-09-02 13:29:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:30:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.71','84.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527302253362372330'),(1454,'61725273206','9',1.25,'100','retail','0','2024-09-02 13:33:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:33:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','84.71','83.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527321623226322671'),(1455,'61725273227','9',5.00,'400','retail','0','2024-09-02 13:33:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:35:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','83.46','78.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527331035312273223'),(1456,'61725273568','9',2.00,'160','retail','0','2024-09-02 13:39:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:41:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','178.46','176.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527358430037230704'),(1457,'61725273568','9',1.50,'120','retail','0','2024-09-02 13:39:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:41:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','176.46','174.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527360422062312322'),(1458,'61725273686','9',3.00,'240','retail','0','2024-09-02 13:41:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:43:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','174.96','171.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527370621704224022'),(1459,'61725273858','9',3.63,'290','retail','0','2024-09-02 13:44:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:48:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.625','171.96','168.335','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527395820808073303'),(1460,'61725274104','106',2.00,'200','retail','0','2024-09-02 13:48:24','','','','56.37','Cash',27.59,'100','','','6','16.00','1','2024-09-02 10:50:43','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',172.41,'','82.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527411932309123052'),(1461,'61725274104','120',1.00,'100','retail','0','2024-09-02 13:49:14','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-02 10:50:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527417210232102171'),(1462,'61725274104','113',1.00,'60','retail','0','2024-09-02 13:49:32','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-02 10:50:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527419240223233102'),(1463,'61725274244','4',1.00,'150','retail','0','2024-09-02 13:50:44','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-02 10:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527426721001203273'),(1464,'61725274244','2',1.00,'50','retail','0','2024-09-02 13:51:08','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-02 10:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527427721222702032'),(1465,'61725274297','9',4.00,'320','retail','0','2024-09-02 13:51:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:52:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','168.34','164.34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527432322030420203'),(1466,'61725274341','9',1.50,'120','retail','0','2024-09-02 13:52:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:52:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','164.34','162.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527435372222333434'),(1467,'61725274373','9',1.00,'80','retail','0','2024-09-02 13:52:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:53:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','162.84','161.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527438780327047032'),(1468,'61725274432','9',1.25,'100','retail','0','2024-09-02 13:53:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:54:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','161.84','160.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527444923342002234'),(1469,'61725274463','9',0.88,'70','retail','0','2024-09-02 13:54:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 10:54:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','160.59','159.715','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527447702347323734'),(1470,'61725274523','9',2.00,'160','retail','0','2024-09-02 13:55:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 11:16:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','159.72','157.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527580725040722332'),(1471,'61725276597','9',1.00,'80','retail','0','2024-09-02 14:29:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 11:50:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','157.72','156.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527783820551183302'),(1472,'61725279129','5',1.00,'50','retail','0','2024-09-02 15:12:09','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-02 12:13:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527917203333923922'),(1473,'61725279129','11',1.00,'50','retail','0','2024-09-02 15:13:12','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 12:13:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527920103032204050'),(1474,'61725279209','11',1.00,'50','retail','0','2024-09-02 15:13:29','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 12:23:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172527980623033002322'),(1475,'61725279819','11',1.00,'50','retail','0','2024-09-02 15:23:39','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 12:28:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528000732023737400'),(1476,'61725280908','11',2.00,'100','retail','0','2024-09-02 15:41:48','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 12:42:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528092432437203401'),(1477,'61725282488','9',1.50,'120','retail','0','2024-09-02 16:08:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 13:10:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','156.72','155.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528250333332307322'),(1478,'61725282665','9',2.00,'160','retail','0','2024-09-02 16:11:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 13:11:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.22','153.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528267802220242302'),(1479,'61725282665','120',1.00,'100','retail','0','2024-09-02 16:11:20','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-02 13:11:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528268960312131323'),(1480,'61725282706','11',1.00,'50','retail','0','2024-09-02 16:11:46','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 13:19:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528317032002405323'),(1482,'61725283912','119',1.00,'60','retail','0','2024-09-02 16:31:53','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-02 13:32:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528392532483332003'),(1483,'61725283942','120',1.00,'100','retail','0','2024-09-02 16:32:22','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-02 13:38:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528431138333323021'),(1484,'61725285727','9',3.00,'240','retail','0','2024-09-02 17:02:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:02:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','152.22','149.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528574264327222474'),(1485,'61725285753','99',1.00,'100','retail','0','2024-09-02 17:02:33','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-02 14:09:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528611012104670036'),(1486,'61725285753','106',1.00,'100','retail','0','2024-09-02 17:08:31','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-02 14:09:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528612830222232031'),(1487,'61725286178','9',4.25,'340','retail','0','2024-09-02 17:09:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:12:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.25','149.22','144.97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528631722233324323'),(1488,'61725286178','9',2.00,'160','retail','0','2024-09-02 17:11:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:12:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','144.97','142.97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528635223233230301'),(1489,'61725286379','9',1.63,'130.4','retail','0','2024-09-02 17:12:59','','','','68','Cash',17.99,'80','','','6','16.00','1','2024-09-02 14:22:04','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',112.41,'','142.97','141.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528684530320046333'),(1490,'61725286925','9',1.00,'80','retail','0','2024-09-02 17:22:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:26:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','141.35','140.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528718533303037223'),(1491,'61725287535','9',3.00,'240','retail','0','2024-09-02 17:32:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:33:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','140.35','137.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528756732750527322'),(1492,'61725287591','9',2.00,'160','retail','0','2024-09-02 17:33:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:35:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','137.35','135.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528771023322307210'),(1493,'61725287734','9',2.00,'160','retail','0','2024-09-02 17:35:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:43:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','135.35','133.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528819230330333330'),(1494,'61725288469','9',0.50,'40','retail','0','2024-09-02 17:47:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:48:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','133.35','132.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528848215322022227'),(1495,'61725288469','6',1.00,'80','retail','0','2024-09-02 17:48:03','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:48:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528849539322852542'),(1496,'61725288510','9',3.00,'240','retail','0','2024-09-02 17:48:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 14:50:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','132.85','129.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172528860403233323320'),(1497,'61725290202','9',1.50,'120','retail','0','2024-09-02 18:16:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 15:17:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','129.85','128.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529021210322002032'),(1498,'61725290232','9',2.75,'220','retail','0','2024-09-02 18:17:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 15:21:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.75','128.35','125.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529045223327322323'),(1499,'61725290492','53',1.00,'80','retail','0','2024-09-02 18:21:32','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-02 15:22:24','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529053423323333092'),(1500,'61725290636','9',0.63,'50','retail','0','2024-09-02 18:23:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 15:26:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','125.60','124.975','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529076360273430230'),(1501,'61725290783','9',1.00,'80','retail','0','2024-09-02 18:26:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 15:31:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.98','123.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529109536131221223'),(1502,'61725291102','119',1.00,'60','retail','0','2024-09-02 18:31:42','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-02 15:34:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529125022033332020'),(1503,'61725291261','9',5.00,'400','retail','0','2024-09-02 18:34:22','','','','68','Cash',55.17,'80','','','6','16.00','1','2024-09-02 15:57:40','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',344.83,'','123.98','118.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529220523302330313'),(1504,'61725291261','80',1.00,'20','retail','0','2024-09-02 18:53:53','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-02 15:57:40','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529250972222013323'),(1505,'61725292661','9',3.75,'300','retail','0','2024-09-02 18:57:41','','','','68','Cash',41.38,'80','','','6','16.00','1','2024-09-02 16:02:30','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',258.62,'','118.98','115.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529281022252020232'),(1506,'61725292661','119',1.00,'60','retail','0','2024-09-02 19:01:30','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-02 16:02:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529291923213553323'),(1507,'61725292951','53',4.00,'320','retail','0','2024-09-02 19:02:31','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:07:26','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','75.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529323420622365367'),(1508,'61725293499','9',2.50,'200','retail','0','2024-09-02 19:11:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:12:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','115.23','112.73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529351959323292332'),(1509,'61725293533','1',1.00,'80','retail','0','2024-09-02 19:12:13','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:14:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529363413223320623'),(1510,'61725293645','9',3.50,'280','retail','0','2024-09-02 19:14:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:17:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','112.73','109.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529384682203323243'),(1511,'61725293860','9',3.00,'240','retail','0','2024-09-02 19:17:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:20:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','109.23','106.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529403534002937234'),(1512,'61725294042','9',0.63,'50','retail','0','2024-09-02 19:20:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:25:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','106.23','105.605','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529428633223325623'),(1513,'61725295038','9',1.00,'80','retail','0','2024-09-02 19:37:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:37:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.61','104.61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529504600212332223'),(1514,'61725295285','9',0.50,'40','retail','0','2024-09-02 19:41:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:41:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','104.61','104.11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529529432339952022'),(1515,'61725295314','113',2.00,'120','retail','0','2024-09-02 19:41:54','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-02 16:50:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529581292252337003'),(1516,'61725295950','9',0.75,'60','retail','0','2024-09-02 19:52:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:54:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','104.11','103.36','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529598722333233423'),(1517,'61725295950','4',1.00,'150','retail','0','2024-09-02 19:53:08','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-02 16:54:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529603163022222164'),(1518,'61725296041','9',2.63,'210','retail','0','2024-09-02 19:54:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 16:56:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.625','103.36','100.735','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529611133130430121'),(1519,'61725296833','9',1.00,'80','retail','0','2024-09-02 20:07:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 17:07:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.74','99.74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529684040303336200'),(1520,'61725283183','9',1.00,'80','retail','0','2024-09-02 16:19:43','','','','68','Cash',0.00,'80','','','6','','1','2024-09-02 17:11:18','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','153.22','152.22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172528387537523632022'),(1521,'61725297371','120',1.00,'100','retail','0','2024-09-02 20:16:11','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-02 17:16:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529737828733225333'),(1522,'61725297371','114',1.00,'100','retail','0','2024-09-02 20:16:18','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-02 17:16:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529738889133302322'),(1523,'61725298092','9',0.38,'30','retail','0','2024-09-02 20:28:12','','','','68','Cash',4.14,'80','','','6','16.00','1','2024-09-02 17:30:46','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',25.86,'','99.74','99.365','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529820882722822235'),(1524,'61725298092','11',1.00,'50','retail','0','2024-09-02 20:30:27','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-02 17:30:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529823820223522022'),(1525,'61725298469','9',1.00,'80','retail','0','2024-09-02 20:34:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 17:34:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.37','98.37','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529847603673082402'),(1526,'61725298559','9',1.00,'80','retail','0','2024-09-02 20:35:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 17:36:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.37','97.37','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529857432424250403'),(1527,'61725298591','9',0.88,'70','retail','0','2024-09-02 20:36:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-02 17:39:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','97.37','96.495','Inclusive','branch','Inventory','1110','4000','5500','','','','6172529873637003083324'),(1528,'61725333011','9',2.00,'160','retail','0','2024-09-03 06:10:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:22:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.50','94.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533370523003321363'),(1529,'61725333736','9',1.25,'100','retail','0','2024-09-03 06:22:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:22:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','94.50','93.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533375133023506432'),(1530,'61725333772','9',3.00,'240','retail','0','2024-09-03 06:22:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:23:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','93.25','90.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533378930705590232'),(1531,'61725333799','9',4.00,'320','retail','0','2024-09-03 06:23:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:23:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','90.25','86.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533382433030232240'),(1532,'61725333837','9',0.75,'60','retail','0','2024-09-03 06:23:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:31:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','86.25','85.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533424333231132202'),(1533,'61725334274','9',0.75,'60','retail','0','2024-09-03 06:31:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:55:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','85.50','84.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533569594236663162'),(1534,'61725335711','9',5.00,'400','retail','0','2024-09-03 06:55:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 03:56:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','84.75','79.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533580952027632637'),(1535,'61725337503','9',2.00,'160','retail','0','2024-09-03 07:25:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 04:25:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.75','77.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533751470754343223'),(1536,'61725337523','9',3.50,'280','retail','0','2024-09-03 07:25:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 04:25:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','77.75','74.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533754641603237323'),(1537,'61725338299','9',2.00,'160','retail','0','2024-09-03 07:38:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 04:38:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','74.25','72.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533831022682236272'),(1538,'61725338385','9',1.50,'120','retail','0','2024-09-03 07:39:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 04:42:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','72.25','70.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172533855426157302222'),(1539,'61725339557','9',3.38,'270','retail','0','2024-09-03 07:59:17','','','','68','Cash',37.24,'80','','','6','16.00','1','2024-09-03 05:17:36','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',232.76,'','220.75','217.375','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534062532260330321'),(1540,'61725340657','9',0.50,'40','retail','0','2024-09-03 08:17:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 05:20:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','217.38','216.88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534080602336223033'),(1541,'61725340935','9',0.88,'70','retail','0','2024-09-03 08:22:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 05:22:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','216.88','216.005','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534094540030227434'),(1542,'61725340952','9',4.00,'320','retail','0','2024-09-03 08:22:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 05:39:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','216.01','212.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534196462320526647'),(1543,'61725342284','9',1.00,'80','retail','0','2024-09-03 08:44:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 05:45:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','212.01','211.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534229422432930323'),(1544,'61725342423','9',1.00,'80','retail','0','2024-09-03 08:47:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 05:47:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','211.01','210.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534243020040202230'),(1545,'61725342423','80',1.00,'20','retail','0','2024-09-03 08:47:10','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-03 05:47:36','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534244832732323008'),(1546,'61725342456','9',1.00,'80','retail','0','2024-09-03 08:47:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 06:11:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','210.01','209.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534388303322013234'),(1547,'61725343897','9',1.25,'100','retail','0','2024-09-03 09:11:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 06:11:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','209.01','207.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534390437190423403'),(1548,'61725344266','9',5.00,'400','retail','0','2024-09-03 09:17:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 06:18:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','207.76','202.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534427933732472323'),(1549,'61725344324','9',0.75,'60','retail','0','2024-09-03 09:18:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 06:37:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','202.76','202.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534543800314230823'),(1551,'61725347274','9',0.50,'40','retail','0','2024-09-03 10:07:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 07:08:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','201.01','200.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534728804228332234'),(1552,'61725347274','119',1.00,'60','retail','0','2024-09-03 10:08:08','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-03 07:08:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534729969030727293'),(1553,'61725348569','9',1.00,'80','retail','0','2024-09-03 10:29:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 07:29:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','200.51','199.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172534857707024083430'),(1554,'61725354476','9',0.50,'40','retail','0','2024-09-03 12:07:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 09:08:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','199.51','199.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535449720437272342'),(1555,'61725355181','9',1.00,'80','retail','0','2024-09-03 12:19:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 09:20:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','199.01','198.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535518800332115032'),(1556,'61725357071','1',1.00,'80','retail','0','2024-09-03 12:51:11','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-03 09:51:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535708760206653304'),(1557,'61725357380','9',6.00,'480','retail','0','2024-09-03 12:56:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 10:09:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','198.01','192.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535814533234323823'),(1558,'61725358155','3',5.00,'750','retail','0','2024-09-03 13:09:15','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-03 10:17:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','58.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535864882270222282'),(1559,'61725358155','2',1.00,'50','retail','0','2024-09-03 13:17:28','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-03 10:17:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535865923522225153'),(1560,'61725358671','6',1.00,'80','retail','0','2024-09-03 13:17:51','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-03 10:33:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172535958182322119025'),(1561,'61725360867','9',10.00,'800','retail','0','2024-09-03 13:54:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 10:54:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','192.01','182.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536087830338632332'),(1562,'61725360989','11',1.00,'50','retail','0','2024-09-03 13:56:29','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-03 10:56:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536099961732362100'),(1563,'61725361928','9',1.00,'80','retail','0','2024-09-03 14:12:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 11:32:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.01','181.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536313022033333002'),(1564,'61725363142','1',1.00,'80','retail','0','2024-09-03 14:32:22','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-03 11:57:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536463544402333402'),(1565,'61725364669','9',0.50,'40','retail','0','2024-09-03 14:57:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 12:03:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','181.01','180.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536496722042536134'),(1566,'61725364982','11',1.00,'50','retail','0','2024-09-03 15:03:02','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-03 12:22:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536602103326670066'),(1567,'61725366284','9',2.00,'160','retail','0','2024-09-03 15:24:44','','','','68','Cash',22.07,'80','','','6','16.00','1','2024-09-03 12:29:49','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','180.51','178.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536653935033332306'),(1568,'61725366590','119',1.00,'60','retail','0','2024-09-03 15:29:50','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-03 12:33:26','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536680102360608330'),(1569,'61725368413','9',4.00,'320','retail','0','2024-09-03 16:00:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:00:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','178.51','174.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536842342203338332'),(1570,'61725368430','9',1.50,'120','retail','0','2024-09-03 16:00:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:01:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','174.51','173.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536844760003037632'),(1571,'61725368480','11',1.00,'50','retail','0','2024-09-03 16:01:20','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-03 13:02:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536849124333293233'),(1572,'61725368537','113',1.00,'60','retail','0','2024-09-03 16:02:17','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-03 13:02:53','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536854832253328423'),(1573,'61725368587','113',1.00,'60','retail','0','2024-09-03 16:03:07','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-03 13:03:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536860920023733323'),(1574,'61725368893','9',0.50,'40','retail','0','2024-09-03 16:08:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:09:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','173.01','172.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172536893103264827337'),(1575,'61725370767','114',2.00,'200','retail','0','2024-09-03 16:39:27','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-03 13:40:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','85.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537078623062332377'),(1576,'61725370801','9',1.25,'100','retail','0','2024-09-03 16:40:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:56:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','172.51','171.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537172932572233723'),(1577,'61725370801','80',2.00,'40','retail','0','2024-09-03 16:55:29','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-03 13:56:47','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','81.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537174536623031322'),(1578,'61725371808','9',1.00,'80','retail','0','2024-09-03 16:56:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:57:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.26','170.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537184442020043354'),(1579,'61725371870','53',2.00,'160','retail','0','2024-09-03 16:57:50','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-03 13:58:12','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','71.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537188333232133222'),(1580,'61725372020','9',2.00,'160','retail','0','2024-09-03 17:00:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 14:00:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','170.26','168.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537203000223342720'),(1581,'61725373055','9',1.25,'100','retail','0','2024-09-03 17:17:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 14:18:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','168.26','167.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537310432437003401'),(1582,'61725373711','9',1.00,'80','retail','0','2024-09-03 17:28:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 14:37:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','167.01','166.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537424543153534233'),(1583,'61725374257','119',1.00,'60','retail','0','2024-09-03 17:37:37','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-03 14:40:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537439522072300202'),(1584,'61725374403','9',2.00,'160','retail','0','2024-09-03 17:40:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:00:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','166.01','164.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537557736322335202'),(1585,'61725375606','120',1.00,'100','retail','0','2024-09-03 18:00:06','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-03 15:11:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537626100463421025'),(1586,'61725376271','114',1.00,'100','retail','0','2024-09-03 18:11:11','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-03 15:15:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537651933336705072'),(1587,'61725376528','9',1.50,'120','retail','0','2024-09-03 18:15:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:19:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','164.01','162.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537677102237203123'),(1588,'61725345445','9',1.00,'80','retail','0','2024-09-03 09:37:25','','','','68','Cash',0.00,'80','','','6','','1','2024-09-03 15:22:36','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.01','201.01','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172534617223163304213'),(1589,'61725377007','9',1.00,'80','retail','0','2024-09-03 18:23:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:23:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','162.51','161.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537701407201720117'),(1590,'61725377626','9',0.50,'40','retail','0','2024-09-03 18:33:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:34:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','161.51','161.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537763823302730327'),(1591,'61725377644','9',1.00,'80','retail','0','2024-09-03 18:34:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:38:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','161.01','160.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537790530077230704'),(1592,'61725377912','9',3.00,'240','retail','0','2024-09-03 18:38:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:41:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','160.01','157.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537806833533602837'),(1593,'61725378119','9',1.25,'100','retail','0','2024-09-03 18:41:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:45:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','157.01','155.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537829322203623332'),(1594,'61725378306','9',0.50,'40','retail','0','2024-09-03 18:45:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 15:47:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','155.76','155.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537842001525272642'),(1595,'61725378432','9',0.88,'70','retail','0','2024-09-03 18:47:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 16:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','155.26','154.385','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537944420030432522'),(1596,'61725379473','9',3.75,'300','retail','0','2024-09-03 19:04:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 16:11:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','154.39','150.64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172537988430702007350'),(1597,'61725379909','9',1.50,'120','retail','0','2024-09-03 19:11:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 16:17:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','150.64','149.14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538022322305332236'),(1598,'61725380242','9',0.63,'50','retail','0','2024-09-03 19:17:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 16:21:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','149.14','148.515','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538050224730003333'),(1599,'61725380791','51',1.00,'100','retail','0','2024-09-03 19:26:31','','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-09-03 16:26:54','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538080033332523880'),(1600,'61725381896','51',1.00,'100','retail','0','2024-09-03 19:44:56','','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-09-03 16:45:20','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538191331736332302'),(1601,'61725381921','9',1.00,'80','retail','0','2024-09-03 19:45:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 16:47:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','148.52','147.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538206437207000233'),(1602,'61725383485','9',5.00,'400','retail','0','2024-09-03 20:11:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 17:11:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','147.52','142.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538349543578903234'),(1603,'61725383921','9',0.75,'60','retail','0','2024-09-03 20:18:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 17:21:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','142.52','141.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538402832323022028'),(1604,'61725384391','9',2.00,'160','retail','0','2024-09-03 20:27:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 17:27:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','141.77','139.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538443803453138230'),(1605,'61725384595','9',0.50,'40','retail','0','2024-09-03 20:29:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 17:33:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','139.77','139.27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538481132001233313'),(1606,'61725385128','9',1.00,'80','retail','0','2024-09-03 20:38:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-03 17:39:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','139.27','138.27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172538514822271483122'),(1607,'61725423181','9',3.50,'280','retail','0','2024-09-04 07:13:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:15:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','138.27','134.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542329930573232203'),(1608,'61725423309','9',4.00,'320','retail','0','2024-09-04 07:15:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:15:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','134.77','130.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542332130330372247'),(1609,'61725423465','9',1.25,'100','retail','0','2024-09-04 07:17:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:18:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','130.77','129.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542347800234235002'),(1610,'61725423490','9',2.00,'160','retail','0','2024-09-04 07:18:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:18:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.52','127.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542350570233035270'),(1611,'61725423518','9',0.50,'40','retail','0','2024-09-04 07:18:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:19:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','127.52','127.02','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542353005403333042'),(1612,'61725423518','113',1.00,'60','retail','0','2024-09-04 07:18:50','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-04 04:19:10','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542353833322303352'),(1613,'61725423551','9',1.50,'120','retail','0','2024-09-04 07:19:11','','','','68','Cash',16.55,'80','','','6','16.00','1','2024-09-04 04:34:21','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',103.45,'','127.02','125.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542443543450043424'),(1614,'61725424462','9',2.75,'220','retail','0','2024-09-04 07:34:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 04:55:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.75','125.52','122.77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172542571430424302544'),(1615,'61725434567','9',1.50,'120','retail','0','2024-09-04 10:22:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 07:23:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','122.77','121.27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543458020788320222'),(1616,'61725434567','4',4.00,'600','retail','0','2024-09-04 10:23:00','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-04 07:23:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','66.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543459202550726355'),(1617,'61725434755','9',0.63,'50','retail','0','2024-09-04 10:25:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 07:26:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','121.27','120.645','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543476903703300647'),(1618,'61725434786','9',0.63,'50','retail','0','2024-09-04 10:26:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 07:55:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','120.65','120.025','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543653933333001066'),(1619,'61725438842','11',1.00,'50','retail','0','2024-09-04 11:34:02','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-04 08:37:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543886113232330325'),(1620,'61725438842','9',3.00,'240','retail','0','2024-09-04 11:34:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 08:37:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','120.03','117.03','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543901423322001332'),(1621,'61725438842','119',1.00,'60','retail','0','2024-09-04 11:36:54','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-04 08:37:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543902423361332300'),(1622,'61725439041','53',2.00,'160','retail','0','2024-09-04 11:37:21','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-04 08:51:38','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','69.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172543987610653000623'),(1624,'61725440382','9',0.88,'70','retail','0','2024-09-04 11:59:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:02:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','113.03','112.155','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544041530533632252'),(1625,'61725440382','9',0.50,'40','retail','0','2024-09-04 12:00:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:02:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','112.16','111.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544043820707340440'),(1626,'61725440382','9',2.50,'200','retail','0','2024-09-04 12:00:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:02:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','111.66','109.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544046902274247320'),(1627,'61725440382','9',0.50,'40','retail','0','2024-09-04 12:01:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:02:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','109.16','108.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544049662402303407'),(1628,'61725441340','9',1.00,'80','retail','0','2024-09-04 12:15:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:16:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','108.66','107.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544134922313909424'),(1629,'61725441451','9',1.50,'120','retail','0','2024-09-04 12:17:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:18:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','107.66','106.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544146322330023725'),(1630,'61725441451','71',1.00,'40','retail','0','2024-09-04 12:17:44','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-04 09:18:05','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544147640123335252'),(1631,'61725441485','108',1.00,'100','retail','0','2024-09-04 12:18:06','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-04 09:36:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544258424420020223'),(1632,'61725443676','9',1.00,'80','retail','0','2024-09-04 12:54:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:54:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','106.16','105.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544368582203702443'),(1633,'61725443693','53',1.00,'80','retail','0','2024-09-04 12:54:53','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-04 09:55:21','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544370523223653733'),(1634,'61725443725','11',1.00,'50','retail','0','2024-09-04 12:55:25','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-04 09:59:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544396430044320260'),(1635,'61725443974','9',0.50,'40','retail','0','2024-09-04 12:59:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 10:08:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','105.16','104.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544449732332209402'),(1636,'61725444505','9',1.50,'120','retail','0','2024-09-04 13:08:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 10:11:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','104.66','103.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544470726002700267'),(1637,'61725446933','11',1.00,'50','retail','0','2024-09-04 13:48:53','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-04 10:49:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544694141233233500'),(1638,'61725447358','9',1.00,'80','retail','0','2024-09-04 13:55:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 10:56:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','103.16','102.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544736631004722233'),(1639,'61725448164','6',1.00,'80','retail','0','2024-09-04 14:09:24','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:09:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544818020031052332'),(1640,'61725448186','6',1.00,'80','retail','0','2024-09-04 14:09:46','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:18:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172544871443434042323'),(1641,'61725448719','9',3.50,'280','retail','0','2024-09-04 14:18:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:41:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','102.16','98.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545009027052222292'),(1642,'61725450129','9',0.75,'60','retail','0','2024-09-04 14:42:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:45:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','98.66','97.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545026932340023530'),(1643,'61725450129','119',1.00,'60','retail','0','2024-09-04 14:44:30','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-04 11:45:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545030303225334322'),(1644,'61725450329','9',1.00,'80','retail','0','2024-09-04 14:45:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:46:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.91','96.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545035733053500303'),(1645,'61725450379','9',2.00,'160','retail','0','2024-09-04 14:46:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:46:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.91','94.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545039123302096214'),(1646,'61725450410','9',1.63,'130','retail','0','2024-09-04 14:46:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:47:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','94.91','93.285','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545043422770025220'),(1647,'61725450455','9',1.00,'80','retail','0','2024-09-04 14:47:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 11:48:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.29','92.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545046142453630260'),(1648,'61725451988','9',1.00,'80','retail','0','2024-09-04 15:13:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 12:19:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.29','91.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545232522232552322'),(1649,'61725452989','9',1.00,'80','retail','0','2024-09-04 15:29:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 12:30:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.29','90.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545299422203352123'),(1650,'61725454562','9',0.63,'50','retail','0','2024-09-04 15:56:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 12:56:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','90.29','89.665','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545458102200110222'),(1651,'61725454593','9',1.50,'120','retail','0','2024-09-04 15:56:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 13:06:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','89.67','88.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545517035332363302'),(1652,'61725455188','113',1.00,'60','retail','0','2024-09-04 16:06:28','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-04 13:15:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545569323033426033'),(1653,'61725455701','11',1.00,'50','retail','0','2024-09-04 16:15:01','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-04 13:24:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545627223443266432'),(1654,'61725456290','9',1.63,'130','retail','0','2024-09-04 16:24:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 13:29:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','88.17','86.545','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545657601200352735'),(1655,'61725456590','9',0.63,'50','retail','0','2024-09-04 16:29:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 13:52:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','86.55','85.925','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545792534213222402'),(1656,'61725457937','9',2.00,'160','retail','0','2024-09-04 16:52:17','','','','68','Cash',22.07,'80','','','6','16.00','1','2024-09-04 14:03:36','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','85.93','83.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545844435507242658'),(1657,'61725457937','11',1.00,'50','retail','0','2024-09-04 17:00:44','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-04 14:03:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545845383523412322'),(1658,'61725457937','80',1.00,'20','retail','0','2024-09-04 17:00:54','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-04 14:03:36','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545856764354635282'),(1659,'61725458617','9',0.50,'40','retail','0','2024-09-04 17:03:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:07:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','83.93','83.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545882622320423222'),(1660,'61725458838','9',2.00,'160','retail','0','2024-09-04 17:07:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:09:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','83.43','81.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545891822872654833'),(1661,'61725458946','9',1.00,'80','retail','0','2024-09-04 17:09:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:13:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.43','80.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545921403004220300'),(1662,'61725459224','9',1.00,'80','retail','0','2024-09-04 17:13:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:17:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.43','79.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545943252440237220'),(1663,'61725459470','9',2.00,'160','retail','0','2024-09-04 17:17:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:18:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.43','77.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545948704214043245'),(1664,'61725459501','9',5.00,'400','retail','0','2024-09-04 17:18:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:20:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','77.43','72.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172545961934232235332'),(1665,'61725459631','9',6.00,'480','retail','0','2024-09-04 17:20:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:33:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','72.43','66.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546038400237372231'),(1666,'61725460583','9',2.00,'160','retail','0','2024-09-04 17:36:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:40:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','66.43','64.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546079446920227225'),(1667,'61725461127','80',1.00,'20','retail','0','2024-09-04 17:45:36','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-04 14:46:21','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546114430420303333'),(1668,'61725461127','4',1.00,'150','retail','0','2024-09-04 17:45:49','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-04 14:46:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546116230705520232'),(1669,'61725461181','9',1.00,'80','retail','0','2024-09-04 17:46:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:49:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.43','63.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546131222263330627'),(1670,'61725461181','71',1.00,'40','retail','0','2024-09-04 17:48:33','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-04 14:49:00','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546132003302030733'),(1671,'61725461341','9',0.25,'20','retail','0','2024-09-04 17:49:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 14:50:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','63.43','63.18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546140353134242323'),(1672,'61725461408','9',2.00,'160','retail','0','2024-09-04 17:50:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:06:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','63.18','61.18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546238002236233320'),(1673,'61725462390','4',2.00,'300','retail','0','2024-09-04 18:06:30','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-04 15:11:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','61.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546265726732352340'),(1674,'61725462674','9',1.00,'80','retail','0','2024-09-04 18:11:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:12:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.18','60.18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546271842000030036'),(1675,'61725462732','9',0.50,'40','retail','0','2024-09-04 18:12:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:13:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','60.18','59.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546278843206543023'),(1676,'61725462795','9',1.00,'80','retail','0','2024-09-04 18:13:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:14:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.68','58.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546289402333309330'),(1677,'61725462900','9',1.00,'80','retail','0','2024-09-04 18:15:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:16:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.68','57.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546298222322214024'),(1678,'61725462989','9',2.00,'160','retail','0','2024-09-04 18:16:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:22:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.68','55.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546331423233332033'),(1679,'61725463323','9',1.00,'80','retail','0','2024-09-04 18:22:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:23:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.68','54.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546341102433222204'),(1680,'61725463425','9',1.25,'100','retail','0','2024-09-04 18:23:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:25:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','54.68','53.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546345030333023236'),(1681,'61725463425','9',1.00,'80','retail','0','2024-09-04 18:24:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:25:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.43','52.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546348732202332632'),(1682,'61725463425','9',0.50,'40','retail','0','2024-09-04 18:24:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:25:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','52.43','51.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546350420024020622'),(1683,'61725463508','9',3.00,'240','retail','0','2024-09-04 18:25:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:28:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','51.93','48.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546371800237235002'),(1684,'61725463725','9',2.00,'160','retail','0','2024-09-04 18:28:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:29:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.93','46.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546374332334324735'),(1685,'61725463765','9',1.00,'80','retail','0','2024-09-04 18:29:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:29:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.93','45.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546377247333222272'),(1686,'61725464167','4',0.50,'75','retail','0','2024-09-04 18:36:07','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-04 15:36:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','59.00','58.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546418235423212376'),(1687,'61725464190','6',1.00,'80','retail','0','2024-09-04 18:36:30','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:36:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546420662323026422'),(1688,'61725464211','9',1.50,'120','retail','0','2024-09-04 18:36:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 15:37:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','45.93','44.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546427150210232035'),(1689,'61725439899','9',4.00,'320','retail','0','2024-09-04 11:51:39','','','','68','Cash',0.00,'80','','','6','','1','2024-09-04 15:49:11','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','117.03','113.03','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172544036442530540240'),(1690,'61725465729','9',0.75,'60','retail','0','2024-09-04 19:02:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:02:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','44.43','43.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546574030522724263'),(1691,'61725465942','9',0.88,'70','retail','0','2024-09-04 19:05:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:05:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','43.68','42.805','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546595644336602033'),(1692,'61725466242','9',2.00,'160','retail','0','2024-09-04 19:10:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:12:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.81','40.81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546625473052260353'),(1693,'61725466363','9',1.50,'120','retail','0','2024-09-04 19:12:43','','','','68','Cash',16.55,'80','','','6','16.00','1','2024-09-04 16:21:25','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',103.45,'','40.81','39.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546684436832232223'),(1694,'61725467033','106',1.00,'100','retail','0','2024-09-04 19:23:54','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-04 16:25:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546705134737730327'),(1695,'61725467033','108',2.00,'200','retail','0','2024-09-04 19:24:12','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-04 16:25:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','82.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546706522233234702'),(1696,'61725467033','108',1.00,'100','retail','0','2024-09-04 19:24:25','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-04 16:25:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546707930333033307'),(1697,'61725467236','9',2.00,'160','retail','0','2024-09-04 19:27:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:30:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.31','37.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546740733270332424'),(1698,'61725467410','116',1.00,'60','retail','0','2024-09-04 19:30:10','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-09-04 16:33:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546763273332220321'),(1699,'61725467858','9',2.00,'160','retail','0','2024-09-04 19:37:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:42:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.31','35.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546796344033202337'),(1700,'61725468152','118',1.50,'270','retail','0','2024-09-04 19:42:32','','','','103.47','Cash',0.00,'180','','','6','16.00','1','2024-09-04 16:44:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','89.50','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546816864223103032'),(1701,'61725468727','9',2.00,'160','retail','0','2024-09-04 19:52:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:52:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.31','33.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546874120110333122'),(1702,'61725468748','9',1.00,'80','retail','0','2024-09-04 19:52:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 16:54:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.31','32.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546884142243323825'),(1703,'61725469833','9',0.75,'60','retail','0','2024-09-04 20:10:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 17:11:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','32.31','31.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172546984403431650247'),(1704,'61725470538','108',1.00,'100','retail','0','2024-09-04 20:22:18','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-04 17:22:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172547055120203216322'),(1705,'61725470830','9',1.00,'80','retail','0','2024-09-04 20:27:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 17:27:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.56','30.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172547083885023332021'),(1706,'61725470987','9',2.00,'160','retail','0','2024-09-04 20:29:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 17:30:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.56','28.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172547100150613032223'),(1707,'61725471382','9',1.00,'80','retail','0','2024-09-04 20:36:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-04 17:38:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.56','27.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172547152157220230122'),(1708,'41725506765','9',1.25,'100','retail','0','2024-09-05 06:26:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:26:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','27.56','26.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550677427723477034'),(1709,'41725506800','9',2.00,'160','retail','0','2024-09-05 06:26:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:27:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.31','24.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550681033323022220'),(1710,'41725506822','9',4.00,'320','retail','0','2024-09-05 06:27:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:27:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','24.31','20.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550683225003300350'),(1711,'41725506844','9',4.00,'320','retail','0','2024-09-05 06:27:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:27:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','20.31','16.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550685623346330313'),(1712,'41725506868','9',2.00,'160','retail','0','2024-09-05 06:27:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:28:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.31','14.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550687757220230122'),(1713,'41725506885','9',1.25,'100','retail','0','2024-09-05 06:28:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 03:36:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','14.31','13.06','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550740533423230330'),(1714,'41725507414','9',0.38,'30','retail','0','2024-09-05 06:36:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 04:03:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','13.06','12.685','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550902943909020234'),(1715,'41725509035','9',3.50,'280','retail','0','2024-09-05 07:03:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 04:17:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','12.69','9.19','Inclusive','branch','Inventory','1110','4000','5500','','','','4172550983020223300572'),(1716,'41725512567','9',2.00,'160','retail','0','2024-09-05 08:02:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:03:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.19','7.19','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551258212427322338'),(1717,'41725512593','9',1.75,'140','retail','0','2024-09-05 08:03:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:04:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','7.19','5.44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551267473222274320'),(1718,'41725512682','9',0.63,'50','retail','0','2024-09-05 08:04:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:09:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','5.44','4.815','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551288437320012340'),(1719,'41725512988','9',4.00,'320','retail','0','2024-09-05 08:09:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:14:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','4.82','0.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551327317212203232'),(1720,'41725515081','9',1.50,'120','retail','0','2024-09-05 08:44:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:45:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','150.82','149.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551509545050527253'),(1721,'41725515179','9',1.25,'100','retail','0','2024-09-05 08:46:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:46:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','149.32','148.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551519030311300210'),(1722,'41725515206','9',2.00,'160','retail','0','2024-09-05 08:46:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:47:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','148.07','146.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551521550220533323'),(1723,'41725515262','9',1.25,'100','retail','0','2024-09-05 08:47:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:48:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','146.07','144.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551527632720525352'),(1724,'41725515317','9',1.00,'80','retail','0','2024-09-05 08:48:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:48:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','144.82','143.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551532400072732302'),(1725,'41725515336','9',1.50,'120','retail','0','2024-09-05 08:48:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 05:57:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','143.82','142.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551583432240213020'),(1726,'41725515850','53',1.00,'80','retail','0','2024-09-05 08:57:30','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:05:36','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551630902433022713'),(1727,'41725515850','9',1.00,'80','retail','0','2024-09-05 09:05:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:05:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','142.32','141.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551632002273217320'),(1728,'41725517018','9',1.00,'80','retail','0','2024-09-05 09:16:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:17:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','141.32','140.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551702503172150750'),(1729,'41725517837','9',0.25,'20','retail','0','2024-09-05 09:30:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:30:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','140.32','140.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551785145270303247'),(1730,'41725517853','9',0.75,'60','retail','0','2024-09-05 09:30:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:33:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','140.07','139.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551802332334320143'),(1731,'41725518030','11',1.00,'50','retail','0','2024-09-05 09:33:50','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-05 06:37:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551825920385522733'),(1732,'41725518263','9',2.00,'160','retail','0','2024-09-05 09:37:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 06:38:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','139.32','137.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172551827223233220222'),(1733,'41725520441','9',1.25,'100','retail','0','2024-09-05 10:14:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 07:14:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','137.32','136.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552045033202752213'),(1734,'41725520453','9',2.00,'160','retail','0','2024-09-05 10:14:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 07:20:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','136.07','134.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552083732052020822'),(1735,'41725520943','9',0.50,'40','retail','0','2024-09-05 10:22:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 07:22:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','134.07','133.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552095790033304329'),(1736,'41725520966','9',1.00,'80','retail','0','2024-09-05 10:22:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 07:29:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','133.57','132.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552127024533232220'),(1737,'41725521342','119',1.00,'60','retail','0','2024-09-05 10:29:02','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-05 07:35:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552172830032021147'),(1738,'41725523962','108',1.00,'100','retail','0','2024-09-05 11:12:42','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-05 08:13:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552397343373252032'),(1739,'41725526051','9',1.00,'80','retail','0','2024-09-05 11:47:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 08:47:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.57','131.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552605703273732201'),(1740,'41725526063','70',1.00,'200','retail','0','2024-09-05 11:47:43','','','','57.38','Cash',0.00,'200','','','4','16.00','1','2024-09-05 08:59:04','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552672020663020222'),(1741,'41725526063','9',3.75,'300','retail','0','2024-09-05 11:58:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 08:59:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','131.57','127.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552673832733234236'),(1742,'41725527953','9',2.00,'160','retail','0','2024-09-05 12:19:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 09:43:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','127.82','125.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552939542722023302'),(1743,'41725529409','9',0.50,'40','retail','0','2024-09-05 12:43:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 09:44:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','125.82','125.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552947123227003151'),(1744,'41725529490','9',0.38,'30','retail','0','2024-09-05 12:44:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 09:45:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','125.32','124.945','Inclusive','branch','Inventory','1110','4000','5500','','','','4172552951509201435344'),(1745,'41725530336','9',1.00,'80','retail','0','2024-09-05 12:58:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 09:59:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.95','123.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553034422332424352'),(1746,'41725532618','120',1.00,'100','retail','0','2024-09-05 13:36:58','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-05 10:37:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553263224253465400'),(1747,'41725532639','9',2.00,'160','retail','0','2024-09-05 13:37:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 10:39:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','123.95','121.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553278272322232303'),(1748,'41725532789','9',2.00,'160','retail','0','2024-09-05 13:39:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 10:47:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','121.95','119.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553322127353023403'),(1749,'41725533643','2',1.00,'50','retail','0','2024-09-05 13:54:03','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-05 10:54:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553365043253356353'),(1750,'41725533654','3',1.00,'150','retail','0','2024-09-05 13:54:14','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-05 10:55:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553374202333322232'),(1751,'41725533654','9',1.00,'80','retail','0','2024-09-05 13:55:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 10:55:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','119.95','118.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553374832233355225'),(1752,'41725533755','119',1.00,'60','retail','0','2024-09-05 13:55:55','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-05 11:05:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553431423233332033'),(1753,'41725533755','11',1.00,'50','retail','0','2024-09-05 14:05:14','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-05 11:05:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553432332037433223'),(1754,'41725534353','9',0.63,'50','retail','0','2024-09-05 14:05:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 11:15:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','118.95','118.325','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553490009334122209'),(1755,'41725534908','120',1.00,'100','retail','0','2024-09-05 14:15:08','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-05 11:17:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553501822042312322'),(1756,'41725535024','66',1.00,'200','retail','0','2024-09-05 14:17:04','','','','59.82','Cash',0.00,'200','','','4','16.00','1','2024-09-05 11:40:24','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553641803233744343'),(1757,'41725537740','9',1.50,'120','retail','0','2024-09-05 15:02:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 12:06:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','118.33','116.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553795827253274272'),(1758,'41725539465','9',2.00,'160','retail','0','2024-09-05 15:31:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 12:31:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','116.83','114.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172553948002224333403'),(1759,'41725539498','11',1.00,'50','retail','0','2024-09-05 15:31:38','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-05 13:22:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554251724550025420'),(1760,'41725542533','11',1.00,'50','retail','0','2024-09-05 16:22:13','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-05 13:22:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554254872533200540'),(1761,'41725543480','53',1.00,'80','retail','0','2024-09-05 16:38:00','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-05 13:38:18','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554349112054512430'),(1762,'41725543816','108',1.00,'100','retail','0','2024-09-05 16:43:36','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-05 13:44:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554383632301200454'),(1763,'41725543816','106',1.00,'100','retail','0','2024-09-05 16:43:56','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-05 13:44:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554384520257401752'),(1764,'41725544327','9',1.00,'80','retail','0','2024-09-05 16:52:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 13:52:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','114.83','113.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554433801323834333'),(1765,'41725544346','9',1.00,'80','retail','0','2024-09-05 16:52:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 13:58:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','113.83','112.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554471422270333342'),(1766,'41725544346','80',1.00,'20','retail','0','2024-09-05 16:58:34','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-05 13:58:43','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554472147330133730'),(1767,'41725544724','9',1.50,'120','retail','0','2024-09-05 16:58:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:00:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','112.83','111.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554480132022200123'),(1768,'41725544999','3',1.00,'150','retail','0','2024-09-05 17:03:19','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-05 14:06:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554515452320025522'),(1769,'41725545161','9',1.00,'80','retail','0','2024-09-05 17:06:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:08:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','111.33','110.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554531013742232330'),(1770,'41725545317','9',1.00,'80','retail','0','2024-09-05 17:08:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:11:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','110.33','109.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554547323227235020'),(1771,'41725545480','9',3.00,'240','retail','0','2024-09-05 17:11:20','','','','68','Cash',33.10,'80','','','4','16.00','1','2024-09-05 14:22:25','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',206.90,'','109.33','106.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554588822578323030'),(1772,'41725545480','117',1.00,'100','retail','0','2024-09-05 17:18:58','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-05 14:22:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554594834554420402'),(1773,'41725545480','108',1.00,'100','retail','0','2024-09-05 17:22:08','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-05 14:22:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554613620320353634'),(1774,'41725546146','9',4.00,'320','retail','0','2024-09-05 17:22:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:36:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','106.33','102.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554696333403233306'),(1775,'41725547049','9',2.00,'160','retail','0','2024-09-05 17:37:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:38:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','102.33','100.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554705929923035323'),(1776,'41725547082','9',1.00,'80','retail','0','2024-09-05 17:38:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:39:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.33','99.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554712032332113332'),(1777,'41725547601','53',1.00,'80','retail','0','2024-09-05 17:46:41','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-05 14:46:57','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554760853722332002'),(1778,'41725547618','11',1.00,'50','retail','0','2024-09-05 17:46:58','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-05 14:52:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554791500224235375'),(1779,'41725547936','9',2.00,'160','retail','0','2024-09-05 17:52:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:02:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','99.33','97.33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554852107833330353'),(1780,'41725548735','9',0.50,'40','retail','0','2024-09-05 18:05:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:14:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','97.33','96.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554927922323330570'),(1781,'41725549284','9',2.00,'160','retail','0','2024-09-05 18:14:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:19:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.83','94.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554949540315522225'),(1782,'41725549546','9',2.00,'160','retail','0','2024-09-05 18:19:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:19:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','94.83','92.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172554955803234133023'),(1783,'41725549732','9',1.00,'80','retail','0','2024-09-05 18:22:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:28:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.83','91.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555010421332213331'),(1784,'41725550126','9',1.00,'80','retail','0','2024-09-05 18:28:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:33:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.83','90.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555034872533233235'),(1785,'41725550126','106',1.00,'100','retail','0','2024-09-05 18:32:28','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-05 15:33:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555039111729223222'),(1786,'41725550425','9',1.00,'80','retail','0','2024-09-05 18:33:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 15:42:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.83','89.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555094451544139204'),(1787,'41725551597','9',1.00,'80','retail','0','2024-09-05 18:53:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:03:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.83','88.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555218420224223033'),(1788,'41725552188','53',1.00,'80','retail','0','2024-09-05 19:03:08','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:04:42','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555227223322002210'),(1789,'41725553137','108',1.00,'100','retail','0','2024-09-05 19:18:57','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-05 16:19:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555314733772320272'),(1790,'41725553137','9',0.63,'50','retail','0','2024-09-05 19:19:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:19:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','88.83','88.205','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555315822222253330'),(1791,'41725553162','9',2.25,'180','retail','0','2024-09-05 19:19:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:21:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.25','88.21','85.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555330773024204220'),(1792,'41725553333','9',1.00,'80','retail','0','2024-09-05 19:22:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:24:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.96','84.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555347303025372453'),(1793,'41725553526','9',1.00,'80','retail','0','2024-09-05 19:25:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:29:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.96','83.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555375733332503273'),(1794,'41725553763','117',1.00,'100','retail','0','2024-09-05 19:29:23','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-05 16:32:34','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555394125330732343'),(1795,'41725553955','106',1.00,'100','retail','0','2024-09-05 19:32:35','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-05 16:36:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555416952422200363'),(1796,'41725553955','120',1.00,'100','retail','0','2024-09-05 19:36:09','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-05 16:36:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555418845222320813'),(1797,'41725553955','116',1.00,'60','retail','0','2024-09-05 19:36:28','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-05 16:36:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555421120355423303'),(1798,'41725554426','9',0.50,'40','retail','0','2024-09-05 19:40:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:40:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','83.96','83.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555444735330533273'),(1799,'41725554451','9',0.75,'60','retail','0','2024-09-05 19:40:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:43:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','83.46','82.71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555457333503040134'),(1800,'41725554829','9',1.25,'100','retail','0','2024-09-05 19:47:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:47:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','82.71','81.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555483723030233228'),(1801,'41725555398','9',2.00,'160','retail','0','2024-09-05 19:56:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 16:56:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','81.46','79.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555541055022052252'),(1802,'41725555832','119',1.00,'60','retail','0','2024-09-05 20:03:52','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-05 17:04:07','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555584120513337030'),(1803,'41725555894','9',0.50,'40','retail','0','2024-09-05 20:04:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:09:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','79.46','78.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555617052041373270'),(1804,'41725556787','9',0.63,'50','retail','0','2024-09-05 20:19:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:20:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','78.96','78.335','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555680380532331030'),(1805,'41725556985','9',2.00,'160','retail','0','2024-09-05 20:23:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:23:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','78.34','76.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555700850524203722'),(1806,'41725557134','3',1.00,'150','retail','0','2024-09-05 20:25:34','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-05 17:25:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555714903552529020'),(1807,'41725557495','9',2.00,'160','retail','0','2024-09-05 20:31:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:32:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','76.34','74.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555751771232322243'),(1808,'41725557525','9',1.25,'100','retail','0','2024-09-05 20:32:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:32:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','74.34','73.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555754845023222235'),(1809,'41725557983','9',0.50,'40','retail','0','2024-09-05 20:39:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-05 17:40:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','73.09','72.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172555801222023241228'),(1810,'41725592177','9',2.00,'160','retail','0','2024-09-06 06:09:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:17:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','72.59','70.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559262212032223233'),(1811,'41725592713','9',4.00,'320','retail','0','2024-09-06 06:18:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:19:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','70.59','66.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559275700004297337'),(1812,'41725592809','9',1.25,'100','retail','0','2024-09-06 06:20:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:20:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','66.59','65.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559282872833522333'),(1813,'41725593067','9',0.50,'40','retail','0','2024-09-06 06:24:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:24:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','65.34','64.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559307832000022312'),(1814,'41725593085','9',2.00,'160','retail','0','2024-09-06 06:24:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:36:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','64.84','62.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559378883243322332'),(1815,'41725593812','9',3.50,'280','retail','0','2024-09-06 06:36:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 03:49:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','62.84','59.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559458420059423392'),(1816,'41725596359','9',3.50,'280','retail','0','2024-09-06 07:19:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 04:19:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','59.34','55.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559637110363322750'),(1817,'41725596816','9',5.00,'400','retail','0','2024-09-06 07:26:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 04:27:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','55.84','50.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559682602222426026'),(1818,'41725596843','9',2.00,'160','retail','0','2024-09-06 07:27:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 04:27:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.84','48.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559685335320550225'),(1819,'41725597489','106',1.00,'100','retail','0','2024-09-06 07:38:09','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-06 04:38:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559750073400013932'),(1820,'41725597506','9',1.50,'120','retail','0','2024-09-06 07:38:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 04:46:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','48.84','47.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559795673923422262'),(1821,'41725597961','9',2.00,'160','retail','0','2024-09-06 07:46:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 04:51:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.34','45.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559826523822228570'),(1822,'41725598271','9',0.63,'50','retail','0','2024-09-06 07:51:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:17:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','45.34','44.715','Inclusive','branch','Inventory','1110','4000','5500','','','','4172559982232423302323'),(1823,'41725599826','9',4.00,'320','retail','0','2024-09-06 08:17:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:22:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','44.72','40.72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560013943263260025'),(1824,'41725601164','9',2.00,'160','retail','0','2024-09-06 08:39:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:39:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.72','38.72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560117833207222210'),(1825,'41725601189','9',0.00,'0','retail','0','2024-09-06 08:39:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:40:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','38.72','38.72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560119934622335202'),(1826,'41725601189','9',0.75,'60','retail','0','2024-09-06 08:40:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:40:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','38.72','37.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560122033233221222'),(1827,'41725601723','9',1.50,'120','retail','0','2024-09-06 08:48:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:49:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','37.97','36.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560173532622511027'),(1828,'41725601903','9',1.00,'80','retail','0','2024-09-06 08:51:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 05:52:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.47','35.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172560193172022392614'),(1829,'41725616821','9',2.00,'160','retail','0','2024-09-06 13:00:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:00:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.47','33.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561683423362332326'),(1830,'41725616841','9',1.50,'120','retail','0','2024-09-06 13:00:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:01:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','33.47','31.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561687125210242016'),(1831,'41725616894','9',1.00,'80','retail','0','2024-09-06 13:01:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:01:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.97','30.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561690403450230103'),(1832,'41725616930','9',11.00,'880','retail','0','2024-09-06 13:02:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'11','30.97','19.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561699023346196062'),(1833,'41725616930','80',1.00,'20','retail','0','2024-09-06 13:03:10','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-06 10:04:32','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561699814430222323'),(1834,'41725616930','117',1.00,'100','retail','0','2024-09-06 13:03:18','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-06 10:04:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561701022423333370'),(1835,'41725616930','3',0.50,'75','retail','0','2024-09-06 13:03:31','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-06 10:04:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','50.00','49.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561702802363320333'),(1836,'41725616930','4',0.50,'75','retail','0','2024-09-06 13:03:49','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-06 10:04:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','58.50','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561704532220270222'),(1837,'41725616930','119',1.00,'60','retail','0','2024-09-06 13:04:05','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-06 10:04:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561705503245107233'),(1838,'41725616930','11',1.00,'50','retail','0','2024-09-06 13:04:16','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-06 10:04:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561706613336063721'),(1839,'41725617073','9',0.50,'40','retail','0','2024-09-06 13:04:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:04:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','19.97','19.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561708820272362701'),(1840,'41725617199','9',1.00,'80','retail','0','2024-09-06 13:06:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:12:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.47','18.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561755733277316733'),(1841,'41725617578','9',1.00,'80','retail','0','2024-09-06 13:12:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 10:46:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'01','18.47','17.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172561816683123422262'),(1842,'41725619650','9',1.25,'100','retail','0','2024-09-06 13:47:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-06 11:10:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','17.47','16.22','Inclusive','branch','Inventory','1110','4000','5500','','','','4172562099407322332239'),(1843,'41725621006','11',1.00,'50','retail','0','2024-09-06 14:10:06','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-06 11:11:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172562110702070202325'),(1844,'61725625700','9',5.00,'400','retail','0','2024-09-06 15:28:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 12:40:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','16.22','11.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562642831332020322'),(1845,'61725626436','9',0.63,'50','retail','0','2024-09-06 15:40:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 12:47:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','11.22','10.595','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562676513236430203'),(1846,'61725626436','3',2.00,'300','retail','0','2024-09-06 15:46:05','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-06 12:47:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','49.50','47.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562678021232720106'),(1847,'61725626436','71',1.00,'40','retail','0','2024-09-06 15:46:20','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-06 12:47:54','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562679135223927224'),(1848,'61725626436','9',5.00,'400','retail','0','2024-09-06 15:46:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 12:47:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','10.60','5.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562680820327260352'),(1849,'61725626436','6',1.00,'80','retail','0','2024-09-06 15:46:49','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-06 12:47:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562682833686808225'),(1850,'61725626878','9',1.50,'120','retail','0','2024-09-06 15:47:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 12:48:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','5.60','4.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562688623024132860'),(1851,'61725627963','6',1.00,'80','retail','0','2024-09-06 16:06:03','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:06:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562797230302332111'),(1852,'61725627977','9',0.63,'50','retail','0','2024-09-06 16:06:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:13:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','4.10','3.475','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562838003022033332'),(1853,'61725629186','9',1.00,'80','retail','0','2024-09-06 16:26:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:30:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.48','2.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562921772323620333'),(1854,'61725629186','119',1.00,'60','retail','0','2024-09-06 16:26:57','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-06 13:30:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562922933022310222'),(1855,'61725629186','4',1.00,'150','retail','0','2024-09-06 16:27:10','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-06 13:30:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562925303330033722'),(1856,'61725629453','110',1.00,'60','retail','0','2024-09-06 16:30:53','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-06 13:31:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172562948333243653325'),(1857,'61725630392','11',1.00,'50','retail','0','2024-09-06 16:46:32','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-06 13:46:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563040432053321433'),(1858,'61725630717','9',3.00,'240','retail','0','2024-09-06 16:51:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:52:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','102.48','99.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563072973714063032'),(1859,'61725630744','9',2.00,'160','retail','0','2024-09-06 16:52:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:53:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','99.48','97.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563075922300320202'),(1860,'61725630791','53',1.00,'80','retail','0','2024-09-06 16:53:11','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-06 13:54:12','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563081220231233810'),(1861,'61725630791','51',1.00,'100','retail','0','2024-09-06 16:53:32','','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-09-06 13:54:12','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563083826032083322'),(1862,'61725630853','6',1.00,'80','retail','0','2024-09-06 16:54:13','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:06:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563158230323562145'),(1863,'61725632102','53',1.00,'80','retail','0','2024-09-06 17:15:03','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:15:18','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563211102303032001'),(1864,'61725632477','9',1.00,'80','retail','0','2024-09-06 17:21:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:21:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.48','96.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563248563222368228'),(1865,'61725632494','9',2.00,'160','retail','0','2024-09-06 17:21:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:28:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.48','94.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563287143023806348'),(1866,'61725632899','9',2.00,'160','retail','0','2024-09-06 17:28:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:33:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','94.48','92.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563319772337233523'),(1867,'61725632899','5',1.00,'50','retail','0','2024-09-06 17:33:18','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-06 14:33:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563321022300002403'),(1868,'61725633221','9',2.00,'160','retail','0','2024-09-06 17:33:41','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:38:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.48','90.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563352422322237233'),(1869,'61725633529','9',0.50,'40','retail','0','2024-09-06 17:38:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:44:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','90.48','89.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563385122020133323'),(1870,'61725633872','53',2.00,'160','retail','0','2024-09-06 17:44:32','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:52:12','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563412121322350274'),(1871,'61725634514','9',1.50,'120','retail','0','2024-09-06 17:55:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 14:55:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','89.98','88.48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563452422332220233'),(1872,'61725634701','9',1.50,'120','retail','0','2024-09-06 17:58:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:03:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','88.48','86.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563479732026632722'),(1873,'61725634987','9',2.00,'160','retail','0','2024-09-06 18:03:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:08:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.98','84.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563529593333632452'),(1874,'61725634987','71',1.00,'40','retail','0','2024-09-06 18:08:15','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-06 15:08:32','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563530562322022510'),(1875,'61725635731','9',1.00,'80','retail','0','2024-09-06 18:15:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:16:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.98','83.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563580823723682320'),(1876,'61725635811','9',3.75,'300','retail','0','2024-09-06 18:16:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:23:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','83.98','80.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563621903213032203'),(1877,'61725636223','9',2.00,'160','retail','0','2024-09-06 18:23:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:28:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.23','78.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563653330051303203'),(1878,'61725636540','9',1.00,'80','retail','0','2024-09-06 18:29:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:34:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.23','77.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563684772424318364'),(1879,'61725636851','1',1.00,'80','retail','0','2024-09-06 18:34:11','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:43:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563743220365423303'),(1880,'61725637915','9',1.00,'80','retail','0','2024-09-06 18:51:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 15:52:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.23','76.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563792390676227022'),(1881,'61725637969','9',1.00,'80','retail','0','2024-09-06 18:52:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:00:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.23','75.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563844442023236007'),(1882,'61725638483','9',1.00,'80','retail','0','2024-09-06 19:01:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:01:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.23','74.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563848922308643203'),(1883,'61725638606','9',1.00,'80','retail','0','2024-09-06 19:03:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:04:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.23','73.23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563862620463313308'),(1884,'61725638838','53',1.00,'80','retail','0','2024-09-06 19:07:18','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:08:49','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563884422263263304'),(1885,'61725638838','4',2.00,'300','retail','0','2024-09-06 19:07:25','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-06 16:08:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563887523136480205'),(1886,'61725638838','71',1.00,'40','retail','0','2024-09-06 19:07:56','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-06 16:08:49','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563888330203373331'),(1887,'61725638838','9',0.63,'50','retail','0','2024-09-06 19:08:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:08:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','73.23','72.605','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563889922700603235'),(1888,'61725638930','9',2.00,'160','retail','0','2024-09-06 19:08:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:10:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','72.61','70.61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563898132006372222'),(1889,'61725638930','6',1.00,'80','retail','0','2024-09-06 19:09:42','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:10:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563899030603728320'),(1890,'61725639015','9',1.00,'80','retail','0','2024-09-06 19:10:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:24:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.61','69.61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172563983803333201733'),(1891,'61725640123','11',1.00,'50','retail','0','2024-09-06 19:28:43','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-06 16:31:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564031131030323342'),(1892,'61725640314','9',0.63,'50','retail','0','2024-09-06 19:31:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:35:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','69.61','68.985','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564054625200240224'),(1893,'61725640554','9',1.00,'80','retail','0','2024-09-06 19:35:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:36:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.99','67.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564058253202265533'),(1894,'61725640589','11',1.00,'50','retail','0','2024-09-06 19:36:29','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-06 16:39:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564068964232863332'),(1895,'61725640589','11',1.00,'50','retail','0','2024-09-06 19:38:10','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-06 16:39:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564071937431093023'),(1896,'61725640589','9',3.00,'240','retail','0','2024-09-06 19:38:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:39:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','67.99','64.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564073433135330332'),(1897,'61725640748','9',1.50,'120','retail','0','2024-09-06 19:39:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:41:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','64.99','63.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564087600062537300'),(1898,'61725640884','9',0.50,'40','retail','0','2024-09-06 19:41:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:52:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','63.49','62.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564152250232023620'),(1899,'61725641532','9',2.00,'160','retail','0','2024-09-06 19:52:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-06 16:59:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.99','60.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564195232233233569'),(1900,'61725643816','117',1.00,'100','retail','0','2024-09-06 20:30:16','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-09-06 17:31:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172564382523200232303'),(1901,'41725679363','9',2.00,'160','retail','0','2024-09-07 06:22:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:23:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.99','58.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172567937543633173027'),(1902,'41725679924','9',2.50,'200','retail','0','2024-09-07 06:32:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:32:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','58.99','56.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172567993912227302370'),(1903,'41725679969','9',0.50,'40','retail','0','2024-09-07 06:32:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:37:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','56.49','55.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568026805080336203'),(1904,'41725680272','9',1.50,'120','retail','0','2024-09-07 06:37:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:45:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','55.99','54.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568072101344321202'),(1905,'41725680725','9',3.50,'280','retail','0','2024-09-07 06:45:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:56:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','54.49','50.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568131933128021253'),(1906,'41725681501','9',9.00,'720','retail','0','2024-09-07 06:58:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 03:58:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'9','50.99','41.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568151201330163133'),(1907,'41725682940','9',2.00,'160','retail','0','2024-09-07 07:22:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:22:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.99','39.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568295252024304322'),(1908,'41725683114','9',1.00,'80','retail','0','2024-09-07 07:25:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:25:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.99','38.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568312273430234832'),(1909,'41725683129','9',3.50,'280','retail','0','2024-09-07 07:25:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:34:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','38.99','35.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568367131322241643'),(1910,'41725683746','9',2.00,'160','retail','0','2024-09-07 07:35:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:36:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.49','33.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568376031222436200'),(1911,'41725683766','9',1.50,'120','retail','0','2024-09-07 07:36:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:36:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','33.49','31.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568379949392034373'),(1912,'41725684614','9',1.25,'100','retail','0','2024-09-07 07:50:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 04:50:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','31.99','30.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568462434622223623'),(1913,'41725684638','116',1.00,'60','retail','0','2024-09-07 07:50:38','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-07 05:04:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568544100200223023'),(1914,'41725685455','9',0.50,'40','retail','0','2024-09-07 08:04:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:04:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','30.74','30.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568546758027242302'),(1915,'41725685478','9',2.00,'160','retail','0','2024-09-07 08:04:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:05:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.24','28.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568553665324013513'),(1916,'41725685545','9',1.50,'120','retail','0','2024-09-07 08:05:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:08:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','28.24','26.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568571731253334723'),(1917,'41725685727','9',1.00,'80','retail','0','2024-09-07 08:08:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:30:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.74','25.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568700322670323030'),(1918,'41725687166','9',1.25,'100','retail','0','2024-09-07 08:32:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:33:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','25.74','24.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568717427211202332'),(1919,'41725687222','9',4.00,'320','retail','0','2024-09-07 08:33:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:34:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','24.49','20.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568723020024020822'),(1920,'41725687290','9',0.75,'60','retail','0','2024-09-07 08:34:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:36:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','20.49','19.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568740821523213426'),(1921,'41725688734','9',0.88,'70','retail','0','2024-09-07 08:58:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 05:59:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','19.74','18.865','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568874541702250582'),(1922,'41725688751','51',1.00,'100','retail','0','2024-09-07 08:59:11','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-09-07 06:08:13','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568918596222961230'),(1923,'41725688751','53',1.00,'80','retail','0','2024-09-07 09:06:26','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:08:13','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568919525045232609'),(1924,'41725689294','9',1.00,'80','retail','0','2024-09-07 09:08:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:09:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.87','17.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568932572326732226'),(1925,'41725689569','9',1.00,'80','retail','0','2024-09-07 09:12:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:13:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.87','16.87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568957400230343823'),(1926,'41725689711','9',0.50,'40','retail','0','2024-09-07 09:15:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:15:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','16.87','16.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172568972222333024033'),(1927,'41725690018','9',2.00,'160','retail','0','2024-09-07 09:20:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:23:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.37','14.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569020336130220322'),(1928,'41725691395','11',1.00,'50','retail','0','2024-09-07 09:43:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-07 06:43:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569140790222232924'),(1929,'41725691410','9',1.00,'80','retail','0','2024-09-07 09:43:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:44:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.37','13.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569149552452520062'),(1930,'41725691499','9',1.00,'80','retail','0','2024-09-07 09:44:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:49:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.37','12.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569176172221266023'),(1931,'41725691774','9',1.88,'150','retail','0','2024-09-07 09:49:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 06:53:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','12.37','10.495','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569201120370012230'),(1932,'41725692032','99',1.00,'100','retail','0','2024-09-07 09:53:52','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-09-07 07:33:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569440294549411353'),(1933,'41725694405','11',1.00,'50','retail','0','2024-09-07 10:33:25','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-07 07:40:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172569483412433220227'),(1934,'61725708261','104',1.00,'100','retail','0','2024-09-07 14:24:21','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:27:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570841925135303813'),(1935,'61725708449','51',1.00,'100','retail','0','2024-09-07 14:27:29','','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:28:41','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570847330312237082'),(1936,'61725708449','9',1.50,'120','retail','0','2024-09-07 14:27:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:28:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','10.50','9','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570850808300772752'),(1937,'61725708522','70',3.00,'600','retail','0','2024-09-07 14:28:42','','','','57.38','Cash',0.00,'200','','','6','16.00','1','2024-09-07 11:30:44','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','98.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570857910293030317'),(1938,'61725708645','11',2.00,'100','retail','0','2024-09-07 14:30:45','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-07 11:33:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570875502350400647'),(1939,'61725708836','6',1.00,'80','retail','0','2024-09-07 14:33:56','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:36:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570894907302303374'),(1940,'61725708836','9',0.63,'50','retail','0','2024-09-07 14:35:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:36:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','9.00','8.375','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570896132918033022'),(1941,'61725708970','98',1.00,'100','retail','0','2024-09-07 14:36:10','','','','1','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:37:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570902553061202352'),(1942,'61725708970','104',2.00,'200','retail','0','2024-09-07 14:37:05','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:37:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','91.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570905146097362230'),(1943,'61725709092','9',1.50,'120','retail','0','2024-09-07 14:38:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:39:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','8.38','6.88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570912825260325103'),(1944,'61725709162','112',1.00,'180','retail','0','2024-09-07 14:39:22','','','','103.52','Cash',0.00,'180','','','6','16.00','1','2024-09-07 11:43:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570936622322200343'),(1945,'61725709162','80',1.00,'20','retail','0','2024-09-07 14:42:47','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-07 11:43:05','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570937930702270370'),(1946,'61725709386','9',1.50,'120','retail','0','2024-09-07 14:43:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:45:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','6.88','5.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570952333025233532'),(1947,'61725709555','9',3.00,'240','retail','0','2024-09-07 14:45:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:46:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','5.38','2.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570957122462002222'),(1948,'61725709649','5',1.00,'50','retail','0','2024-09-07 14:47:29','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-07 11:47:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570965832250667272'),(1949,'61725709703','9',12.00,'960','retail','0','2024-09-07 14:48:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:49:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','152.38','140.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570973822623323029'),(1950,'61725709765','104',3.00,'300','retail','0','2024-09-07 14:49:25','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:50:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','89.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570978632609293327'),(1951,'61725709823','9',1.00,'80','retail','0','2024-09-07 14:50:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 11:51:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','140.38','139.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570985103306203351'),(1952,'61725709823','5',1.00,'50','retail','0','2024-09-07 14:50:52','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-07 11:51:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570986122313339230'),(1953,'61725709868','98',3.00,'300','retail','0','2024-09-07 14:51:08','','','','1','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:55:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','98.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570994902523322249'),(1954,'61725709868','9',4.00,'320','retail','0','2024-09-07 14:52:29','','','','68','Cash',44.14,'80','','','6','16.00','1','2024-09-07 11:55:01','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',275.86,'','139.38','135.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570996623024132960'),(1955,'61725709868','109',1.00,'100','retail','0','2024-09-07 14:52:47','','','','54','Cash',0.00,'100','','','6','16.00','1','2024-09-07 11:55:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172570999907209036337'),(1956,'61725709868','110',1.00,'60','retail','0','2024-09-07 14:53:20','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-07 11:55:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571000927273274202'),(1957,'61725710788','9',1.00,'80','retail','0','2024-09-07 15:06:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 12:07:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','135.38','134.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571079857030038237'),(1958,'61725710950','9',0.38,'30','retail','0','2024-09-07 15:09:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 12:09:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','134.38','134.005','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571096070330016422'),(1959,'61725710966','2',1.00,'50','retail','0','2024-09-07 15:09:26','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-07 12:30:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571208043226300312'),(1960,'61725710966','113',1.00,'60','retail','0','2024-09-07 15:28:01','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-07 12:30:07','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571210234012307033'),(1961,'61725710966','3',0.50,'75','retail','0','2024-09-07 15:28:22','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-07 12:30:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','47.50','47','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571212252202322333'),(1962,'61725710966','4',0.50,'75','retail','0','2024-09-07 15:28:42','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-07 12:30:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','55.00','54.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571215410701263402'),(1963,'61725712208','113',1.00,'60','retail','0','2024-09-07 15:30:08','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-07 12:48:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571329303021033130'),(1964,'61725713299','9',4.00,'320','retail','0','2024-09-07 15:48:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 13:00:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','134.01','130.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571400110223342121'),(1965,'61725714007','9',1.50,'120','retail','0','2024-09-07 16:00:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 13:13:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','130.01','128.51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571480222300743203'),(1966,'61725714873','5',1.00,'50','retail','0','2024-09-07 16:14:33','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-07 13:14:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571488132338852022'),(1967,'61725714891','5',1.00,'50','retail','0','2024-09-07 16:14:51','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-07 13:52:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571714102503030023'),(1968,'61725717148','9',1.50,'120','retail','0','2024-09-07 16:52:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:04:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','128.51','127.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571783204225303337'),(1969,'61725717898','9',3.00,'240','retail','0','2024-09-07 17:04:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:05:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','127.01','124.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571791627613237227'),(1970,'61725717923','9',2.00,'160','retail','0','2024-09-07 17:05:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:09:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','124.01','122.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571816703727702610'),(1971,'61725718175','9',2.00,'160','retail','0','2024-09-07 17:09:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:24:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','122.01','120.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571908220080512222'),(1972,'61725719606','9',2.00,'160','retail','0','2024-09-07 17:33:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:34:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','120.01','118.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571961920703312037'),(1973,'61725719642','9',2.00,'160','retail','0','2024-09-07 17:34:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:37:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','118.01','116.01','Inclusive','branch','Inventory','1110','4000','5500','','','','6172571985532338250376'),(1974,'61725719864','9',0.25,'20','retail','0','2024-09-07 17:37:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:49:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','116.01','115.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572057622303077202'),(1975,'61725720842','53',1.00,'80','retail','0','2024-09-07 17:54:02','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:55:40','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572088041000383223'),(1976,'61725720842','110',1.00,'60','retail','0','2024-09-07 17:54:41','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-07 14:55:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572091723232722133'),(1977,'61725720967','9',0.00,'0','retail','0','2024-09-07 17:56:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:56:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','115.76','115.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572097803072273202'),(1978,'61725721007','9',1.50,'120','retail','0','2024-09-07 17:56:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 14:59:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','115.76','114.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572115332223320303'),(1979,'61725721162','9',1.50,'120','retail','0','2024-09-07 17:59:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:16:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','114.26','112.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572215525720745322'),(1980,'61725722162','9',1.00,'80','retail','0','2024-09-07 18:16:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:18:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','112.76','111.76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572228282270233272'),(1981,'61725722459','109',1.00,'100','retail','0','2024-09-07 18:20:59','','','','54','Cash',0.00,'100','','','6','16.00','1','2024-09-07 15:21:34','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572249120002203372'),(1982,'61725722495','9',0.88,'70','retail','0','2024-09-07 18:21:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:24:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','111.76','110.885','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572266902020273222'),(1983,'61725722678','11',2.00,'100','retail','0','2024-09-07 18:24:38','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-07 15:28:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','73.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572290030333029717'),(1984,'61725722909','9',1.00,'80','retail','0','2024-09-07 18:28:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:39:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','110.89','109.89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572357023232732203'),(1985,'61725723575','9',3.50,'280','retail','0','2024-09-07 18:39:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:47:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','109.89','106.39','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572400330302344422'),(1986,'61725724319','11',4.00,'200','retail','0','2024-09-07 18:51:59','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-07 15:52:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','71.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572433433233323223'),(1987,'61725724366','9',1.88,'150','retail','0','2024-09-07 18:52:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:53:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','106.40','104.525','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572438937227102591'),(1988,'61725724399','9',1.00,'80','retail','0','2024-09-07 18:53:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 15:54:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','104.53','103.53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572444722032443372'),(1989,'61725724473','3',2.00,'300','retail','0','2024-09-07 18:54:33','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-07 15:56:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572456300250432533'),(1990,'61725724570','9',1.50,'120','retail','0','2024-09-07 18:56:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 16:03:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','103.53','102.03','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572499133796901225'),(1991,'61725724999','9',1.00,'80','retail','0','2024-09-07 19:03:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 16:04:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','102.03','101.03','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572503555703302723'),(1992,'61725725828','9',0.75,'60','retail','0','2024-09-07 19:17:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 16:17:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','101.03','100.28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572585005618535303'),(1993,'61725725984','9',2.00,'160','retail','0','2024-09-07 19:19:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-07 16:20:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.28','98.28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572602030705500232'),(1994,'61725726398','3',5.00,'750','retail','0','2024-09-07 19:26:38','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-07 16:27:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','45.00','40','Inclusive','branch','Inventory','1110','4000','5500','','','','6172572641432213422304'),(1995,'41725727413','9',1.00,'80','retail','0','2024-09-07 19:43:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 16:43:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.28','97.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172572742720740270220'),(1996,'41725727433','53',1.00,'80','retail','0','2024-09-07 19:43:54','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-07 16:46:08','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172572755922521554477'),(1997,'41725728158','9',0.63,'50','retail','0','2024-09-07 19:55:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-07 16:56:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','97.28','96.655','Inclusive','branch','Inventory','1110','4000','5500','','','','4172572817122302323307'),(1998,'41725728959','4',0.50,'75','retail','0','2024-09-07 20:09:19','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-07 17:10:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','54.50','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172572898522722830277'),(1999,'41725728959','110',1.00,'60','retail','0','2024-09-07 20:09:45','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-07 17:10:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172572899901022102238'),(2000,'61725765837','9',5.00,'400','retail','0','2024-09-08 06:23:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 03:26:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','96.66','91.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172576595430724302574'),(2001,'61725766006','9',0.75,'60','retail','0','2024-09-08 06:26:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 03:27:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','91.66','90.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172576601636230102323'),(2002,'61725766025','9',1.00,'80','retail','0','2024-09-08 06:27:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 04:17:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.91','89.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172576904103132220274'),(2003,'61725769151','9',16.00,'1280','retail','0','2024-09-08 07:19:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 04:19:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'16','89.91','73.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172576916132231230734'),(2004,'61725769192','9',4.00,'320','retail','0','2024-09-08 07:19:52','','','','68','Cash',44.14,'80','','','6','16.00','1','2024-09-08 04:20:16','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',275.86,'','73.91','69.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172576919930106729633'),(2006,'61725770698','9',1.00,'80','retail','0','2024-09-08 07:44:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 04:45:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.91','67.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577071236303200402'),(2007,'61725770899','9',1.00,'80','retail','0','2024-09-08 07:48:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 04:50:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.91','66.91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577090696320303230'),(2008,'61725771025','9',0.63,'50','retail','0','2024-09-08 07:50:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 04:54:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','66.91','66.285','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577125027246533003'),(2009,'61725771261','9',4.00,'320','retail','0','2024-09-08 07:54:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 05:23:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','66.29','62.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577296972221330200'),(2010,'61725773058','9',2.00,'160','retail','0','2024-09-08 08:24:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 05:24:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.29','60.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577306826323370723'),(2011,'61725773080','9',0.50,'40','retail','0','2024-09-08 08:24:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 05:25:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','60.29','59.79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577314472420227333'),(2012,'61725773156','9',0.75,'60','retail','0','2024-09-08 08:25:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 05:27:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','59.79','59.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577324503773133713'),(2013,'61725773255','9',1.50,'120','retail','0','2024-09-08 08:27:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 05:33:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','59.04','57.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577344732334452022'),(2014,'61725775058','9',3.75,'300','retail','0','2024-09-08 08:57:38','','','','68','Cash',41.38,'80','','','6','16.00','1','2024-09-08 05:58:07','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',258.62,'','57.54','53.79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577506667323332102'),(2015,'61725775087','9',2.75,'220','retail','0','2024-09-08 08:58:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:02:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.75','53.79','51.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577535573275770350'),(2016,'61725775594','9',1.00,'80','retail','0','2024-09-08 09:06:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:06:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.04','50.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577560121007322672'),(2017,'61725775606','9',10.63,'850','retail','0','2024-09-08 09:06:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:24:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10.625','50.04','39.415','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577666477364422122'),(2018,'61725776671','9',1.25,'100','retail','0','2024-09-08 09:24:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:29:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','39.42','38.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577698903234726022'),(2019,'61725776995','9',1.00,'80','retail','0','2024-09-08 09:29:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:42:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.17','37.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577775827277202332'),(2020,'61725777776','9',2.00,'160','retail','0','2024-09-08 09:42:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 06:58:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.17','35.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577867920310233282'),(2021,'61725778686','108',1.00,'100','retail','0','2024-09-08 09:58:06','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-08 06:58:37','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577870400300772716'),(2022,'61725779287','11',1.00,'50','retail','0','2024-09-08 10:08:07','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 07:08:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577930223300072213'),(2023,'61725779495','9',1.50,'120','retail','0','2024-09-08 10:11:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 07:11:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','35.17','33.67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577950522730323223'),(2024,'61725779511','9',0.63,'50','retail','0','2024-09-08 10:11:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 07:15:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','33.67','33.045','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577971223622752323'),(2025,'61725779732','9',2.00,'160','retail','0','2024-09-08 10:15:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 07:15:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','33.05','31.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577974270372237003'),(2026,'61725779769','9',1.25,'100','retail','0','2024-09-08 10:16:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 07:17:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','31.05','29.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577981322224352010'),(2027,'61725779854','9',0.50,'40','retail','0','2024-09-08 10:17:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 07:18:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','29.80','29.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172577991013733577379'),(2028,'61725779919','114',1.00,'100','retail','0','2024-09-08 10:18:39','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-08 07:29:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578056441000353223'),(2029,'61725780571','71',1.00,'40','retail','0','2024-09-08 10:29:31','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-08 07:39:41','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578116023101375002'),(2030,'61725780571','4',2.00,'300','retail','0','2024-09-08 10:39:20','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-08 07:39:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','54.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578117433140732364'),(2031,'61725781182','9',0.50,'40','retail','0','2024-09-08 10:39:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 08:00:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','29.30','28.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578243540338221030'),(2032,'61725782440','9',0.50,'40','retail','0','2024-09-08 11:00:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 08:33:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','28.80','28.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578442542223520204'),(2033,'61725784430','5',1.00,'50','retail','0','2024-09-08 11:33:50','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-08 08:52:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578557121073232032'),(2034,'61725785577','9',0.50,'40','retail','0','2024-09-08 11:52:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 08:55:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','28.30','27.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578572703330726532'),(2035,'61725785734','11',1.00,'50','retail','0','2024-09-08 11:55:34','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 09:06:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578637217300623123'),(2036,'61725787348','10',1.00,'40','retail','0','2024-09-08 12:22:28','','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-09-08 09:22:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578736713422463000'),(2037,'61725787377','11',1.00,'50','retail','0','2024-09-08 12:22:57','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 09:36:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578820020802031030'),(2038,'61725788207','9',1.00,'80','retail','0','2024-09-08 12:36:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 09:59:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.80','26.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172578936332733322232'),(2039,'61725791353','9',2.00,'160','retail','0','2024-09-08 13:29:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 10:29:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.80','24.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579136403395272132'),(2040,'61725791371','9',1.00,'80','retail','0','2024-09-08 13:29:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 10:55:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.80','23.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579288722724202232'),(2041,'61725792903','99',2.00,'200','retail','0','2024-09-08 13:55:03','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-08 11:01:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579325662023236007'),(2042,'61725792903','113',1.00,'60','retail','0','2024-09-08 14:00:57','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-08 11:01:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579327033270022922'),(2043,'61725793278','9',2.00,'160','retail','0','2024-09-08 14:01:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 12:11:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.80','21.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579748332332772335'),(2044,'61725793278','71',1.00,'40','retail','0','2024-09-08 15:11:23','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-08 12:11:41','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579749472923032637'),(2045,'61725797502','120',2.00,'200','retail','0','2024-09-08 15:11:42','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-08 12:24:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579825020208342290'),(2046,'61725798257','9',2.00,'160','retail','0','2024-09-08 15:24:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 12:34:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.80','19.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579885271230232893'),(2047,'61725798860','9',3.00,'240','retail','0','2024-09-08 15:34:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 12:42:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','19.80','16.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172579932096292230022'),(2048,'61725799326','119',1.00,'60','retail','0','2024-09-08 15:42:06','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-08 13:13:37','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580121213702232330'),(2049,'61725801218','119',1.00,'60','retail','0','2024-09-08 16:13:38','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-08 13:46:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580316636223022674'),(2050,'61725803172','113',2.00,'120','retail','0','2024-09-08 16:46:12','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-08 14:00:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','61.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580405322236541262'),(2051,'61725804060','4',3.00,'450','retail','0','2024-09-08 17:01:00','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-08 14:13:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','52.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580463733253032323'),(2052,'61725804060','9',3.00,'240','retail','0','2024-09-08 17:10:37','','','','68','Cash',33.10,'80','','','6','16.00','1','2024-09-08 14:13:44','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',206.90,'','16.80','13.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580465000222022054'),(2053,'61725804825','9',2.00,'160','retail','0','2024-09-08 17:13:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 14:21:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.80','11.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580526535223022674'),(2054,'61725805400','9',1.50,'120','retail','0','2024-09-08 17:23:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 14:23:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','11.80','10.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580541803277033103'),(2055,'61725805501','9',1.00,'80','retail','0','2024-09-08 17:25:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 14:26:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.30','9.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580550953733070230'),(2056,'61725805501','80',1.00,'20','retail','0','2024-09-08 17:25:09','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-08 14:26:28','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580551905383302033'),(2057,'61725806436','9',8.00,'640','retail','0','2024-09-08 17:40:36','','','','68','Cash',88.28,'80','','','6','16.00','1','2024-09-08 14:45:10','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',551.72,'','9.30','1.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580644524286332012'),(2058,'61725806436','111',1.00,'180','retail','0','2024-09-08 17:40:46','','','','115.08','Cash',0.00,'180','','','6','16.00','1','2024-09-08 14:45:10','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580646223063321363'),(2059,'61725806711','9',1.00,'80','retail','0','2024-09-08 17:45:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 14:47:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.30','0.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580685353333232372'),(2060,'61725807681','11',2.00,'100','retail','0','2024-09-08 18:01:21','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 15:01:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','64.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580769564022220226'),(2061,'61725807880','9',2.00,'160','retail','0','2024-09-08 18:04:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 15:05:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','150.30','148.3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580789632126722026'),(2062,'61725808396','4',1.00,'150','retail','0','2024-09-08 18:13:16','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-08 15:24:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580900003000283022'),(2063,'61725809098','9',1.25,'100','retail','0','2024-09-08 18:24:58','','','','68','Cash',13.79,'80','','','6','16.00','1','2024-09-08 15:41:37','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',86.21,'','148.30','147.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172580984122531023722'),(2064,'61725810310','9',0.63,'50','retail','0','2024-09-08 18:45:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 15:45:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','147.05','146.425','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581032223123406400'),(2065,'61725810328','11',1.00,'50','retail','0','2024-09-08 18:45:28','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 15:45:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581034423122301332'),(2066,'61725810356','9',1.00,'80','retail','0','2024-09-08 18:45:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 15:50:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','146.43','145.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581061630033830002'),(2067,'61725810356','120',1.00,'100','retail','0','2024-09-08 18:50:16','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-08 15:50:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581062620332241821'),(2068,'61725810635','119',1.00,'60','retail','0','2024-09-08 18:50:35','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-08 15:54:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581085433821040532'),(2069,'61725810862','9',1.00,'80','retail','0','2024-09-08 18:54:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 15:58:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','145.43','144.43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581110803264127337'),(2070,'61725811119','1',1.00,'80','retail','0','2024-09-08 18:58:39','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:01:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581112521126312261'),(2071,'61725811119','9',0.50,'40','retail','0','2024-09-08 18:58:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:01:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','144.43','143.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581113820310233212'),(2072,'61725811295','9',5.00,'400','retail','0','2024-09-08 19:01:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:02:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','143.93','138.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581135922305843203'),(2073,'61725811694','9',2.00,'160','retail','0','2024-09-08 19:08:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:10:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','138.93','136.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581182526802232282'),(2074,'61725811832','9',1.13,'90','retail','0','2024-09-08 19:10:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:26:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.125','136.93','135.805','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581228702036023402'),(2075,'61725811832','4',1.50,'225','retail','0','2024-09-08 19:18:07','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-08 16:26:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','48.00','46.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581230102333321322'),(2076,'61725811832','71',1.00,'40','retail','0','2024-09-08 19:18:22','','','','27','Cash',0.00,'40','','','6','16.00','1','2024-09-08 16:26:55','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581232612133052831'),(2077,'61725811832','9',2.00,'160','retail','0','2024-09-08 19:18:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:26:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','135.81','133.81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581233623420332163'),(2078,'61725811832','108',1.00,'100','retail','0','2024-09-08 19:18:56','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-08 16:26:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581269592232263222'),(2079,'61725811832','113',1.00,'60','retail','0','2024-09-08 19:24:55','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-08 16:26:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581271010723224322'),(2080,'61725812816','9',1.50,'120','retail','0','2024-09-08 19:26:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:27:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','133.81','132.31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581284437222032323'),(2081,'61725813261','9',1.25,'100','retail','0','2024-09-08 19:34:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:34:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','132.31','131.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581327133232822273'),(2082,'61725813684','9',2.00,'160','retail','0','2024-09-08 19:41:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:41:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','131.06','129.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581369253362372330'),(2083,'61725813792','3',0.50,'75','retail','0','2024-09-08 19:43:12','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-08 16:43:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','40.00','39.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581380306371343221'),(2084,'61725813949','9',2.00,'160','retail','0','2024-09-08 19:45:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:46:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.06','127.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581396405242340090'),(2085,'61725814133','9',1.00,'80','retail','0','2024-09-08 19:48:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:49:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','127.06','126.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581413913322001210'),(2086,'61725814133','11',2.00,'100','retail','0','2024-09-08 19:49:00','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 16:49:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','61.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581417650022337084'),(2087,'61725814195','9',1.00,'80','retail','0','2024-09-08 19:49:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 16:52:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','126.06','125.06','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581436222436333830'),(2088,'61725815956','53',1.00,'80','retail','0','2024-09-08 20:19:16','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-08 17:19:32','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581596531253334923'),(2089,'61725769217','9',1.00,'80','retail','0','2024-09-08 07:20:17','','','','68','Cash',0.00,'80','','','6','','1','2024-09-08 17:23:15','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.91','68.91','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172577051333303037223'),(2090,'61725816358','9',0.50,'40','retail','0','2024-09-08 20:25:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 17:26:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','125.06','124.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581636871463003633'),(2091,'61725816624','9',0.75,'60','retail','0','2024-09-08 20:30:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 17:30:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','124.56','123.81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581663620328462067'),(2092,'61725817399','9',1.00,'80','retail','0','2024-09-08 20:43:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-08 17:43:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','123.81','122.81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581741172407680040'),(2093,'61725818457','117',1.00,'100','retail','0','2024-09-08 21:00:57','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-09-08 18:01:22','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581847434022222014'),(2094,'61725818484','108',1.00,'100','retail','0','2024-09-08 21:01:24','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-08 18:03:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581858783122388502'),(2095,'61725818595','11',1.00,'50','retail','0','2024-09-08 21:03:15','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-08 18:06:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581876520033303722'),(2096,'61725818786','80',1.00,'20','retail','0','2024-09-08 21:06:26','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-08 18:07:25','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172581881422304234033'),(2097,'41725851377','9',0.75,'60','retail','0','2024-09-09 06:09:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 03:12:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','122.81','122.06','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585154382153014322'),(2098,'41725851550','9',2.00,'160','retail','0','2024-09-09 06:12:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 03:17:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','122.06','120.06','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585165832022220330'),(2099,'41725851829','9',1.25,'100','retail','0','2024-09-09 06:17:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 03:17:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','120.06','118.81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585183983128242273'),(2100,'41725851876','9',4.00,'320','retail','0','2024-09-09 06:17:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 03:19:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','118.81','114.81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585199141953809304'),(2101,'41725854428','9',0.50,'40','retail','0','2024-09-09 07:00:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:01:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','114.81','114.31','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585444815232040304'),(2102,'41725854463','9',1.88,'150','retail','0','2024-09-09 07:01:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:02:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','114.31','112.435','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585450930932305352'),(2103,'41725854542','9',2.88,'230','retail','0','2024-09-09 07:02:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:08:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.875','112.44','109.565','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585490002132222442'),(2104,'41725854911','9',5.00,'400','retail','0','2024-09-09 07:08:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:17:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','109.57','104.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585541253321500233'),(2105,'41725855825','11',1.00,'50','retail','0','2024-09-09 07:23:45','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-09 04:23:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585583202222032033'),(2106,'41725855835','9',3.50,'280','retail','0','2024-09-09 07:23:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:27:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','104.57','101.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585604053237300740'),(2107,'41725856458','9',1.00,'80','retail','0','2024-09-09 07:34:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:34:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','101.07','100.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585646433255222452'),(2108,'41725856471','9',1.00,'80','retail','0','2024-09-09 07:34:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 04:52:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.07','99.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585756103203322271'),(2109,'41725857668','119',1.00,'60','retail','0','2024-09-09 07:54:28','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-09 04:54:53','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585767624067342082'),(2110,'41725857747','10',1.00,'40','retail','0','2024-09-09 07:55:47','','','','29.5','Cash',0.00,'40','','','4','16.00','1','2024-09-09 04:55:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585775643202352427'),(2111,'41725857759','9',1.00,'80','retail','0','2024-09-09 07:55:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:18:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.07','98.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585909030330432332'),(2112,'41725859096','9',2.00,'160','retail','0','2024-09-09 08:18:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:29:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','98.07','96.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585976973928242273'),(2113,'41725859854','9',0.50,'40','retail','0','2024-09-09 08:30:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:31:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','96.07','95.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585986603486422243'),(2114,'41725859869','9',4.00,'320','retail','0','2024-09-09 08:31:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:32:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','95.57','91.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172585991400802330343'),(2115,'41725860208','9',2.00,'160','retail','0','2024-09-09 08:36:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:37:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','91.57','89.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586021840316221030'),(2116,'41725860208','9',0.50,'40','retail','0','2024-09-09 08:36:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:37:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','89.57','89.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586023522023072220'),(2117,'41725860238','9',1.50,'120','retail','0','2024-09-09 08:37:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 05:51:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','89.07','87.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586108830030333383'),(2118,'41725861094','106',1.00,'100','retail','0','2024-09-09 08:51:34','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-09 06:03:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586183534052080380'),(2119,'41725861842','9',2.00,'160','retail','0','2024-09-09 09:04:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:04:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.57','85.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586185620213214322'),(2120,'41725862237','9',1.50,'120','retail','0','2024-09-09 09:10:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:11:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','235.57','234.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586224555022722402'),(2121,'41725862500','9',1.25,'100','retail','0','2024-09-09 09:15:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:15:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','234.07','232.82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586250854103233823'),(2122,'41725862665','9',0.50,'40','retail','0','2024-09-09 09:17:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:18:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','232.82','232.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586267532202407752'),(2123,'41725862685','110',1.00,'60','retail','0','2024-09-09 09:18:05','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-09 06:32:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586357464422426337'),(2124,'41725863580','9',1.00,'80','retail','0','2024-09-09 09:33:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:46:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','232.32','231.32','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586437302331240324'),(2125,'41725864668','11',1.00,'50','retail','0','2024-09-09 09:51:08','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-09 06:51:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586467623223252404'),(2126,'41725864679','9',1.25,'100','retail','0','2024-09-09 09:51:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 06:54:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','231.32','230.07','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586487343400313632'),(2127,'41725864876','11',1.00,'50','retail','0','2024-09-09 09:54:36','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-09 07:01:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586528230332432332'),(2128,'41725865294','119',1.00,'60','retail','0','2024-09-09 10:01:34','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-09 07:02:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586536630330325012'),(2129,'41725865377','11',1.00,'50','retail','0','2024-09-09 10:02:57','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-09 07:12:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586591633533124032'),(2130,'41725865922','109',1.00,'100','retail','0','2024-09-09 10:12:02','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-09-09 07:25:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586672203333201733'),(2131,'41725866726','9',3.50,'280','retail','0','2024-09-09 10:25:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 07:25:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','230.07','226.57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586675323023220333'),(2132,'41725867183','108',1.00,'100','retail','0','2024-09-09 10:33:03','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-09 07:33:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586721802353233373'),(2133,'41725867224','9',0.63,'50','retail','0','2024-09-09 10:33:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 07:44:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','226.57','225.945','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586787027330433333'),(2134,'41725867876','11',1.00,'50','retail','0','2024-09-09 10:44:36','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-09 07:52:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172586836613252633263'),(2135,'41725868377','9',1.00,'80','retail','0','2024-09-09 10:52:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 08:22:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','225.95','224.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172587012053033220030'),(2136,'41725870771','9',1.00,'80','retail','0','2024-09-09 11:32:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 08:32:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','224.95','223.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172587077713720013327'),(2137,'41725870780','9',1.00,'80','retail','0','2024-09-09 11:33:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 08:46:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','223.95','222.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172587159633402042261'),(2138,'41725871620','9',1.00,'80','retail','0','2024-09-09 11:47:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 08:51:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','222.95','221.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172587190122090204097'),(2139,'41725871904','69',1.00,'300','retail','0','2024-09-09 11:51:44','','','','98.25','Cash',0.00,'300','','','4','16.00','1','2024-09-09 09:33:45','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172587441832114311733'),(2140,'41725883074','9',0.50,'40','retail','0','2024-09-09 14:57:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 11:58:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','221.95','221.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588309043230133320'),(2141,'41725883724','9',1.50,'120','retail','0','2024-09-09 15:08:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 12:09:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','221.45','219.95','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588374470522223374'),(2142,'41725883765','9',0.50,'40','retail','0','2024-09-09 15:09:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 12:17:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','219.95','219.45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588422334342322273'),(2143,'41725884226','117',1.00,'100','retail','0','2024-09-09 15:17:06','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-09 12:33:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588521200705325528'),(2144,'41725885746','9',1.25,'100','retail','0','2024-09-09 15:42:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 12:42:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','219.45','218.2','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588575734312133143'),(2145,'41725885764','9',0.38,'30','retail','0','2024-09-09 15:42:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 12:44:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','218.20','217.825','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588583637238581728'),(2146,'41725885846','9',10.00,'800','retail','0','2024-09-09 15:44:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 12:47:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','217.83','207.83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588601732803122312'),(2147,'41725886309','120',1.00,'100','retail','0','2024-09-09 15:51:49','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-09 12:52:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588632034234763403'),(2148,'41725886503','9',0.63,'50','retail','0','2024-09-09 15:55:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 13:12:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','207.83','207.205','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588751551722234172'),(2149,'41725887523','108',2.00,'200','retail','0','2024-09-09 16:12:03','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-09 13:15:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588757912220323327'),(2150,'41725887523','106',1.00,'100','retail','0','2024-09-09 16:12:59','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-09 13:15:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588759029243422022'),(2151,'41725887879','120',1.00,'100','retail','0','2024-09-09 16:17:59','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-09 13:19:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588788723702227340'),(2152,'41725888277','9',2.00,'160','retail','0','2024-09-09 16:24:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 13:26:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','207.21','205.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588839334131221223'),(2153,'41725888399','106',1.00,'100','retail','0','2024-09-09 16:26:39','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-09 13:37:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588856535353614521'),(2154,'41725889214','9',1.00,'80','retail','0','2024-09-09 16:40:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 13:40:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','205.21','204.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172588922283325232222'),(2155,'41725891338','9',5.00,'400','retail','0','2024-09-09 17:15:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:15:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','204.21','199.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589134923353893143'),(2156,'41725891355','9',5.00,'400','retail','0','2024-09-09 17:15:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:17:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','199.21','194.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589144353703133020'),(2157,'41725891819','2',1.00,'50','retail','0','2024-09-09 17:23:39','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-09 14:24:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589188513350340040'),(2158,'41725891891','9',4.25,'340','retail','0','2024-09-09 17:24:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:34:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.25','194.21','189.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589248032303823753'),(2159,'41725892846','9',1.00,'80','retail','0','2024-09-09 17:40:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:42:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','189.96','188.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589287002080503032'),(2160,'41725893292','112',1.00,'180','retail','0','2024-09-09 17:48:12','','','','103.52','Cash',0.00,'180','','','4','16.00','1','2024-09-09 14:48:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589329935732332533'),(2161,'41725893292','80',1.00,'20','retail','0','2024-09-09 17:48:19','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-09 14:48:59','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589330903332305593'),(2162,'41725893292','9',1.50,'120','retail','0','2024-09-09 17:48:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:48:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','188.96','187.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589331931721982821'),(2163,'41725893292','2',1.00,'50','retail','0','2024-09-09 17:48:39','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-09 14:48:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589333132220332333'),(2164,'41725893436','9',2.00,'160','retail','0','2024-09-09 17:50:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 14:57:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','187.46','185.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589374732220127353'),(2165,'41725893847','1',1.00,'80','retail','0','2024-09-09 17:57:27','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:10:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589462443122230564'),(2166,'41725894630','9',2.00,'160','retail','0','2024-09-09 18:10:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:12:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','185.46','183.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589475432005233353'),(2167,'41725895189','9',1.00,'80','retail','0','2024-09-09 18:19:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:20:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','183.46','182.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589519532503204335'),(2168,'41725895205','9',1.00,'80','retail','0','2024-09-09 18:20:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:28:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.46','181.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589541123903487013'),(2169,'41725895205','3',2.00,'300','retail','0','2024-09-09 18:23:32','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-09 15:28:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.50','37.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589542223230202022'),(2170,'41725895205','9',1.00,'80','retail','0','2024-09-09 18:23:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:28:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','181.46','180.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589543424802232242'),(2171,'41725895687','9',1.00,'80','retail','0','2024-09-09 18:28:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:34:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','180.46','179.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589609413220242401'),(2172,'41725896098','9',3.75,'300','retail','0','2024-09-09 18:34:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:35:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','179.46','175.71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589615421053232032'),(2173,'41725896159','9',0.50,'40','retail','0','2024-09-09 18:35:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:38:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','175.71','175.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589632708623649277'),(2174,'41725896605','9',1.00,'80','retail','0','2024-09-09 18:43:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:45:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','175.21','174.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589674503334322261'),(2175,'41725896749','9',2.00,'160','retail','0','2024-09-09 18:45:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:52:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','174.21','172.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589709639529268430'),(2176,'41725896749','80',2.00,'40','retail','0','2024-09-09 18:51:37','','','','9.4','Cash',5.52,'20','','','4','16.00','1','2024-09-09 15:52:08','7','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',34.48,'','71.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589710602239203123'),(2177,'41725897129','9',1.00,'80','retail','0','2024-09-09 18:52:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:53:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.21','171.21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589719037073430233'),(2178,'41725897200','9',0.75,'60','retail','0','2024-09-09 18:53:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:56:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','171.21','170.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589734882997258050'),(2179,'41725897200','80',1.00,'20','retail','0','2024-09-09 18:55:48','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-09 15:56:10','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589735632124722026'),(2180,'41725897373','9',2.00,'160','retail','0','2024-09-09 18:56:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:56:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','170.46','168.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589738222372222203'),(2181,'41725897389','9',2.00,'160','retail','0','2024-09-09 18:56:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 15:58:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','168.46','166.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589749243872022091'),(2182,'41725897500','9',1.00,'80','retail','0','2024-09-09 18:58:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 16:11:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','166.46','165.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589827030302210323'),(2183,'41725898459','9',0.75,'60','retail','0','2024-09-09 19:14:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 16:14:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','165.46','164.71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589847158008303378'),(2184,'41725899004','9',1.25,'100','retail','0','2024-09-09 19:23:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 16:23:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','164.71','163.46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589901232552323202'),(2185,'41725899015','9',2.50,'200','retail','0','2024-09-09 19:23:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 16:34:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','163.46','160.96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172589967994320245733'),(2186,'41725899684','119',1.00,'60','retail','0','2024-09-09 19:34:44','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-09 16:41:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590004843920222432'),(2187,'41725899684','116',1.00,'60','retail','0','2024-09-09 19:40:48','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-09 16:41:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590005620223620600'),(2188,'41725900064','104',1.00,'100','retail','0','2024-09-09 19:41:04','','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-09-09 16:41:17','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590007233023220330'),(2189,'41725900112','9',0.63,'50','retail','0','2024-09-09 19:41:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 16:42:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','160.96','160.335','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590015901305272132'),(2190,'41725900816','99',1.00,'100','retail','0','2024-09-09 19:53:36','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-09-09 16:54:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590082502203300220'),(2191,'41725900816','106',1.00,'100','retail','0','2024-09-09 19:53:45','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-09 16:54:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590083632324202334'),(2192,'41725901104','104',1.00,'100','retail','0','2024-09-09 19:58:24','','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-09-09 16:58:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590111223022101332'),(2193,'41725901121','9',1.00,'80','retail','0','2024-09-09 19:58:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:01:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','160.34','159.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590130022002570321'),(2194,'41725901307','9',0.50,'40','retail','0','2024-09-09 20:01:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:07:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','159.34','158.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590167222023373394'),(2195,'41725901793','9',1.00,'80','retail','0','2024-09-09 20:09:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:10:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','158.84','157.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590183933382222913'),(2196,'41725902114','9',1.00,'80','retail','0','2024-09-09 20:15:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:15:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','157.84','156.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590212002203320331'),(2197,'41725902125','9',0.88,'70','retail','0','2024-09-09 20:15:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:17:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','156.84','155.965','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590225720219332223'),(2198,'41725902265','53',1.00,'80','retail','0','2024-09-09 20:17:45','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-09 17:22:56','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172590256425263943220'),(2199,'41725937732','113',1.00,'60','retail','0','2024-09-10 06:08:52','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-10 03:13:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593802623224024002'),(2200,'41725938033','9',2.00,'160','retail','0','2024-09-10 06:13:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:18:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.97','153.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593828722233742528'),(2201,'41725938314','9',0.63,'50','retail','0','2024-09-10 06:18:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:18:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','153.97','153.345','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593832630380250422'),(2202,'41725938337','9',1.25,'100','retail','0','2024-09-10 06:18:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:19:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','153.35','152.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593839201525232432'),(2203,'41725938640','9',2.00,'160','retail','0','2024-09-10 06:24:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:24:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','152.10','150.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593867033025233532'),(2204,'41725938675','9',0.38,'30','retail','0','2024-09-10 06:24:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:38:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','150.10','149.725','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593950022470305032'),(2205,'41725939506','9',4.00,'320','retail','0','2024-09-10 06:38:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:42:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','149.73','145.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593973040302332039'),(2206,'41725939938','9',1.25,'100','retail','0','2024-09-10 06:45:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 03:45:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','145.73','144.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172593994799932340420'),(2207,'41725942692','9',3.50,'280','retail','0','2024-09-10 07:31:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:31:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','144.48','140.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594270544330220022'),(2208,'41725943049','9',3.00,'240','retail','0','2024-09-10 07:37:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:37:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','140.98','137.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594305933203453325'),(2209,'41725943217','9',2.00,'160','retail','0','2024-09-10 07:40:17','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:40:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','137.98','135.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594322832222213803'),(2210,'41725943232','9',1.50,'120','retail','0','2024-09-10 07:40:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:46:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','135.98','134.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594357534373327375'),(2211,'41725943988','9',0.50,'40','retail','0','2024-09-10 07:53:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:53:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','134.48','133.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594400317442700439'),(2212,'41725944009','9',4.00,'320','retail','0','2024-09-10 07:53:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 04:59:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','133.98','129.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594434443474422342'),(2213,'41725945570','9',0.63,'50','retail','0','2024-09-10 08:19:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:19:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','129.98','129.355','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594558142530042150'),(2214,'41725945587','9',2.00,'160','retail','0','2024-09-10 08:19:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:23:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.36','127.36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594579232237903401'),(2215,'41725945818','9',1.50,'120','retail','0','2024-09-10 08:23:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:24:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','127.36','125.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594588531323524383'),(2216,'41725945892','9',1.00,'80','retail','0','2024-09-10 08:24:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:27:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','125.86','124.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594603602033433225'),(2217,'41725946048','9',5.00,'400','retail','0','2024-09-10 08:27:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:27:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','124.86','119.86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594605622203352123'),(2218,'41725947562','9',0.63,'50','retail','0','2024-09-10 08:52:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:52:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','119.86','119.235','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594757207322512039'),(2219,'41725947912','9',1.25,'100','retail','0','2024-09-10 08:58:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 05:58:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','119.24','117.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594792607143222932'),(2220,'41725948313','9',1.00,'80','retail','0','2024-09-10 09:05:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 06:05:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','117.99','116.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172594831919323230300'),(2221,'41725950943','9',1.00,'80','retail','0','2024-09-10 09:49:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 06:49:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','116.99','115.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595095039300022539'),(2222,'41725952047','9',1.00,'80','retail','0','2024-09-10 10:07:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 07:07:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','265.99','264.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595205623202352402'),(2223,'41725952065','9',1.00,'80','retail','0','2024-09-10 10:07:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 07:09:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','264.99','263.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595216430230230033'),(2224,'41725953371','11',2.00,'100','retail','0','2024-09-10 10:29:31','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 07:30:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595338701323735338'),(2225,'41725953371','9',1.00,'80','retail','0','2024-09-10 10:29:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 07:30:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','263.99','262.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595339472320223343'),(2226,'41725955195','4',1.00,'150','retail','0','2024-09-10 10:59:55','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-10 08:08:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.50','45.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595571973333513130'),(2227,'41725955726','9',1.00,'80','retail','0','2024-09-10 11:08:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 08:11:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','262.99','261.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595588822140535524'),(2228,'41725956443','9',0.50,'40','retail','0','2024-09-10 11:20:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 08:23:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','261.99','261.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595645354233301624'),(2229,'41725956633','99',2.00,'200','retail','0','2024-09-10 11:23:53','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-09-10 08:33:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595717825233043283'),(2230,'41725957184','109',1.00,'100','retail','0','2024-09-10 11:33:04','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-09-10 08:47:57','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595807032852003133'),(2231,'41725958078','2',1.00,'50','retail','0','2024-09-10 11:47:58','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-10 08:53:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595831902032423342'),(2232,'41725958415','9',1.00,'80','retail','0','2024-09-10 11:53:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 09:13:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.49','260.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172595961633627326333'),(2233,'41725960559','9',1.00,'80','retail','0','2024-09-10 12:29:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 09:34:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','260.49','259.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596084140312221003'),(2234,'41725963062','9',0.75,'60','retail','0','2024-09-10 13:11:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 10:11:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','259.49','258.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596307330312237012'),(2235,'41725963090','11',1.00,'50','retail','0','2024-09-10 13:11:30','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 11:03:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596616521296332012'),(2236,'41725963090','6',1.00,'80','retail','0','2024-09-10 14:02:46','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-10 11:03:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596617303232332222'),(2237,'41725963090','116',1.00,'60','retail','0','2024-09-10 14:02:54','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-10 11:03:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596620320063201326'),(2238,'41725966232','5',1.00,'50','retail','0','2024-09-10 14:03:52','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-10 11:07:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596643392663064322'),(2239,'41725966957','120',1.00,'100','retail','0','2024-09-10 14:15:57','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-10 11:17:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596696337922532303'),(2240,'41725966957','108',1.00,'100','retail','0','2024-09-10 14:16:15','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-10 11:17:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596698572226309008'),(2241,'41725966957','99',1.00,'100','retail','0','2024-09-10 14:17:01','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-09-10 11:17:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596702903202325920'),(2242,'41725967040','70',1.00,'200','retail','0','2024-09-10 14:17:20','','','','57.38','Cash',0.00,'200','','','4','16.00','1','2024-09-10 11:37:10','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596821990022260382'),(2243,'41725969098','68',1.00,'200','retail','0','2024-09-10 14:51:38','','','','59.82','Cash',0.00,'200','','','4','16.00','1','2024-09-10 11:52:24','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172596913939323330226'),(2244,'41725970049','9',1.50,'120','retail','0','2024-09-10 15:07:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 12:08:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','258.74','257.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597011220233271022'),(2245,'41725970928','120',1.00,'100','retail','0','2024-09-10 15:22:08','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-10 12:23:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597095024239033332'),(2246,'41725970928','106',1.00,'100','retail','0','2024-09-10 15:22:30','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-10 12:23:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597096233290203923'),(2247,'41725970928','108',1.00,'100','retail','0','2024-09-10 15:22:43','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-10 12:23:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597097633703233607'),(2248,'41725970928','108',1.00,'100','retail','0','2024-09-10 15:22:57','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-10 12:23:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597099022322022399'),(2249,'41725970996','9',2.00,'160','retail','0','2024-09-10 15:23:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 12:34:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','257.24','255.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597168330221223203'),(2250,'41725971689','11',1.00,'50','retail','0','2024-09-10 15:34:49','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 12:37:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597185539222430703'),(2251,'41725971954','11',1.00,'50','retail','0','2024-09-10 15:39:14','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 13:08:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597369026704209324'),(2252,'41725973699','9',0.63,'50','retail','0','2024-09-10 16:08:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 13:16:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','255.24','254.615','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597420029203022222'),(2253,'41725974208','9',1.00,'80','retail','0','2024-09-10 16:16:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 13:22:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','254.62','253.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597449440303933373'),(2254,'41725974536','53',1.00,'80','retail','0','2024-09-10 16:22:16','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-10 13:25:48','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597473922900920339'),(2255,'41725975476','5',1.00,'50','retail','0','2024-09-10 16:37:56','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-10 13:38:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597548220379245322'),(2256,'41725975488','106',1.00,'100','retail','0','2024-09-10 16:38:08','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-10 13:45:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597590507302303370'),(2257,'41725975917','108',1.00,'100','retail','0','2024-09-10 16:45:17','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-10 13:46:22','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597597203773392234'),(2258,'41725976008','108',1.00,'100','retail','0','2024-09-10 16:46:48','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-10 13:59:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597674732260522943'),(2259,'41725976753','9',0.50,'40','retail','0','2024-09-10 16:59:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 14:19:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','253.62','253.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597789483729242273'),(2260,'41725977952','119',1.00,'60','retail','0','2024-09-10 17:19:12','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-10 14:24:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597826122220233730'),(2261,'41725977952','116',1.00,'60','retail','0','2024-09-10 17:24:21','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-10 14:24:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597827077073132210'),(2262,'41725978276','9',2.00,'160','retail','0','2024-09-10 17:24:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 14:36:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','253.12','251.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597893233723792923'),(2263,'41725978988','5',1.00,'50','retail','0','2024-09-10 17:36:28','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-10 14:40:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597899651233349359'),(2264,'41725978988','119',1.00,'60','retail','0','2024-09-10 17:36:36','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-10 14:40:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597912071972402721'),(2265,'41725979214','9',1.50,'120','retail','0','2024-09-10 17:40:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 14:40:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','251.12','249.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597922400530242003'),(2266,'41725979227','9',1.00,'80','retail','0','2024-09-10 17:40:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 14:47:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','249.62','248.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172597963623323132336'),(2267,'41725979639','9',2.00,'160','retail','0','2024-09-10 17:47:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 14:58:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','248.62','246.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598031397240040232'),(2268,'41725980324','9',1.50,'120','retail','0','2024-09-10 17:58:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:07:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','246.62','245.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598086145031325924'),(2269,'41725980871','9',1.50,'120','retail','0','2024-09-10 18:07:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:19:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','245.12','243.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598154323422852323'),(2270,'41725981553','9',0.38,'30','retail','0','2024-09-10 18:19:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:35:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','243.62','243.245','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598224502337233233'),(2271,'41725981553','113',2.00,'120','retail','0','2024-09-10 18:30:46','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-10 15:35:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598225702033202252'),(2272,'41725981553','9',2.00,'160','retail','0','2024-09-10 18:30:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:35:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','243.25','241.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598248621001203263'),(2273,'41725981553','4',0.50,'75','retail','0','2024-09-10 18:34:47','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-10 15:35:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','45.50','45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598251201122322301'),(2274,'41725982665','4',1.00,'150','retail','0','2024-09-10 18:37:45','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-10 15:38:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598267213417624373'),(2275,'41725982685','9',4.00,'320','retail','0','2024-09-10 18:38:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:38:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','241.25','237.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598270613333223377'),(2276,'41725983079','9',1.00,'80','retail','0','2024-09-10 18:44:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:44:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','237.25','236.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598308533232855033'),(2277,'41725983098','9',3.00,'240','retail','0','2024-09-10 18:44:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:51:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','236.25','233.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598347640132000739'),(2278,'41725983481','9',1.88,'150','retail','0','2024-09-10 18:51:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:56:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','233.25','231.375','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598370704273438137'),(2279,'41725983481','9',0.50,'40','retail','0','2024-09-10 18:55:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:56:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','231.38','230.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598372785023323042'),(2280,'41725983481','9',2.00,'160','retail','0','2024-09-10 18:55:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 15:56:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','230.88','228.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598374333733332230'),(2281,'41725984571','9',0.50,'40','retail','0','2024-09-10 19:09:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:10:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','228.88','228.38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598460545202248352'),(2282,'41725984628','9',1.25,'100','retail','0','2024-09-10 19:10:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:11:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','228.38','227.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598468072533233235'),(2283,'41725985328','9',1.00,'80','retail','0','2024-09-10 19:22:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:22:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','227.13','226.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598533502230220073'),(2284,'41725985355','9',1.00,'80','retail','0','2024-09-10 19:22:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:29:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','226.13','225.13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598574438224052255'),(2285,'41725985750','4',2.00,'300','retail','0','2024-09-10 19:29:10','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-10 16:34:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','44.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598604525333321032'),(2286,'41725986051','9',0.63,'50','retail','0','2024-09-10 19:34:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:37:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','225.13','224.505','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598627127132221932'),(2287,'41725986278','9',0.88,'70','retail','0','2024-09-10 19:37:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:40:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','224.51','223.635','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598641022362620331'),(2288,'41725986414','9',2.50,'200','retail','0','2024-09-10 19:40:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:45:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','223.64','221.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598662342441263200'),(2289,'41725986414','71',1.00,'40','retail','0','2024-09-10 19:43:44','','','','27','Cash',0.00,'40','','','4','16.00','1','2024-09-10 16:45:18','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598663624292327226'),(2290,'41725986414','80',1.00,'20','retail','0','2024-09-10 19:43:57','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-10 16:45:18','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598665142295264032'),(2291,'41725986719','11',1.00,'50','retail','0','2024-09-10 19:45:19','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 16:45:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598674322444233374'),(2292,'41725986793','9',0.50,'40','retail','0','2024-09-10 19:46:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:46:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','221.14','220.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598680433302823230'),(2293,'41725986811','9',1.00,'80','retail','0','2024-09-10 19:46:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:47:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','220.64','219.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598682032030909330'),(2294,'41725986827','9',1.25,'100','retail','0','2024-09-10 19:47:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 16:49:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','219.64','218.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598697742240132203'),(2295,'41725987438','51',1.00,'100','retail','0','2024-09-10 19:57:18','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-09-10 16:57:30','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598744533027823452'),(2296,'41725987451','11',1.00,'50','retail','0','2024-09-10 19:57:31','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 17:00:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598760903278362923'),(2297,'41725988445','9',1.00,'80','retail','0','2024-09-10 20:14:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 17:15:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','218.39','217.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598852772230333833'),(2298,'41725988868','9',1.00,'80','retail','0','2024-09-10 20:21:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 17:21:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.39','216.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598887773372284283'),(2299,'41725989027','9',0.75,'60','retail','0','2024-09-10 20:23:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 17:24:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','216.39','215.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598904200300325804'),(2300,'41725989271','9',1.00,'80','retail','0','2024-09-10 20:27:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-10 17:28:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','215.64','214.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598927929203022222'),(2301,'41725989434','6',1.00,'80','retail','0','2024-09-10 20:30:34','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-10 17:31:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598946333453502340'),(2302,'41725989484','11',1.00,'50','retail','0','2024-09-10 20:31:24','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-10 17:34:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172598965337032206923'),(2303,'41726024059','9',0.50,'40','retail','0','2024-09-11 06:07:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 03:10:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','214.64','214.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602423530340260422'),(2304,'41726024243','9',1.25,'100','retail','0','2024-09-11 06:10:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 03:11:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','214.14','212.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602429749049232437'),(2305,'41726024309','118',1.00,'180','retail','0','2024-09-11 06:11:49','','','','103.47','Cash',0.00,'180','','','4','16.00','1','2024-09-11 03:12:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602432040023031002'),(2306,'41726024309','115',1.00,'180','retail','0','2024-09-11 06:12:00','','','','174.71','Cash',0.00,'180','','','4','16.00','1','2024-09-11 03:12:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602432824323203262'),(2307,'41726024309','3',1.00,'150','retail','0','2024-09-11 06:12:08','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-11 03:12:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.50','36.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602433642722023302'),(2308,'41726024309','80',2.00,'40','retail','0','2024-09-11 06:12:16','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-11 03:12:40','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','67.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602434937333394003'),(2309,'41726024361','9',2.00,'160','retail','0','2024-09-11 06:12:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 03:25:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','212.89','210.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602513605203436344'),(2310,'41726026865','9',4.00,'320','retail','0','2024-09-11 06:54:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 03:54:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','210.89','206.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602687581073230003'),(2311,'41726027745','9',1.00,'80','retail','0','2024-09-11 07:09:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 04:38:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','206.89','205.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602953022216020323'),(2312,'41726029536','9',3.50,'280','retail','0','2024-09-11 07:38:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 04:40:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','205.89','202.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172602959622312344232'),(2313,'41726030406','9',1.00,'80','retail','0','2024-09-11 07:53:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 04:53:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.39','201.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603041920203223042'),(2314,'41726030425','9',0.50,'40','retail','0','2024-09-11 07:53:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 04:56:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','201.39','200.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603060533326352562'),(2315,'41726031973','9',2.00,'160','retail','0','2024-09-11 08:19:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:20:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','200.89','198.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603198507235853553'),(2316,'41726032081','9',1.00,'80','retail','0','2024-09-11 08:21:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:21:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','198.89','197.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603209002320333241'),(2317,'41726032118','9',4.00,'320','retail','0','2024-09-11 08:21:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:22:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','197.89','193.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603212932210232320'),(2318,'41726033425','9',1.00,'80','retail','0','2024-09-11 08:43:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:44:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','193.89','192.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603343227313332332'),(2319,'41726033443','9',1.50,'120','retail','0','2024-09-11 08:44:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:48:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','192.89','191.39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603371123342000132'),(2320,'41726033728','9',1.50,'120','retail','0','2024-09-11 08:48:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 05:49:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','191.39','189.89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603373603223624070'),(2321,'41726033749','9',0.25,'20','retail','0','2024-09-11 08:49:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 06:03:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','189.89','189.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603463220436337332'),(2322,'41726034636','9',1.00,'80','retail','0','2024-09-11 09:03:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 06:08:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','189.64','188.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603490530422033020'),(2323,'41726035994','9',0.38,'30','retail','0','2024-09-11 09:26:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 06:29:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','188.64','188.265','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603600623303221323'),(2324,'41726035994','9',2.50,'200','retail','0','2024-09-11 09:27:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 06:29:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','188.27','185.77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603615321304200324'),(2325,'41726036157','108',1.00,'100','retail','0','2024-09-11 09:29:17','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-11 06:49:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603731030323333221'),(2326,'41726036157','9',0.75,'60','retail','0','2024-09-11 09:48:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 06:49:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','185.77','185.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603732333233240243'),(2327,'41726037346','9',1.88,'150','retail','0','2024-09-11 09:49:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 07:18:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','185.02','183.145','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603908470330934422'),(2328,'41726039091','9',4.00,'320','retail','0','2024-09-11 10:18:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 07:18:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','183.15','179.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603910883323102222'),(2329,'41726039122','11',1.00,'50','retail','0','2024-09-11 10:18:42','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 07:24:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603947174234443142'),(2330,'41726039748','9',0.75,'60','retail','0','2024-09-11 10:29:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 07:29:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','179.15','178.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603975939022340302'),(2331,'41726039748','119',1.00,'60','retail','0','2024-09-11 10:29:20','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-11 07:29:33','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603976979039602920'),(2332,'41726039773','116',1.00,'60','retail','0','2024-09-11 10:29:34','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-11 07:33:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172603997403232332222'),(2333,'41726039981','9',0.63,'50','retail','0','2024-09-11 10:33:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 07:49:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','178.40','177.775','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604097119474203200'),(2334,'41726040977','9',1.50,'120','retail','0','2024-09-11 10:49:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 08:24:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','177.78','176.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604304943333232372'),(2335,'41726043075','9',0.50,'40','retail','0','2024-09-11 11:24:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 09:13:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','176.28','175.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604596825030263300'),(2336,'41726043075','113',1.00,'60','retail','0','2024-09-11 12:12:48','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-11 09:13:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604597629223624600'),(2337,'41726045996','120',1.00,'100','retail','0','2024-09-11 12:13:16','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-11 09:17:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604623637434220633'),(2338,'41726046242','9',1.00,'80','retail','0','2024-09-11 12:17:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 09:25:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','175.78','174.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604674909340023343'),(2339,'41726046824','119',1.00,'60','retail','0','2024-09-11 12:27:04','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-11 09:31:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604710330243102143'),(2340,'41726047117','9',0.50,'40','retail','0','2024-09-11 12:31:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 09:33:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','174.78','174.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604717803431460277'),(2341,'41726047193','9',1.00,'80','retail','0','2024-09-11 12:33:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 09:50:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','174.28','173.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172604824134302203028'),(2342,'41726048244','108',1.00,'100','retail','0','2024-09-11 12:50:44','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-11 10:26:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605032033123227213'),(2343,'41726048244','11',1.00,'50','retail','0','2024-09-11 13:25:21','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 10:26:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605033233003350063'),(2344,'41726050376','120',1.00,'100','retail','0','2024-09-11 13:26:16','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-11 10:29:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605055953322005210'),(2345,'41726050574','116',1.00,'60','retail','0','2024-09-11 13:29:34','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-11 10:42:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605131662462620002'),(2346,'41726051327','9',1.00,'80','retail','0','2024-09-11 13:42:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 10:45:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','173.28','172.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605150522102202323'),(2347,'41726052703','117',1.00,'100','retail','0','2024-09-11 14:05:03','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-11 11:07:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605286132124222021'),(2348,'41726052703','1',1.00,'80','retail','0','2024-09-11 14:07:41','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-09-11 11:07:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605286863202002332'),(2349,'41726053158','113',1.00,'60','retail','0','2024-09-11 14:12:38','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-11 11:12:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605317042207214032'),(2350,'41726053812','11',1.00,'50','retail','0','2024-09-11 14:23:32','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 11:37:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605466323320223000'),(2351,'41726054669','10',1.00,'40','retail','0','2024-09-11 14:37:49','','','','29.5','Cash',0.00,'40','','','4','16.00','1','2024-09-11 11:52:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605548533143022556'),(2352,'41726054669','108',1.00,'100','retail','0','2024-09-11 14:51:26','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-11 11:52:39','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605549403534332233'),(2353,'41726055560','11',1.00,'50','retail','0','2024-09-11 14:52:40','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 11:55:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605569433402133027'),(2354,'41726055711','11',1.00,'50','retail','0','2024-09-11 14:55:11','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 11:55:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605572737003272073'),(2355,'41726055731','11',1.00,'50','retail','0','2024-09-11 14:55:31','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 12:01:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605609630220162136'),(2356,'41726056798','9',1.50,'120','retail','0','2024-09-11 15:13:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 12:14:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','172.28','170.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605681228504200324'),(2357,'41726056883','11',1.00,'50','retail','0','2024-09-11 15:14:43','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 12:17:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605704671730032020'),(2358,'41726058264','9',10.00,'800','retail','0','2024-09-11 15:37:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 12:38:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','170.78','160.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605827532700262534'),(2359,'41726058285','9',1.50,'120','retail','0','2024-09-11 15:38:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 12:45:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','160.78','159.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605869636223022474'),(2360,'41726058285','4',1.00,'150','retail','0','2024-09-11 15:44:57','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-11 12:45:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605870625036320270'),(2361,'41726058713','11',2.00,'100','retail','0','2024-09-11 15:45:13','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 12:52:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.00','36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172605912654292230022'),(2362,'41726060990','11',1.00,'50','retail','0','2024-09-11 16:23:10','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 13:23:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606099934213229402'),(2363,'41726061004','9',2.00,'160','retail','0','2024-09-11 16:23:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 13:38:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','159.28','157.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606191622230022634'),(2364,'41726061945','9',0.63,'50','retail','0','2024-09-11 16:39:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 13:39:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','157.28','156.655','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606195609326211320'),(2365,'41726062117','53',1.00,'80','retail','0','2024-09-11 16:41:57','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-11 14:02:36','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606329830302282130'),(2366,'41726062117','110',1.00,'60','retail','0','2024-09-11 17:01:39','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-11 14:02:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606333422340733233'),(2367,'41726064412','9',1.00,'80','retail','0','2024-09-11 17:20:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 14:20:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','156.66','155.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606441872400163020'),(2368,'41726064482','9',2.00,'160','retail','0','2024-09-11 17:21:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 14:21:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.66','153.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606449233990324460'),(2369,'41726065269','3',0.50,'75','retail','0','2024-09-11 17:34:29','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-11 14:36:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','36.50','36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606530302316221232'),(2370,'41726065269','4',0.50,'75','retail','0','2024-09-11 17:35:03','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-11 14:36:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','41.00','40.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606532636327343346'),(2371,'41726065269','9',1.00,'80','retail','0','2024-09-11 17:35:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 14:36:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','153.66','152.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606533403006324303'),(2372,'41726065381','9',0.25,'20','retail','0','2024-09-11 17:36:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 14:41:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','152.66','152.41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606568503330035722'),(2373,'41726067705','9',2.75,'220','retail','0','2024-09-11 18:15:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:15:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.75','152.41','149.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606772922030709206'),(2374,'41726067737','9',2.00,'160','retail','0','2024-09-11 18:15:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:18:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','149.66','147.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606790739670709900'),(2375,'41726067737','80',2.00,'40','retail','0','2024-09-11 18:18:28','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-11 15:18:49','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606792003202220233'),(2376,'41726067930','9',4.00,'320','retail','0','2024-09-11 18:18:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:21:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','147.66','143.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606806322303870202'),(2377,'41726068358','9',1.00,'80','retail','0','2024-09-11 18:25:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:26:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','143.66','142.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606837036330733432'),(2378,'41726068358','110',2.00,'120','retail','0','2024-09-11 18:26:10','','','','29.5','Cash',16.55,'60','','','4','16.00','1','2024-09-11 15:26:42','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',103.45,'','86.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606838133402203632'),(2379,'41726068403','110',1.00,'60','retail','0','2024-09-11 18:26:43','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-11 15:36:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606897320230204302'),(2380,'41726069575','53',1.00,'80','retail','0','2024-09-11 18:46:15','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:46:41','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606958530277623232'),(2381,'41726069602','9',2.00,'160','retail','0','2024-09-11 18:46:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:49:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','142.66','140.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172606978693233102304'),(2382,'41726069823','2',1.00,'50','retail','0','2024-09-11 18:50:23','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-11 15:54:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607005803620403333'),(2383,'41726070070','9',0.50,'40','retail','0','2024-09-11 18:54:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 15:56:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','140.66','140.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607019002223093110'),(2384,'41726070196','9',1.00,'80','retail','0','2024-09-11 18:56:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:01:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','140.16','139.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607040838432442408'),(2385,'41726070196','11',1.00,'50','retail','0','2024-09-11 19:00:08','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 16:01:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607041943942206034'),(2386,'41726070471','9',2.00,'160','retail','0','2024-09-11 19:01:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:05:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','139.16','137.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607071221313240207'),(2387,'41726070720','9',2.50,'200','retail','0','2024-09-11 19:05:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:13:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','137.16','134.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607121022320710313'),(2388,'41726071318','9',1.00,'80','retail','0','2024-09-11 19:15:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:15:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','134.66','133.66','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607132960212300224'),(2389,'41726071338','9',1.50,'120','retail','0','2024-09-11 19:15:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:21:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','133.66','132.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607158822423323721'),(2390,'41726072478','9',1.00,'80','retail','0','2024-09-11 19:34:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:35:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.16','131.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607248423072273470'),(2391,'41726072538','9',3.00,'240','retail','0','2024-09-11 19:35:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:35:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','131.16','128.16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607255222357602232'),(2392,'41726072930','9',0.63,'50','retail','0','2024-09-11 19:42:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:42:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','128.16','127.535','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607294637032223374'),(2393,'41726073613','9',2.00,'160','retail','0','2024-09-11 19:53:33','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:54:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','127.54','125.54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607363232402443624'),(2394,'41726073778','9',1.00,'80','retail','0','2024-09-11 19:56:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 16:56:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','125.54','124.54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607378433207320344'),(2395,'41726074056','9',0.88,'70','retail','0','2024-09-11 20:00:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:01:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','124.54','123.665','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607407834241002734'),(2396,'41726074085','9',0.50,'40','retail','0','2024-09-11 20:01:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:03:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','123.67','123.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607420838322040203'),(2397,'41726074214','9',1.50,'120','retail','0','2024-09-11 20:03:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:08:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','123.17','121.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607448512322238224'),(2398,'41726075034','9',3.00,'240','retail','0','2024-09-11 20:17:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:17:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','121.67','118.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607504602132446723'),(2399,'41726075049','11',1.00,'50','retail','0','2024-09-11 20:17:29','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-11 17:21:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607529009237277204'),(2400,'41726075299','9',1.00,'80','retail','0','2024-09-11 20:21:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:25:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','118.67','117.67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607550535172254075'),(2401,'41726075512','109',1.00,'100','retail','0','2024-09-11 20:25:12','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-09-11 17:25:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607552352027402437'),(2402,'41726075777','9',0.50,'40','retail','0','2024-09-11 20:29:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:30:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','117.67','117.17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607578912273332424'),(2403,'41726075974','9',0.75,'60','retail','0','2024-09-11 20:32:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-11 17:33:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','117.17','116.42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607598814223320981'),(2404,'41726076227','3',3.00,'450','retail','0','2024-09-11 20:37:07','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-11 17:38:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','36.00','33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172607629132322210707'),(2405,'61726110448','9',3.50,'280','retail','0','2024-09-12 06:07:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:13:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','116.42','112.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611080330103720320'),(2406,'61726110815','9',3.00,'240','retail','0','2024-09-12 06:13:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:13:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','112.92','109.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611082832304321101'),(2407,'61726110838','9',1.25,'100','retail','0','2024-09-12 06:13:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:14:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','109.92','108.67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611084502422030022'),(2408,'61726111258','9',2.00,'160','retail','0','2024-09-12 06:20:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:21:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','108.67','106.67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611127923101431332'),(2409,'61726111294','9',1.13,'90','retail','0','2024-09-12 06:21:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:22:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.125','106.67','105.545','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611131932242290002'),(2410,'61726111344','9',5.00,'400','retail','0','2024-09-12 06:22:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 03:56:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','105.55','100.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611339029202033033'),(2411,'61726114054','9',2.50,'200','retail','0','2024-09-12 07:07:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:07:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','100.55','98.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611406623327333724'),(2412,'61726114080','9',1.50,'120','retail','0','2024-09-12 07:08:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:16:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','98.05','96.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611457103232225203'),(2413,'61726114579','9',1.00,'80','retail','0','2024-09-12 07:16:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:18:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.55','95.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611467936320127233'),(2414,'61726114690','9',3.50,'280','retail','0','2024-09-12 07:18:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:40:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','95.55','92.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611600946204341234'),(2415,'61726116035','9',2.50,'200','retail','0','2024-09-12 07:40:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:40:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','92.05','89.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611604630364012330'),(2416,'61726116320','9',2.00,'160','retail','0','2024-09-12 07:45:20','','','','68','Cash',22.07,'80','','','6','16.00','1','2024-09-12 04:46:06','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','89.55','87.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611632430770323204'),(2417,'61726116388','9',3.00,'240','retail','0','2024-09-12 07:46:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:46:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','87.55','84.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611639766320246733'),(2418,'61726116469','9',4.00,'320','retail','0','2024-09-12 07:47:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 04:48:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','84.55','80.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611648512232763362'),(2419,'61726118155','9',3.00,'240','retail','0','2024-09-12 08:15:55','','','','68','Cash',33.10,'80','','','6','16.00','1','2024-09-12 05:16:40','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',206.90,'','80.55','77.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611816262632026311'),(2420,'61726118240','9',0.50,'40','retail','0','2024-09-12 08:17:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 05:17:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','177.55','177.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611825732335562022'),(2421,'61726118539','9',1.00,'80','retail','0','2024-09-12 08:22:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 05:22:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','177.05','176.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611854432732121004'),(2422,'61726118700','9',1.50,'120','retail','0','2024-09-12 08:25:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 05:25:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','176.05','174.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611870906712320632'),(2423,'61726119261','9',1.00,'80','retail','0','2024-09-12 08:34:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 05:34:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','174.55','173.55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172611927240609107912'),(2425,'61726119379','9',1.25,'100','retail','0','2024-09-12 08:36:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 06:06:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','171.05','169.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612115557330632221'),(2426,'61726121178','9',0.63,'50','retail','0','2024-09-12 09:06:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 06:06:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','169.80','169.175','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612118926732333032'),(2427,'61726121198','9',0.50,'40','retail','0','2024-09-12 09:06:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 06:10:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','169.18','168.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612141832026632722'),(2428,'61726121458','11',1.00,'50','retail','0','2024-09-12 09:10:58','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 06:11:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612146930062062024'),(2429,'61726121478','9',1.75,'140','retail','0','2024-09-12 09:11:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 06:53:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','168.68','166.93','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612393746033322263'),(2430,'61726124002','9',1.25,'100','retail','0','2024-09-12 09:53:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 07:05:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','166.93','165.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612472071212013323'),(2431,'61726124728','9',10.00,'800','retail','0','2024-09-12 10:05:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 07:25:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','165.68','155.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612590552305222276'),(2432,'61726126275','9',0.50,'40','retail','0','2024-09-12 10:31:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 07:31:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','155.68','155.18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612628410220830862'),(2433,'61726126296','9',0.63,'50','retail','0','2024-09-12 10:31:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 08:03:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','155.18','154.555','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612819932023737400'),(2434,'61726128206','2',1.00,'50','retail','0','2024-09-12 11:03:26','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-12 08:31:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172612989602223324003'),(2435,'61726134196','9',1.00,'80','retail','0','2024-09-12 12:43:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 09:45:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','154.56','153.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613425434306434322'),(2436,'61726135134','3',1.50,'225','retail','0','2024-09-12 12:58:54','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-12 09:59:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','33.00','31.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613514527573327371'),(2437,'61726135158','6',1.00,'80','retail','0','2024-09-12 12:59:18','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-12 10:13:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613599123303222222'),(2438,'61726136000','11',1.00,'50','retail','0','2024-09-12 13:13:20','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 10:30:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613700976332367000'),(2439,'61726138416','9',1.00,'80','retail','0','2024-09-12 13:53:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 10:54:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','153.56','152.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613842306030823238'),(2440,'61726138451','11',1.00,'50','retail','0','2024-09-12 13:54:11','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 10:54:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','','','6172613845924620322022'),(2441,'61726138474','9',5.00,'400','retail','0','2024-09-12 13:54:34','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 11:53:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','152.56','147.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614201163212212200'),(2442,'61726143031','108',1.00,'100','retail','0','2024-09-12 15:10:31','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-12 12:16:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614329541233160203'),(2443,'61726143394','120',1.00,'100','retail','0','2024-09-12 15:16:34','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-12 12:17:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614340133240411000'),(2444,'61726143394','117',1.00,'100','retail','0','2024-09-12 15:16:42','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-09-12 12:17:06','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614340912263332302'),(2445,'61726144241','11',1.00,'50','retail','0','2024-09-12 15:30:41','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 12:30:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614424824447280733'),(2446,'61726144482','108',1.00,'100','retail','0','2024-09-12 15:34:42','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-12 12:34:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614448933242032643'),(2447,'61726144960','106',1.00,'100','retail','0','2024-09-12 15:42:40','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-12 12:42:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614496992162226240'),(2448,'61726144976','9',1.00,'80','retail','0','2024-09-12 15:42:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 12:46:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','147.56','146.56','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614516722224340025'),(2449,'61726145175','11',2.00,'100','retail','0','2024-09-12 15:46:15','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 12:51:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614549123320033002'),(2450,'61726145501','106',2.00,'200','retail','0','2024-09-12 15:51:41','','','','56.37','Cash',27.59,'100','','','6','16.00','1','2024-09-12 12:55:33','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',172.41,'','67.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614564540034302313'),(2451,'61726145734','53',1.00,'80','retail','0','2024-09-12 15:55:34','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-12 13:01:25','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614607420044201324'),(2452,'61726148116','9',3.13,'250','retail','0','2024-09-12 16:35:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 13:35:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.125','146.56','143.435','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614813512266023280'),(2453,'61726148144','120',1.00,'100','retail','0','2024-09-12 16:35:44','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-12 13:43:05','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614857225202613250'),(2454,'61726149235','100',1.00,'100','retail','0','2024-09-12 16:53:55','','','','56.26','Cash',0.00,'100','','','6','16.00','1','2024-09-12 13:54:10','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614924422022322343'),(2455,'61726149251','11',1.00,'50','retail','0','2024-09-12 16:54:11','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 13:57:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614944023640123420'),(2456,'61726149446','5',1.00,'50','retail','0','2024-09-12 16:57:26','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-12 14:04:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614984963134242323'),(2457,'61726149446','108',1.00,'100','retail','0','2024-09-12 17:04:10','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-12 14:04:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172614986226223216861'),(2458,'61726154220','9',2.50,'200','retail','0','2024-09-12 18:17:00','','','','68','Cash',27.59,'80','','','6','16.00','1','2024-09-12 15:17:56','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',172.41,'','143.44','140.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615424243737441537'),(2459,'61726154277','9',1.25,'100','retail','0','2024-09-12 18:17:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:24:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','140.94','139.69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615465507232300023'),(2460,'61726154664','9',7.75,'620','retail','0','2024-09-12 18:24:24','','','','68','Cash',85.52,'80','','','6','16.00','1','2024-09-12 15:29:02','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',534.48,'','139.69','131.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615475222773215242'),(2461,'61726154943','114',1.00,'100','retail','0','2024-09-12 18:29:04','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-12 15:29:32','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615496562154470034'),(2462,'61726154977','9',2.00,'160','retail','0','2024-09-12 18:29:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:30:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','131.94','129.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615498713014219202'),(2463,'61726155011','9',2.00,'160','retail','0','2024-09-12 18:30:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:30:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.94','127.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615501971301902216'),(2464,'61726155039','9',2.00,'160','retail','0','2024-09-12 18:30:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:31:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','127.94','125.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615511042021210263'),(2465,'61726155211','9',0.50,'40','retail','0','2024-09-12 18:33:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:33:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','125.94','125.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615522023225000252'),(2466,'61726155508','9',1.00,'80','retail','0','2024-09-12 18:38:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:38:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','125.44','124.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615551536322120026'),(2467,'61726155508','80',1.00,'20','retail','0','2024-09-12 18:38:36','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-12 15:38:48','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615552502103222320'),(2468,'61726155531','9',0.38,'30','retail','0','2024-09-12 18:38:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:39:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','124.44','124.065','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615554313320751201'),(2469,'61726155829','11',1.00,'50','retail','0','2024-09-12 18:43:49','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-12 15:44:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615583522282033322'),(2470,'61726155855','9',1.00,'80','retail','0','2024-09-12 18:44:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 15:45:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.07','123.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615591832322503221'),(2471,'61726158409','6',1.00,'80','retail','0','2024-09-12 19:26:49','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-12 16:27:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615842062552240330'),(2472,'61726119280','9',2.50,'200','retail','0','2024-09-12 08:34:40','','','','68','Cash',0.00,'80','','','6','','1','2024-09-12 16:39:45','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','173.55','171.05','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172611934402240330427'),(2473,'61726159760','9',0.75,'60','retail','0','2024-09-12 19:49:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-12 16:49:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','123.07','122.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172615977372602372330'),(2474,'61726161408','4',1.00,'150','retail','0','2024-09-12 20:16:48','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-12 17:17:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.50','39.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172616141730221162131'),(2475,'61726161801','119',1.00,'60','retail','0','2024-09-12 20:23:21','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-12 17:23:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172616181032222223030'),(2477,'61726197594','9',1.25,'100','retail','0','2024-09-13 06:19:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 03:20:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','120.32','119.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172619760607130027290'),(2478,'61726197643','9',0.75,'60','retail','0','2024-09-13 06:20:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 03:21:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','119.07','118.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172619766626236320624'),(2479,'61726197473','9',2.00,'160','retail','0','2024-09-13 06:17:53','','','','68','Cash',0.00,'80','','','6','','1','2024-09-13 03:21:42','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','122.32','120.32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172619758502256433233'),(2480,'61726198000','9',3.00,'240','retail','0','2024-09-13 06:26:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 03:26:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','118.32','115.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172619801331233121223'),(2481,'61726198019','9',2.50,'200','retail','0','2024-09-13 06:26:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 03:33:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','115.32','112.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172619838012033338024'),(2482,'61726198429','9',4.00,'320','retail','0','2024-09-13 06:33:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 03:34:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','112.82','108.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172619843932222223030'),(2483,'61726200620','9',3.00,'240','retail','0','2024-09-13 07:10:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 04:11:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','108.82','105.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620063536422002752'),(2484,'61726200620','5',1.00,'50','retail','0','2024-09-13 07:10:35','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-13 04:11:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620065106226132203'),(2485,'61726201739','9',2.00,'160','retail','0','2024-09-13 07:28:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 04:29:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','105.82','103.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620177621213673007'),(2486,'61726201786','9',3.50,'280','retail','0','2024-09-13 07:29:46','','','','68','Cash',38.62,'80','','','6','16.00','1','2024-09-13 04:47:16','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',241.38,'','103.82','100.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620281146022122263'),(2487,'61726202852','9',0.50,'40','retail','0','2024-09-13 07:47:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 04:48:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','100.32','99.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620286992227192202'),(2488,'61726202898','9',1.00,'80','retail','0','2024-09-13 07:48:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 04:58:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.82','98.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620350923932300025'),(2489,'61726203518','9',4.50,'360','retail','0','2024-09-13 07:58:38','','','','68','Cash',49.66,'80','','','6','16.00','1','2024-09-13 05:10:15','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',310.34,'','98.82','94.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620414832243423770'),(2490,'61726204742','9',4.00,'320','retail','0','2024-09-13 08:19:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:20:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','94.32','90.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620475332101234060'),(2491,'61726204817','9',2.50,'200','retail','0','2024-09-13 08:20:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:20:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','90.32','87.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620482808326283320'),(2492,'61726204843','9',3.50,'280','retail','0','2024-09-13 08:20:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:32:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','87.82','84.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620551420022052262'),(2493,'61726205548','9',2.00,'160','retail','0','2024-09-13 08:32:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:32:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.32','82.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620556262002203532'),(2494,'61726205581','9',0.75,'60','retail','0','2024-09-13 08:33:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:33:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','82.32','81.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620559332322210727'),(2495,'61726205605','9',1.50,'120','retail','0','2024-09-13 08:33:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 05:33:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','81.57','80.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172620561624653203331'),(2496,'61726213144','9',1.25,'100','retail','0','2024-09-13 10:39:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 07:39:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','80.07','78.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621316422633234373'),(2497,'61726213200','9',1.00,'80','retail','0','2024-09-13 10:40:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 07:40:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.82','77.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621321921032613232'),(2498,'61726213237','9',1.00,'80','retail','0','2024-09-13 10:40:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 07:40:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.82','76.82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621324621201022246'),(2499,'61726213265','9',2.50,'200','retail','0','2024-09-13 10:41:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 07:41:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','76.82','74.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621330522023315333'),(2500,'61726213451','9',1.00,'80','retail','0','2024-09-13 10:44:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 07:55:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.32','73.32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621411120322422330'),(2501,'61726214118','4',1.00,'150','retail','0','2024-09-13 10:55:18','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 08:18:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.50','38.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172621548702213303562'),(2502,'61726222779','4',2.00,'300','retail','0','2024-09-13 13:19:39','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 10:21:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.50','36.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622279102233002322'),(2503,'61726222779','112',6.00,'1080','retail','0','2024-09-13 13:19:51','','','','103.52','Cash',0.00,'180','','','6','16.00','1','2024-09-13 10:21:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','96.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622282134020232132'),(2504,'61726222870','75',1.00,'80','retail','0','2024-09-13 13:21:10','','','','67','Cash',0.00,'80','','','6','16.00','1','2024-09-13 10:21:39','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622289066236026823'),(2505,'61726228748','4',1.00,'150','retail','0','2024-09-13 14:59:08','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 12:05:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.50','35.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622876633233072602'),(2506,'61726228748','119',1.00,'60','retail','0','2024-09-13 14:59:27','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-13 12:05:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622903223124233203'),(2507,'61726228748','110',1.00,'60','retail','0','2024-09-13 15:03:52','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-13 12:05:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622904506242350000'),(2508,'61726228748','11',2.00,'100','retail','0','2024-09-13 15:04:06','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-13 12:05:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622905733022304320'),(2509,'61726228748','9',0.38,'30','retail','0','2024-09-13 15:04:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 12:05:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','73.32','72.945','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622909020039600022'),(2510,'61726229101','9',1.50,'120','retail','0','2024-09-13 15:05:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 12:11:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','72.95','71.45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172622945924320323333'),(2511,'61726229462','120',1.00,'100','retail','0','2024-09-13 15:11:02','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-13 12:24:04','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623023733032226632'),(2512,'61726231163','3',10.00,'1500','retail','0','2024-09-13 15:39:23','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 12:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','31.50','21.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623118101043120303'),(2513,'61726231402','11',1.00,'50','retail','0','2024-09-13 15:43:22','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-13 12:43:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623141001330033006'),(2514,'61726231412','11',1.00,'50','retail','0','2024-09-13 15:43:32','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-13 12:58:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623227831320227700'),(2515,'61726232285','11',1.00,'50','retail','0','2024-09-13 15:58:05','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-13 13:27:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623404522320345313'),(2516,'61726235091','9',0.50,'40','retail','0','2024-09-13 16:44:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 13:48:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','71.45','70.95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623530100320000222'),(2517,'61726236148','120',1.00,'100','retail','0','2024-09-13 17:02:28','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-13 14:03:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623617562263222020'),(2518,'61726236148','116',1.00,'60','retail','0','2024-09-13 17:02:56','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-09-13 14:03:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623619396202231222'),(2519,'61726236548','116',1.00,'60','retail','0','2024-09-13 17:09:08','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-09-13 14:09:23','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623655626233022256'),(2520,'61726236834','4',0.50,'75','retail','0','2024-09-13 17:13:54','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 14:14:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','35.50','35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623684633233267232'),(2521,'61726236850','9',0.63,'50','retail','0','2024-09-13 17:14:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 14:17:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','70.95','70.325','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623700263202333222'),(2522,'61726236850','9',0.50,'40','retail','0','2024-09-13 17:16:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 14:17:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','70.33','69.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623702172032722233'),(2523,'61726237028','9',2.00,'160','retail','0','2024-09-13 17:17:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 14:45:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','69.83','67.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623871010163208202'),(2524,'61726238728','9',2.00,'160','retail','0','2024-09-13 17:45:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 14:46:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','67.83','65.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623875906233525732'),(2525,'61726238792','9',2.00,'160','retail','0','2024-09-13 17:46:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 14:46:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.83','63.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623880206640422312'),(2526,'61726239570','9',3.75,'300','retail','0','2024-09-13 17:59:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 15:00:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','63.83','60.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623960202212063223'),(2527,'61726239610','3',1.00,'150','retail','0','2024-09-13 18:00:10','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 15:00:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.50','20.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623962226202231222'),(2528,'61726239629','9',2.00,'160','retail','0','2024-09-13 18:00:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 15:05:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.08','58.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172623994510229623703'),(2529,'61726239952','6',1.00,'80','retail','0','2024-09-13 18:05:52','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-13 15:19:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624077926769377332'),(2530,'61726241000','9',1.00,'80','retail','0','2024-09-13 18:23:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 15:28:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.08','57.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624129226322026090'),(2531,'61726242603','9',1.00,'80','retail','0','2024-09-13 18:50:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 15:50:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.08','56.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624260939603203002'),(2532,'61726243269','9',2.00,'160','retail','0','2024-09-13 19:01:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:03:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','56.08','54.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624343334043373232'),(2533,'61726243438','9',1.00,'80','retail','0','2024-09-13 19:03:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:06:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.08','53.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624356952202022322'),(2534,'61726243574','9',1.50,'120','retail','0','2024-09-13 19:06:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:08:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','53.08','51.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624369019429206030'),(2535,'61726243698','9',1.00,'80','retail','0','2024-09-13 19:08:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:09:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.58','50.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624377132722200123'),(2536,'61726244090','9',2.00,'160','retail','0','2024-09-13 19:15:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:18:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.58','46.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624426724033202334'),(2537,'61726244283','9',2.00,'160','retail','0','2024-09-13 19:18:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:18:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.58','46.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624430700042433104'),(2538,'61726244487','9',4.00,'320','retail','0','2024-09-13 19:21:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:21:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','46.58','42.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624449607143229232'),(2539,'61726244503','9',3.00,'240','retail','0','2024-09-13 19:21:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:23:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','42.58','39.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624458733222723322'),(2540,'61726244594','100',1.00,'100','retail','0','2024-09-13 19:23:14','','','','56.26','Cash',0.00,'100','','','6','16.00','1','2024-09-13 16:27:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624483922922622233'),(2541,'61726244842','9',0.63,'50','retail','0','2024-09-13 19:27:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:27:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','39.58','38.955','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624487143002364624'),(2542,'61726245051','9',0.50,'40','retail','0','2024-09-13 19:30:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:31:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','38.96','38.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624508522352520338'),(2543,'61726245090','9',0.38,'30','retail','0','2024-09-13 19:31:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:42:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','38.46','38.085','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624573222313202224'),(2544,'61726245739','9',2.00,'160','retail','0','2024-09-13 19:42:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:45:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.09','36.09','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624592610532229322'),(2545,'61726246064','9',1.50,'120','retail','0','2024-09-13 19:47:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:49:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','36.09','34.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624614623323333642'),(2546,'61726246149','120',1.00,'100','retail','0','2024-09-13 19:49:09','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-13 16:52:10','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624632433232232414'),(2547,'61726246357','9',1.00,'80','retail','0','2024-09-13 19:52:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:52:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.59','33.59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624636522133363322'),(2548,'61726246393','9',0.75,'60','retail','0','2024-09-13 19:53:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 16:53:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','33.59','32.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624640730463036070'),(2549,'61726247442','9',2.00,'160','retail','0','2024-09-13 20:10:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 17:10:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','32.84','30.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624745023223262604'),(2550,'61726247456','113',2.00,'120','retail','0','2024-09-13 20:10:56','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-13 17:13:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624761222302601430'),(2551,'61726247629','3',1.00,'150','retail','0','2024-09-13 20:13:49','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-13 17:21:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.50','19.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624805922139034326'),(2552,'61726247629','9',2.00,'160','retail','0','2024-09-13 20:21:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-13 17:21:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.84','28.84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624807533303202323'),(2553,'61726248468','11',2.00,'100','retail','0','2024-09-13 20:27:48','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-13 17:28:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624847720220633323'),(2554,'61726249153','1',1.00,'80','retail','0','2024-09-13 20:39:13','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-13 17:39:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172624916003232362302'),(2555,'41726283222','9',2.00,'160','retail','0','2024-09-14 06:07:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:14:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','178.84','176.84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628364924423977039'),(2556,'41726283664','9',3.50,'280','retail','0','2024-09-14 06:14:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:14:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','176.84','173.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628367402322323323'),(2557,'41726284455','9',10.00,'800','retail','0','2024-09-14 06:27:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:27:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','173.34','163.34','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628446727303322641'),(2558,'41726285320','9',0.75,'60','retail','0','2024-09-14 06:42:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:42:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','163.34','162.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628533103232322323'),(2559,'41726285336','9',2.50,'200','retail','0','2024-09-14 06:42:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:53:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','162.59','160.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628598522029673823'),(2560,'41726285987','9',2.00,'160','retail','0','2024-09-14 06:53:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 03:56:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','160.09','158.09','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628617520302847101'),(2561,'41726286182','9',2.50,'200','retail','0','2024-09-14 06:56:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:23:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','158.09','155.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628777633236813321'),(2562,'41726287782','9',10.00,'800','retail','0','2024-09-14 07:23:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:24:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','155.59','145.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628788022037233200'),(2563,'41726287884','9',4.00,'320','retail','0','2024-09-14 07:24:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:29:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','145.59','141.59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628815303703300521'),(2564,'41726288262','9',5.38,'430','retail','0','2024-09-14 07:31:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:31:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5.375','141.59','136.215','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628830600222222232'),(2565,'41726288312','9',2.00,'160','retail','0','2024-09-14 07:31:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:39:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','136.22','134.22','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628874733433223014'),(2566,'41726288791','9',1.25,'100','retail','0','2024-09-14 07:39:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:40:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','134.22','132.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628880722222206320'),(2567,'41726288810','9',1.50,'120','retail','0','2024-09-14 07:40:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:42:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','132.97','131.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628891262632021391'),(2568,'41726289034','9',1.00,'80','retail','0','2024-09-14 07:43:54','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:44:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','131.47','130.47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628903930224000231'),(2569,'41726289042','9',1.50,'120','retail','0','2024-09-14 07:44:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:56:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','130.47','128.97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628978882800722273'),(2570,'41726289798','9',1.88,'150','retail','0','2024-09-14 07:56:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 04:57:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','128.97','127.095','Inclusive','branch','Inventory','1110','4000','5500','','','','4172628986229330723220'),(2571,'41726290833','9',0.50,'40','retail','0','2024-09-14 08:13:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:14:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','127.10','126.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629084403237043233'),(2572,'41726290850','9',1.00,'80','retail','0','2024-09-14 08:14:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:36:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','126.60','125.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629221223322327210'),(2573,'41726292218','9',2.00,'160','retail','0','2024-09-14 08:36:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:38:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','125.60','123.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629229942229320902'),(2574,'41726293379','9',1.00,'80','retail','0','2024-09-14 08:56:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:56:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','123.60','122.6','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629339124022132002'),(2575,'41726293466','9',0.75,'60','retail','0','2024-09-14 08:57:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:58:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','122.60','121.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629347604329333336'),(2576,'41726293481','9',0.50,'40','retail','0','2024-09-14 08:58:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 05:59:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','121.85','121.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629355231322351434'),(2577,'41726294204','9',1.00,'80','retail','0','2024-09-14 09:10:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 06:10:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','121.35','120.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629421061233202292'),(2578,'41726295463','9',4.00,'320','retail','0','2024-09-14 09:31:03','','','','68','Cash',44.14,'80','','','4','16.00','1','2024-09-14 06:31:52','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',275.86,'','120.35','116.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629547342133342242'),(2579,'41726295575','9',2.00,'160','retail','0','2024-09-14 09:32:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 06:33:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','116.35','114.35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629558344230255323'),(2580,'41726295728','9',1.25,'100','retail','0','2024-09-14 09:35:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 06:35:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','264.35','263.1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629573633203327023'),(2581,'41726298528','9',1.25,'100','retail','0','2024-09-14 10:22:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 07:22:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','263.10','261.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629853733233822035'),(2582,'41726298543','9',1.00,'80','retail','0','2024-09-14 10:22:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 07:30:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.85','260.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629900903249001320'),(2583,'41726299016','9',2.00,'160','retail','0','2024-09-14 10:30:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 07:44:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','260.85','258.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172629984233030232240'),(2584,'41726299853','9',1.00,'80','retail','0','2024-09-14 10:44:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 07:48:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','258.85','257.85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630011404072123222'),(2585,'41726300496','68',1.00,'200','retail','0','2024-09-14 10:54:56','','','','59.82','Cash',0.00,'200','','','4','16.00','1','2024-09-14 07:55:13','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630050885030332300'),(2586,'41726300514','9',0.63,'50','retail','0','2024-09-14 10:55:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 07:56:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','257.85','257.225','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630060612333236002'),(2587,'41726302188','9',1.50,'120','retail','0','2024-09-14 11:23:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 08:23:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','257.23','255.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630219663243322332'),(2588,'41726302200','115',1.00,'180','retail','0','2024-09-14 11:23:20','','','','174.71','Cash',0.00,'180','','','4','16.00','1','2024-09-14 08:59:46','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630437920034232232'),(2589,'41726304387','2',1.00,'50','retail','0','2024-09-14 11:59:47','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-14 09:36:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630660660226320303'),(2590,'41726306612','108',2.00,'200','retail','0','2024-09-14 12:36:52','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-14 09:40:49','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630684410460000423'),(2591,'41726308618','9',4.00,'320','retail','0','2024-09-14 13:10:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 10:10:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','255.73','251.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172630862630220134436'),(2592,'41726308632','11',1.00,'50','retail','0','2024-09-14 13:10:32','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-14 10:33:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631003200134043202'),(2593,'41726310039','119',1.00,'60','retail','0','2024-09-14 13:33:59','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-14 10:47:40','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631085328232322615'),(2594,'41726310860','9',3.50,'280','retail','0','2024-09-14 13:47:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 10:53:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','251.73','248.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631121400001373223'),(2595,'41726311217','11',1.00,'50','retail','0','2024-09-14 13:53:37','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-14 10:58:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631152923532330922'),(2596,'41726311532','119',2.00,'120','retail','0','2024-09-14 13:58:52','','','','30.68','Cash',16.55,'60','','','4','16.00','1','2024-09-14 11:11:23','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',103.45,'','42.00','40','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631226822303273202'),(2597,'41726312283','9',0.50,'40','retail','0','2024-09-14 14:11:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 11:16:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','248.23','247.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631259103513032203'),(2598,'41726312598','9',1.00,'80','retail','0','2024-09-14 14:16:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 11:36:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','247.73','246.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631377132203012233'),(2599,'41726313782','3',2.00,'300','retail','0','2024-09-14 14:36:22','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-14 11:45:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.50','17.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631429133242732213'),(2600,'41726314305','120',1.00,'100','retail','0','2024-09-14 14:45:05','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-14 11:50:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631448616432332483'),(2601,'41726314305','104',1.00,'100','retail','0','2024-09-14 14:48:06','','','','56.47','Cash',0.00,'100','','','4','16.00','1','2024-09-14 11:50:25','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631449823622229163'),(2602,'41726314625','119',1.00,'60','retail','0','2024-09-14 14:50:25','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-14 11:58:42','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631511704123106230'),(2603,'41726315123','118',1.00,'180','retail','0','2024-09-14 14:58:43','','','','103.47','Cash',0.00,'180','','','4','16.00','1','2024-09-14 12:14:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631601623362633246'),(2604,'41726315123','112',1.00,'180','retail','0','2024-09-14 15:13:37','','','','103.52','Cash',0.00,'180','','','4','16.00','1','2024-09-14 12:14:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631603423023467362'),(2605,'41726315123','9',1.00,'80','retail','0','2024-09-14 15:13:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 12:14:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','246.73','245.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631604324221432203'),(2606,'41726316050','80',2.00,'40','retail','0','2024-09-14 15:14:10','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-14 12:29:39','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631697330433221026'),(2607,'41726316980','116',1.00,'60','retail','0','2024-09-14 15:29:40','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-14 12:34:45','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631727730763224022'),(2608,'41726317285','110',2.00,'120','retail','0','2024-09-14 15:34:46','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-14 12:37:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','82.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631743710342731243'),(2609,'41726317575','53',1.00,'80','retail','0','2024-09-14 15:39:35','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-14 12:39:52','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631758123863323280'),(2610,'41726317630','9',1.00,'80','retail','0','2024-09-14 15:40:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 12:40:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','245.73','244.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631763633422022270'),(2611,'41726318480','2',2.00,'100','retail','0','2024-09-14 15:54:40','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-14 12:54:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631848838231301812'),(2612,'41726318689','9',1.00,'80','retail','0','2024-09-14 15:58:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 12:58:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','244.73','243.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631869824233033332'),(2613,'41726318704','116',1.00,'60','retail','0','2024-09-14 15:58:24','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-14 13:00:22','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172631881712280282300'),(2614,'41726318868','11',1.00,'50','retail','0','2024-09-14 16:01:08','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-14 13:38:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632110543313173022'),(2615,'41726321109','9',1.50,'120','retail','0','2024-09-14 16:38:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 13:43:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','243.73','242.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632136535172254321'),(2616,'41726321521','9',2.00,'160','retail','0','2024-09-14 16:45:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 13:55:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','242.23','240.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632211030640322220'),(2617,'41726322137','9',1.00,'80','retail','0','2024-09-14 16:55:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 14:33:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','240.23','239.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632436909302423613'),(2618,'41726325393','9',0.25,'20','retail','0','2024-09-14 17:49:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 14:50:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','239.23','238.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632540534330223423'),(2619,'41726325592','9',2.00,'160','retail','0','2024-09-14 17:53:12','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 14:53:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','238.98','236.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632560552504454201'),(2620,'41726326107','9',0.25,'20','retail','0','2024-09-14 18:01:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:03:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','236.98','236.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632620804263003232'),(2621,'41726326214','9',2.00,'160','retail','0','2024-09-14 18:03:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:12:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','236.73','234.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632674522530232223'),(2622,'41726326845','9',0.50,'40','retail','0','2024-09-14 18:14:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:14:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','234.73','234.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632685523603300232'),(2623,'41726326862','9',1.50,'120','retail','0','2024-09-14 18:14:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:21:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','234.23','232.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632727420302743402'),(2624,'41726327279','9',1.00,'80','retail','0','2024-09-14 18:21:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:21:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','232.73','231.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632728583722232330'),(2625,'41726327290','9',1.00,'80','retail','0','2024-09-14 18:21:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:30:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','231.73','230.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632783662720380233'),(2626,'41726328690','116',1.00,'60','retail','0','2024-09-14 18:44:50','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-14 15:44:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632869734020233133'),(2627,'41726329091','9',1.00,'80','retail','0','2024-09-14 18:51:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 15:58:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','230.73','229.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632948682373403220'),(2628,'41726329891','3',1.00,'150','retail','0','2024-09-14 19:04:51','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-14 16:05:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.50','16.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632989823092603641'),(2629,'41726329891','80',1.00,'20','retail','0','2024-09-14 19:04:58','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-14 16:05:10','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172632990502733333222'),(2630,'41726329911','9',5.00,'400','retail','0','2024-09-14 19:05:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:11:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','229.73','224.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633026922220263023'),(2631,'41726330358','9',1.00,'80','retail','0','2024-09-14 19:12:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:15:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','224.73','223.73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633051634062050130'),(2632,'41726330609','9',1.50,'120','retail','0','2024-09-14 19:16:49','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:22:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','223.73','222.23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633097432200330337'),(2633,'41726330980','100',1.00,'100','retail','0','2024-09-14 19:23:00','','','','56.26','Cash',0.00,'100','','','4','16.00','1','2024-09-14 16:29:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633136021330723020'),(2634,'41726331369','9',0.75,'60','retail','0','2024-09-14 19:29:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:33:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','222.23','221.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633161122132104222'),(2635,'41726331873','9',3.00,'240','retail','0','2024-09-14 19:37:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:38:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','221.48','218.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633192332232763312'),(2636,'41726331927','9',0.50,'40','retail','0','2024-09-14 19:38:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:47:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','218.48','217.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633247460224723227'),(2637,'41726332480','117',1.00,'100','retail','0','2024-09-14 19:48:00','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-14 16:55:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633288433733022328'),(2638,'41726332480','109',1.00,'100','retail','0','2024-09-14 19:54:44','','','','54','Cash',0.00,'100','','','4','16.00','1','2024-09-14 16:55:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633289213233028133'),(2639,'41726332480','116',1.00,'60','retail','0','2024-09-14 19:54:52','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-14 16:55:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633290133041223213'),(2640,'41726332909','9',1.00,'80','retail','0','2024-09-14 19:55:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 16:56:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.98','216.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633297632332003220'),(2641,'41726333348','9',2.00,'160','retail','0','2024-09-14 20:02:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 17:02:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','216.98','214.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633336223332632303'),(2642,'41726333366','9',1.00,'80','retail','0','2024-09-14 20:02:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 17:11:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','214.98','213.98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633388804323332332'),(2643,'41726333895','9',0.50,'40','retail','0','2024-09-14 20:11:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 17:16:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','213.98','213.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633418731322381434'),(2644,'41726334461','9',3.00,'240','retail','0','2024-09-14 20:21:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 17:21:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','213.48','210.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633447026743232033'),(2645,'41726334744','9',1.00,'80','retail','0','2024-09-14 20:25:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-14 17:25:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','210.48','209.48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172633474932020303432'),(2646,'41726370216','9',3.13,'250','retail','0','2024-09-15 06:16:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 03:17:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.125','209.48','206.355','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637023422222303236'),(2647,'41726370250','9',4.00,'320','retail','0','2024-09-15 06:17:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 03:19:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','206.36','202.36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637034903232232229'),(2648,'41726372324','9',1.63,'130','retail','0','2024-09-15 06:52:04','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 03:54:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','202.36','200.735','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637244002447337303'),(2649,'41726372445','9',18.00,'1440','retail','0','2024-09-15 06:54:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 03:59:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'18','200.74','182.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637275992323322233'),(2650,'41726374123','9',1.00,'80','retail','0','2024-09-15 07:22:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 04:22:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.74','181.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637412803113032203'),(2651,'41726374285','9',5.00,'400','retail','0','2024-09-15 07:24:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 04:25:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','181.74','176.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637429902103222320'),(2652,'41726374686','9',1.00,'80','retail','0','2024-09-15 07:31:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 04:31:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','176.74','175.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637469433922903362'),(2653,'41726374704','9',0.75,'60','retail','0','2024-09-15 07:31:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 04:33:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','175.74','174.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637481123333737122'),(2654,'41726374819','9',2.00,'160','retail','0','2024-09-15 07:33:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 04:49:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','174.99','172.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637577742237732253'),(2655,'41726377120','9',1.50,'120','retail','0','2024-09-15 08:12:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:12:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','272.99','271.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637712922213204067'),(2656,'41726377134','9',2.00,'160','retail','0','2024-09-15 08:12:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:12:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','271.49','269.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637714434322423733'),(2657,'41726377146','9',1.50,'120','retail','0','2024-09-15 08:12:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:14:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','269.49','267.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637725702207733222'),(2658,'41726378359','9',1.50,'120','retail','0','2024-09-15 08:32:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:32:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','267.99','266.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637836882200002360'),(2659,'41726378375','9',0.75,'60','retail','0','2024-09-15 08:32:55','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:33:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','266.49','265.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637838800212277337'),(2660,'41726378399','9',4.00,'320','retail','0','2024-09-15 08:33:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:33:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','265.74','261.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637840823322333873'),(2661,'41726378474','9',0.50,'40','retail','0','2024-09-15 08:34:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:34:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','261.74','261.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637848424114223228'),(2662,'41726379222','9',1.00,'80','retail','0','2024-09-15 08:47:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:47:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.24','260.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637922722730232223'),(2663,'41726379231','9',2.00,'160','retail','0','2024-09-15 08:47:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:47:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','260.24','258.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637923929022334303'),(2664,'41726379362','9',0.50,'40','retail','0','2024-09-15 08:49:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 05:49:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','258.24','257.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172637937423200240227'),(2665,'41726379380','9',1.00,'80','retail','0','2024-09-15 08:49:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:09:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','257.74','256.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638058123223022330'),(2666,'41726380586','9',1.00,'80','retail','0','2024-09-15 09:09:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:18:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','256.74','255.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638106737016313320'),(2667,'41726380586','6',1.00,'80','retail','0','2024-09-15 09:17:48','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:18:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638107783232732803'),(2668,'41726380586','108',1.00,'100','retail','0','2024-09-15 09:17:58','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-15 06:18:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638108700272214333'),(2669,'41726380586','117',1.00,'100','retail','0','2024-09-15 09:18:07','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-15 06:18:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638110204301023407'),(2670,'41726381270','9',1.00,'80','retail','0','2024-09-15 09:21:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:21:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','255.74','254.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638127713422443000'),(2671,'41726381284','9',2.00,'160','retail','0','2024-09-15 09:21:24','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:49:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','254.74','252.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638294833422403392'),(2672,'41726381284','5',1.00,'50','retail','0','2024-09-15 09:49:09','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-15 06:49:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638295834022210338'),(2673,'41726382961','9',1.00,'80','retail','0','2024-09-15 09:49:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 06:58:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','252.74','251.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638352322732382622'),(2674,'41726384940','9',1.00,'80','retail','0','2024-09-15 10:22:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:22:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','251.74','250.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638494582242520422'),(2675,'41726384948','9',1.25,'100','retail','0','2024-09-15 10:22:28','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:23:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','250.74','249.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638498421313243208'),(2676,'41726384991','9',5.00,'400','retail','0','2024-09-15 10:23:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:31:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','249.49','244.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638547000222105342'),(2677,'41726385473','51',1.00,'100','retail','0','2024-09-15 10:31:13','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-09-15 07:43:43','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638622022220671216'),(2678,'41726386716','9',1.00,'80','retail','0','2024-09-15 10:51:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:52:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','244.49','243.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638672332303723062'),(2679,'41726386716','80',1.00,'20','retail','0','2024-09-15 10:52:03','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-15 07:52:38','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638672973206237379'),(2680,'41726386716','108',1.00,'100','retail','0','2024-09-15 10:52:09','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-15 07:52:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638674327206222233'),(2681,'41726386800','9',0.50,'40','retail','0','2024-09-15 10:53:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:53:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','243.49','242.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638681182383237330'),(2682,'41726386817','11',1.00,'50','retail','0','2024-09-15 10:53:37','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-15 07:55:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638693333333433373'),(2683,'41726386941','53',1.00,'80','retail','0','2024-09-15 10:55:41','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-15 07:56:03','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638694796630232726'),(2684,'41726386995','53',1.00,'80','retail','0','2024-09-15 10:56:35','','','','54','Cash',0.00,'80','','','4','16.00','1','2024-09-15 08:31:41','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','4172638909500202268122'),(2685,'41726389101','108',1.00,'100','retail','0','2024-09-15 11:31:41','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-15 09:01:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639086423242483620'),(2686,'41726389101','99',2.00,'200','retail','0','2024-09-15 12:01:04','','','','56.17','Cash',0.00,'100','','','4','16.00','1','2024-09-15 09:01:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639088220070223420'),(2687,'41726390906','9',1.00,'80','retail','0','2024-09-15 12:01:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 09:02:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','242.99','241.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639091203300023322'),(2688,'41726391689','22',1.00,'80','retail','0','2024-09-15 12:14:49','','','','58.33','Cash',0.00,'80','','','4','16.00','1','2024-09-15 09:15:04','3','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639170032336332233'),(2689,'41726391705','4',2.00,'300','retail','0','2024-09-15 12:15:05','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-15 09:21:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.00','33','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639210090030102422'),(2690,'41726394689','119',1.00,'60','retail','0','2024-09-15 13:04:49','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-15 10:05:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639469863134242323'),(2691,'41726394689','11',1.00,'50','retail','0','2024-09-15 13:04:58','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-15 10:05:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639470610622220233'),(2692,'41726394712','116',1.00,'60','retail','0','2024-09-15 13:05:12','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-15 10:13:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639517702730402205'),(2693,'41726394712','110',1.00,'60','retail','0','2024-09-15 13:12:57','','','','29.5','Cash',0.00,'60','','','4','16.00','1','2024-09-15 10:13:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639519023922050012'),(2694,'41726394712','113',1.00,'60','retail','0','2024-09-15 13:13:10','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-15 10:13:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','4172639519842100932363'),(2695,'41726395204','118',0.50,'90','retail','0','2024-09-15 13:13:25','','','','103.47','Cash',0.00,'180','','','4','16.00','1','2024-09-15 11:36:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','77.00','76.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640018506325332232'),(2696,'41726395204','115',0.50,'90','retail','0','2024-09-15 14:36:25','','','','174.71','Cash',0.00,'180','','','4','16.00','1','2024-09-15 11:36:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','85.00','84.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640019820032232324'),(2697,'41726400212','9',0.75,'60','retail','0','2024-09-15 14:36:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 11:42:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','241.99','241.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640053613233025130'),(2698,'41726400550','9',4.00,'320','retail','0','2024-09-15 14:42:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 12:00:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','241.24','237.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640162133333001014'),(2699,'41726401626','120',2.00,'200','retail','0','2024-09-15 15:00:26','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-15 12:08:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640210422422200122'),(2700,'41726402110','9',10.00,'800','retail','0','2024-09-15 15:08:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 12:12:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','237.24','227.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640231776020730103'),(2701,'41726402430','114',2.00,'200','retail','0','2024-09-15 15:13:50','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-09-15 12:20:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640282544482203224'),(2702,'41726402831','9',1.00,'80','retail','0','2024-09-15 15:20:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:00:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','227.24','226.24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640524123332352201'),(2703,'41726405244','11',1.00,'50','retail','0','2024-09-15 16:00:44','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-15 13:02:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640533232023737400'),(2704,'41726405335','9',2.50,'200','retail','0','2024-09-15 16:02:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:07:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','226.24','223.74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640561830002000360'),(2705,'41726406092','119',1.00,'60','retail','0','2024-09-15 16:14:52','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-15 13:15:04','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640609932902496326'),(2706,'41726406181','9',0.75,'60','retail','0','2024-09-15 16:16:21','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:26:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','223.74','222.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640677430067230704'),(2707,'41726406782','1',1.00,'80','retail','0','2024-09-15 16:26:22','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:29:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640698936209323922'),(2708,'41726407136','3',1.00,'150','retail','0','2024-09-15 16:32:16','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-15 13:32:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.50','15.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640714222270232400'),(2709,'41726407136','80',1.00,'20','retail','0','2024-09-15 16:32:22','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-15 13:32:38','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640715142244302323'),(2710,'41726407159','120',1.00,'100','retail','0','2024-09-15 16:32:39','','','','60.735','Cash',0.00,'100','','','4','16.00','1','2024-09-15 13:33:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640719220020020223'),(2711,'41726407318','9',1.50,'120','retail','0','2024-09-15 16:35:18','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:37:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','222.99','221.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640746207302303376'),(2712,'41726407467','9',5.00,'400','retail','0','2024-09-15 16:37:47','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 13:53:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','221.49','216.49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172640840802042262002'),(2713,'41726408416','9',4.50,'360','retail','0','2024-09-15 16:53:36','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 14:30:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','216.49','211.99','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641061234332336032'),(2714,'41726408416','60',1.00,'200','retail','0','2024-09-15 17:30:12','','','','57.38','Cash',0.00,'200','','','4','16.00','1','2024-09-15 14:30:52','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641062000330332363'),(2715,'41726408416','68',1.00,'200','retail','0','2024-09-15 17:30:20','','','','59.82','Cash',0.00,'200','','','4','16.00','1','2024-09-15 14:30:52','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641063242164300002'),(2716,'41726408416','113',2.00,'120','retail','0','2024-09-15 17:30:32','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-15 14:30:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641064700144043202'),(2717,'41726410653','9',2.63,'210','retail','0','2024-09-15 17:30:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 14:39:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.625','211.99','209.365','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641119742133722220'),(2718,'41726411200','3',1.00,'150','retail','0','2024-09-15 17:40:00','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-15 14:45:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.50','14.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641153211227221742'),(2719,'41726411200','9',1.00,'80','retail','0','2024-09-15 17:45:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 14:45:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','209.37','208.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641153999222722306'),(2720,'41726411545','9',1.00,'80','retail','0','2024-09-15 17:45:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 14:56:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','208.37','207.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641214723242341222'),(2721,'41726411545','80',1.00,'20','retail','0','2024-09-15 17:55:48','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-15 14:56:05','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641216130202412110'),(2722,'41726412166','9',4.00,'320','retail','0','2024-09-15 17:56:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 14:57:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','207.37','203.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641218402337233233'),(2723,'41726413380','9',1.00,'80','retail','0','2024-09-15 18:16:20','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:16:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','203.37','202.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641338538104220140'),(2724,'41726413380','3',0.50,'75','retail','0','2024-09-15 18:16:25','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-15 15:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','14.50','14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641339712227322927'),(2725,'41726413380','4',0.50,'75','retail','0','2024-09-15 18:16:37','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-15 15:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','33.00','32.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641341022222332146'),(2726,'41726413490','119',1.00,'60','retail','0','2024-09-15 18:18:10','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-15 15:18:26','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641350022637022421'),(2727,'41726413507','9',0.00,'0','retail','0','2024-09-15 18:18:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:25:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','202.37','202.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641391220346423303'),(2728,'41726413934','9',1.00,'80','retail','0','2024-09-15 18:25:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:37:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.37','201.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641464123010466320'),(2729,'41726413934','106',1.00,'100','retail','0','2024-09-15 18:37:21','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-15 15:37:37','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641465103442302234'),(2730,'41726414657','9',3.00,'240','retail','0','2024-09-15 18:37:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:44:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','201.37','198.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641507132212372330'),(2731,'41726414657','9',1.25,'100','retail','0','2024-09-15 18:44:31','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:44:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','198.37','197.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641508323334405238'),(2732,'41726415369','9',2.00,'160','retail','0','2024-09-15 18:49:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:49:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','197.12','195.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641538352253335472'),(2733,'41726415387','9',2.00,'160','retail','0','2024-09-15 18:49:48','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:52:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','195.12','193.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641551503172140760'),(2734,'41726415522','9',1.00,'80','retail','0','2024-09-15 18:52:02','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:55:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','193.12','192.12','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641575503023624324'),(2735,'41726415760','9',0.50,'40','retail','0','2024-09-15 18:56:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 15:57:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','192.12','191.62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641583122231332050'),(2736,'41726416547','5',1.00,'50','retail','0','2024-09-15 19:09:07','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-15 16:09:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641655402452220042'),(2737,'41726416817','9',1.25,'100','retail','0','2024-09-15 19:13:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:13:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','191.62','190.37','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641682982038230062'),(2738,'41726416832','9',0.63,'50','retail','0','2024-09-15 19:13:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:20:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','190.37','189.745','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641724803004220300'),(2739,'41726417869','9',3.00,'240','retail','0','2024-09-15 19:31:09','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:31:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','189.75','186.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641788142348348333'),(2740,'41726418157','119',1.00,'60','retail','0','2024-09-15 19:35:57','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-15 16:37:46','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641826022103430232'),(2741,'41726418499','9',2.00,'160','retail','0','2024-09-15 19:41:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:43:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','186.75','184.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641857572442443524'),(2742,'41726418586','9',1.50,'120','retail','0','2024-09-15 19:43:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:45:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','184.75','183.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641870523200230303'),(2743,'41726419015','11',1.00,'50','retail','0','2024-09-15 19:50:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-15 16:50:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641902224434242232'),(2744,'41726419015','9',1.25,'100','retail','0','2024-09-15 19:50:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 16:50:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','183.25','182','Inclusive','branch','Inventory','1110','4000','5500','','','','4172641903034213223402'),(2745,'41726420035','9',0.75,'60','retail','0','2024-09-15 20:07:15','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 17:07:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','182.00','181.25','Inclusive','branch','Inventory','1110','4000','5500','','','','4172642005630033220573'),(2746,'41726420633','9',0.50,'40','retail','0','2024-09-15 20:17:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-15 17:17:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','181.25','180.75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172642064222436433332'),(2747,'41726420633','6',1.00,'80','retail','0','2024-09-15 20:17:23','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-15 17:17:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','4172642065114362723236'),(2748,'61726456105','9',2.00,'160','retail','0','2024-09-16 06:08:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 03:19:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','180.75','178.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172645673733626042707'),(2749,'61726456751','9',1.25,'100','retail','0','2024-09-16 06:19:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 03:19:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','178.75','177.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172645676460024664306'),(2750,'61726457613','9',2.50,'200','retail','0','2024-09-16 06:33:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 03:33:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','177.50','175','Inclusive','branch','Inventory','1110','4000','5500','','','','6172645762535772242222'),(2751,'61726457631','9',4.00,'320','retail','0','2024-09-16 06:33:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 03:39:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','175.00','171','Inclusive','branch','Inventory','1110','4000','5500','','','','6172645797003276233335'),(2752,'61726458373','9',0.25,'20','retail','0','2024-09-16 06:46:13','','','','68','Cash',2.76,'80','','','6','16.00','1','2024-09-16 03:46:51','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',17.24,'','171.00','170.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172645837953237253033'),(2753,'61726458411','9',1.00,'80','retail','0','2024-09-16 06:46:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 04:24:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','170.75','169.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646066909244346422'),(2754,'61726460675','9',3.50,'280','retail','0','2024-09-16 07:24:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 04:33:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','169.75','166.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646119314232413676'),(2755,'61726462454','9',0.75,'60','retail','0','2024-09-16 07:54:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:16:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','166.25','165.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646376223322000300'),(2756,'61726463781','9',1.50,'120','retail','0','2024-09-16 08:16:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:40:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','165.50','164','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646520923003060620'),(2757,'61726465616','9',1.00,'80','retail','0','2024-09-16 08:46:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:47:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','164.00','163','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646562337226661724'),(2758,'61726465637','9',4.00,'320','retail','0','2024-09-16 08:47:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:47:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','163.00','159','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646565872633500460'),(2759,'61726465684','9',2.00,'160','retail','0','2024-09-16 08:48:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:49:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','159.00','157','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646574322203362123'),(2760,'61726465750','80',1.00,'20','retail','0','2024-09-16 08:49:10','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-16 05:52:51','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646596896320303230'),(2761,'61726465972','9',2.00,'160','retail','0','2024-09-16 08:52:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 05:55:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','157.00','155','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646611030420303333'),(2762,'61726466117','9',2.00,'160','retail','0','2024-09-16 08:55:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 06:21:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.00','153','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646765423327333727'),(2763,'61726467660','6',1.00,'80','retail','0','2024-09-16 09:21:00','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-16 06:26:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646797922923022322'),(2764,'61726467988','9',2.25,'180','retail','0','2024-09-16 09:26:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 06:28:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.25','153.00','150.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646808523803300232'),(2765,'61726468164','9',1.50,'120','retail','0','2024-09-16 09:29:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 06:29:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','150.75','149.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172646816920122332643'),(2766,'61726478918','11',2.00,'100','retail','0','2024-09-16 12:28:38','','','','29.5','Cash',13.79,'50','','','6','16.00','1','2024-09-16 10:02:11','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',86.21,'','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648053422223220233'),(2767,'61726478918','9',3.75,'300','retail','0','2024-09-16 12:58:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:02:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','149.25','145.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648075820263322042'),(2768,'61726478918','9',3.75,'300','retail','0','2024-09-16 12:59:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:02:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','145.50','141.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648077702372637030'),(2769,'61726478918','9',1.50,'120','retail','0','2024-09-16 12:59:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:02:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','141.75','140.25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648078770872731038'),(2770,'61726478918','9',2.50,'200','retail','0','2024-09-16 12:59:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:02:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','140.25','137.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648081304221332238'),(2771,'61726478918','119',1.00,'60','retail','0','2024-09-16 13:00:14','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-16 10:02:11','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648082838302344422'),(2773,'61726481099','119',1.00,'60','retail','0','2024-09-16 13:04:59','','','','30.68','Cash',0.00,'60','','','6','','1','2024-09-16 10:09:40','11','19','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172648113622323330470'),(2774,'61726481401','9',2.00,'160','retail','0','2024-09-16 13:10:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:11:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','137.75','135.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648141130310260422'),(2775,'61726481401','106',1.00,'100','retail','0','2024-09-16 13:10:12','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-16 10:11:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648144620847223226'),(2776,'61726481925','6',2.00,'160','retail','0','2024-09-16 13:18:45','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:19:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648195443222272213'),(2777,'61726481925','5',1.00,'50','retail','0','2024-09-16 13:19:14','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-16 10:19:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648197172632803743'),(2778,'61726481975','119',1.00,'60','retail','0','2024-09-16 13:19:35','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-16 10:27:01','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648229296629733222'),(2779,'61726482422','9',2.00,'160','retail','0','2024-09-16 13:27:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:47:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','135.75','133.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648363733272203023'),(2780,'61726483646','9',1.00,'80','retail','0','2024-09-16 13:47:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 10:48:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','133.75','132.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648366232222667763'),(2781,'61726485002','9',1.00,'80','retail','0','2024-09-16 14:10:03','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 11:10:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.75','131.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648501044133202274'),(2782,'61726485019','1',1.00,'80','retail','0','2024-09-16 14:10:19','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-16 11:17:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648542213422463000'),(2783,'61726485432','110',1.00,'60','retail','0','2024-09-16 14:17:12','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-16 11:53:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648762743024284230'),(2784,'61726487632','2',1.00,'50','retail','0','2024-09-16 14:53:52','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-16 11:57:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648787322044782263'),(2785,'61726487877','114',1.00,'100','retail','0','2024-09-16 14:57:57','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-16 12:02:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648813223832330320'),(2786,'61726488140','4',0.50,'75','retail','0','2024-09-16 15:02:20','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-16 12:10:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','32.50','32','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648863413333708212'),(2787,'61726488640','114',1.00,'100','retail','0','2024-09-16 15:10:40','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-16 12:11:18','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648867208226248232'),(2788,'61726489362','9',0.63,'50','retail','0','2024-09-16 15:22:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 12:22:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','131.75','131.125','Inclusive','branch','Inventory','1110','4000','5500','','','','6172648937333332217448'),(2789,'61726489378','9',1.50,'120','retail','0','2024-09-16 15:22:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 12:34:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','131.13','129.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649007920233092023'),(2790,'61726490089','9',2.00,'160','retail','0','2024-09-16 15:34:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 12:50:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.63','127.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649101963742343192'),(2791,'61726491023','9',1.00,'80','retail','0','2024-09-16 15:50:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 13:01:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','127.63','126.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649166837269691724'),(2792,'61726491675','11',1.00,'50','retail','0','2024-09-16 16:01:15','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-16 13:08:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649209532922200523'),(2793,'61726492699','9',2.00,'160','retail','0','2024-09-16 16:18:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 13:18:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','126.63','124.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649271032122200023'),(2794,'61726493136','11',1.00,'50','retail','0','2024-09-16 16:25:36','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-16 13:25:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649314461163404306'),(2795,'61726493147','11',1.00,'50','retail','0','2024-09-16 16:25:47','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-16 13:38:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649392930099320260'),(2796,'61726493939','9',1.00,'80','retail','0','2024-09-16 16:38:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 13:52:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.63','123.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649472123072293470'),(2797,'61726494899','120',1.00,'100','retail','0','2024-09-16 16:54:59','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-16 13:55:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649490999003039326'),(2798,'61726494899','119',1.00,'60','retail','0','2024-09-16 16:55:09','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-16 13:55:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649492306933313303'),(2799,'61726494932','9',0.50,'40','retail','0','2024-09-16 16:55:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:00:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','123.63','123.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649520792656202530'),(2800,'61726495214','9',3.00,'240','retail','0','2024-09-16 17:00:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:03:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','123.13','120.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649543332302379033'),(2801,'61726495437','113',1.00,'60','retail','0','2024-09-16 17:03:57','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-16 14:07:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649563422006042513'),(2802,'61726495437','9',0.50,'40','retail','0','2024-09-16 17:07:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:07:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','120.13','119.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649564722430234222'),(2803,'61726495437','99',1.00,'100','retail','0','2024-09-16 17:07:27','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-16 14:07:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649566609306012273'),(2804,'61726495677','9',1.00,'80','retail','0','2024-09-16 17:07:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:12:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','119.63','118.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649593002332360047'),(2805,'61726495677','11',1.00,'50','retail','0','2024-09-16 17:12:11','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-16 14:12:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649593935230060391'),(2806,'61726495945','9',3.00,'240','retail','0','2024-09-16 17:12:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:18:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','118.63','115.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649633130233940233'),(2807,'61726496338','9',0.38,'30','retail','0','2024-09-16 17:18:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:22:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','115.63','115.255','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649655306242330050'),(2808,'61726496562','7',1.00,'60','retail','0','2024-09-16 17:22:42','','','','45.5','Cash',0.00,'60','','','6','16.00','1','2024-09-16 14:28:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649690703233062229'),(2809,'61726497289','9',2.00,'160','retail','0','2024-09-16 17:34:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:35:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','115.26','113.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649730526220343032'),(2810,'61726497683','9',3.00,'240','retail','0','2024-09-16 17:41:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:42:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','113.26','110.26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649769323636239033'),(2811,'61726497683','80',1.00,'20','retail','0','2024-09-16 17:41:34','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-16 14:42:09','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649770525002376944'),(2812,'61726497730','9',5.88,'470','retail','0','2024-09-16 17:42:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:54:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5.875','110.26','104.385','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649843172128220303'),(2813,'61726497730','53',1.00,'80','retail','0','2024-09-16 17:53:52','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-16 14:54:27','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649843932733934238'),(2814,'61726499259','4',1.00,'150','retail','0','2024-09-16 18:07:39','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-16 15:09:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649934402213303962'),(2815,'61726499259','106',1.00,'100','retail','0','2024-09-16 18:09:04','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-16 15:09:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172649935304324233302'),(2816,'61726499361','9',2.25,'180','retail','0','2024-09-16 18:09:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 15:21:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.25','104.39','102.14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650004900024432302'),(2817,'61726500076','9',3.00,'240','retail','0','2024-09-16 18:21:16','','','','68','Cash',33.10,'80','','','6','16.00','1','2024-09-16 15:26:46','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',206.90,'','102.14','99.14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650034603276233330'),(2818,'61726500406','9',0.63,'50','retail','0','2024-09-16 18:26:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 15:29:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','99.14','98.515','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650056424642324302'),(2819,'61726500672','9',2.63,'210.4','retail','0','2024-09-16 18:31:12','','','','68','Cash',29.02,'80','','','6','16.00','1','2024-09-16 15:34:31','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',181.38,'','98.52','95.89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650067930230060301'),(2820,'61726500872','9',3.25,'260','retail','0','2024-09-16 18:34:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 15:46:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.25','95.89','92.64','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650158902301709222'),(2821,'61726501606','9',1.50,'120','retail','0','2024-09-16 18:46:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 15:51:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','92.64','91.14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650187707101747330'),(2822,'61726501883','9',6.25,'500','retail','0','2024-09-16 18:51:23','','','','68','Cash',68.97,'80','','','6','16.00','1','2024-09-16 16:01:54','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',431.03,'','91.14','84.89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650238523370082233'),(2823,'61726502515','9',0.50,'40','retail','0','2024-09-16 19:01:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 16:26:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','84.89','84.39','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650398035203136382'),(2824,'61726503983','53',1.00,'80','retail','0','2024-09-16 19:26:24','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-16 16:26:49','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650400330033503222'),(2825,'61726504009','10',1.00,'40','retail','0','2024-09-16 19:26:49','','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-09-16 16:29:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650419063224166212'),(2826,'61726504194','6',1.00,'80','retail','0','2024-09-16 19:29:54','','','','52.66','Cash',0.00,'80','','','6','16.00','1','2024-09-16 16:32:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650437220223372332'),(2827,'61726504375','114',1.00,'100','retail','0','2024-09-16 19:32:55','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-16 16:36:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650461012522014026'),(2828,'61726504618','9',1.50,'120','retail','0','2024-09-16 19:36:58','','','','68','Cash',16.55,'80','','','6','16.00','1','2024-09-16 16:52:03','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',103.45,'','84.39','82.89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650528003008220052'),(2829,'61726504618','120',1.00,'100','retail','0','2024-09-16 19:48:00','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-16 16:52:03','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650530832242280002'),(2830,'61726505524','9',1.00,'80','retail','0','2024-09-16 19:52:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 16:53:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.89','81.89','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650558023503232552'),(2831,'61726505799','9',0.88,'70','retail','0','2024-09-16 19:56:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 16:56:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','81.89','81.015','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650581483234137233'),(2832,'61726505820','9',1.50,'120','retail','0','2024-09-16 19:57:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:02:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','81.02','79.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650614322025130132'),(2833,'61726506164','9',1.00,'80','retail','0','2024-09-16 20:02:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:03:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.52','78.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650618833214163103'),(2834,'61726506199','9',1.00,'80','retail','0','2024-09-16 20:03:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:04:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.52','77.52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650622303327702610'),(2835,'61726506199','11',1.00,'50','retail','0','2024-09-16 20:03:43','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-16 17:04:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650623410330634334'),(2836,'61726506241','9',0.63,'50','retail','0','2024-09-16 20:04:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:06:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','77.52','76.895','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650633123432022211'),(2837,'61726506241','114',1.00,'100','retail','0','2024-09-16 20:05:59','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-16 17:06:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650636903233433362'),(2838,'61726506380','9',0.50,'40','retail','0','2024-09-16 20:06:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:10:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','76.90','76.4','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650660522333326532'),(2839,'61726506607','9',0.38,'30','retail','0','2024-09-16 20:10:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:18:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','76.40','76.025','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650711232332201102'),(2840,'61726508449','59',1.00,'300','retail','0','2024-09-16 20:40:49','','','','98.25','Cash',0.00,'300','','','6','16.00','1','2024-09-16 17:42:07','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650845830706680232'),(2841,'61726508449','110',1.00,'60','retail','0','2024-09-16 20:40:58','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-16 17:42:07','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650850233303037223'),(2842,'61726508799','9',1.00,'80','retail','0','2024-09-16 20:46:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-16 17:47:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.03','75.03','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650880503223313123'),(2843,'61726509325','106',1.00,'100','retail','0','2024-09-16 20:55:25','','','','56.37','Cash',0.00,'100','','','6','16.00','1','2024-09-16 17:55:42','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','','','6172650933932463330260'),(2845,'61726509936','9',0.75,'60','retail','0','2024-09-16 21:05:36','','','','68','Cash',0.00,'80','','','6','','1','2024-09-16 18:06:33','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','75.03','74.28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172650994952029933194'),(2846,'61726543258','9',3.50,'280','retail','0','2024-09-17 06:20:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 03:50:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','224.28','220.78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654327523062322245'),(2847,'61726545016','9',3.50,'280','retail','0','2024-09-17 06:50:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 03:50:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','220.78','217.28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654503306305323407'),(2848,'61726545051','9',4.50,'360','retail','0','2024-09-17 06:50:51','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 03:57:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','217.28','212.78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654542120322303250'),(2849,'61726546119','9',1.25,'100','retail','0','2024-09-17 07:08:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 04:09:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','212.78','211.53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654613640334221030'),(2850,'61726546153','9',0.88,'70','retail','0','2024-09-17 07:09:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 04:09:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','211.53','210.655','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654616454221146362'),(2851,'61726546171','9',2.00,'160','retail','0','2024-09-17 07:09:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 04:10:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','210.66','208.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654624222422325712'),(2852,'61726547317','9',4.00,'320','retail','0','2024-09-17 07:28:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 04:29:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','208.66','204.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654734923043222347'),(2853,'61726549472','9',0.50,'40','retail','0','2024-09-17 08:04:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:04:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','204.66','204.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654948034202014413'),(2854,'61726549539','9',2.00,'160','retail','0','2024-09-17 08:05:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:05:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','204.16','202.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654955271300127023'),(2855,'61726549559','9',1.00,'80','retail','0','2024-09-17 08:05:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:10:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.16','201.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172654983534205033743'),(2856,'61726550120','9',0.50,'40','retail','0','2024-09-17 08:15:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:15:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','201.16','200.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655012872452033362'),(2857,'61726550138','9',1.50,'120','retail','0','2024-09-17 08:15:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:18:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','200.66','199.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655026837233032225'),(2858,'61726550766','9',4.00,'320','retail','0','2024-09-17 08:26:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:26:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','199.16','195.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655078073255733368'),(2859,'61726551468','9',2.00,'160','retail','0','2024-09-17 08:37:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 05:37:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','195.16','193.16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655147530060553373'),(2860,'61726551478','9',2.50,'200','retail','0','2024-09-17 08:37:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:01:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','193.16','190.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655289203553023607'),(2861,'61726552899','9',1.00,'80','retail','0','2024-09-17 09:01:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:02:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','190.66','189.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655290832730437332'),(2862,'61726553197','118',5.00,'900','retail','0','2024-09-17 09:06:37','','','','103.47','Cash',0.00,'180','','','6','16.00','1','2024-09-17 06:10:43','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','74.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655320732232232030'),(2863,'61726553197','9',10.00,'800','retail','0','2024-09-17 09:06:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:10:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','189.66','179.66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655321723610022522'),(2864,'61726553448','9',1.25,'100','retail','0','2024-09-17 09:10:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:15:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','179.66','178.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655368765233532623'),(2865,'61726555729','9',5.00,'400','retail','0','2024-09-17 09:48:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:49:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','178.41','173.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655573772336327163'),(2866,'61726555752','9',1.00,'80','retail','0','2024-09-17 09:49:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 06:49:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','173.41','172.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655575750220712527'),(2867,'61726555762','9',1.00,'80','retail','0','2024-09-17 09:49:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 07:39:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.41','171.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172655864702063250362'),(2868,'61726558766','9',1.00,'80','retail','0','2024-09-17 10:39:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 08:11:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.41','170.41','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656068130206233302'),(2869,'61726560690','9',0.38,'30','retail','0','2024-09-17 11:11:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 08:12:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','170.41','170.035','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656070233117270337'),(2870,'61726561777','9',1.00,'80','retail','0','2024-09-17 11:29:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 08:29:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','170.04','169.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656178272003032326'),(2871,'61726561788','108',1.00,'100','retail','0','2024-09-17 11:29:48','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-17 08:36:56','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656220963426202022'),(2872,'61726564475','11',1.00,'50','retail','0','2024-09-17 12:14:35','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-17 09:14:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656448072433528333'),(2873,'61726564487','3',2.00,'300','retail','0','2024-09-17 12:14:48','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-17 09:24:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656502436204032743'),(2874,'61726564487','71',1.00,'45','retail','0','2024-09-17 12:23:44','','','','27','Cash',0.00,'45','','','6','16.00','1','2024-09-17 09:24:57','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656504533316242324'),(2875,'61726564487','9',0.50,'40','retail','0','2024-09-17 12:24:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 09:24:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','319.04','318.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656506026036030220'),(2876,'61726565098','9',1.00,'80','retail','0','2024-09-17 12:24:58','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 09:26:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','318.54','317.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656515760232427602'),(2877,'61726567057','120',1.00,'100','retail','0','2024-09-17 12:57:37','','','','60.735','Cash',0.00,'100','','','6','16.00','1','2024-09-17 10:06:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656759170572363322'),(2878,'61726567599','4',1.00,'150','retail','0','2024-09-17 13:06:39','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-17 10:19:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656833200332620033'),(2879,'61726567599','11',1.00,'50','retail','0','2024-09-17 13:18:52','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-17 10:19:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656833920230520622'),(2880,'61726568357','71',1.00,'45','retail','0','2024-09-17 13:19:17','','','','27','Cash',0.00,'45','','','6','16.00','1','2024-09-17 10:21:17','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656847236373270272'),(2881,'61726568478','1',1.00,'80','retail','0','2024-09-17 13:21:18','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-17 10:43:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172656983182202802696'),(2882,'61726569835','4',1.00,'150','retail','0','2024-09-17 13:43:55','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-17 10:56:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657060206376272132'),(2883,'61726569835','80',1.00,'20','retail','0','2024-09-17 13:56:42','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-17 10:56:57','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657061370353302033'),(2884,'61726570618','11',1.00,'50','retail','0','2024-09-17 13:56:58','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-17 11:03:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657098492220285023'),(2885,'61726570987','11',1.00,'50','retail','0','2024-09-17 14:03:08','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-17 11:05:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657113363320335072'),(2886,'61726571135','104',2.00,'200','retail','0','2024-09-17 14:05:36','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-09-17 11:58:02','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','83.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657427543636003735'),(2887,'61726574283','116',1.00,'60','retail','0','2024-09-17 14:58:03','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-09-17 12:07:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657481472422200313'),(2888,'61726574283','113',1.00,'60','retail','0','2024-09-17 15:06:55','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-17 12:07:08','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657482343636003733'),(2889,'61726575816','9',5.00,'400','retail','0','2024-09-17 15:23:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 12:23:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','317.54','312.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657582832223336023'),(2890,'61726575834','9',1.00,'80','retail','0','2024-09-17 15:23:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 12:31:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','312.54','311.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657624726330633333'),(2891,'61726576274','9',1.00,'80','retail','0','2024-09-17 15:31:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 12:31:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','311.54','310.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657628136260322120'),(2892,'61726577055','9',1.00,'80','retail','0','2024-09-17 15:44:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 12:44:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','310.54','309.54','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657705922270223367'),(2893,'61726577068','9',0.50,'40','retail','0','2024-09-17 15:44:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 12:59:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','309.54','309.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657793733023202000'),(2894,'61726577943','117',1.00,'100','retail','0','2024-09-17 15:59:03','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-09-17 13:05:26','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657831222202605331'),(2895,'61726577943','9',2.00,'160','retail','0','2024-09-17 16:05:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 13:05:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','309.04','307.04','Inclusive','branch','Inventory','1110','4000','5500','','','','6172657832125031335630'),(2896,'61726578327','119',1.00,'60','retail','0','2024-09-17 16:05:27','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-17 13:38:50','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658032323233022320'),(2897,'61726580330','9',0.75,'60','retail','0','2024-09-17 16:38:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 13:45:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','307.04','306.29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658072924236773162'),(2898,'61726580736','9',0.63,'50','retail','0','2024-09-17 16:45:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 13:48:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','306.29','305.665','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658087962202233223'),(2899,'61726581193','9',0.50,'40','retail','0','2024-09-17 16:53:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 13:53:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','305.67','305.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658120260330250634'),(2900,'61726581208','9',2.00,'160','retail','0','2024-09-17 16:53:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 13:55:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','305.17','303.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658132853322722022'),(2901,'61726582537','9',2.00,'160','retail','0','2024-09-17 17:15:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:17:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','303.17','301.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658261337522632303'),(2902,'61726582653','9',2.00,'160','retail','0','2024-09-17 17:17:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:18:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','301.17','299.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658267070325430022'),(2903,'61726583264','9',2.00,'160','retail','0','2024-09-17 17:27:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:29:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','299.17','297.17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658337003065330324'),(2904,'61726583376','9',0.75,'60','retail','0','2024-09-17 17:29:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:32:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','297.17','296.42','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658352360224723227'),(2905,'61726583530','114',1.00,'100','retail','0','2024-09-17 17:32:10','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-17 14:38:21','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658389720291623639'),(2906,'61726583901','9',1.50,'120','retail','0','2024-09-17 17:38:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:40:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','296.42','294.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658401702306860230'),(2907,'61726584692','9',3.00,'240','retail','0','2024-09-17 17:51:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 14:51:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','294.92','291.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658470523213663323'),(2908,'61726586417','9',4.00,'320','retail','0','2024-09-17 18:20:18','','','','68','Cash',44.14,'80','','','6','16.00','1','2024-09-17 15:27:59','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',275.86,'','291.92','287.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658669353330222509'),(2909,'61726586417','71',1.00,'45','retail','0','2024-09-17 18:26:17','','','','27','Cash',0.00,'45','','','6','16.00','1','2024-09-17 15:27:59','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658679292021243223'),(2910,'61726586417','1',1.00,'80','retail','0','2024-09-17 18:26:32','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-17 15:27:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658680532628012338'),(2911,'61726586417','5',1.00,'50','retail','0','2024-09-17 18:26:45','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-17 15:27:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658681801273310133'),(2912,'61726586880','1',1.00,'80','retail','0','2024-09-17 18:28:00','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-17 15:30:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658700770232322263'),(2913,'61726587025','9',4.00,'320','retail','0','2024-09-17 18:30:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 15:38:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','287.92','283.92','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658740380238324123'),(2914,'61726587025','80',1.00,'20','retail','0','2024-09-17 18:36:44','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-17 15:38:16','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658741402320402442'),(2915,'61726587025','71',1.00,'45','retail','0','2024-09-17 18:36:54','','','','27','Cash',0.00,'45','','','6','16.00','1','2024-09-17 15:38:16','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658744233332622834'),(2916,'61726587497','9',0.63,'50','retail','0','2024-09-17 18:38:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 15:40:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','283.92','283.295','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658753072273337672'),(2917,'61726587604','60',1.00,'200','retail','0','2024-09-17 18:40:04','','','','57.38','Cash',0.00,'200','','','6','16.00','1','2024-09-17 15:51:58','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658831513215030340'),(2918,'61726588319','9',1.25,'100','retail','0','2024-09-17 18:51:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:02:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','283.30','282.05','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658892729258332012'),(2919,'61726589272','9',1.25,'100','retail','0','2024-09-17 19:07:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:08:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','282.05','280.8','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658928253762896323'),(2920,'61726589339','9',0.63,'50','retail','0','2024-09-17 19:08:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:09:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','280.80','280.175','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658935002222422322'),(2921,'61726589356','4',1.50,'225','retail','0','2024-09-17 19:09:16','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-17 16:15:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','29.00','27.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658959805215053258'),(2922,'61726589356','9',2.00,'160','retail','0','2024-09-17 19:13:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:15:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','280.18','278.18','Inclusive','branch','Inventory','1110','4000','5500','','','','6172658971200200223023'),(2923,'61726589745','9',0.50,'40','retail','0','2024-09-17 19:15:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:21:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','278.18','277.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659006431232707923'),(2924,'61726590068','9',2.00,'160','retail','0','2024-09-17 19:21:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:22:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','277.68','275.68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659011820062022839'),(2925,'61726590129','9',1.63,'130','retail','0','2024-09-17 19:22:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:25:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','275.68','274.055','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659035120692030320'),(2926,'61726590359','9',1.13,'90','retail','0','2024-09-17 19:25:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:26:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.125','274.06','272.935','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659037920303002105'),(2927,'61726591665','9',1.00,'80','retail','0','2024-09-17 19:47:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:48:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','272.94','271.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659167220336120025'),(2928,'61726591716','9',1.00,'80','retail','0','2024-09-17 19:48:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:48:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','271.94','270.94','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659172433211302252'),(2929,'61726591730','9',0.50,'40','retail','0','2024-09-17 19:48:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 16:50:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','270.94','270.44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659179423442040414'),(2930,'61726591730','80',1.00,'20','retail','0','2024-09-17 19:49:54','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-17 16:50:06','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659180033209320360'),(2931,'61726591806','10',1.00,'40','retail','0','2024-09-17 19:50:06','','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-09-17 16:54:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659204322230223222'),(2932,'61726592052','9',0.88,'70','retail','0','2024-09-17 19:54:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:00:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','270.44','269.565','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659241814226528312'),(2933,'61726592424','99',1.00,'100','retail','0','2024-09-17 20:00:24','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-17 17:08:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659293675330033336'),(2934,'61726592939','99',1.00,'100','retail','0','2024-09-17 20:08:59','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-17 17:09:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659296202024260220'),(2935,'61726592972','9',1.00,'80','retail','0','2024-09-17 20:09:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:17:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','269.57','268.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659344222303333439'),(2936,'61726594146','9',1.00,'80','retail','0','2024-09-17 20:29:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:29:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','268.57','267.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659415256250210024'),(2937,'61726594146','80',1.00,'20','retail','0','2024-09-17 20:29:12','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-17 17:29:23','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659415812222334353'),(2938,'61726594164','10',1.00,'40','retail','0','2024-09-17 20:29:24','','','','29.5','Cash',0.00,'40','','','6','16.00','1','2024-09-17 17:30:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659423733040004066'),(2939,'61726594241','11',1.00,'50','retail','0','2024-09-17 20:30:48','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-17 17:36:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659456923072293470'),(2940,'61726594575','9',1.00,'80','retail','0','2024-09-17 20:36:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:43:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','260.07','259.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659501000230303923'),(2941,'61726595016','9',1.00,'80','retail','0','2024-09-17 20:43:36','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:43:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','259.07','258.07','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659502363232231532'),(2942,'61726595040','9',1.50,'120','retail','0','2024-09-17 20:44:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:44:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','258.07','256.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659504803333201733'),(2943,'61726595798','9',2.00,'160','retail','0','2024-09-17 20:56:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 17:58:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','256.57','254.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659592037272223003'),(2944,'61726595939','9',2.00,'160','retail','0','2024-09-17 20:58:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 18:00:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','254.57','252.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659599459293309003'),(2945,'61726596001','9',1.00,'80','retail','0','2024-09-17 21:00:01','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-17 18:00:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','252.57','251.57','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659600800206242666'),(2946,'61726596048','5',1.00,'50','retail','0','2024-09-17 21:00:48','','','','30.83','Cash',0.00,'50','','','6','16.00','1','2024-09-17 18:01:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172659605662243032032'),(2947,'61726629530','9',3.13,'250','retail','0','2024-09-18 06:18:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:35:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.125','251.57','248.445','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663054272314072220'),(2948,'61726630602','9',5.00,'400','retail','0','2024-09-18 06:36:42','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:37:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','248.45','243.45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663061010063000623'),(2949,'61726631375','9',1.38,'110','retail','0','2024-09-18 06:49:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:50:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.375','243.45','242.075','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663139530623310231'),(2950,'61726631417','9',4.50,'360','retail','0','2024-09-18 06:50:17','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:51:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','242.08','237.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663146866222713322'),(2951,'61726631479','9',2.00,'160','retail','0','2024-09-18 06:51:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:51:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','237.58','235.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663148932363619239'),(2952,'61726631500','9',1.25,'100','retail','0','2024-09-18 06:51:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 03:51:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','235.58','234.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663151006601333062'),(2953,'61726631654','9',4.00,'320','retail','0','2024-09-18 06:54:14','','','','68','Cash',44.14,'80','','','6','16.00','1','2024-09-18 03:54:40','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',275.86,'','234.33','230.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663165953222222053'),(2954,'61726633077','9',3.50,'280','retail','0','2024-09-18 07:17:57','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 04:18:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','230.33','226.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663308731227302634'),(2955,'61726633574','9',2.00,'160','retail','0','2024-09-18 07:26:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 04:26:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','226.83','224.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663360733032226632'),(2956,'61726634592','9',1.00,'80','retail','0','2024-09-18 07:43:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 04:43:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','224.83','223.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663459626262927225'),(2957,'61726634603','9',2.00,'160','retail','0','2024-09-18 07:43:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 05:11:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','223.83','221.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663627222304621332'),(2958,'61726636953','9',4.00,'320','retail','0','2024-09-18 08:22:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 05:23:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','221.83','217.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663696623322063633'),(2959,'61726637731','9',2.00,'160','retail','0','2024-09-18 08:35:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 05:35:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','217.83','215.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663774123341330313'),(2960,'61726637753','9',0.50,'40','retail','0','2024-09-18 08:35:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 05:37:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','215.83','215.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663783636632662606'),(2961,'61726637887','9',1.50,'120','retail','0','2024-09-18 08:38:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 05:55:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','215.33','213.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663892533292332326'),(2962,'61726639359','9',1.00,'80','retail','0','2024-09-18 09:02:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:02:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','213.83','212.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172663936402303629222'),(2963,'61726640208','9',0.50,'40','retail','0','2024-09-18 09:16:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:17:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','212.83','212.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664022024023422302'),(2964,'61726640228','9',1.00,'80','retail','0','2024-09-18 09:17:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:28:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','212.33','211.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664087830223307030'),(2965,'61726640886','9',1.00,'80','retail','0','2024-09-18 09:28:06','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:34:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','211.33','210.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664127062042202203'),(2966,'61726641277','9',1.00,'80','retail','0','2024-09-18 09:34:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:41:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','210.33','209.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664167523024132660'),(2967,'61726641682','9',1.25,'100','retail','0','2024-09-18 09:41:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:45:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','209.33','208.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664193824221682206'),(2968,'61726642447','9',10.00,'800','retail','0','2024-09-18 09:54:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:54:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','208.08','198.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664245733214163403'),(2969,'61726642465','9',1.75,'140','retail','0','2024-09-18 09:54:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 06:59:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','198.08','196.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664277024232664320'),(2970,'61726642775','9',1.50,'120','retail','0','2024-09-18 09:59:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 07:28:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','196.33','194.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664452460076330232'),(2971,'61726644528','9',1.00,'80','retail','0','2024-09-18 10:28:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 07:29:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','194.83','193.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664457120343242123'),(2972,'61726646649','4',4.00,'600','retail','0','2024-09-18 11:04:10','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-18 08:04:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','27.50','23.5','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664666323603232662'),(2973,'61726648327','109',1.00,'100','retail','0','2024-09-18 11:32:07','','','','54','Cash',0.00,'100','','','6','16.00','1','2024-09-18 08:39:58','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664879282223081222'),(2974,'61726648799','9',0.50,'40','retail','0','2024-09-18 11:39:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 08:43:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','193.83','193.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664896722312344232'),(2975,'61726648799','11',1.00,'50','retail','0','2024-09-18 11:42:47','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 08:43:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172664897500733220999'),(2976,'61726648992','9',1.00,'80','retail','0','2024-09-18 11:43:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 09:05:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','193.33','192.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665029733277356033'),(2977,'61726650918','100',1.00,'100','retail','0','2024-09-18 12:15:19','','','','56.26','Cash',0.00,'100','','','6','16.00','1','2024-09-18 09:15:35','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665092962203626020'),(2978,'61726650948','9',3.75,'300','retail','0','2024-09-18 12:15:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 09:16:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','192.33','188.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665096452205600532'),(2979,'61726650972','9',1.00,'80','retail','0','2024-09-18 12:16:12','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 09:17:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','188.58','187.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665103035232523316'),(2980,'61726651557','99',1.00,'100','retail','0','2024-09-18 12:25:57','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-18 09:26:14','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665156842232132266'),(2981,'61726652945','116',2.00,'120','retail','0','2024-09-18 12:49:05','','','','30.77','Cash',0.00,'60','','','6','16.00','1','2024-09-18 10:15:29','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665296420624232003'),(2982,'61726654530','5',1.00,'50','retail','0','2024-09-18 13:15:30','','','','30.83','Cash',6.90,'50','','','6','16.00','1','2024-09-18 10:15:50','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',43.10,'','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665454002730250020'),(2983,'61726654551','11',1.00,'50','retail','0','2024-09-18 13:15:51','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 10:25:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665512950675235203'),(2984,'61726655475','11',1.00,'50','retail','0','2024-09-18 13:31:15','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 10:31:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665548402200410222'),(2985,'61726655776','11',1.00,'50','retail','0','2024-09-18 13:36:16','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 10:36:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665578550352003366'),(2986,'61726655795','1',1.00,'80','retail','0','2024-09-18 13:36:35','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-18 11:22:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665855672500563626'),(2987,'61726655795','119',1.00,'60','retail','0','2024-09-18 14:22:37','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-18 11:22:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665856840226366553'),(2988,'61726658572','9',1.50,'120','retail','0','2024-09-18 14:22:52','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 11:33:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','187.58','186.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172665919444639290220'),(2989,'61726660586','11',1.00,'50','retail','0','2024-09-18 14:56:26','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 11:56:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666060733333001006'),(2990,'61726664113','11',1.00,'50','retail','0','2024-09-18 15:55:13','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 13:15:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666529929923977039'),(2991,'61726665309','9',0.50,'40','retail','0','2024-09-18 16:15:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 13:27:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','186.08','185.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666601263330372332'),(2992,'61726666027','11',1.00,'50','retail','0','2024-09-18 16:27:07','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 13:27:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666603424100602333'),(2993,'61726666730','9',2.00,'160','retail','0','2024-09-18 16:38:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 13:39:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','185.58','183.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666674106332377466'),(2994,'61726666829','9',0.50,'40','retail','0','2024-09-18 16:40:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 13:40:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','183.58','183.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666684133366226322'),(2995,'61726667480','9',3.00,'240','retail','0','2024-09-18 16:51:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 14:03:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','183.08','180.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666816949232320306'),(2996,'61726668181','11',1.00,'50','retail','0','2024-09-18 17:03:01','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 14:06:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666838032263023333'),(2997,'61726668382','9',2.00,'160','retail','0','2024-09-18 17:06:22','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 14:23:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','180.08','178.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172666941622226300033'),(2998,'61726669421','119',1.00,'60','retail','0','2024-09-18 17:23:41','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-18 14:35:09','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667010206203321361'),(2999,'61726670110','9',2.00,'160','retail','0','2024-09-18 17:35:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 14:44:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','178.08','176.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667064241000363223'),(3000,'61726671927','9',2.50,'200','retail','0','2024-09-18 18:05:27','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:05:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','176.08','173.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667194070723040026'),(3001,'61726671944','9',2.00,'160','retail','0','2024-09-18 18:05:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:09:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','173.58','171.58','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667216203233303232'),(3002,'61726672170','9',1.25,'100','retail','0','2024-09-18 18:09:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:09:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','171.58','170.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667218133272203023'),(3003,'61726673070','9',1.25,'100','retail','0','2024-09-18 18:24:30','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:24:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','170.33','169.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667309522024022290'),(3004,'61726673098','3',1.00,'150','retail','0','2024-09-18 18:24:58','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-18 15:25:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667311972242920122'),(3005,'61726673098','80',1.00,'20','retail','0','2024-09-18 18:25:20','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-18 15:25:32','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667312623124633203'),(3006,'61726673133','9',0.75,'60','retail','0','2024-09-18 18:25:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:26:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','169.08','168.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667316862633122226'),(3007,'61726673176','9',1.00,'80','retail','0','2024-09-18 18:26:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:28:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','168.33','167.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667332727233022233'),(3008,'61726673330','9',1.00,'80','retail','0','2024-09-18 18:28:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:33:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','167.33','166.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667358932323022089'),(3009,'61726673634','9',0.50,'40','retail','0','2024-09-18 18:33:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:34:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','166.33','165.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667365103503402773'),(3010,'61726674307','9',2.00,'160','retail','0','2024-09-18 18:45:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:48:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','165.83','163.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667452470607463402'),(3011,'61726674530','9',1.00,'80','retail','0','2024-09-18 18:48:50','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:50:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','163.83','162.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667464673764723036'),(3012,'61726674653','9',3.00,'240','retail','0','2024-09-18 18:50:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:55:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','162.83','159.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667490263762343172'),(3013,'61726674910','114',1.00,'100','retail','0','2024-09-18 18:55:10','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-18 15:55:24','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667491720232273736'),(3014,'61726674924','9',3.00,'240','retail','0','2024-09-18 18:55:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 15:59:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','159.83','156.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667514102200110222'),(3015,'61726675160','9',0.75,'60','retail','0','2024-09-18 18:59:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:00:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','156.83','156.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667521622266023250'),(3016,'61726675219','9',1.00,'80','retail','0','2024-09-18 19:00:19','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:01:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','156.08','155.08','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667528586263803232'),(3017,'61726676388','9',0.25,'20','retail','0','2024-09-18 19:19:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:20:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','155.08','154.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667640202714630222'),(3018,'61726676485','9',1.00,'80','retail','0','2024-09-18 19:21:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:21:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','154.83','153.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667649220204032341'),(3019,'61726676505','9',1.00,'80','retail','0','2024-09-18 19:21:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:21:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','153.83','152.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667651360271230724'),(3020,'61726676519','9',1.00,'80','retail','0','2024-09-18 19:21:59','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:24:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','152.83','151.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667669222200002390'),(3021,'61726676757','53',1.00,'80','retail','0','2024-09-18 19:25:57','','','','54','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:26:10','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667676432263722307'),(3022,'61726676791','9',1.00,'80','retail','0','2024-09-18 19:26:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:33:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','151.83','150.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667718537662213030'),(3023,'61726676791','9',0.50,'40','retail','0','2024-09-18 19:33:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:33:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','150.83','150.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667720163703233106'),(3024,'61726676791','80',1.00,'20','retail','0','2024-09-18 19:33:22','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-18 16:33:30','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667720760003037732'),(3025,'61726677211','9',2.00,'160','retail','0','2024-09-18 19:33:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:35:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','150.33','148.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667732033333232322'),(3026,'61726677337','9',1.00,'80','retail','0','2024-09-18 19:35:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:36:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','148.33','147.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667738362733222222'),(3027,'61726677386','9',1.00,'80','retail','0','2024-09-18 19:36:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:37:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','147.33','146.33','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667746147332121370'),(3028,'61726678133','9',0.50,'40','retail','0','2024-09-18 19:48:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:53:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','146.33','145.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667839330030202020'),(3029,'61726678400','9',1.00,'80','retail','0','2024-09-18 19:53:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:57:43','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','145.83','144.83','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667865323320033330'),(3030,'61726678664','9',0.88,'70','retail','0','2024-09-18 19:57:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:58:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','144.83','143.955','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667868022862030208'),(3031,'61726678688','9',0.50,'40','retail','0','2024-09-18 19:58:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:58:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','143.96','143.46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667870732022332022'),(3032,'61726678712','9',0.50,'40','retail','0','2024-09-18 19:58:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 16:58:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','143.46','142.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667872572278772336'),(3033,'61726679003','9',1.00,'80','retail','0','2024-09-18 20:03:23','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 17:03:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','142.96','141.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667901027237203224'),(3034,'61726679017','9',2.00,'160','retail','0','2024-09-18 20:03:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 17:06:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','141.96','139.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667916222662671072'),(3035,'61726679206','9',3.00,'240','retail','0','2024-09-18 20:06:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 17:07:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','139.96','136.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667921921292626323'),(3036,'61726679290','11',1.00,'50','retail','0','2024-09-18 20:08:10','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-18 17:08:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667929900303326623'),(3037,'61726679467','114',1.00,'100','retail','0','2024-09-18 20:11:07','','','','54.5','Cash',0.00,'100','','','6','16.00','1','2024-09-18 17:11:28','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667947574427763296'),(3038,'61726679489','9',1.00,'80','retail','0','2024-09-18 20:11:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 17:12:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','136.96','135.96','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667956121723029792'),(3039,'61726679961','51',1.00,'100','retail','0','2024-09-18 20:19:21','','','','48.5','Cash',0.00,'100','','','6','16.00','1','2024-09-18 17:19:56','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172667996996912326332'),(3040,'61726680519','9',0.75,'60','retail','0','2024-09-18 20:28:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-18 17:29:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','135.96','135.21','Inclusive','branch','Inventory','1110','4000','5500','','','','6172668053003431860237'),(3041,'61726715849','9',4.50,'360','retail','0','2024-09-19 06:17:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:17:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','135.21','130.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671586230813706630'),(3042,'61726715874','9',2.00,'160','retail','0','2024-09-19 06:17:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:18:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','130.71','128.71','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671588622312344232'),(3043,'61726715896','9',1.88,'150','retail','0','2024-09-19 06:18:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:18:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','128.71','126.835','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671591433533327905'),(3044,'61726715975','9',0.88,'70','retail','0','2024-09-19 06:19:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:20:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','126.84','125.965','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671599003229220922'),(3045,'61726716008','9',1.75,'140','retail','0','2024-09-19 06:20:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:28:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.75','125.97','124.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671648530720623302'),(3046,'61726716490','9',1.00,'80','retail','0','2024-09-19 06:28:10','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:32:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.22','123.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671673437023222236'),(3047,'61726716737','9',2.50,'200','retail','0','2024-09-19 06:32:17','','','','68','Cash',27.59,'80','','','6','16.00','1','2024-09-19 03:44:33','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',172.41,'','123.22','120.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671742662023441060'),(3048,'61726717475','9',3.00,'240','retail','0','2024-09-19 06:44:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 03:45:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','120.72','117.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671749560332433712'),(3049,'61726719918','9',1.00,'80','retail','0','2024-09-19 07:25:18','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 04:25:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','117.72','116.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172671992733232220937'),(3050,'61726721439','9',3.50,'280','retail','0','2024-09-19 07:50:39','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 04:51:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','116.72','113.22','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672147530332200300'),(3051,'61726721924','9',0.50,'40','retail','0','2024-09-19 07:58:44','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 04:59:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','113.22','112.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672193512332303427'),(3052,'61726721924','2',1.00,'50','retail','0','2024-09-19 07:58:55','','','','26.17','Cash',0.00,'50','','','6','16.00','1','2024-09-19 04:59:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672194327312123763'),(3053,'61726721961','9',2.00,'160','retail','0','2024-09-19 07:59:21','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:20:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','112.72','110.72','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672320332223323230'),(3054,'61726723436','9',0.63,'50','retail','0','2024-09-19 08:23:56','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:26:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','110.72','110.095','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672361230362203324'),(3055,'61726723623','1',1.00,'80','retail','0','2024-09-19 08:27:03','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:27:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672364422444226603'),(3056,'61726723653','9',1.50,'120','retail','0','2024-09-19 08:27:33','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:28:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','110.10','108.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672366422270333342'),(3057,'61726723696','9',4.00,'320','retail','0','2024-09-19 08:28:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:28:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','108.60','104.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672370474003034326'),(3058,'61726724095','9',1.50,'120','retail','0','2024-09-19 08:34:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 05:35:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','104.60','103.1','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672410377327603033'),(3059,'61726724109','9',0.50,'40','retail','0','2024-09-19 08:35:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 06:01:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','103.10','102.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672570330316623022'),(3060,'61726725715','11',1.00,'50','retail','0','2024-09-19 09:01:55','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 06:02:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672572337222203200'),(3061,'61726725736','9',2.00,'160','retail','0','2024-09-19 09:02:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 06:09:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','102.60','100.6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672617432333332467'),(3062,'61726726178','9',1.25,'100','retail','0','2024-09-19 09:09:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 06:16:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','100.60','99.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672660553375632703'),(3063,'61726728355','113',1.00,'60','retail','0','2024-09-19 09:45:55','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-19 06:46:12','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672836423261332300'),(3064,'61726728373','9',1.00,'80','retail','0','2024-09-19 09:46:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 06:54:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.35','98.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172672884606283727200'),(3065,'61726730267','1',1.00,'80','retail','0','2024-09-19 10:17:47','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-19 07:18:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673028032073222332'),(3066,'61726730304','9',0.50,'40','retail','0','2024-09-19 10:18:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 07:18:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','98.35','97.85','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673031572200002230'),(3067,'61726730402','9',0.50,'40','retail','0','2024-09-19 10:20:02','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 07:31:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','97.85','97.35','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673106423010022770'),(3068,'61726731705','11',2.00,'100','retail','0','2024-09-19 10:41:46','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 07:42:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673172671276437626'),(3069,'61726731732','1',1.00,'80','retail','0','2024-09-19 11:13:47','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-19 08:16:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673363833472203632'),(3070,'61726733764','9',0.38,'30','retail','0','2024-09-19 11:16:04','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 08:44:27','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','97.35','96.975','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673545222570301220'),(3071,'61726735523','108',1.00,'100','retail','0','2024-09-19 11:45:24','','','','56.45','Cash',0.00,'100','','','6','16.00','1','2024-09-19 08:45:37','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673553140350306533'),(3072,'61726735538','9',2.00,'160','retail','0','2024-09-19 11:45:38','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 08:56:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.98','94.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673616002103420206'),(3073,'61726737469','9',1.00,'80','retail','0','2024-09-19 12:17:49','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 09:49:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','244.98','243.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673933572247322333'),(3074,'61726737469','80',1.00,'20','retail','0','2024-09-19 12:48:56','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-19 09:49:06','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673934300203022302'),(3075,'61726739347','9',1.00,'80','retail','0','2024-09-19 12:49:07','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 09:53:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','243.98','242.98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172673956522531033302'),(3077,'61726740624','9',0.88,'70','retail','0','2024-09-19 13:10:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 10:10:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.875','242.98','242.105','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674063662220112323'),(3078,'61726741063','59',1.00,'300','retail','0','2024-09-19 13:17:43','','','','98.25','Cash',0.00,'300','','','6','16.00','1','2024-09-19 10:40:23','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674240173323262042'),(3079,'61726742555','11',1.00,'50','retail','0','2024-09-19 13:42:35','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 10:42:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674256224033222233'),(3080,'61726742566','119',1.00,'60','retail','0','2024-09-19 13:42:46','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-19 10:51:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674305665020322222'),(3081,'61726742566','99',1.00,'100','retail','0','2024-09-19 13:50:57','','','','56.17','Cash',0.00,'100','','','6','16.00','1','2024-09-19 10:51:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674307447232333733'),(3082,'61726743080','9',2.00,'160','retail','0','2024-09-19 13:51:20','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 11:31:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','242.11','240.11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674537723023757362'),(3083,'61726745543','11',2.00,'100','retail','0','2024-09-19 14:32:23','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 11:32:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674555333315200223'),(3084,'61726745557','9',0.38,'30','retail','0','2024-09-19 14:32:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 11:38:34','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','240.11','239.735','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674568408220222463'),(3085,'61726745557','117',1.00,'100','retail','0','2024-09-19 14:34:45','','','','56.55','Cash',0.00,'100','','','6','16.00','1','2024-09-19 11:38:34','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674590909024053430'),(3086,'61726745915','9',10.00,'800','retail','0','2024-09-19 14:38:35','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 11:45:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','239.74','229.74','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674632700327322372'),(3087,'61726745915','1',1.00,'80','retail','0','2024-09-19 14:45:27','','','','47.34','Cash',0.00,'80','','','6','16.00','1','2024-09-19 11:45:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674633446367362230'),(3088,'61726745915','11',1.00,'50','retail','0','2024-09-19 14:45:35','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 11:45:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674634433344322302'),(3089,'61726746640','11',1.00,'50','retail','0','2024-09-19 14:50:40','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 11:50:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674665172221330200'),(3090,'61726746654','9',0.75,'60','retail','0','2024-09-19 14:50:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 11:58:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','229.74','228.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674707216162116370'),(3091,'61726746654','80',1.00,'20','retail','0','2024-09-19 14:57:52','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-19 11:58:15','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674708033040007066'),(3092,'61726746654','119',1.00,'60','retail','0','2024-09-19 14:58:01','','','','30.68','Cash',0.00,'60','','','6','16.00','1','2024-09-19 11:58:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674708862032783007'),(3093,'61726747096','9',5.00,'400','retail','0','2024-09-19 14:58:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 12:03:08','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','228.99','223.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674737364224630373'),(3094,'61726747975','113',1.00,'60','retail','0','2024-09-19 15:12:55','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-19 12:13:13','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674798522888229603'),(3095,'61726747994','9',1.50,'120','retail','0','2024-09-19 15:13:14','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 12:21:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','223.99','222.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674845928323326813'),(3096,'61726748851','59',1.00,'300','retail','0','2024-09-19 15:27:31','','','','98.25','Cash',0.00,'300','','','6','16.00','1','2024-09-19 12:27:44','6','13','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674885963330064033'),(3097,'61726748865','9',2.00,'160','retail','0','2024-09-19 15:27:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 12:39:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','222.49','220.49','Inclusive','branch','Inventory','1110','4000','5500','','','','6172674955813218030340'),(3098,'61726749565','9',0.50,'40','retail','0','2024-09-19 15:39:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 12:56:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','220.49','219.99','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675058868252682133'),(3099,'61726751025','9',0.38,'30','retail','0','2024-09-19 16:03:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 13:04:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','219.99','219.615','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675104232332340260'),(3100,'61726751048','9',0.50,'40','retail','0','2024-09-19 16:04:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 13:13:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','219.62','219.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675159970402322392'),(3101,'61726751994','9',7.25,'580','retail','0','2024-09-19 16:19:54','','','','68','Cash',80.00,'80','','','6','16.00','1','2024-09-19 13:32:14','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',500.00,'','219.12','211.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675266323073333430'),(3102,'61726752735','9',4.75,'380','retail','0','2024-09-19 16:32:15','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 13:40:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.75','211.87','207.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675316136012366403'),(3103,'61726752735','80',1.00,'20','retail','0','2024-09-19 16:39:21','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-19 13:40:31','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675322422322217027'),(3104,'61726753232','110',1.00,'60','retail','0','2024-09-19 16:40:32','','','','29.5','Cash',0.00,'60','','','6','16.00','1','2024-09-19 13:53:41','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675400922323325506'),(3105,'61726754585','113',1.00,'60','retail','0','2024-09-19 17:03:05','','','','29.75','Cash',0.00,'60','','','6','16.00','1','2024-09-19 14:03:33','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675459867239528522'),(3106,'61726754799','9',2.00,'160','retail','0','2024-09-19 17:06:40','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:06:57','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','207.12','205.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675480606618434303'),(3107,'61726756140','9',3.50,'280','retail','0','2024-09-19 17:29:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:30:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','205.12','201.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675615722222073227'),(3108,'61726756723','9',2.00,'160','retail','0','2024-09-19 17:38:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:39:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','201.62','199.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675673633360233033'),(3109,'61726757077','9',0.75,'60','retail','0','2024-09-19 17:44:37','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:45:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','199.62','198.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675709910117431300'),(3110,'61726757108','9',1.00,'80','retail','0','2024-09-19 17:45:08','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:47:24','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','198.87','197.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675723420027422322'),(3111,'61726757245','9',3.00,'240','retail','0','2024-09-19 17:47:25','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:51:30','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','197.87','194.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675748420404053307'),(3112,'61726757490','9',2.00,'160','retail','0','2024-09-19 17:51:31','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 14:53:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','194.87','192.87','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675762051232620107'),(3113,'61726757628','9',3.75,'300','retail','0','2024-09-19 17:53:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:15:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','192.87','189.12','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675892312522206030'),(3114,'61726758947','9',1.50,'120','retail','0','2024-09-19 18:15:47','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:21:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','189.12','187.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675923752773517332'),(3115,'61726759275','104',1.00,'100','retail','0','2024-09-19 18:21:15','','','','56.47','Cash',0.00,'100','','','6','16.00','1','2024-09-19 15:21:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675928483627530207'),(3116,'61726759288','9',1.00,'80','retail','0','2024-09-19 18:21:28','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:24:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','187.62','186.62','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675947821870213250'),(3117,'61726759483','9',0.38,'30','retail','0','2024-09-19 18:24:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:24:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','186.62','186.245','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675949463270232319'),(3118,'61726759560','9',1.50,'120','retail','0','2024-09-19 18:26:00','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:28:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','186.25','184.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675970333003500303'),(3119,'61726759706','3',1.00,'150','retail','0','2024-09-19 18:28:26','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-19 15:32:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','','','6172675993930303523260'),(3120,'61726759944','9',1.00,'80','retail','0','2024-09-19 18:32:24','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:37:48','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','184.75','183.75','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676021013023013600'),(3121,'61726759944','80',1.00,'20','retail','0','2024-09-19 18:36:50','','','','9.4','Cash',0.00,'20','','','6','16.00','1','2024-09-19 15:37:48','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676021830033220173'),(3122,'61726760268','9',0.63,'50','retail','0','2024-09-19 18:37:48','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:39:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','183.75','183.125','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676034732020207303'),(3123,'61726760351','9',0.50,'40','retail','0','2024-09-19 18:39:11','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:42:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','183.13','182.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676056120222123313'),(3124,'61726760564','9',1.00,'80','retail','0','2024-09-19 18:42:45','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:45:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.63','181.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676070236277002007'),(3125,'61726760705','9',2.00,'160','retail','0','2024-09-19 18:45:05','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 15:47:52','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','181.63','179.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676085123273323100'),(3126,'61726760873','9',1.00,'80','retail','0','2024-09-19 18:47:53','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:03:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.63','178.63','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676181981110193360'),(3127,'61726762093','9',1.50,'120','retail','0','2024-09-19 19:08:13','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:08:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','178.63','177.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676210122020623043'),(3128,'61726762109','9',1.00,'80','retail','0','2024-09-19 19:08:29','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:08:37','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','177.13','176.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676211431302327632'),(3129,'61726762629','9',1.00,'80','retail','0','2024-09-19 19:17:09','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:18:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','176.13','175.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676268432322203221'),(3130,'61726763476','9',1.25,'100','retail','0','2024-09-19 19:31:16','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:31:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','175.13','173.88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676348806208313013'),(3131,'61726763515','9',0.50,'40','retail','0','2024-09-19 19:31:55','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:35:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','173.88','173.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676374700200223023'),(3132,'61726763754','9',0.50,'40','retail','0','2024-09-19 19:35:54','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:38:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','173.38','172.88','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676387360030332306'),(3133,'61726764332','9',1.50,'120','retail','0','2024-09-19 19:45:32','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:46:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','172.88','171.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676434406206031337'),(3134,'61726764367','3',3.00,'450','retail','0','2024-09-19 19:46:08','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-19 16:49:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','10.00','7','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676447300036220232'),(3135,'61726764924','11',1.00,'50','retail','0','2024-09-19 19:55:24','','','','29.5','Cash',0.00,'50','','','6','16.00','1','2024-09-19 16:55:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676494166226624244'),(3136,'61726764946','9',0.25,'20','retail','0','2024-09-19 19:55:46','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 16:56:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','171.38','171.13','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676496600219233042'),(3137,'61726765285','3',1.00,'150','retail','0','2024-09-19 20:01:25','','','','94.04','Cash',0.00,'150','','','6','16.00','1','2024-09-19 17:01:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676529453325400033'),(3138,'61726740445','1',1.00,'80','retail','0','2024-09-19 13:07:25','','','','47.34','Cash',0.00,'80','','','6','','1','2024-09-19 17:16:22','1','1','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6172674046331277330323'),(3139,'61726767266','9',0.75,'60','retail','0','2024-09-19 20:34:26','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 17:34:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','171.13','170.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676727533366723720'),(3140,'61726767643','9',2.00,'160','retail','0','2024-09-19 20:40:43','','','','68','Cash',0.00,'80','','','6','16.00','1','2024-09-19 17:41:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','170.38','168.38','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676765326602033233'),(3141,'61726767643','71',1.00,'45','retail','0','2024-09-19 20:40:53','','','','27','Cash',0.00,'45','','','6','16.00','1','2024-09-19 17:41:05','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','','','','6172676766077232770676'),(3142,'41726802403','9',3.50,'280','retail','0','2024-09-20 06:20:03','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:20:22','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','168.38','164.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680241443402463330'),(3143,'41726802426','9',2.00,'160','retail','0','2024-09-20 06:20:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:20:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','164.88','162.88','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680243503220222320'),(3144,'41726802446','9',1.88,'150','retail','0','2024-09-20 06:20:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:21:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','162.88','161.005','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680247524620322022'),(3145,'41726802705','9',0.50,'40','retail','0','2024-09-20 06:25:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:25:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','161.01','160.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680271773013223031'),(3146,'41726802725','9',2.50,'200','retail','0','2024-09-20 06:25:25','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:25:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','160.51','158.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680273527227250230'),(3147,'41726802739','9',3.00,'240','retail','0','2024-09-20 06:25:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 03:57:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','158.01','155.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680466620322236062'),(3148,'41726806395','9',2.00,'160','retail','0','2024-09-20 07:26:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 04:26:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','155.01','153.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680640322433260320'),(3149,'41726806417','9',2.00,'160','retail','0','2024-09-20 07:26:57','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 04:27:17','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','153.01','151.01','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680642737233270020'),(3150,'41726807005','9',2.50,'200','retail','0','2024-09-20 07:36:45','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 04:37:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','151.01','148.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680701533123227213'),(3151,'41726807181','113',1.00,'60','retail','0','2024-09-20 07:39:41','','','','29.75','Cash',0.00,'60','','','4','16.00','1','2024-09-20 04:55:52','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680814720330732843'),(3152,'41726808152','9',1.00,'80','retail','0','2024-09-20 07:55:52','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 04:56:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','148.51','147.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680820933908022223'),(3153,'41726809154','9',1.00,'80','retail','0','2024-09-20 08:12:34','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:12:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','147.51','146.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680915903226390733'),(3154,'41726809154','5',1.00,'50','retail','0','2024-09-20 08:12:39','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 05:12:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680916824316078602'),(3155,'41726809173','9',1.25,'100','retail','0','2024-09-20 08:12:53','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:19:15','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','146.51','145.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172680954993032330320'),(3156,'41726809556','9',4.00,'320','retail','0','2024-09-20 08:19:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:27:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','145.26','141.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681004942460032702'),(3157,'41726810230','9',1.00,'80','retail','0','2024-09-20 08:30:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:30:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','141.26','140.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681023503423743255'),(3158,'41726810250','9',0.50,'40','retail','0','2024-09-20 08:30:50','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:31:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','140.26','139.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681026103231622022'),(3159,'41726810267','9',1.50,'120','retail','0','2024-09-20 08:31:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:36:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','139.76','138.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681057522800520775'),(3160,'41726810592','9',2.00,'160','retail','0','2024-09-20 08:36:32','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 05:55:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','138.26','136.26','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681171222224310021'),(3161,'41726811726','9',0.50,'40','retail','0','2024-09-20 08:55:26','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 06:12:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','136.26','135.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681274832702223246'),(3162,'41726812761','9',1.25,'100','retail','0','2024-09-20 09:12:41','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 06:13:03','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','135.76','134.51','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681277522336870427'),(3163,'41726812786','9',0.75,'60','retail','0','2024-09-20 09:13:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 06:13:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','134.51','133.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681279524072342082'),(3164,'41726812817','9',1.00,'80','retail','0','2024-09-20 09:13:37','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 06:14:11','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','133.76','132.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681284380033304328'),(3165,'41726814391','9',2.00,'160','retail','0','2024-09-20 09:39:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 06:40:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','132.76','130.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681440123334030243'),(3166,'41726814408','9',3.00,'240','retail','0','2024-09-20 09:40:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 07:09:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','130.76','127.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681617552353132804'),(3167,'41726814408','11',1.00,'50','retail','0','2024-09-20 10:09:35','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 07:09:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681618331302087331'),(3168,'41726816212','9',1.00,'80','retail','0','2024-09-20 10:10:13','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 07:16:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','127.76','126.76','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681660100233312200'),(3169,'41726816606','9',0.63,'50','retail','0','2024-09-20 10:16:46','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 07:17:01','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','126.76','126.135','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681661701642023722'),(3170,'41726816621','11',1.00,'50','retail','0','2024-09-20 10:17:02','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 07:28:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681733603262322278'),(3171,'41726817339','9',1.00,'80','retail','0','2024-09-20 10:28:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 07:30:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','126.14','125.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681743222242033322'),(3172,'41726817442','9',0.50,'40','retail','0','2024-09-20 10:30:42','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 07:54:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','125.14','124.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172681885778843037430'),(3174,'41726821645','4',1.00,'150','retail','0','2024-09-20 11:40:45','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 08:40:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.50','22.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682165200332220033'),(3175,'41726821655','2',1.00,'50','retail','0','2024-09-20 11:40:55','','','','26.17','Cash',0.00,'50','','','4','16.00','1','2024-09-20 09:28:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682450633326362662'),(3176,'41726825123','9',1.50,'120','retail','0','2024-09-20 12:38:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 09:51:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','114.64','113.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682590980002223472'),(3177,'41726825914','1',1.00,'80','retail','0','2024-09-20 12:51:54','','','','47.34','Cash',0.00,'80','','','4','16.00','1','2024-09-20 10:12:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682715102623333323'),(3178,'41726827205','6',1.00,'80','retail','0','2024-09-20 13:13:25','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-20 10:17:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682745584243712277'),(3179,'41726827458','9',1.00,'80','retail','0','2024-09-20 13:17:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 10:35:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','113.14','112.14','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682851542203262238'),(3180,'41726829411','119',2.00,'120','retail','0','2024-09-20 13:50:11','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-20 10:50:33','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682942104326211320'),(3181,'41726829434','11',1.00,'50','retail','0','2024-09-20 13:50:34','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 10:52:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682954823226246220'),(3182,'41726829646','9',3.50,'280','retail','0','2024-09-20 13:54:06','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 10:54:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','112.14','108.64','Inclusive','branch','Inventory','1110','4000','5500','','','','4172682965533302022033'),(3183,'41726830132','108',1.00,'100','retail','0','2024-09-20 14:02:12','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-20 11:02:31','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683014532832333312'),(3184,'41726830152','106',1.00,'100','retail','0','2024-09-20 14:02:32','','','','56.37','Cash',0.00,'100','','','4','16.00','1','2024-09-20 11:14:46','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683081830820423302'),(3185,'41726830152','108',1.00,'100','retail','0','2024-09-20 14:13:39','','','','56.45','Cash',0.00,'100','','','4','16.00','1','2024-09-20 11:14:46','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683082731708242834'),(3186,'41726830152','5',1.00,'50','retail','0','2024-09-20 14:13:47','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 11:14:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683083632402232202'),(3187,'41726830152','9',0.63,'50','retail','0','2024-09-20 14:13:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 11:14:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','108.64','108.015','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683085530230220231'),(3188,'41726830152','71',1.00,'45','retail','0','2024-09-20 14:14:15','','','','27','Cash',0.00,'45','','','4','16.00','1','2024-09-20 11:14:46','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683086303233322332'),(3189,'41726830898','9',0.50,'40','retail','0','2024-09-20 14:14:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 11:23:41','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','108.02','107.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683141823282223122'),(3190,'41726831422','119',1.00,'60','retail','0','2024-09-20 14:23:42','','','','30.68','Cash',0.00,'60','','','4','16.00','1','2024-09-20 11:29:20','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683172107226132203'),(3191,'41726831761','117',2.00,'200','retail','0','2024-09-20 14:29:21','','','','56.55','Cash',0.00,'100','','','4','16.00','1','2024-09-20 11:40:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683239232031136233'),(3192,'41726831761','116',1.00,'60','retail','0','2024-09-20 14:39:53','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-20 11:40:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683240812222048862'),(3193,'41726832416','11',1.00,'50','retail','0','2024-09-20 14:40:16','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 12:14:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683445703274222323'),(3194,'41726834461','116',1.00,'60','retail','0','2024-09-20 15:14:21','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-20 12:20:30','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683480831322162486'),(3195,'41726834831','11',2.00,'100','retail','0','2024-09-20 15:20:31','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 12:26:59','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683520630520464030'),(3196,'41726834831','5',1.00,'50','retail','0','2024-09-20 15:26:46','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 12:26:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683521503022200532'),(3197,'41726835219','9',1.00,'80','retail','0','2024-09-20 15:27:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 12:45:06','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','107.52','106.52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683630002332432236'),(3198,'41726836307','5',1.00,'50','retail','0','2024-09-20 15:45:07','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 12:50:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683662103703300286'),(3199,'41726836721','9',1.50,'120','retail','0','2024-09-20 15:52:01','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 12:52:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','106.52','105.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683672982247322233'),(3200,'41726836759','5',1.00,'50','retail','0','2024-09-20 15:52:39','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 12:56:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683701526333321032'),(3201,'41726838170','4',0.50,'75','retail','0','2024-09-20 16:16:10','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 13:16:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','22.50','22','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683818661362402233'),(3202,'41726838194','6',1.00,'80','retail','0','2024-09-20 16:16:34','','','','52.66','Cash',0.00,'80','','','4','16.00','1','2024-09-20 13:21:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683848737380032340'),(3203,'41726839158','9',0.75,'60','retail','0','2024-09-20 16:32:38','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 13:40:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','105.02','104.27','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683961833233433983'); INSERT INTO `sales_order` VALUES (3204,'41726839622','9',0.50,'40','retail','0','2024-09-20 16:40:22','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 13:46:13','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','104.27','103.77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172683997123279000292'),(3205,'41726839974','9',3.00,'240','retail','0','2024-09-20 16:46:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 14:34:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','103.77','100.77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684261032226233233'),(3206,'41726839974','80',1.00,'20','retail','0','2024-09-20 17:30:11','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-20 14:34:09','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684261863228743032'),(3207,'41726839974','9',0.75,'60','retail','0','2024-09-20 17:30:19','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 14:34:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','100.77','100.02','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684284313673623221'),(3208,'41726842850','9',0.25,'20','retail','0','2024-09-20 17:34:10','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 14:52:29','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','100.02','99.77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684394333723323223'),(3209,'41726843950','9',2.00,'160','retail','0','2024-09-20 17:52:30','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 14:58:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','99.77','97.77','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684432023224323042'),(3210,'41726843950','80',2.00,'40','retail','0','2024-09-20 17:58:40','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-20 14:58:55','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','43.00','41','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684433323214843833'),(3211,'41726844338','9',0.38,'30','retail','0','2024-09-20 17:58:58','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 14:59:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','97.77','97.395','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684435203370333513'),(3212,'41726844407','9',4.00,'320','retail','0','2024-09-20 18:00:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:00:35','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','97.40','93.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684441840674234203'),(3213,'41726844923','9',1.00,'80','retail','0','2024-09-20 18:08:43','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:08:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.40','92.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684493024100103413'),(3214,'41726844936','9',2.00,'160','retail','0','2024-09-20 18:08:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:13:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.40','90.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684518522332220833'),(3215,'41726844936','4',1.00,'150','retail','0','2024-09-20 18:13:05','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 15:13:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684519434803822380'),(3216,'41726845239','9',2.00,'160','retail','0','2024-09-20 18:13:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:14:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.40','88.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684524832034324333'),(3217,'41726845263','9',2.00,'160','retail','0','2024-09-20 18:14:23','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:14:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.40','86.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684527343333203270'),(3218,'41726845329','11',1.00,'50','retail','0','2024-09-20 18:15:29','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 15:15:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684533642207603222'),(3219,'41726845368','9',3.00,'240','retail','0','2024-09-20 18:16:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:18:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','86.40','83.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684547637623432022'),(3220,'41726845519','9',1.00,'80','retail','0','2024-09-20 18:18:39','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:32:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.40','82.4','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684628722232223882'),(3221,'41726845519','9',1.50,'120','retail','0','2024-09-20 18:31:27','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:32:53','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','82.40','80.9','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684629503342273233'),(3222,'41726845519','4',1.00,'150','retail','0','2024-09-20 18:31:35','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 15:32:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684630223063323200'),(3223,'41726845519','4',0.50,'75','retail','0','2024-09-20 18:31:42','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 15:32:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','20.00','19.5','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684633803302222828'),(3224,'41726845519','116',1.00,'60','retail','0','2024-09-20 18:32:19','','','','30.77','Cash',0.00,'60','','','4','16.00','1','2024-09-20 15:32:53','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684635933972357702'),(3225,'41726846374','11',1.00,'50','retail','0','2024-09-20 18:32:54','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 15:33:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684638862833363824'),(3226,'41726846515','9',0.75,'60','retail','0','2024-09-20 18:35:16','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:45:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','80.90','80.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684712882604222432'),(3227,'41726847135','9',1.00,'80','retail','0','2024-09-20 18:45:35','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 15:46:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.15','79.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684714130414108230'),(3228,'41726847561','5',1.00,'50','retail','0','2024-09-20 18:52:41','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 15:53:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684758750472731038'),(3229,'41726847595','11',1.00,'50','retail','0','2024-09-20 18:53:15','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 15:59:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684786640262032433'),(3230,'41726847595','5',1.00,'50','retail','0','2024-09-20 18:57:47','','','','30.83','Cash',0.00,'50','','','4','16.00','1','2024-09-20 15:59:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684788721232333333'),(3231,'41726847595','51',1.00,'100','retail','0','2024-09-20 18:58:07','','','','48.5','Cash',0.00,'100','','','4','16.00','1','2024-09-20 15:59:28','5','11','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684792003092323422'),(3232,'41726847969','9',0.50,'40','retail','0','2024-09-20 18:59:29','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:12:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','79.15','78.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684871474328430022'),(3233,'41726848748','114',1.00,'100','retail','0','2024-09-20 19:12:28','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-09-20 16:15:36','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684888410232342402'),(3234,'41726848748','9',1.00,'80','retail','0','2024-09-20 19:14:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:15:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.65','77.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684889133232218230'),(3235,'41726848936','114',1.00,'100','retail','0','2024-09-20 19:15:37','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-09-20 16:16:51','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684900122302323307'),(3236,'41726849034','9',1.00,'80','retail','0','2024-09-20 19:17:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:23:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.65','76.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172684936666303073833'),(3237,'41726849385','9',1.50,'120','retail','0','2024-09-20 19:23:05','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:35:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','76.65','75.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685011431033112305'),(3238,'41726849385','9',1.50,'120','retail','0','2024-09-20 19:35:14','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:35:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','75.15','73.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685012300332333020'),(3239,'41726850141','11',1.00,'50','retail','0','2024-09-20 19:35:41','','','','29.5','Cash',0.00,'50','','','4','16.00','1','2024-09-20 16:38:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685031933205320349'),(3240,'41726850141','9',0.50,'40','retail','0','2024-09-20 19:38:40','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:38:58','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','73.65','73.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685033482242323333'),(3241,'41726850339','9',1.00,'80','retail','0','2024-09-20 19:38:59','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:39:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.15','72.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685035022313000825'),(3242,'41726850400','9',1.00,'80','retail','0','2024-09-20 19:40:00','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:40:10','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.15','71.15','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685040542306043622'),(3243,'41726851311','9',0.50,'40','retail','0','2024-09-20 19:55:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:55:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','71.15','70.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685132932024403230'),(3244,'41726851351','9',1.00,'80','retail','0','2024-09-20 19:55:51','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 16:56:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.65','69.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685135923833443232'),(3245,'41726851351','80',1.00,'20','retail','0','2024-09-20 19:55:59','','','','9.4','Cash',0.00,'20','','','4','16.00','1','2024-09-20 16:56:55','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685140923032102322'),(3247,'41726819442','9',10.00,'800','retail','0','2024-09-20 11:04:02','','','','68','Cash',0.00,'80','','','4','','1','2024-09-20 17:16:54','2','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','124.64','114.64','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4172681945003324128829'),(3248,'41726852987','9',1.00,'80','retail','0','2024-09-20 20:23:07','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 17:23:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.65','68.65','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685299586020326333'),(3249,'41726853456','9',1.88,'150','retail','0','2024-09-20 20:30:56','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 17:36:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.875','68.65','66.775','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685372123062231322'),(3250,'41726853456','4',0.50,'75','retail','0','2024-09-20 20:35:21','','','','94.04','Cash',0.00,'150','','','4','16.00','1','2024-09-20 17:36:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','19.50','19','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685375854207317007'),(3251,'41726853768','9',3.00,'240','retail','0','2024-09-20 20:36:08','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 17:40:45','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','66.78','63.78','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685391292922321462'),(3252,'41726853768','114',1.00,'100','retail','0','2024-09-20 20:38:33','','','','54.5','Cash',0.00,'100','','','4','16.00','1','2024-09-20 17:40:45','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685403423342638244'),(3253,'41726854164','9',0.75,'60','retail','0','2024-09-20 20:42:44','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 17:43:23','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','63.78','63.03','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685419602132446723'),(3254,'41726854611','9',0.75,'60','retail','0','2024-09-20 20:50:11','','','','68','Cash',0.00,'80','','','4','16.00','1','2024-09-20 17:50:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','63.03','62.28','Inclusive','branch','Inventory','1110','4000','5500','','','','4172685462536233034623'); /*!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=64 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 ('1172389984743382203220',1,'11723899834','9',1.00,'80','retail','0','2024-08-17 16:03:55','bale','','','68','Cash',0.00,'80','','','1','','1','2024-08-17 13:04:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.85','216.85','Inclusive','branch','Inventory','','',''),('6172389989723903402812',2,'61723899884','9',1.00,'80','retail','0','2024-08-17 16:04:44','bale','','','68','Cash',0.00,'80','','','6','','1','2024-08-17 13:05:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.85','216.85','Inclusive','branch','Inventory','','',''),('6172389995110232000326',3,'61723899938','9',1.00,'80','retail','0','2024-08-17 16:05:38','bale','','','68','Cash',0.00,'80','','','6','','1','2024-08-17 14:01:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.85','216.85','Inclusive','branch','Inventory','','',''),('4172396779500222022534',4,'41723967732','9',0.88,'70.24','retail','0','2024-08-18 10:55:32','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-18 07:58:05','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.878','301.50','300.622','Inclusive','branch','Inventory','','',''),('4172396790330232323333',5,'41723967732','9',1.25,'100','retail','0','2024-08-18 10:58:05','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-18 07:58:40','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','298.25','297','Inclusive','branch','Inventory','','',''),('4172396787727284310232',6,'41723967732','9',1.25,'100','retail','0','2024-08-18 10:57:29','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-18 07:59:33','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','298.62','297.37','Inclusive','branch','Inventory','','',''),('4172396784822322022384',7,'41723967732','9',1.00,'80','retail','0','2024-08-18 10:56:49','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-18 07:59:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','299.62','298.62','Inclusive','branch','Inventory','','',''),('4172396780992730302220',8,'41723967732','9',1.00,'80','retail','0','2024-08-18 10:56:35','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-18 07:59:44','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','300.62','299.62','Inclusive','branch','Inventory','','',''),('4172399275510543202202',9,'41723992700','9',2.00,'160','retail','0','2024-08-18 17:52:21','bale','','','68','Cash',22.07,'80','','','4','','1','2024-08-18 14:52:43','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','247.27','245.27','Inclusive','branch','Inventory','','',''),('6172404424603232332222',10,'61724044022','9',1.00,'80','retail','0','2024-08-19 08:07:02','bale','','','68','Cash',0.00,'80','','','6','','1','2024-08-19 05:10:50','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','345.53','344.53','Inclusive','branch','Inventory','','',''),('6172404840822320488313',11,'61724048081','9',2.00,'160','retail','0','2024-08-19 09:14:41','','','','68','Cash',0.00,'80','','','6','','1','2024-08-19 06:20:42','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','328.41','326.41','Inclusive','branch','Inventory','','',''),('6172408314612263332302',12,'61724082953','9',3.50,'280','retail','0','2024-08-19 18:55:53','','','','68','Cash',0.00,'80','','','6','','1','2024-08-19 16:01:26','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.5','268.31','264.81','Inclusive','branch','Inventory','','',''),('6172408615810210332223',13,'61724086141','9',3.75,'300','retail','0','2024-08-19 19:49:01','','','','68','Cash',0.00,'80','','','6','','1','2024-08-19 16:49:38','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.75','255.31','251.56','Inclusive','branch','Inventory','','',''),('6172421107123133303332',14,'61724211013','9',4.50,'360','retail','0','2024-08-21 06:30:13','pc','','','68','Cash',0.00,'80','','','6','','1','2024-08-21 03:31:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','406.09','401.59','Inclusive','branch','Inventory','1110','4000','5500'),('6172421112522033332024',15,'61724211111','9',4.00,'320','retail','0','2024-08-21 06:31:51','bale','','','68','Cash',0.00,'80','','','6','','1','2024-08-21 03:32:09','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','401.59','397.59','Inclusive','branch','Inventory','1110','4000','5500'),('6172425161656134043214',16,'61724251314','108',1.00,'100','retail','0','2024-08-21 17:41:54','pc','','','56.45','Cash',0.00,'100','','','6','','1','2024-08-21 14:46:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500'),('4172433978073047079320',17,'41724338171','9',1.25,'100','retail','0','2024-08-22 18:14:13','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-22 15:16:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','357.89','356.64','Inclusive','branch','Inventory','1110','4000','5500'),('4172434232042322240443',18,'41724341831','9',0.63,'50','retail','0','2024-08-22 18:50:31','bale','','','68','Cash',0.00,'80','','','4','','1','2024-08-22 15:59:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','349.89','349.265','Inclusive','branch','Inventory','1110','4000','5500'),('4172438766931794222430',19,'41724387656','9',0.63,'50','retail','0','2024-08-23 07:34:16','','','','68','Cash',0.00,'80','','','4','','1','2024-08-23 04:35:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.625','306.43','305.805','Inclusive','branch','Inventory','1110','4000','5500'),('4172442489404022043230',20,'41724424792','9',1.13,'90','retail','0','2024-08-23 17:54:17','','','','68','Cash',0.00,'80','','','4','','1','2024-08-23 14:58:51','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.125','331.98','330.855','Inclusive','branch','Inventory','1110','4000','5500'),('4172442675833628470407',21,'41724426734','9',2.00,'160','retail','0','2024-08-23 18:25:34','lt','','','68','Cash',0.00,'80','','','4','','1','2024-08-23 15:26:07','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','321.99','319.99','Inclusive','branch','Inventory','1110','4000','5500'),('4172447770823044372722',22,'41724477033','113',5.00,'300','retail','0','2024-08-24 08:23:53','','','','29.75','Cash',0.00,'60','','','4','','1','2024-08-24 05:35:19','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','95.00','90','Inclusive','branch','Inventory','1110','4000','5500'),('6172456937734223763224',23,'61724568526','2',2.00,'100','retail','0','2024-08-25 09:48:46','','','','26.17','Cash',0.00,'50','','','6','','1','2024-08-25 07:03:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','1110','4000','5500'),('6172457174622222504320',24,'61724571667','9',4.50,'360','retail','0','2024-08-25 10:41:50','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 07:47:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4.5','303.06','298.56','Inclusive','branch','Inventory','1110','4000','5500'),('6172457735870370320423',25,'61724575325','9',2.00,'160','retail','0','2024-08-25 11:42:05','','','','68','Cash',0.00,'80','','','6','','1','2024-08-25 09:16:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','291.44','289.44','Inclusive','branch','Inventory','1110','4000','5500'),('6172460395553026204220',26,'61724602955','7',1.00,'60','retail','0','2024-08-25 19:22:35','','','','45.5','Cash',0.00,'60','','','6','','1','2024-08-25 16:44:21','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('4172465413554322254211',27,'41724654121','9',0.38,'30','retail','0','2024-08-26 09:35:21','','','','68','Cash',0.00,'80','','','4','','1','2024-08-26 06:35:39','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.375','180.58','180.205','Inclusive','branch','Inventory','1110','4000','5500'),('4172468013777027472202',28,'41724680118','9',2.00,'160','retail','0','2024-08-26 16:48:38','','','','68','Cash',0.00,'80','','','4','','1','2024-08-26 14:09:20','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','166.10','164.1','Inclusive','branch','Inventory','1110','4000','5500'),('4172485331234232340373',29,'41724853288','110',2.00,'120','retail','0','2024-08-28 16:54:49','','','','29.5','Cash',0.00,'60','','','4','','1','2024-08-28 13:55:27','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','96.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('6172490374964230233323',30,'61724903733','9',0.75,'60','retail','0','2024-08-29 06:55:33','bale','','','68','Cash',8.28,'80','','','6','','1','2024-08-29 03:55:54','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',51.72,'','51.31','50.56','Inclusive','branch','Inventory','1110','4000','5500'),('6172492852232233349224',31,'61724928512','2',1.00,'50','retail','0','2024-08-29 13:48:32','','','','26.17','Cash',0.00,'50','','','6','','1','2024-08-29 10:54:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500'),('6172495034333307303024',32,'61724950065','9',1.00,'80','retail','0','2024-08-29 19:47:45','','','','68','Cash',0.00,'80','','','6','','1','2024-08-29 16:53:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.47','79.47','Inclusive','branch','Inventory','1110','4000','5500'),('6172498747227214379216',33,'61724987213','9',1.25,'100','retail','0','2024-08-30 06:06:53','pc','','','68','Cash',0.00,'80','','','6','','1','2024-08-30 03:11:14','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','77.85','76.6','Inclusive','branch','Inventory','1110','4000','5500'),('4172519234002452520012',34,'41725189323','9',5.00,'400','retail','0','2024-09-01 14:15:23','bale','','','68','Cash',0.00,'80','','','4','','1','2024-09-01 12:05:47','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','159.82','154.82','Inclusive','branch','Inventory','1110','4000','5500'),('4172521055240500105012',35,'41725210545','9',1.00,'80','retail','0','2024-09-01 20:09:05','','','','68','Cash',0.00,'80','','','4','','1','2024-09-01 17:09:18','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','111.33','110.33','Inclusive','branch','Inventory','1110','4000','5500'),('6172527345505323547122',36,'61725273443','11',3.00,'150','retail','0','2024-09-02 13:37:23','','','','29.5','Cash',0.00,'50','','','6','','1','2024-09-02 10:39:28','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','3.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('6172527918232122122356',37,'61725279129','9',1.00,'80','retail','0','2024-09-02 15:12:52','','','','68','Cash',0.00,'80','','','6','','1','2024-09-02 12:13:12','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','156.72','155.72','Inclusive','branch','Inventory','1110','4000','5500'),('6172546113602363222230',38,'61725461127','9',1.00,'80','retail','0','2024-09-04 17:45:28','','','','68','Cash',0.00,'80','','','6','','1','2024-09-04 14:45:49','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.43','63.43','Inclusive','branch','Inventory','1110','4000','5500'),('4172551516041322521233',39,'41725515149','9',100.00,'8000','retail','0','2024-09-05 08:45:49','','','','68','Cash',0.00,'80','','','4','','1','2024-09-05 05:46:19','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'100','149.32','49.32','Inclusive','branch','Inventory','1110','4000','5500'),('4172554593742305372222',40,'41725545480','120',1.00,'100','retail','0','2024-09-05 17:18:46','','','','60.735','Cash',13.79,'100','','','4','','1','2024-09-05 14:22:08','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',86.21,'','81.00','80','Inclusive','branch','Inventory','1110','4000','5500'),('4172555441923002302030',41,'41725554412','9',1.00,'80','retail','0','2024-09-05 19:40:12','','','','68','Cash',0.00,'80','','','4','','1','2024-09-05 16:40:25','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','83.96','82.96','Inclusive','branch','Inventory','1110','4000','5500'),('6172572083720032233467',42,'61725720588','9',1.00,'80','retail','0','2024-09-07 17:49:48','','','','68','Cash',0.00,'80','','','6','','1','2024-09-07 14:54:02','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','115.76','114.76','Inclusive','branch','Inventory','1110','4000','5500'),('6172572436162200232117',43,'61725724345','9',1.63,'130','retail','0','2024-09-07 18:52:25','','','','68','Cash',0.00,'80','','','6','','1','2024-09-07 15:52:46','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.625','106.39','104.765','Inclusive','branch','Inventory','1110','4000','5500'),('4172588629683032322303',44,'41725886021','120',1.00,'100','retail','0','2024-09-09 15:47:01','','','','60.735','Cash',0.00,'100','','','4','','1','2024-09-09 12:51:48','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('4172593862723282033478',45,'41725938398','9',2.50,'200','retail','0','2024-09-10 06:19:58','','','','68','Cash',0.00,'80','','','4','','1','2024-09-10 03:24:00','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2.5','152.10','149.6','Inclusive','branch','Inventory','1110','4000','5500'),('4172594789835929229240',46,'41725947574','9',100.00,'8000','retail','0','2024-09-10 08:52:55','','','','68','Cash',0.00,'80','','','4','','1','2024-09-10 05:58:32','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'100','119.24','19.24','Inclusive','branch','Inventory','1110','4000','5500'),('4172596697493323202322',47,'41725966957','106',1.00,'100','retail','0','2024-09-10 14:16:03','','','','56.37','Cash',0.00,'100','','','4','','1','2024-09-10 11:16:38','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500'),('4172596701104903231293',48,'41725966957','98',1.00,'100','retail','0','2024-09-10 14:16:38','','','','1','Cash',0.00,'100','','','4','','1','2024-09-10 11:17:00','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500'),('6172614293312220213330',49,'61726142924','9',1.50,'120','retail','0','2024-09-12 15:08:44','','','','68','Cash',0.00,'80','','','6','','1','2024-09-12 12:10:31','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','147.56','146.06','Inclusive','branch','Inventory','1110','4000','5500'),('6172614922673322323333',50,'61726149219','99',1.00,'100','retail','0','2024-09-12 16:53:39','','','','56.17','Cash',0.00,'100','','','6','','1','2024-09-12 13:53:55','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500'),('6172622043772032000432',51,'61726215497','112',7.00,'1260','retail','0','2024-09-13 11:18:17','','','','103.52','Cash',173.79,'180','','','6','','1','2024-09-13 10:19:37','11','19','new','1','new','pcs','','','','','','0','','','EXEMPTED',1086.21,'','96.00','89','Inclusive','branch','Inventory','1110','4000','5500'),('6172622047127302426200',52,'61726215497','80',2.00,'40','retail','0','2024-09-13 12:40:38','','','','9.4','Cash',0.00,'20','','','6','','1','2024-09-13 10:19:39','7','14','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('6172624415263360223215',53,'61726244090','9',2.00,'160','retail','0','2024-09-13 19:14:50','','','','68','Cash',0.00,'80','','','6','','1','2024-09-13 16:17:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.58','48.58','Inclusive','branch','Inventory','1110','4000','5500'),('4172637019821314731303',54,'41726370173','9',3.25,'260','retail','0','2024-09-15 06:16:14','','','','68','Cash',0.00,'80','','','4','','1','2024-09-15 03:16:55','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3.25','209.48','206.23','Inclusive','branch','Inventory','1110','4000','5500'),('4172641535757123412722',55,'41726415089','9',2.00,'160','retail','0','2024-09-15 18:44:49','','','','68','Cash',22.07,'80','','','4','','1','2024-09-15 15:49:29','2','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',137.93,'','197.12','195.12','Inclusive','branch','Inventory','1110','4000','5500'),('6172650634232263212313',56,'61726506241','113',1.00,'60','retail','0','2024-09-16 20:05:31','','','','29.75','Cash',0.00,'60','','','6','','1','2024-09-16 17:05:59','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('6172657580002213303562',57,'61726574858','9',4.00,'320','retail','0','2024-09-17 15:07:38','','','','68','Cash',0.00,'80','','','6','','1','2024-09-17 12:23:36','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','317.54','313.54','Inclusive','branch','Inventory','1110','4000','5500'),('6172665547007367002376',58,'61726655140','110',1.00,'60','retail','0','2024-09-18 13:25:40','','','','29.5','Cash',0.00,'60','','','6','','1','2024-09-18 10:31:15','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500'),('6172665577025330732563',59,'61726655494','109',1.00,'100','retail','0','2024-09-18 13:31:34','','','','54','Cash',0.00,'100','','','6','','1','2024-09-18 10:36:16','11','19','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500'),('6172667362527330062337',60,'61726673595','9',1.00,'80','retail','0','2024-09-18 18:33:15','','','','68','Cash',0.00,'80','','','6','','1','2024-09-18 15:33:54','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','166.33','165.33','Inclusive','branch','Inventory','1110','4000','5500'),('6172673362622373323220',61,'61726731732','9',1.00,'80','retail','0','2024-09-19 10:42:12','','','','68','Cash',0.00,'80','','','6','','1','2024-09-19 08:15:56','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.35','96.35','Inclusive','branch','Inventory','1110','4000','5500'),('6172676346120222332202',62,'61726763451','9',100.00,'8000','retail','0','2024-09-19 19:30:51','','','','68','Cash',0.00,'80','','','6','','1','2024-09-19 16:31:16','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'100','175.13','75.13','Inclusive','branch','Inventory','1110','4000','5500'),('4172682717802272233322',63,'41726827160','9',0.50,'40','retail','0','2024-09-20 13:12:40','','','','68','Cash',0.00,'80','','','4','','1','2024-09-20 10:13:04','2','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','113.14','112.64','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) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=3318 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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; INSERT INTO `sms` VALUES (1,'254718667391','2024-08-17 01:19:40pm','Dear Admin, Admin has made LPO request on 17/08/2024 13:19 regarding . Check your the system for approval.','active','1','1',0,0,'',0,'',''); /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) 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', `etimsonline` varchar(5) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smsconfig` -- LOCK TABLES `smsconfig` WRITE; /*!40000 ALTER TABLE `smsconfig` DISABLE KEYS */; INSERT INTO `smsconfig` VALUES (1,'76','c8d1ec0b9d21d199d6d7514ce002b85fd3022037d31141cecf5ea57902320994f885c92064cc2bee019f87df642212ac30505551','Robisearch','','<H2 style=\"margin:0px;color:blue\">Redbrick Dairy & Foods</H2>\r\n<h3><strong>Milkyway Lang\'ata\r\n</BR>Tel: +254 110 418075 </BR>\r\nEmail: rbdairyfoods@gmail.com</strong></h3>\r\n\r\n','254718667391','Nairobi Ngara','support@robisearch.com','ROBISEARCHPOS','Pay within 30days <br>\r\n','Robisearch Admin','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','','KES','VAT','16','levy','2','RO0001','<h3>Welcome to Milkway Lang\'ata</h3>','2024-07-241721832816.png','1','1 ','','1','2024-08-20 14:07:59','no','no','no','no','ZNLVyKT0PUAijBv++doJlnDaODd60LjW3sJwYYkj7DUFYtt3PiIU7K4nm1Dq/VYGUlWo8irZlAMzFrXFD+YSqA==','<h2><strong>TILL NO: 507060</strong></h2>','<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.','55Wifs4omazmMVlv81+KQ5uUqcOueywIPaL0AclXxgJlXnQ77gaWBiXNtRwipjm38Co/c7S3dngTKm9LkTd3MfsLg9qAZSrWrWARlTlFVjhOLJJveCCdT8bC+pcHY0im','100','Current','Current','00:00','23:59','Retail','One Without Automatic Logout','Before Receipt','thank you for shopping with us. ','yes','yes','Advanta','ROBISEARCHLTD','Robisearch@2018','SMSCHAPCHAP','<b>About Robisearch Ltd</b><br>\r\nRobisearch Ltd is an ICT youth based company that begun in 2011 as a result of innovations that transform lives globally. We are innovator behind Biometric lands system and digital birth card system that could help fight terrorisms. We are a member of the Nairobi Chambers (KNCCI) organization and AGPO. We offer attachment /internships opportunity to 60 students on annual basis as a way of creating job opportunity to youths in Kenya. We have great experience in dealing with customers having handled over 500 customers’ country wide. Some of services are:<p class=\"text-center\">\r\n<h3>OUR SERVICES</h3>\r\nBelow are some of our services and solutions:<br>\r\n• Biometric system for schools and business : Price= From Ksh.50,000<br>\r\n• Bulk Sms services(Bulksms ChapChap) : Price= From Ksh.5,000<br>\r\n• Best Erp/Point of Sale/ Inventory Control Software : Price= From Ksh.50,000<br>\r\n• Property Management software that conforms to the Big 4 government agenda. : Price= From Ksh.100,000<br>\r\n\r\nNOTE: You can give discount upto 20% of the above selling price.\r\n</p>\r\n\r\n<p>\r\nOur Vision<br>\r\nTransforming the world through innovation<br>\r\nOur Mission<br>\r\nTo be the best ICT company offering innovate services globally.\r\nBiometric Systems rely mostly on information about a person to identify the person in such a way that specific data about unique biological traits are relied upon to work effectively.\r\nThe biometric School attendance system. This is an innovative system which is used by schools to track student movements. The system sends sms alert to the parents whenever students checks in and out of the schools. The system is also used as digital register to record students and staff attendances instead of manual signing of class register as well as managing payroll based on attendance. The system is also being used by business owners to get sms alert whenever employees checks in and out of the office. There are so many schools using this system and we recommend the same to any school and business. Some of them are JKUAT,Pumwani Hosiptal, Loreto Girls Kiambu,Mandera boys, Kwale boys, Kipsigis girls. Kericho TTC etc.\r\n<br>\r\n\r\n<br>Point of Sale(ROBIPOS) manages sales for any sales related businesses. This system helps business owners to track their daily sales and profit using their phones wherever they are. It has Lipa Na MPESA real time and sms alert. Sms is automatically sends to the computer whenever customer pays through any mobile payment. Also the customer gets automatic thank you message upon payment.\r\nThis system has been integrated with many modules that manages day to day transactions in our client’s business. The system has many functionalities but not limited to the following: Inventory tracking, sales management, customer management, products management, receipting, human resource, accounting module and can real-time Lipa na Mpesa module. \r\nThe sales management system can be used in diverse businesses like wholesales, boutiques, electrical and electronics, minimarts, supermarkets, cosmetic shops, jeweler shops and any retail businesses.\r\nOur POS system helps <br>\r\n? Improve our customer’s experience by serving them in a fast and convenient way<br>\r\n? Management of stock<br>\r\n? Presentable documents such as receipts, orders and reports are issued to customers of our clients.<br>\r\n? Storage and retrieval of documents is made easier<br>\r\n? Accuracy; scanning is more accurate than punching in numbers from a sticker or expecting the cashier to manually remember what each item costs.\r\n? Analysis ;<br>\r\n? POS let our clients manage inventory, flag items for reorder and analyze sales patterns.<br>\r\nBulksms ChapChap is a bulk sms software which can be used to send sms/reminders to customers. It’s the most feasible and essential strategy to target a mass audience as a marketing and communication tool. Whether launching a new product or would like a nationwide announcement, or whether you want to remind people of a certain meeting or deal, our bulk sms manages all the requirements from start to finish. The system can be used by anybody to manage their dairies since you can store all your appointments and activities then system will send you sms whenever that time reaches. \r\nOur bulk sms comes with advantages such as;<br>\r\n? Instant delivery of messages<br>\r\n? Flexible platform that can send over 10,000 sms once<br>\r\n? The systems comes with a reminder to notify one of any pending deals<br>\r\n? Sms can be stored, easily forwarded or tracked using delivery reports<br>\r\n? Lower cost and time to be delivered than a phone call.<br>\r\n? It is more reliable than emailing as the chances of the recipient reading the message is very high<br>\r\n? Limitless market potential<br>\r\nOur clients include;Bulk sms: JKUAT, Elimu TV, Uwezo Fund, Moi forces Academy<br>\r\nBiometric: JKUAT, Orero Boys, Kayole High school<br>\r\nPoint of sale: Luna Park, Victoria Falls, Garrison Teachers College, Ndumia Group<br>\r\nwww.robisearch.com<br>\r\nhttp://www.bulksmschapchap.com/<br>\r\n\r\n\r\n</p>\r\n<p>\r\nFeel free to contact us: <br>\r\n<a href=\"http://www.robisearch.com/\">www.robisearch.com</a> <br>\r\nEmail :info@robisearch.com<br>\r\nPhone: 0780655987<br>\r\nPhone: 0716413386<br>\r\nOur Offices are Nairobi-Nara and Juja town<br>\r\n Experiencing any problem? Send an email to <a href=\"mailto:info@robisearch.com\">info@robisearch.com</a> or <a href=\"mailto:robisearch@gmail.com\">robisearch@gmail.com</a> or follow us on <a href=\"https://www.facebook.com/Robiearch?fref=ts\">Facebook</a> or on <a href=\"https://twitter.com/robisearch\">Twitter.</a> . You can also view more on <a href=\"http://www.robisearch.com/\"> our website</a>\r\n\r\n</p></b>\r\n ','<B> Reseller/Agent Benefits</b>\r\n <br>\r\n1. Earn Commisiions <br>\r\n2. Get best offers <br>\r\n3. Get Incentives <br>\r\n \r\n <B> Reseller/Agent Categories</b>\r\n We pay according to your effort hence it is based on commission.<br>\r\n 1. You will get 10% of what you sell on Monthly basis if you make between 1-5 sales per month.<br>\r\n 2. You will get 20% of what you sell on Monthly basis if you make between 6-20 sales per month.<br>\r\n 3. You will get 30% of what you sell on Monthly basis if you make above 21 sales per month.<br>\r\n','1110','4000','5500','08:00','10:00','no','General',10,'user/viewsales','deactivate','products','D:\\\\xampp\\\\htdocs\\\\ATT2000.mdb','702006','https://pos.wifimatt.com/getpayment','https://pos.wifimatt.com/verifypayment','application/json','UYlkylGuzGjZxpMNz2rmGGYc6N5wslzp','HSGog9FsAchErCLj','From Robisearch LTD','yes',0,'no','yes','Both','no','no','3','no','no','no','no','yes'); /*!40000 ALTER TABLE `smsconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smslogin` -- DROP TABLE IF EXISTS `smslogin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smslogin` ( `id` int(10) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `code` varchar(20) NOT NULL, `phone` varchar(20) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `userid` int(10) NOT NULL, `fromtime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `totime` datetime NOT NULL, `duration` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smslogin` -- LOCK TABLES `smslogin` WRITE; /*!40000 ALTER TABLE `smslogin` DISABLE KEYS */; /*!40000 ALTER TABLE `smslogin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smstemplate` -- DROP TABLE IF EXISTS `smstemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smstemplate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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, `shift` varchar(5) 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 `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=138 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,'120',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(2,'119',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(3,'118',0.00,9.25,9.25,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',11,''),(4,'117',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(5,'116',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(6,'115',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(7,'114',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(8,'113',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(9,'112',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(10,'111',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(11,'110',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(12,'109',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(13,'108',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(14,'107',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(15,'106',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(16,'105',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(17,'104',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(18,'103',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(19,'102',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(20,'101',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(21,'100',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(22,'99',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(23,'98',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(24,'97',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',11,''),(25,'96',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',10,''),(26,'95',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',10,''),(27,'94',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',9,''),(28,'93',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',8,''),(29,'92',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',8,''),(30,'91',0.00,100.00,100.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(31,'90',0.00,101.00,101.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(32,'89',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(33,'88',0.00,39.00,39.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(34,'87',0.00,190.00,190.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(35,'86',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(36,'85',0.00,74.00,74.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(37,'84',0.00,3.00,3.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(38,'83',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(39,'82',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(40,'81',0.00,20.00,20.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(41,'80',0.00,16.00,16.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(42,'79',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(43,'78',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(44,'77',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(45,'76',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(46,'75',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(47,'74',0.00,20.00,20.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(48,'73',0.00,3.00,3.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(49,'72',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',7,''),(50,'71',0.00,12.00,12.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',7,''),(51,'70',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(52,'69',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(53,'68',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(54,'67',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(55,'66',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(56,'65',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(57,'64',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(58,'63',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(59,'62',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(60,'61',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(61,'60',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(62,'59',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(63,'58',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(64,'57',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(65,'56',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(66,'55',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(67,'54',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',6,''),(68,'53',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(69,'52',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(70,'51',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(71,'50',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(72,'49',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(73,'48',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',5,''),(74,'47',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(75,'46',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(76,'45',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(77,'44',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(78,'43',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(79,'42',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(80,'41',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(81,'40',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(82,'39',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(83,'38',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(84,'37',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(85,'36',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(86,'35',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(87,'34',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(88,'33',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(89,'32',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(90,'31',0.00,34.00,34.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',4,''),(91,'30',0.00,660.00,660.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',4,''),(92,'29',0.00,23.00,23.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',4,''),(93,'28',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(94,'27',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',4,''),(95,'26',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(96,'25',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(97,'24',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(98,'23',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(99,'22',0.00,16.00,16.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(100,'21',0.00,16.00,16.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(101,'20',0.00,3.75,3.75,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(102,'19',0.00,4.00,4.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(103,'18',0.00,4.00,4.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(104,'17',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(105,'16',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(106,'15',0.00,4.00,4.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(107,'14',0.00,22.00,22.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(108,'13',0.00,21.00,21.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',3,''),(109,'12',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',3,''),(110,'11',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',2,''),(111,'10',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',2,''),(112,'9',0.00,67.85,67.85,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',2,''),(113,'8',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',2,''),(114,'7',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',2,''),(115,'6',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',1,''),(116,'5',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',1,''),(117,'4',0.00,8.50,8.50,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',1,''),(118,'3',0.00,10.00,10.00,1,'branch',1,1,'2024-08-17','2024-08-17',6,'15:22:30','open',1,''),(119,'2',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',1,''),(120,'1',0.00,0.00,0.00,1,'branch',1,1,'2024-08-17','',0,'15:22:30','open',1,''),(122,'70',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(123,'69',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(124,'68',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(125,'67',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(126,'66',99.00,99.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(127,'65',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(128,'64',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(129,'63',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(130,'62',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(131,'61',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(132,'60',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(133,'59',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(134,'58',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(135,'57',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(136,'56',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''),(137,'55',100.00,100.00,0.00,1,'branch',3,1,'2024-08-19','2024-08-19',3,'14:51:13','open',6,''); /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktakingstatus` -- DROP TABLE IF EXISTS `stocktakingstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktakingstatus` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, `startdate` date NOT NULL, `closedate` date NOT NULL, `updatedby` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `level` varchar(20) NOT NULL DEFAULT 'one', `type` varchar(20) NOT NULL DEFAULT 'branch', `branchid` int(5) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktakingstatus` -- LOCK TABLES `stocktakingstatus` WRITE; /*!40000 ALTER TABLE `stocktakingstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktakingstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktypecodes` -- DROP TABLE IF EXISTS `stocktypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktypecodes` -- LOCK TABLES `stocktypecodes` WRITE; /*!40000 ALTER TABLE `stocktypecodes` DISABLE KEYS */; INSERT INTO `stocktypecodes` VALUES (1,'Import','01',NULL,'Y','1'),(2,'Purchase','02',NULL,'Y','2'),(3,'Return','03',NULL,'Y','3'),(4,'Stock Movement','04',NULL,'Y','4'),(5,'Processing','05',NULL,'Y','5'),(6,'Adjustment','06',NULL,'Y','6'),(7,'Sale','11',NULL,'Y','11'),(8,'Return','12',NULL,'Y','12'),(9,'Stock Movement','13',NULL,'Y','13'),(10,'Processing','14',NULL,'Y','14'),(11,'Discarding','15',NULL,'Y','15'),(12,'Adjustment','16',NULL,'Y','16'); /*!40000 ALTER TABLE `stocktypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `store` -- DROP TABLE IF EXISTS `store`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `store` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(1) NOT NULL DEFAULT 0, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` varchar(50) NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `store` -- LOCK TABLES `store` WRITE; /*!40000 ALTER TABLE `store` DISABLE KEYS */; /*!40000 ALTER TABLE `store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subcategory` -- DROP TABLE IF EXISTS `subcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `subcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `maincategory` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subcategory` -- LOCK TABLES `subcategory` WRITE; /*!40000 ALTER TABLE `subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `suggestions` -- DROP TABLE IF EXISTS `suggestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `suggestions` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `suggestions` -- LOCK TABLES `suggestions` WRITE; /*!40000 ALTER TABLE `suggestions` DISABLE KEYS */; /*!40000 ALTER TABLE `suggestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `supervisor` -- DROP TABLE IF EXISTS `supervisor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `supervisor` ( `id` int(30) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `department` varchar(50) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `description` text NOT NULL, `employeeno` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `userid` int(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL DEFAULT 1, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `supervisor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables` -- DROP TABLE IF EXISTS `tables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tables` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tables` -- LOCK TABLES `tables` WRITE; /*!40000 ALTER TABLE `tables` DISABLE KEYS */; /*!40000 ALTER TABLE `tables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `meta_keyword` text NOT NULL, `meta_description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskdata` -- DROP TABLE IF EXISTS `taskdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskdata` ( `id` int(30) NOT NULL AUTO_INCREMENT, `description` text DEFAULT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) DEFAULT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Submitted', `companyid` varchar(100) NOT NULL, `challanges` text NOT NULL, `recommendation` text NOT NULL, `updatedby` int(11) NOT NULL, `comments` text NOT NULL, `updateddate` varchar(30) NOT NULL, `mykey` varchar(50) DEFAULT NULL, `exactdate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `achieved` varchar(30) NOT NULL, `updatedat` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskdata` -- LOCK TABLES `taskdata` WRITE; /*!40000 ALTER TABLE `taskdata` DISABLE KEYS */; /*!40000 ALTER TABLE `taskdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasks` -- DROP TABLE IF EXISTS `tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `taskowner` varchar(100) NOT NULL, `subject` text NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` text NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` text NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text DEFAULT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `measurements` varchar(30) NOT NULL DEFAULT 'Pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasktype` -- DROP TABLE IF EXISTS `tasktype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasktype` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; /*!40000 ALTER TABLE `tasktype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskupdates` -- DROP TABLE IF EXISTS `taskupdates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskupdates` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `nextstep` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `type` text NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskupdates` -- LOCK TABLES `taskupdates` WRITE; /*!40000 ALTER TABLE `taskupdates` DISABLE KEYS */; /*!40000 ALTER TABLE `taskupdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taxcodes` -- DROP TABLE IF EXISTS `taxcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taxcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `company_id` varchar(50) NOT NULL, `name` varchar(70) NOT NULL, `tax_code` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, `rate` varchar(50) NOT NULL, `rate_code2` varchar(50) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taxcodes` -- LOCK TABLES `taxcodes` WRITE; /*!40000 ALTER TABLE `taxcodes` DISABLE KEYS */; INSERT INTO `taxcodes` VALUES (1,'1','A-Exempt','A','1','0','A-EX','A-Exempt'),(2,'1','B-VAT 16%','B','2','16','B-16%','B-VAT 16%'),(3,'1','C-Zero Rated','C','3','0','TAX C','C-Zero Rated'),(4,'1','E-VAT 8%','E','4','8','E-8%','E-VAT 8%'),(5,'1','D-Non VAT','D','5','0','TAX D','D-Non VAT'); /*!40000 ALTER TABLE `taxcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` int(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, `mode` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'Submitted', `remarks` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tills` -- DROP TABLE IF EXISTS `tills`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tills` -- LOCK TABLES `tills` WRITE; /*!40000 ALTER TABLE `tills` DISABLE KEYS */; /*!40000 ALTER TABLE `tills` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `towns` -- DROP TABLE IF EXISTS `towns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `towns` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `towns` -- LOCK TABLES `towns` WRITE; /*!40000 ALTER TABLE `towns` DISABLE KEYS */; INSERT INTO `towns` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `towns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `traffic` -- DROP TABLE IF EXISTS `traffic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `traffic` ( `id` int(11) NOT NULL AUTO_INCREMENT, `postedtime` varchar(30) NOT NULL, `link` text NOT NULL, `ip` varchar(50) NOT NULL, `description` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=67 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-10-19 16:06:37pm','About Us','57.141.0.22',''),(2,'2024-10-21 22:35:22pm','About Us','52.167.144.211',''),(3,'2024-10-23 01:39:28am','About Us','207.46.13.130',''),(4,'2024-10-23 05:38:26am','About Us','57.141.0.24',''),(5,'2024-10-23 12:44:35pm','About Us','40.77.167.224',''),(6,'2024-10-24 08:52:29am','About Us','40.77.167.42',''),(7,'2024-10-25 05:02:34am','About Us','40.77.167.37',''),(8,'2024-10-25 09:32:55am','About Us','40.77.167.7',''),(9,'2024-10-26 07:52:16am','About Us','52.167.144.147',''),(10,'2024-10-27 23:49:28pm','About Us','52.167.144.158',''),(11,'2024-10-29 17:28:20pm','About Us','52.167.144.211',''),(12,'2024-10-30 03:20:46am','About Us','52.167.144.191',''),(13,'2024-11-05 15:43:03pm','About Us','52.167.144.160',''),(14,'2024-11-07 12:48:14pm','About Us','40.77.167.7',''),(15,'2024-11-15 07:18:01am','About Us','207.46.13.141',''),(16,'2024-11-16 08:39:51am','About Us','157.55.39.59',''),(17,'2024-11-23 09:04:42am','About Us','207.46.13.116',''),(18,'2024-11-24 23:33:35pm','About Us','40.77.167.62',''),(19,'2024-11-25 08:08:16am','About Us','157.55.39.9',''),(20,'2024-11-26 08:03:11am','About Us','157.55.39.195',''),(21,'2024-11-27 01:25:01am','About Us','157.55.39.9',''),(22,'2024-11-30 18:38:47pm','About Us','57.141.0.14',''),(23,'2024-12-01 08:33:42am','About Us','40.77.167.247',''),(24,'2024-12-02 01:13:07am','About Us','52.167.144.220',''),(25,'2024-12-03 22:31:14pm','About Us','40.77.167.62',''),(26,'2024-12-04 02:22:37am','About Us','40.77.167.150',''),(27,'2024-12-07 01:43:32am','About Us','52.167.144.220',''),(28,'2024-12-09 03:11:58am','About Us','157.55.39.63',''),(29,'2024-12-11 04:44:37am','About Us','40.77.167.2',''),(30,'2024-12-13 06:30:59am','About Us','52.167.144.222',''),(31,'2024-12-15 08:11:10am','About Us','40.77.167.144',''),(32,'2024-12-17 05:41:57am','About Us','52.167.144.239',''),(33,'2024-12-20 20:48:54pm','About Us','57.141.0.7',''),(34,'2024-12-22 05:29:02am','About Us','57.141.0.28',''),(35,'2025-01-10 00:44:11am','About Us','57.141.0.17',''),(36,'2025-01-10 18:38:39pm','About Us','52.167.144.222',''),(37,'2025-02-13 18:48:46pm','About Us','57.141.0.30',''),(38,'2025-02-21 21:30:31pm','About Us','57.141.0.10',''),(39,'2025-02-23 19:11:45pm','About Us','57.141.0.8',''),(40,'2025-02-25 06:14:31am','About Us','57.141.0.15',''),(41,'2025-03-02 17:33:20pm','About Us','57.141.0.20',''),(42,'2025-03-07 01:25:42am','About Us','57.141.0.11',''),(43,'2025-03-11 15:53:52pm','About Us','57.141.0.5',''),(44,'2025-03-17 14:53:25pm','About Us','57.141.0.3',''),(45,'2025-03-21 16:08:53pm','About Us','57.141.0.2',''),(46,'2025-03-22 00:34:03am','About Us','57.141.0.27',''),(47,'2025-03-30 17:05:19pm','About Us','57.141.0.21',''),(48,'2025-04-05 18:10:13pm','About Us','57.141.0.8',''),(49,'2025-04-07 17:42:28pm','About Us','57.141.0.2',''),(50,'2025-04-11 05:45:13am','About Us','57.141.0.29',''),(51,'2025-04-14 23:44:23pm','About Us','57.141.0.9',''),(52,'2025-04-18 16:38:37pm','About Us','57.141.0.29',''),(53,'2025-04-22 16:46:03pm','About Us','57.141.0.2',''),(54,'2025-04-22 23:37:42pm','About Us','57.141.0.9',''),(55,'2025-04-27 17:17:29pm','About Us','57.141.0.14',''),(56,'2025-05-02 04:50:57am','About Us','57.141.0.26',''),(57,'2025-05-05 20:09:35pm','About Us','57.141.0.18',''),(58,'2025-05-10 05:13:37am','About Us','57.141.0.19',''),(59,'2025-05-15 13:24:19pm','About Us','57.141.0.9',''),(60,'2025-05-19 07:27:13am','About Us','57.141.0.14',''),(61,'2025-05-26 21:20:07pm','About Us','57.141.0.13',''),(62,'2025-06-03 09:01:41am','About Us','57.141.0.29',''),(63,'2025-06-07 08:36:24am','About Us','52.167.144.141',''),(64,'2025-06-09 00:23:10am','About Us','57.141.6.3',''),(65,'2025-06-16 03:54:43am','About Us','57.141.6.17',''),(66,'2025-06-21 22:38:28pm','About Us','57.141.6.26',''); /*!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=286 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 (1,'9','2024-08-16 10:43:22','child','1','','1','48','1',0.3400,'27.2','23.12',''),(2,'9','2024-08-16 10:45:37','child','1','','1','49','1',0.3400,'27.2','23.12',''),(3,'28','2024-08-16 10:46:46','child','1','','1','49','1',1.0000,'0','10',''),(4,'30','2024-08-16 10:55:52','child','1','','1','49','1',2.0000,'10','4.8',''),(5,'81','2024-08-16 10:56:53','child','1','','1','49','1',1.0000,'0','12',''),(6,'93','2024-08-16 10:57:06','child','1','','1','49','1',1.0000,'0','5',''),(7,'91','2024-08-16 10:57:26','child','1','','1','49','1',1.0000,'0','1',''),(8,'20','2024-08-16 10:58:54','child','1','','1','56','1',0.2000,'0','46',''),(9,'9','2024-08-16 10:59:25','child','1','','1','56','1',0.0625,'5','4.25',''),(10,'85','2024-08-16 11:04:51','child','1','','1','56','1',1.0000,'0','5',''),(11,'87','2024-08-16 11:05:11','child','1','','1','56','1',1.0000,'0','1',''),(12,'91','2024-08-16 11:05:29','child','1','','1','56','1',1.0000,'0','1',''),(13,'54','2024-08-16 11:05:48','child','1','','1','56','1',17.4000,'870','18.27',''),(14,'20','2024-08-16 11:07:00','child','1','','1','55','1',0.3500,'0','80.5',''),(15,'9','2024-08-16 11:07:28','child','1','','1','55','1',0.1250,'10','8.5',''),(16,'88','2024-08-16 11:08:09','child','1','','1','55','1',1.0000,'0','7',''),(17,'87','2024-08-16 11:08:28','child','1','','1','55','1',1.0000,'0','1',''),(18,'91','2024-08-16 11:09:02','child','1','','1','55','1',1.0000,'0','1',''),(19,'54','2024-08-16 11:09:28','child','1','','1','55','1',26.1000,'1305','27.405',''),(20,'16','2024-08-16 11:11:11','child','1','','1','58','1',0.2000,'0','46',''),(21,'9','2024-08-16 11:11:30','child','1','','1','58','1',0.0625,'5','4.25',''),(22,'85','2024-08-16 11:11:58','child','1','','1','58','1',1.0000,'0','5',''),(23,'87','2024-08-16 11:12:10','child','1','','1','58','1',1.0000,'0','1',''),(24,'91','2024-08-16 11:12:23','child','1','','1','58','1',1.0000,'0','1',''),(25,'16','2024-08-16 11:14:10','child','1','','1','57','1',0.3500,'0','80.5',''),(26,'9','2024-08-16 11:14:28','child','1','','1','57','1',0.1250,'10','8.5',''),(27,'88','2024-08-16 11:14:45','child','1','','1','57','1',1.0000,'0','7',''),(28,'87','2024-08-16 11:15:02','child','1','','1','57','1',1.0000,'0','1',''),(29,'91','2024-08-16 11:15:14','child','1','','1','57','1',1.0000,'0','1',''),(30,'15','2024-08-16 11:17:00','child','1','','1','59','1',0.3500,'0','80.5',''),(31,'9','2024-08-16 11:17:14','child','1','','1','59','1',0.1250,'10','8.5',''),(32,'88','2024-08-16 11:17:36','child','1','','1','59','1',1.0000,'0','7',''),(33,'87','2024-08-16 11:17:50','child','1','','1','59','1',1.0000,'0','1',''),(34,'91','2024-08-16 11:18:01','child','1','','1','59','1',1.0000,'0','1',''),(35,'17','2024-08-16 11:18:59','child','1','','1','62','1',0.2000,'0','46',''),(36,'9','2024-08-16 11:19:12','child','1','','1','62','1',0.0625,'5','4.25',''),(37,'85','2024-08-16 11:19:30','child','1','','1','62','1',1.0000,'0','5',''),(38,'87','2024-08-16 11:19:47','child','1','','1','62','1',1.0000,'0','1',''),(39,'91','2024-08-16 11:20:03','child','1','','1','62','1',1.0000,'0','1',''),(40,'17','2024-08-16 11:21:04','child','1','','1','61','1',0.3500,'0','80.5',''),(41,'9','2024-08-16 11:21:21','child','1','','1','61','1',0.1250,'10','8.5',''),(42,'88','2024-08-16 11:21:46','child','1','','1','61','1',1.0000,'0','7',''),(43,'87','2024-08-16 11:22:05','child','1','','1','61','1',1.0000,'0','1',''),(44,'91','2024-08-16 11:22:19','child','1','','1','61','1',1.0000,'0','1',''),(45,'20','2024-08-16 11:24:54','child','1','','1','64','1',0.2000,'0','46',''),(46,'9','2024-08-16 11:25:10','child','1','','1','64','1',0.0625,'5','4.25',''),(47,'45','2024-08-16 11:25:27','child','1','','1','64','1',5.0000,'0','2.45',''),(48,'85','2024-08-16 11:25:47','child','1','','1','64','1',1.0000,'0','5',''),(49,'87','2024-08-16 11:26:00','child','1','','1','64','1',1.0000,'0','1',''),(50,'91','2024-08-16 11:26:11','child','1','','1','64','1',1.0000,'0','1',''),(51,'20','2024-08-16 11:27:06','child','1','','1','63','1',0.3500,'0','80.5',''),(52,'9','2024-08-16 11:27:19','child','1','','1','63','1',0.1250,'10','8.5',''),(53,'45','2024-08-16 11:27:39','child','1','','1','63','1',10.0000,'0','4.9',''),(54,'87','2024-08-16 11:27:55','child','1','','1','63','1',1.0000,'0','1',''),(55,'91','2024-08-16 11:28:06','child','1','','1','63','1',1.0000,'0','1',''),(56,'19','2024-08-16 11:29:02','child','1','','1','66','1',0.2000,'0','46',''),(57,'9','2024-08-16 11:29:19','child','1','','1','66','1',0.0625,'5','4.25',''),(58,'46','2024-08-16 11:29:33','child','1','','1','66','1',5.0000,'0','2.45',''),(59,'85','2024-08-16 11:29:52','child','1','','1','66','1',1.0000,'0','5',''),(60,'87','2024-08-16 11:30:06','child','1','','1','66','1',1.0000,'0','1',''),(61,'91','2024-08-16 11:30:15','child','1','','1','66','1',1.0000,'0','1',''),(62,'19','2024-08-16 11:31:16','child','1','','1','65','1',0.3500,'0','80.5',''),(63,'9','2024-08-16 11:31:28','child','1','','1','65','1',0.1250,'10','8.5',''),(64,'46','2024-08-16 11:31:40','child','1','','1','65','1',10.0000,'0','4.9',''),(65,'88','2024-08-16 11:32:03','child','1','','1','65','1',1.0000,'0','7',''),(66,'87','2024-08-16 11:32:19','child','1','','1','65','1',1.0000,'0','1',''),(67,'91','2024-08-16 11:32:32','child','1','','1','65','1',1.0000,'0','1',''),(68,'18','2024-08-16 11:33:23','child','1','','1','68','1',0.2000,'0','46',''),(69,'9','2024-08-16 11:33:36','child','1','','1','68','1',0.0625,'5','4.25',''),(70,'85','2024-08-16 11:33:54','child','1','','1','68','1',1.0000,'0','5',''),(71,'87','2024-08-16 11:34:18','child','1','','1','68','1',1.0000,'0','1',''),(72,'91','2024-08-16 11:34:29','child','1','','1','68','1',1.0000,'0','1',''),(73,'47','2024-08-16 11:34:45','child','1','','1','68','1',5.0000,'0','2.45',''),(74,'18','2024-08-16 11:36:01','child','1','','1','67','1',0.3500,'0','80.5',''),(75,'9','2024-08-16 11:36:19','child','1','','1','67','1',0.1250,'10','8.5',''),(76,'79','2024-08-16 11:36:35','child','1','','1','67','1',1.0000,'0','8',''),(77,'87','2024-08-16 11:36:54','child','1','','1','67','1',1.0000,'0','1',''),(78,'91','2024-08-16 11:37:05','child','1','','1','67','1',1.0000,'0','1',''),(79,'47','2024-08-16 11:37:17','child','1','','1','67','1',10.0000,'0','4.9',''),(80,'20','2024-08-16 11:38:02','child','1','','1','70','1',0.2000,'0','46',''),(81,'9','2024-08-16 11:38:16','child','1','','1','70','1',0.0625,'5','4.25',''),(82,'85','2024-08-16 11:38:32','child','1','','1','70','1',1.0000,'0','5',''),(83,'87','2024-08-16 11:38:43','child','1','','1','70','1',1.0000,'0','1',''),(84,'91','2024-08-16 11:38:55','child','1','','1','70','1',1.0000,'0','1',''),(85,'20','2024-08-16 11:39:40','child','1','','1','69','1',0.3500,'0','80.5',''),(86,'9','2024-08-16 11:39:55','child','1','','1','69','1',0.1250,'10','8.5',''),(87,'79','2024-08-16 11:40:17','child','1','','1','69','1',1.0000,'0','8',''),(88,'87','2024-08-16 11:40:31','child','1','','1','69','1',1.0000,'0','1',''),(89,'91','2024-08-16 11:40:42','child','1','','1','69','1',1.0000,'0','1',''),(90,'111','2024-08-16 11:41:59','child','1','','1','98','1',0.2500,'45','28.77',''),(91,'112','2024-08-16 11:42:19','child','1','','1','98','1',0.2500,'45','25.88',''),(92,'88','2024-08-16 11:42:35','child','1','','1','98','1',1.0000,'0','7',''),(93,'87','2024-08-16 11:42:48','child','1','','1','98','1',1.0000,'0','1',''),(94,'91','2024-08-16 11:43:04','child','1','','1','98','1',1.0000,'0','1',''),(95,'111','2024-08-16 11:45:17','child','1','','1','97','1',0.1250,'22.5','14.385',''),(96,'112','2024-08-16 11:45:49','child','1','','1','97','1',0.1250,'22.5','12.94',''),(97,'85','2024-08-16 11:46:05','child','1','','1','97','1',1.0000,'0','5',''),(98,'87','2024-08-16 11:46:16','child','1','','1','97','1',1.0000,'0','1',''),(99,'91','2024-08-16 11:46:27','child','1','','1','97','1',1.0000,'0','1',''),(100,'111','2024-08-16 11:47:16','child','1','','1','102','1',0.1250,'22.5','14.385',''),(101,'115','2024-08-16 11:47:35','child','1','','1','102','1',0.1250,'22.5','21.83875',''),(102,'85','2024-08-16 11:47:46','child','1','','1','102','1',1.0000,'0','5',''),(103,'87','2024-08-16 11:47:56','child','1','','1','102','1',1.0000,'0','1',''),(104,'91','2024-08-16 11:48:04','child','1','','1','102','1',1.0000,'0','1',''),(105,'111','2024-08-16 11:49:03','child','1','','1','100','1',0.2500,'45','28.77',''),(106,'115','2024-08-16 11:49:25','child','1','','1','100','1',0.2500,'45','43.6775',''),(107,'88','2024-08-16 11:49:47','child','1','','1','100','1',1.0000,'0','7',''),(108,'91','2024-08-16 11:49:58','child','1','','1','100','1',1.0000,'0','1',''),(109,'87','2024-08-16 11:50:13','child','1','','1','100','1',1.0000,'0','1',''),(110,'111','2024-08-16 11:51:18','child','1','','1','101','1',0.1250,'22.5','14.385',''),(111,'118','2024-08-16 11:51:49','child','1','','1','101','1',0.1250,'22.5','12.93375',''),(112,'85','2024-08-16 11:52:05','child','1','','1','101','1',1.0000,'0','5',''),(113,'91','2024-08-16 11:52:18','child','1','','1','101','1',1.0000,'0','1',''),(114,'87','2024-08-16 11:52:29','child','1','','1','101','1',1.0000,'0','1',''),(115,'111','2024-08-16 11:53:32','child','1','','1','99','1',0.2500,'45','28.77',''),(116,'118','2024-08-16 11:53:58','child','1','','1','99','1',0.2500,'45','25.8675',''),(117,'88','2024-08-16 11:54:11','child','1','','1','99','1',1.0000,'0','7',''),(118,'91','2024-08-16 11:54:18','child','1','','1','99','1',1.0000,'0','1',''),(119,'87','2024-08-16 11:54:36','child','1','','1','99','1',1.0000,'0','1',''),(120,'112','2024-08-16 11:55:32','child','1','','1','103','1',0.1250,'22.5','12.94',''),(121,'115','2024-08-16 11:55:50','child','1','','1','103','1',0.1250,'22.5','21.83875',''),(122,'85','2024-08-16 11:56:19','child','1','','1','103','1',1.0000,'0','5',''),(123,'91','2024-08-16 11:56:29','child','1','','1','103','1',1.0000,'0','1',''),(124,'87','2024-08-16 11:56:40','child','1','','1','103','1',1.0000,'0','1',''),(125,'112','2024-08-16 11:57:27','child','1','','1','104','1',0.2500,'45','25.88',''),(126,'115','2024-08-16 11:57:52','child','1','','1','104','1',0.2500,'45','43.6775',''),(127,'79','2024-08-16 11:58:07','child','1','','1','104','1',1.0000,'0','8',''),(128,'91','2024-08-16 11:58:17','child','1','','1','104','1',1.0000,'0','1',''),(129,'87','2024-08-16 11:58:27','child','1','','1','104','1',1.0000,'0','1',''),(130,'118','2024-08-16 11:59:37','child','1','','1','105','1',0.1250,'22.5','12.93375',''),(131,'112','2024-08-16 12:00:00','child','1','','1','105','1',0.1250,'22.5','12.94',''),(132,'85','2024-08-16 12:00:15','child','1','','1','105','1',1.0000,'0','5',''),(133,'91','2024-08-16 12:00:25','child','1','','1','105','1',1.0000,'0','1',''),(134,'87','2024-08-16 12:00:36','child','1','','1','105','1',1.0000,'0','1',''),(135,'118','2024-08-16 12:01:21','child','1','','1','106','1',0.2500,'45','25.8675',''),(136,'112','2024-08-16 12:01:41','child','1','','1','106','1',0.2500,'45','25.88',''),(137,'88','2024-08-16 12:02:00','child','1','','1','106','1',1.0000,'0','7',''),(138,'88','2024-08-16 12:02:00','child','1','','1','106','1',1.0000,'0','7',''),(139,'87','2024-08-16 12:02:12','child','1','','1','106','1',1.0000,'0','1',''),(140,'118','2024-08-16 12:03:12','child','1','','1','107','1',0.1250,'22.5','12.93375',''),(141,'115','2024-08-16 12:03:27','child','1','','1','107','1',0.1250,'22.5','21.83875',''),(142,'85','2024-08-16 12:03:40','child','1','','1','107','1',1.0000,'0','5',''),(143,'91','2024-08-16 12:03:50','child','1','','1','107','1',1.0000,'0','1',''),(144,'87','2024-08-16 12:04:01','child','1','','1','107','1',1.0000,'0','1',''),(145,'118','2024-08-16 12:04:56','child','1','','1','108','1',0.2500,'45','25.8675',''),(146,'115','2024-08-16 12:05:19','child','1','','1','108','1',0.2500,'45','43.6775',''),(147,'88','2024-08-16 12:05:36','child','1','','1','108','1',1.0000,'0','7',''),(148,'91','2024-08-16 12:05:46','child','1','','1','108','1',1.0000,'0','1',''),(149,'87','2024-08-16 12:05:58','child','1','','1','108','1',1.0000,'0','1',''),(150,'111','2024-08-16 12:07:41','child','1','','1','110','1',0.2500,'45','28.77',''),(151,'85','2024-08-16 12:08:10','child','1','','1','110','1',1.0000,'0','5',''),(152,'91','2024-08-16 12:08:17','child','1','','1','110','1',1.0000,'0','1',''),(153,'87','2024-08-16 12:08:28','child','1','','1','110','1',1.0000,'0','1',''),(154,'111','2024-08-16 12:09:20','child','1','','1','109','1',0.5000,'','57.54',''),(155,'88','2024-08-16 12:09:34','child','1','','1','109','1',1.0000,'0','7',''),(156,'91','2024-08-16 12:09:43','child','1','','1','109','1',1.0000,'0','1',''),(157,'87','2024-08-16 12:09:59','child','1','','1','109','1',1.0000,'0','1',''),(158,'9','2024-08-16 12:12:33','child','1','','1','111','1',1.0000,'80','68',''),(159,'36','2024-08-16 12:12:53','child','1','','1','111','1',0.0002,'0','0.2538',''),(160,'38','2024-08-16 12:13:09','child','1','','1','111','1',0.0700,'0','15.12',''),(161,'39','2024-08-16 12:13:29','child','1','','1','111','1',0.0100,'0','6.5994',''),(162,'34','2024-08-16 12:13:49','child','1','','1','111','1',0.0002,'0','0.93264',''),(163,'92','2024-08-16 12:14:02','child','1','','1','111','1',0.0350,'0','8.75',''),(164,'33','2024-08-16 12:14:19','child','1','','1','111','1',0.0002,'0','0.128',''),(165,'3','2024-08-16 12:15:11','child','1','','1','1','1',0.5000,'75','47.02',''),(166,'88','2024-08-16 12:15:25','child','1','','1','1','1',1.0000,'0','7',''),(167,'87','2024-08-16 12:15:37','child','1','','1','1','1',1.0000,'0','1',''),(168,'91','2024-08-16 12:15:46','child','1','','1','1','1',1.0000,'0','1',''),(169,'3','2024-08-16 12:16:37','child','1','','1','2','1',0.2500,'37.5','23.51',''),(170,'85','2024-08-16 12:16:51','child','1','','1','2','1',1.0000,'0','5',''),(171,'91','2024-08-16 12:16:58','child','1','','1','2','1',1.0000,'0','1',''),(172,'87','2024-08-16 12:17:07','child','1','','1','2','1',1.0000,'0','1',''),(173,'9','2024-08-16 12:17:42','child','1','','1','3','1',1.0000,'80','68',''),(174,'37','2024-08-16 12:17:55','child','1','','1','3','1',0.0001,'0','0.1269',''),(175,'39','2024-08-16 12:18:24','child','1','','1','3','1',0.0100,'0','6.5994',''),(176,'35','2024-08-16 12:18:39','child','1','','1','3','1',0.0005,'0','1.95982',''),(177,'92','2024-08-16 12:18:50','child','1','','1','3','1',0.0350,'0','8.75',''),(178,'9','2024-08-16 12:20:11','child','1','','1','8','1',0.2600,'20.8','17.68',''),(179,'84','2024-08-16 12:20:22','child','1','','1','8','1',1.0000,'0','10',''),(180,'30','2024-08-16 12:21:30','child','1','','1','8','1',2.0000,'10','4.8',''),(181,'91','2024-08-16 12:21:41','child','1','','1','8','1',1.0000,'0','1',''),(182,'93','2024-08-16 12:21:53','child','1','','1','8','1',1.0000,'0','5',''),(183,'9','2024-08-16 12:22:50','child','1','','1','7','1',0.3500,'28','23.8',''),(184,'81','2024-08-16 12:23:00','child','1','','1','7','1',1.0000,'0','12',''),(185,'30','2024-08-16 12:23:09','child','1','','1','7','1',2.0000,'10','4.8',''),(186,'91','2024-08-16 12:23:17','child','1','','1','7','1',1.0000,'0','1',''),(187,'93','2024-08-16 12:23:26','child','1','','1','7','1',1.0000,'0','5',''),(188,'9','2024-08-16 12:24:22','child','1','','1','52','1',0.2500,'20','17',''),(189,'30','2024-08-16 12:24:34','child','1','','1','52','1',2.0000,'10','4.8',''),(190,'91','2024-08-16 12:24:45','child','1','','1','52','1',1.0000,'0','1',''),(191,'31','2024-08-16 12:24:56','child','1','','1','52','1',1.0000,'0','5',''),(192,'84','2024-08-16 12:25:06','child','1','','1','52','1',1.0000,'0','10',''),(193,'93','2024-08-16 12:25:14','child','1','','1','52','1',1.0000,'0','5',''),(194,'73','2024-08-16 12:25:25','child','1','','1','52','1',1.0000,'0','3',''),(195,'112','2024-08-16 12:26:16','child','1','','1','114','1',0.5000,'90','51.76',''),(196,'87','2024-08-16 12:26:31','child','1','','1','114','1',1.0000,'0','1',''),(197,'91','2024-08-16 12:26:40','child','1','','1','114','1',1.0000,'0','1',''),(198,'88','2024-08-16 12:26:56','child','1','','1','114','1',1.0000,'0','7',''),(199,'88','2024-08-16 12:26:57','child','1','','1','114','1',1.0000,'0','7',''),(200,'9','2024-08-16 12:28:02','child','1','','1','118','1',1.0000,'80','68',''),(201,'36','2024-08-16 12:28:20','child','1','','1','118','1',0.0002,'0','0.2538',''),(202,'38','2024-08-16 12:28:34','child','1','','1','118','1',0.0700,'0','15.12',''),(203,'39','2024-08-16 12:28:51','child','1','','1','118','1',0.0100,'0','6.5994',''),(204,'42','2024-08-16 12:29:12','child','1','','1','118','1',0.0006,'0','0.762',''),(205,'92','2024-08-16 12:29:48','child','1','','1','118','1',0.0350,'0','8.75',''),(206,'9','2024-08-16 12:30:37','child','1','','1','115','1',1.0000,'80','68',''),(207,'36','2024-08-16 12:30:57','child','1','','1','115','1',0.0002,'0','0.2538',''),(208,'38','2024-08-16 12:31:14','child','1','','1','115','1',0.0700,'0','15.12',''),(209,'39','2024-08-16 12:31:29','child','1','','1','115','1',0.0100,'0','6.5994',''),(210,'40','2024-08-16 12:31:53','child','1','','1','115','1',0.0002,'0','0.37782',''),(211,'43','2024-08-16 12:32:21','child','1','','1','115','1',0.0006,'0','0.7614',''),(212,'92','2024-08-16 12:32:38','child','1','','1','115','1',0.0350,'0','8.75',''),(213,'9','2024-08-16 12:33:38','child','1','','1','112','1',1.0000,'80','68',''),(214,'36','2024-08-16 12:33:59','child','1','','1','112','1',0.0002,'0','0.2538',''),(215,'38','2024-08-16 12:34:21','child','1','','1','112','1',0.0700,'0','15.12',''),(216,'39','2024-08-16 12:35:14','child','1','','1','112','1',0.0100,'0','6.5994',''),(217,'41','2024-08-16 12:35:33','child','1','','1','112','1',0.0002,'0','0.4104',''),(218,'44','2024-08-16 12:35:50','child','1','','1','112','1',0.0006,'0','0.7134',''),(219,'92','2024-08-16 12:36:00','child','1','','1','112','1',0.0350,'0','8.75',''),(220,'9','2024-08-16 12:36:35','child','1','','1','4','1',1.0000,'80','68',''),(221,'37','2024-08-16 12:36:46','child','1','','1','4','1',0.0001,'0','0.1269',''),(222,'39','2024-08-16 12:36:59','child','1','','1','4','1',0.0100,'0','6.5994',''),(223,'35','2024-08-16 12:37:19','child','1','','1','4','1',0.0005,'0','1.95982',''),(224,'92','2024-08-16 12:37:34','child','1','','1','4','1',0.0350,'0','8.75',''),(225,'112','2024-08-16 12:38:14','child','1','','1','113','1',0.2500,'45','25.88',''),(226,'85','2024-08-16 12:38:57','child','1','','1','113','1',1.0000,'0','5',''),(227,'87','2024-08-16 12:39:12','child','1','','1','113','1',1.0000,'0','1',''),(228,'91','2024-08-16 12:39:31','child','1','','1','113','1',1.0000,'0','1',''),(229,'115','2024-08-16 12:40:33','child','1','','1','116','1',0.2500,'45','43.6775',''),(230,'85','2024-08-16 12:40:45','child','1','','1','116','1',1.0000,'0','5',''),(231,'87','2024-08-16 12:40:53','child','1','','1','116','1',1.0000,'0','1',''),(232,'91','2024-08-16 12:41:04','child','1','','1','116','1',1.0000,'0','1',''),(233,'4','2024-08-16 12:42:21','child','1','','1','5','1',0.2500,'37.5','23.51',''),(234,'85','2024-08-16 12:42:34','child','1','','1','5','1',1.0000,'0','5',''),(235,'30','2024-08-16 12:42:45','child','1','','1','5','1',2.0000,'10','4.8',''),(236,'91','2024-08-16 12:42:53','child','1','','1','5','1',1.0000,'0','1',''),(237,'87','2024-08-16 12:43:03','child','1','','1','5','1',1.0000,'0','1',''),(238,'118','2024-08-16 12:44:05','child','1','','1','119','1',0.2500,'45','25.8675',''),(239,'89','2024-08-16 12:44:19','child','1','','1','119','1',1.0000,'0','1',''),(240,'91','2024-08-16 12:44:25','child','1','','1','119','1',1.0000,'0','1',''),(241,'87','2024-08-16 12:44:33','child','1','','1','119','1',1.0000,'0','1',''),(242,'118','2024-08-16 12:45:19','child','1','','1','120','1',0.5000,'90','51.735',''),(243,'87','2024-08-16 12:45:35','child','1','','1','120','1',1.0000,'0','1',''),(244,'91','2024-08-16 12:45:44','child','1','','1','120','1',1.0000,'0','1',''),(245,'88','2024-08-16 12:45:58','child','1','','1','120','1',1.0000,'0','7',''),(246,'115','2024-08-16 12:46:57','child','1','','1','117','1',0.5000,'90','87.355',''),(247,'87','2024-08-16 12:47:09','child','1','','1','117','1',1.0000,'0','1',''),(248,'91','2024-08-16 12:47:16','child','1','','1','117','1',1.0000,'0','1',''),(249,'88','2024-08-16 12:47:27','child','1','','1','117','1',1.0000,'0','7',''),(250,'4','2024-08-16 12:48:09','child','1','','1','6','1',0.5000,'75','47.02',''),(251,'30','2024-08-16 12:48:18','child','1','','1','6','1',2.0000,'10','4.8',''),(252,'91','2024-08-16 12:48:24','child','1','','1','6','1',1.0000,'0','1',''),(253,'88','2024-08-16 12:48:45','child','1','','1','6','1',1.0000,'0','7',''),(254,'9','2024-08-16 12:49:45','child','1','','1','10','1',0.2500,'20','17',''),(255,'30','2024-08-16 12:49:54','child','1','','1','10','1',2.0000,'10','4.8',''),(256,'91','2024-08-16 12:50:02','child','1','','1','10','1',1.0000,'0','1',''),(257,'85','2024-08-16 12:50:34','child','1','','1','10','1',1.0000,'0','5',''),(258,'90','2024-08-16 12:51:05','child','1','','1','10','1',1.0000,'0','1',''),(259,'9','2024-08-16 12:52:10','child','1','','1','11','1',0.2500,'20','17',''),(260,'30','2024-08-16 12:52:18','child','1','','1','11','1',2.0000,'10','4.8',''),(261,'91','2024-08-16 12:52:42','child','1','','1','11','1',1.0000,'0','1',''),(262,'88','2024-08-16 12:53:04','child','1','','1','11','1',1.0000,'0','7',''),(263,'90','2024-08-16 12:53:15','child','1','','1','11','1',1.0000,'0','1',''),(264,'9','2024-08-16 12:53:58','child','1','','1','50','1',0.2400,'19.2','16.32',''),(265,'30','2024-08-16 12:54:09','child','1','','1','50','1',2.0000,'10','4.8',''),(266,'91','2024-08-16 12:54:18','child','1','','1','50','1',1.0000,'0','1',''),(267,'29','2024-08-16 12:54:43','child','1','','1','50','1',1.0000,'0','5',''),(268,'84','2024-08-16 12:54:52','child','1','','1','50','1',1.0000,'0','10',''),(269,'73','2024-08-16 12:55:02','child','1','','1','50','1',1.0000,'0','3',''),(270,'9','2024-08-16 12:55:44','child','1','','1','51','1',0.3500,'28','23.8',''),(271,'30','2024-08-16 12:55:53','child','1','','1','51','1',2.0000,'10','4.8',''),(272,'29','2024-08-16 12:56:03','child','1','','1','51','1',1.0000,'0','5',''),(273,'81','2024-08-16 12:56:16','child','1','','1','51','1',1.0000,'0','12',''),(274,'91','2024-08-16 12:56:29','child','1','','1','51','1',1.0000,'0','1',''),(275,'74','2024-08-16 12:56:41','child','1','','1','51','1',1.0000,'0','3',''),(276,'9','2024-08-16 12:57:31','child','1','','1','53','1',0.5000,'40','34',''),(277,'30','2024-08-16 12:57:46','child','1','','1','53','1',2.0000,'10','4.8',''),(278,'91','2024-08-16 12:58:02','child','1','','1','53','1',1.0000,'0','1',''),(279,'81','2024-08-16 12:58:13','child','1','','1','53','1',1.0000,'0','12',''),(280,'74','2024-08-16 12:58:22','child','1','','1','53','1',1.0000,'0','3',''),(281,'27','2024-08-16 12:59:56','child','1','','1','48','1',1.0000,'0','15',''),(282,'30','2024-08-16 13:00:06','child','1','','1','48','1',2.0000,'10','4.8',''),(283,'81','2024-08-16 13:00:18','child','1','','1','48','1',1.0000,'0','12',''),(284,'93','2024-08-16 13:00:31','child','1','','1','48','1',1.0000,'0','5',''),(285,'91','2024-08-16 13:00:40','child','1','','1','48','1',1.0000,'0','1',''); /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterrates` -- DROP TABLE IF EXISTS `waterrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterrates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `flatrate` varchar(50) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterrates` -- LOCK TABLES `waterrates` WRITE; /*!40000 ALTER TABLE `waterrates` DISABLE KEYS */; INSERT INTO `waterrates` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1,'yes'),(2,6.00,20.00,115.00,1,1,'active','residential',1,'no'),(3,20.00,50.00,150.00,1,1,'active','residential',1,'no'),(4,50.00,100.00,185.00,1,1,'active','residential',1,'no'),(5,100.00,300.00,230.00,1,1,'active','residential',1,'no'),(6,300.00,1000000.00,300.00,1,1,'active','residential',1,'no'),(11,0.00,6.00,450.00,1,1,'active','commercial',1,'yes'),(12,6.00,20.00,115.00,1,1,'active','commercial',1,'no'),(13,20.00,50.00,150.00,1,1,'active','commercial',1,'no'),(14,50.00,100.00,185.00,1,1,'active','commercial',1,'no'),(15,100.00,300.00,230.00,1,1,'active','commercial',1,'no'),(16,300.00,1000000.00,300.00,1,1,'active','commercial',1,'no'),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1,'no'),(31,0.00,600.00,90.00,1,1,'active','schools',1,'no'),(32,600.00,1200.00,115.00,1,1,'active','schools',1,'no'),(33,1200.00,1000000.00,130.00,1,1,'active','schools',1,'no'); /*!40000 ALTER TABLE `waterrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterresidentialgovernment` -- DROP TABLE IF EXISTS `waterresidentialgovernment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterresidentialgovernment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterresidentialgovernment` -- LOCK TABLES `waterresidentialgovernment` WRITE; /*!40000 ALTER TABLE `waterresidentialgovernment` DISABLE KEYS */; INSERT INTO `waterresidentialgovernment` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1),(2,7.00,20.00,115.00,1,1,'active','residential',1),(3,21.00,50.00,150.00,1,1,'active','residential',1),(4,51.00,100.00,185.00,1,1,'active','residential',1),(5,101.00,300.00,230.00,1,1,'active','residential',1),(6,301.00,1000000.00,300.00,1,1,'active','residential',1),(11,0.00,6.00,450.00,1,1,'active','commercial',1),(12,7.00,20.00,115.00,1,1,'active','commercial',1),(13,21.00,50.00,150.00,1,1,'active','commercial',1),(14,51.00,100.00,185.00,1,1,'active','commercial',1),(15,101.00,300.00,230.00,1,1,'active','commercial',1),(16,301.00,1000000.00,300.00,1,1,'active','commercial',1),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1),(31,0.00,600.00,90.00,1,1,'active','schools',1),(32,601.00,1200.00,115.00,1,1,'active','schools',1),(33,1201.00,1000000.00,130.00,1,1,'active','schools',1); /*!40000 ALTER TABLE `waterresidentialgovernment` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-30 18:38:06
.
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